d3d75b77d8bd6c3afdbf7de4417aeee6ee0331b3
[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: 148809523.81
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     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2009-3n-hsw:
155         - 21  # rls2009 NDRPDR iter env 5
156         - 22  # rls2009 NDRPDR iter env 5
157         - 24  # rls2009 NDRPDR iter env 5
158         - 25  # rls2009 NDRPDR iter env 5
159         - 26  # rls2009 NDRPDR iter env 5
160         - 27  # rls2009 NDRPDR iter env 5
161         - 28  # rls2009 NDRPDR iter env 5
162         - 29  # rls2009 NDRPDR iter env 5
163         - 30  # rls2009 NDRPDR iter env 5
164         - 31  # rls2009 NDRPDR iter env 5
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2009-3n-hsw:
168         - 22  # rls2009 NDRPDR iter env 5
169
170     plot-vpp-hoststack-3n-hsw:
171       csit-vpp-perf-report-iterative-2009-3n-hsw:
172         - 32  # rls2009 Hoststack iter env 5
173         - 33  # rls2009 Hoststack iter env 5
174         - 34  # rls2009 Hoststack iter env 5
175         - 35  # rls2009 Hoststack iter env 5
176         - 36  # rls2009 Hoststack iter env 5
177         - 37  # rls2009 Hoststack iter env 5
178         - 38  # rls2009 Hoststack iter env 5
179         - 39  # rls2009 Hoststack iter env 5
180         - 40  # rls2009 Hoststack iter env 5
181         - 41  # rls2009 Hoststack iter env 5
182
183     plot-dpdk-throughput-latency-3n-hsw:
184       csit-dpdk-perf-report-iterative-2009-3n-hsw:
185         - 6   # NDRPDR iter env5
186         - 7   # NDRPDR iter env5
187         - 8   # NDRPDR iter env5
188         - 9   # NDRPDR iter env5
189         - 10  # NDRPDR iter env5
190         - 11  # NDRPDR iter env5
191         - 12  # NDRPDR iter env5
192         - 13  # NDRPDR iter env5
193         - 14  # NDRPDR iter env5
194         - 15  # NDRPDR iter env5
195
196     plot-dpdk-hdrh-lat-3n-hsw:
197       csit-dpdk-perf-report-iterative-2009-3n-hsw:
198         - 6   # NDRPDR iter env5
199
200     # 3n-skx
201
202     plot-vpp-throughput-lat-tsa-3n-skx:
203       csit-vpp-perf-report-iterative-2009-3n-skx:
204         - 26  # rls2009 NDRPDR iter env 5
205         - 27  # rls2009 NDRPDR iter env 5
206         - 28  # rls2009 NDRPDR iter env 5
207         - 29  # rls2009 NDRPDR iter env 5
208         - 35  # rls2009 NDRPDR iter env 5
209         - 36  # rls2009 NDRPDR iter env 5
210         - 37  # rls2009 NDRPDR iter env 5
211         - 38  # rls2009 NDRPDR iter env 5
212         - 39  # rls2009 NDRPDR iter env 5
213         - 40  # rls2009 NDRPDR iter env 5
214
215     plot-vpp-hdrh-lat-3n-skx:
216       csit-vpp-perf-report-iterative-2009-3n-skx:
217         - 27  # rls2009 NDRPDR iter env 5
218
219 #    plot-vpp-nfv-3n-skx-ndrpdr:
220 #      # No data
221 #      csit-vpp-perf-report-iterative-2009-3n-skx:
222
223 #    plot-vpp-nfv-3n-skx-mrr:
224 #      # No data
225 #      csit-vpp-perf-report-iterative-2009-3n-skx:
226
227     plot-dpdk-throughput-latency-3n-skx:
228       csit-dpdk-perf-report-iterative-2009-3n-skx:
229         - 4   # NDRPDR sel env5
230         - 5   # NDRPDR sel env5
231         - 6   # NDRPDR sel env5
232         - 7   # NDRPDR sel env5
233         - 8   # NDRPDR sel env5
234         - 9   # NDRPDR sel env5
235         - 14  # NDRPDR sel env5
236         - 11  # NDRPDR sel env5
237         - 12  # NDRPDR sel env5
238         - 13  # NDRPDR sel env5
239
240     plot-dpdk-hdrh-lat-3n-skx:
241       csit-dpdk-perf-report-iterative-2009-3n-skx:
242         - 4   # NDRPDR sel env5
243
244     # 2n-skx
245
246     plot-vpp-throughput-lat-tsa-2n-skx:
247       csit-vpp-perf-report-iterative-2009-2n-skx:
248         - 35  # rls2009 NDRPDR iter env 5
249         - 36  # rls2009 NDRPDR iter env 5
250         - 37  # rls2009 NDRPDR iter env 5
251         - 39  # rls2009 NDRPDR iter env 5
252         - 40  # rls2009 NDRPDR iter env 5
253         - 42  # rls2009 NDRPDR iter env 5
254         - 43  # rls2009 NDRPDR iter env 5
255         - 44  # rls2009 NDRPDR iter env 5
256         - 46  # rls2009 NDRPDR iter env 5
257         - 48  # rls2009 NDRPDR iter env 5
258         - 110 # rls2009 NDRPDR iter NAT44 env 5
259         - 111 # rls2009 NDRPDR iter NAT44 env 5
260         - 112 # rls2009 NDRPDR iter NAT44 env 5
261         - 113 # rls2009 NDRPDR iter NAT44 env 5
262         - 114 # rls2009 NDRPDR iter NAT44 env 5
263         - 115 # rls2009 NDRPDR iter NAT44 env 5
264         - 116 # rls2009 NDRPDR iter NAT44 env 5
265         - 118 # rls2009 NDRPDR iter NAT44 env 5
266         - 119 # rls2009 NDRPDR iter NAT44 env 5
267         - 121 # rls2009 NDRPDR iter NAT44 env 5
268
269     plot-vpp-hdrh-lat-2n-skx:
270       csit-vpp-perf-report-iterative-2009-2n-skx:
271         - 35  # rls2009 NDRPDR iter env 5
272
273     plot-vpp-hdrh-lat-2n-skx-nat44:
274       csit-vpp-perf-report-iterative-2009-2n-skx:
275         - 110 # rls2009 NDRPDR iter NAT44 env 5
276
277     plot-vpp-soak-2n-skx:
278       csit-vpp-perf-report-iterative-2009-2n-skx:
279         - 33  # rls2009 soak env 5
280         - 34  # rls2009 soak env 5
281
282     plot-vpp-nfv-2n-skx-ndrpdr:
283       csit-vpp-perf-report-iterative-2009-2n-skx:
284         - 38  # rls2009 nf-density iter env 5
285         - 41  # rls2009 nf-density iter env 5
286         - 45  # rls2009 nf-density iter env 5
287         - 47  # rls2009 nf-density iter env 5
288         - 49  # rls2009 nf-density iter env 5
289         - 63  # rls2009 nf-density iter env 5
290         - 65  # rls2009 nf-density iter env 5
291         - 66  # rls2009 nf-density iter env 5
292         - 71  # rls2009 nf-density iter env 5
293         - 72  # rls2009 nf-density iter env 5
294
295     plot-vpp-nfv-2n-skx-mrr:
296       csit-vpp-perf-report-iterative-2009-2n-skx:
297         - 50  # rls2009 MRR nf-density iter env 5
298
299     plot-vpp-nfv-reconf-2n-skx:
300       csit-vpp-perf-report-iterative-2009-2n-skx:
301         - 27  # rls2009 reconf env 5
302         - 28  # rls2009 reconf env 5
303         - 29  # rls2009 reconf env 5
304         - 30  # rls2009 reconf env 5
305         - 31  # rls2009 reconf env 5
306         - 32  # rls2009 reconf env 5
307         - 61  # rls2009 reconf env 5
308         - 62  # rls2009 reconf env 5
309         - 68  # rls2009 reconf env 5
310         - 70  # rls2009 reconf env 5
311
312     plot-dpdk-throughput-latency-2n-skx:
313       csit-dpdk-perf-report-iterative-2009-2n-skx:
314         - 4   # NDRPDR iter env5
315         - 5   # NDRPDR iter env5
316         - 6   # NDRPDR iter env5
317         - 7   # NDRPDR iter env5
318         - 8   # NDRPDR iter env5
319         - 9   # NDRPDR iter env5
320         - 10  # NDRPDR iter env5
321         - 11  # NDRPDR iter env5
322         - 12  # NDRPDR iter env5
323         - 13  # NDRPDR iter env5
324
325     plot-dpdk-hdrh-lat-2n-skx:
326       csit-dpdk-perf-report-iterative-2009-2n-skx:
327         - 4   # NDRPDR iter env5
328
329     # 2n-clx
330
331     plot-vpp-throughput-lat-tsa-2n-clx:
332       csit-vpp-perf-report-iterative-2009-2n-clx:
333         - 36  # rls2009 NDRPDR iter env 5
334         - 39  # rls2009 NDRPDR iter env 5
335         - 40  # rls2009 NDRPDR iter env 5
336         - 65  # rls2009 NDRPDR iter env 5
337         - 66  # rls2009 NDRPDR iter env 5
338         - 79  # rls2009 NDRPDR iter env 5
339         - 82  # rls2009 NDRPDR iter env 5
340         - 88  # rls2009 NDRPDR iter env 5
341         - 89  # rls2009 NDRPDR iter env 5
342         - 90  # rls2009 NDRPDR iter env 5
343         - 114 # rls2009 NDRPDR iter NAT44 env 5
344         - 115 # rls2009 NDRPDR iter NAT44 env 5
345         - 116 # rls2009 NDRPDR iter NAT44 env 5
346         - 117 # rls2009 NDRPDR iter NAT44 env 5
347         - 118 # rls2009 NDRPDR iter NAT44 env 5
348         - 119 # rls2009 NDRPDR iter NAT44 env 5
349         - 121 # rls2009 NDRPDR iter NAT44 env 5
350         - 122 # rls2009 NDRPDR iter NAT44 env 5
351         - 123 # rls2009 NDRPDR iter NAT44 env 5
352         - 126 # rls2009 NDRPDR iter NAT44 env 5
353
354     plot-vpp-hdrh-lat-2n-clx:
355       csit-vpp-perf-report-iterative-2009-2n-clx:
356         - 36  # rls2009 NDRPDR iter env 5
357
358     plot-vpp-hdrh-lat-2n-clx-nat44:
359       csit-vpp-perf-report-iterative-2009-2n-clx:
360         - 123 # rls2009 NDRPDR iter NAT44 env 5
361
362     plot-vpp-nfv-2n-clx-ndrpdr:
363       csit-vpp-perf-report-iterative-2009-2n-clx:
364         - 37  # rls2009 nf-density iter env 5
365         - 43  # rls2009 nf-density iter env 5
366         - 69  # rls2009 nf-density iter env 5
367         - 70  # rls2009 nf-density iter env 5
368         - 71  # rls2009 nf-density iter env 5
369         - 72  # rls2009 nf-density iter env 5
370         - 73  # rls2009 nf-density iter env 5
371         - 74  # rls2009 nf-density iter env 5
372         - 75  # rls2009 nf-density iter env 5
373         - 76  # rls2009 nf-density iter env 5
374
375     plot-vpp-nfv-2n-clx-mrr:
376       csit-vpp-perf-report-iterative-2009-2n-clx:
377         - 45  # rls2009 MRR nf-density iter env 5
378
379     plot-vpp-nfv-reconf-2n-clx:
380       csit-vpp-perf-report-iterative-2009-2n-clx:
381         - 25  # rls2009 reconf env 5
382         - 27  # rls2009 reconf env 5
383         - 28  # rls2009 reconf env 5
384         - 29  # rls2009 reconf env 5
385         - 30  # rls2009 reconf env 5
386         - 30  # rls2009 reconf env 5
387         - 32  # rls2009 reconf env 5
388         - 48  # rls2009 reconf env 5
389         - 53  # rls2009 reconf env 5
390         - 68  # rls2009 reconf env 5
391
392     plot-vpp-soak-2n-clx:
393       csit-vpp-perf-report-iterative-2009-2n-clx:
394         - 33  # rls2009 soak env 5
395         - 34  # rls2009 soak env 5
396
397     plot-dpdk-throughput-latency-2n-clx:
398       csit-dpdk-perf-report-iterative-2009-2n-clx:
399         - 4   # NDRPDR iter env5
400         - 5   # NDRPDR iter env5
401         - 6   # NDRPDR iter env5
402         - 7   # NDRPDR iter env5
403         - 8   # NDRPDR iter env5
404         - 9   # NDRPDR iter env5
405         - 10  # NDRPDR iter env5
406         - 11  # NDRPDR iter env5
407         - 12  # NDRPDR iter env5
408         - 13  # NDRPDR iter env5
409
410     plot-dpdk-hdrh-lat-2n-clx:
411       csit-dpdk-perf-report-iterative-2009-2n-clx:
412         - 4   # NDRPDR iter env5
413
414     # 3n-tsh
415
416     plot-vpp-throughput-lat-tsa-3n-tsh:
417       # TODO: Add:
418       csit-vpp-perf-report-iterative-2009-3n-tsh:
419         - 14  # rls2009 NDRPDR iter env 5
420         - 20  # rls2009 NDRPDR iter env 5
421         - 21  # rls2009 NDRPDR iter env 5
422         - 22  # rls2009 NDRPDR iter env 5
423         - 23  # rls2009 NDRPDR iter env 5
424         - 28  # rls2009 NDRPDR iter env 5
425         - 30  # rls2009 NDRPDR iter env 5
426         - 33  # rls2009 NDRPDR iter env 5
427         - 38  # rls2009 NDRPDR iter env 5
428
429     plot-vpp-hdrh-lat-3n-tsh:
430       csit-vpp-perf-report-iterative-2009-3n-tsh:
431         - 14  # rls2009 NDRPDR iter env 5
432
433     plot-dpdk-throughput-latency-3n-tsh:
434       csit-dpdk-perf-report-iterative-2009-3n-tsh:
435         - 1   # NDRPDR iter env5
436         - 2   # NDRPDR iter env5
437         - 3   # NDRPDR iter env5
438         - 4   # NDRPDR iter env5
439         - 5   # NDRPDR iter env5
440         - 6   # NDRPDR iter env5
441         - 7   # NDRPDR iter env5
442         - 9   # NDRPDR iter env5
443         - 10  # NDRPDR iter env5
444         - 11  # NDRPDR iter env5
445
446     plot-dpdk-hdrh-lat-3n-tsh:
447       csit-dpdk-perf-report-iterative-2009-3n-tsh:
448         - 1   # NDRPDR iter env5
449
450     # 3n-dnv
451
452     plot-vpp-throughput-lat-tsa-3n-dnv:
453       csit-vpp-perf-report-iterative-2009-3n-dnv:
454         - 3   # rls2009 NDRPDR iter env 5
455         - 6   # rls2009 NDRPDR iter env 5
456         - 7   # rls2009 NDRPDR iter env 5
457         - 8   # rls2009 NDRPDR iter env 5
458         - 10  # rls2009 NDRPDR iter env 5
459         - 11  # rls2009 NDRPDR iter env 5
460         - 12  # rls2009 NDRPDR iter env 5
461         - 14  # rls2009 NDRPDR iter env 5
462         - 15  # rls2009 NDRPDR iter env 5
463         - 24  # rls2009 NDRPDR iter env 5
464
465 #    plot-dpdk-throughput-latency-3n-dnv:
466 #      # No data
467 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
468
469     # 2n-dnv
470
471     plot-vpp-throughput-lat-tsa-2n-dnv:
472       csit-vpp-perf-report-iterative-2009-2n-dnv:
473         - 3   # rls2009 NDRPDR iter env 5
474         - 5   # rls2009 NDRPDR iter env 5
475         - 6   # rls2009 NDRPDR iter env 5
476         - 7   # rls2009 NDRPDR iter env 5
477         - 9   # rls2009 NDRPDR iter env 5
478         - 10  # rls2009 NDRPDR iter env 5
479         - 11  # rls2009 NDRPDR iter env 5
480         - 12  # rls2009 NDRPDR iter env 5
481         - 14  # rls2009 NDRPDR iter env 5
482         - 15  # rls2009 NDRPDR iter env 5
483
484 #    plot-dpdk-throughput-latency-2n-dnv:
485 #      # No data
486 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
487
488     ###########################################################################
489     # Simple tables (only one data set):
490
491     # NIC Comparisons
492
493     vpp-nic-comparison-3n-skx:
494       csit-vpp-perf-report-iterative-2009-3n-skx:
495         - 26  # rls2009 NDRPDR iter env 5
496         - 27  # rls2009 NDRPDR iter env 5
497         - 28  # rls2009 NDRPDR iter env 5
498         - 29  # rls2009 NDRPDR iter env 5
499         - 35  # rls2009 NDRPDR iter env 5
500         - 36  # rls2009 NDRPDR iter env 5
501         - 37  # rls2009 NDRPDR iter env 5
502         - 38  # rls2009 NDRPDR iter env 5
503         - 39  # rls2009 NDRPDR iter env 5
504         - 40  # rls2009 NDRPDR iter env 5
505
506     vpp-nic-comparison-2n-skx:
507       csit-vpp-perf-report-iterative-2009-2n-skx:
508         - 35  # rls2009 NDRPDR iter env 5
509         - 36  # rls2009 NDRPDR iter env 5
510         - 37  # rls2009 NDRPDR iter env 5
511         - 39  # rls2009 NDRPDR iter env 5
512         - 40  # rls2009 NDRPDR iter env 5
513         - 42  # rls2009 NDRPDR iter env 5
514         - 43  # rls2009 NDRPDR iter env 5
515         - 44  # rls2009 NDRPDR iter env 5
516         - 46  # rls2009 NDRPDR iter env 5
517         - 48  # rls2009 NDRPDR iter env 5
518         - 110 # rls2009 NDRPDR iter NAT44 env 5
519         - 111 # rls2009 NDRPDR iter NAT44 env 5
520         - 112 # rls2009 NDRPDR iter NAT44 env 5
521         - 113 # rls2009 NDRPDR iter NAT44 env 5
522         - 114 # rls2009 NDRPDR iter NAT44 env 5
523         - 115 # rls2009 NDRPDR iter NAT44 env 5
524         - 116 # rls2009 NDRPDR iter NAT44 env 5
525         - 118 # rls2009 NDRPDR iter NAT44 env 5
526         - 119 # rls2009 NDRPDR iter NAT44 env 5
527         - 121 # rls2009 NDRPDR iter NAT44 env 5
528
529     vpp-nic-comparison-3n-skx-mrr:
530       csit-vpp-perf-report-iterative-2009-3n-skx:
531         - 24  # rls2009 MRR iter env 5
532
533     vpp-nic-comparison-2n-skx-mrr:
534       csit-vpp-perf-report-iterative-2009-2n-skx:
535         - 120 # rls2009 MRR iter env 5
536
537     # Results
538
539     vpp-perf-results-3n-hsw:
540       csit-vpp-perf-report-coverage-2009-3n-hsw:
541         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
542         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
543         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
544         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
545         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
546         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
547         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
548         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
549         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
550         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
551         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
552         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
553         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
554         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
555         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
556         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
557         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
558         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
559         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
560         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
561         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
562         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
563         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
564         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
565         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
566         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
567         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
568         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
569         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
570         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
571         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
572         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
573         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
574         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
575         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
576
577     vpp-perf-results-3n-skx:
578       csit-vpp-perf-report-coverage-2009-3n-skx:
579         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
580         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
581         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
582         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
583         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
584         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
585         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
586         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
587         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
588         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
589         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
590         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
591         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
592         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
593         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
594         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
595         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
596         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
597         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
598         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
599         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
600         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
601         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
602         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
603         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
604         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
605         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
606         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
607         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
608         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
609         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
610         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
611         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
612         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
613         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
614         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
615
616     vpp-perf-results-2n-skx:
617       csit-vpp-perf-report-coverage-2009-2n-skx:
618         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
619         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
620         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
621         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
622         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
623         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
624         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
625         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
626         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
627         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
628         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
629         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
630         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
631         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
632         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
633         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
634         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
635
636     vpp-perf-results-2n-clx:
637       csit-vpp-perf-report-coverage-2009-2n-clx:
638         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
639         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
640         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
641         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
642         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
643         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
644         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
645         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
646         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
647         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
648         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
649         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
650         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
651         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
652         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
653         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
654         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
655
656     vpp-perf-results-3n-tsh:
657       csit-vpp-perf-report-iterative-2009-3n-tsh:
658         - 14  # rls2009 NDRPDR iter env 5
659
660     vpp-perf-results-3n-dnv:
661       csit-vpp-perf-report-coverage-2009-3n-dnv:
662         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
663         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
664         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
665         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
666         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
667         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
668         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
669         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
670         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
671
672     vpp-perf-results-2n-dnv:
673       csit-vpp-perf-report-coverage-2009-2n-dnv:
674         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
675         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
676         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
677         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
678         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
679         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
680
681     vpp-mrr-results-3n-hsw:
682       csit-vpp-perf-report-iterative-2009-3n-hsw:
683         - 23  # rls2009 MRR iter env 5
684
685     vpp-mrr-results-3n-skx:
686       csit-vpp-perf-report-iterative-2009-3n-skx:
687         - 24  # rls2009 MRR iter env 5
688
689     vpp-mrr-results-2n-skx:
690       csit-vpp-perf-report-iterative-2009-2n-skx:
691         - 120 # rls2009 MRR iter env 5
692
693     vpp-mrr-results-2n-clx:
694       csit-vpp-perf-report-iterative-2009-2n-clx:
695         - 125 # rls2009 MRR iter env 5
696
697     vpp-mrr-results-3n-tsh:
698       csit-vpp-perf-report-iterative-2009-3n-tsh:
699         - 15  # rls2009 MRR iter env 5
700
701     vpp-mrr-results-3n-dnv:
702       csit-vpp-perf-report-iterative-2009-3n-dnv:
703         - 22  # rls2009 MRR iter env 5
704
705     vpp-mrr-results-2n-dnv:
706       csit-vpp-perf-report-iterative-2009-2n-dnv:
707         - 13  # rls2009 MRR iter env 5
708
709     vpp-device-results-ubuntu:
710       csit-vpp-device-2009-ubuntu1804-1n-skx:
711         - 131 # rls2009 env 5
712
713     dpdk-perf-results-3n-hsw:
714       csit-dpdk-perf-report-iterative-2009-3n-hsw:
715         - 6   # NDRPDR iter env5
716
717     dpdk-perf-results-3n-skx:
718       csit-dpdk-perf-report-iterative-2009-3n-skx:
719         - 4   # NDRPDR sel env5
720
721     dpdk-perf-results-2n-skx:
722       csit-dpdk-perf-report-iterative-2009-2n-skx:
723         - 4   # NDRPDR iter env5
724
725     dpdk-perf-results-2n-clx:
726       csit-dpdk-perf-report-iterative-2009-2n-clx:
727         - 4   # NDRPDR iter env5
728
729 #    dpdk-perf-results-2n-dnv:
730 #      # No data
731 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
732
733 #    dpdk-perf-results-3n-dnv:
734 #      # No data
735 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
736
737     dpdk-perf-results-3n-tsh:
738       csit-dpdk-perf-report-iterative-2009-3n-tsh:
739         - 1   # NDRPDR iter env5
740
741 ###########################################################################
742     # Tables (more than one data set)
743
744     # Performance changes
745
746     vpp-performance-changes-3n-hsw-h1:
747       csit-vpp-perf-report-iterative-2005-3n-hsw:
748         - 31  # NDRPDR sel 2001.0-4
749         - 32  # NDRPDR sel 2001.0-4
750         - 33  # NDRPDR sel 2001.0-4
751         - 34  # NDRPDR sel 2001.0-4
752         - 35  # NDRPDR sel 2001.0-4
753         - 36  # NDRPDR sel 2001.0-4
754         - 38  # NDRPDR sel 2001.0-4
755     vpp-performance-changes-3n-hsw-ref-env4:
756       csit-vpp-perf-report-iterative-2005-3n-hsw:
757         - 20  # NDRPDR sel env 4
758         - 21  # NDRPDR sel env 4
759         - 22  # NDRPDR sel env 4
760         - 23  # NDRPDR sel env 4
761         - 24  # NDRPDR sel env 4
762         - 25  # NDRPDR sel env 4
763         - 26  # NDRPDR sel env 4
764         - 27  # NDRPDR sel env 4
765         - 28  # NDRPDR sel env 4
766         - 29  # NDRPDR sel env 4
767     vpp-performance-changes-3n-hsw-ref-env5:
768       csit-vpp-perf-report-iterative-2009-3n-hsw:
769         - 9   # rls2005 NDRPDR iter env 5
770         - 10  # rls2005 NDRPDR iter env 5
771         - 11  # rls2005 NDRPDR iter env 5
772         - 12  # rls2005 NDRPDR iter env 5
773         - 13  # rls2005 NDRPDR iter env 5
774         - 14  # rls2005 NDRPDR iter env 5
775         - 15  # rls2005 NDRPDR iter env 5
776         - 16  # rls2005 NDRPDR iter env 5
777         - 17  # rls2005 NDRPDR iter env 5
778         - 19  # rls2005 NDRPDR iter env 5
779     vpp-performance-changes-3n-hsw-cmp:
780       csit-vpp-perf-report-iterative-2009-3n-hsw:
781         - 21  # rls2009 NDRPDR iter env 5
782         - 22  # rls2009 NDRPDR iter env 5
783         - 24  # rls2009 NDRPDR iter env 5
784         - 25  # rls2009 NDRPDR iter env 5
785         - 26  # rls2009 NDRPDR iter env 5
786         - 27  # rls2009 NDRPDR iter env 5
787         - 28  # rls2009 NDRPDR iter env 5
788         - 29  # rls2009 NDRPDR iter env 5
789         - 30  # rls2009 NDRPDR iter env 5
790         - 31  # rls2009 NDRPDR iter env 5
791
792     vpp-performance-changes-3n-skx-h1:
793       csit-vpp-perf-report-iterative-2005-3n-skx:
794         - 50  # NDRPDR sel 2001.0-4
795         - 51  # NDRPDR sel 2001.0-4
796         - 52  # NDRPDR sel 2001.0-4
797         - 53  # NDRPDR sel 2001.0-4
798         - 54  # NDRPDR sel 2001.0-4
799     vpp-performance-changes-3n-skx-ref-env4:
800       csit-vpp-perf-report-iterative-2005-3n-skx:
801         - 42  # NDRPDR sel env 4
802         - 43  # NDRPDR sel env 4
803         - 44  # NDRPDR sel env 4
804         - 45  # NDRPDR sel env 4
805         - 47  # NDRPDR sel env 4
806         - 55  # NDRPDR sel env 4
807         - 56  # NDRPDR sel env 4
808         - 57  # NDRPDR sel env 4
809         - 61  # NDRPDR sel env 4
810         - 62  # NDRPDR sel env 4
811     vpp-performance-changes-3n-skx-ref-env5:
812       csit-vpp-perf-report-iterative-2009-3n-skx:
813         - 13  # rls2005 NDRPDR iter env 5
814         - 18  # rls2005 NDRPDR iter env 5
815         - 19  # rls2005 NDRPDR iter env 5
816         - 41  # rls2005 NDRPDR iter env 5
817         - 43  # rls2005 NDRPDR iter env 5
818         - 44  # rls2005 NDRPDR iter env 5
819         - 45  # rls2005 NDRPDR iter env 5
820         - 46  # rls2005 NDRPDR iter env 5
821         - 48  # rls2005 NDRPDR iter env 5
822         - 49  # rls2005 NDRPDR iter env 5
823     vpp-performance-changes-3n-skx-cmp:
824       csit-vpp-perf-report-iterative-2009-3n-skx:
825         - 26  # rls2009 NDRPDR iter env 5
826         - 27  # rls2009 NDRPDR iter env 5
827         - 28  # rls2009 NDRPDR iter env 5
828         - 29  # rls2009 NDRPDR iter env 5
829         - 35  # rls2009 NDRPDR iter env 5
830         - 36  # rls2009 NDRPDR iter env 5
831         - 37  # rls2009 NDRPDR iter env 5
832         - 38  # rls2009 NDRPDR iter env 5
833         - 39  # rls2009 NDRPDR iter env 5
834         - 40  # rls2009 NDRPDR iter env 5
835
836     vpp-performance-changes-2n-skx-h1:
837       csit-vpp-perf-report-iterative-2005-2n-skx:
838         - 100 # NDRPDR sel 2001.0-4
839         - 101 # NDRPDR sel 2001.0-4
840         - 102 # NDRPDR sel 2001.0-4
841         - 103 # NDRPDR sel 2001.0-4
842         - 104 # NDRPDR sel 2001.0-4
843         - 105 # NDRPDR sel 2001.0-4
844     vpp-performance-changes-2n-skx-ref-env4:
845       csit-vpp-perf-report-iterative-2005-2n-skx:
846         - 88  # NDRPDR sel env 4
847         - 89  # NDRPDR sel env 4
848         - 90  # NDRPDR sel env 4
849         - 91  # NDRPDR sel env 4
850         - 92  # NDRPDR sel env 4
851         - 93  # NDRPDR sel env 4
852         - 94  # NDRPDR sel env 4
853         - 125 # NDRPDR sel env 4
854         - 126 # NDRPDR sel env 4
855         - 127 # NDRPDR sel env 4
856     vpp-performance-changes-2n-skx-ref-env5:
857       csit-vpp-perf-report-iterative-2009-2n-skx:
858         - 13  # rls2005 NDRPDR iter env 5
859         - 16  # rls2005 NDRPDR iter env 5
860         - 17  # rls2005 NDRPDR iter env 5
861         - 18  # rls2005 NDRPDR iter env 5
862         - 19  # rls2005 NDRPDR iter env 5
863         - 21  # rls2005 NDRPDR iter env 5
864         - 22  # rls2005 NDRPDR iter env 5
865         - 23  # rls2005 NDRPDR iter env 5
866         - 24  # rls2005 NDRPDR iter env 5
867         - 25  # rls2005 NDRPDR iter env 5
868     vpp-performance-changes-2n-skx-cmp:
869       csit-vpp-perf-report-iterative-2009-2n-skx:
870         - 35  # rls2009 NDRPDR iter env 5
871         - 36  # rls2009 NDRPDR iter env 5
872         - 37  # rls2009 NDRPDR iter env 5
873         - 39  # rls2009 NDRPDR iter env 5
874         - 40  # rls2009 NDRPDR iter env 5
875         - 42  # rls2009 NDRPDR iter env 5
876         - 43  # rls2009 NDRPDR iter env 5
877         - 44  # rls2009 NDRPDR iter env 5
878         - 46  # rls2009 NDRPDR iter env 5
879         - 48  # rls2009 NDRPDR iter env 5
880         - 110 # rls2009 NDRPDR iter NAT44 env 5
881         - 111 # rls2009 NDRPDR iter NAT44 env 5
882         - 112 # rls2009 NDRPDR iter NAT44 env 5
883         - 113 # rls2009 NDRPDR iter NAT44 env 5
884         - 114 # rls2009 NDRPDR iter NAT44 env 5
885         - 115 # rls2009 NDRPDR iter NAT44 env 5
886         - 116 # rls2009 NDRPDR iter NAT44 env 5
887         - 118 # rls2009 NDRPDR iter NAT44 env 5
888         - 119 # rls2009 NDRPDR iter NAT44 env 5
889         - 121 # rls2009 NDRPDR iter NAT44 env 5
890
891     vpp-performance-changes-2n-clx-h1:
892       csit-vpp-perf-report-iterative-2005-2n-clx:
893         - 73  # NDRPDR sel 2001.0-4
894         - 74  # NDRPDR sel 2001.0-4
895         - 75  # NDRPDR sel 2001.0-4
896         - 76  # NDRPDR sel 2001.0-4
897         - 77  # NDRPDR sel 2001.0-4
898         - 78  # NDRPDR sel 2001.0-4
899         - 79  # NDRPDR sel 2001.0-4
900         - 80  # NDRPDR sel 2001.0-4
901     vpp-performance-changes-2n-clx-ref-env4:
902       csit-vpp-perf-report-iterative-2005-2n-clx:
903         - 62  # NDRPDR sel env 4
904         - 63  # NDRPDR sel env 4
905         - 64  # NDRPDR sel env 4
906         - 65  # NDRPDR sel env 4
907         - 66  # NDRPDR sel env 4
908         - 68  # NDRPDR sel env 4
909         - 69  # NDRPDR sel env 4
910         - 70  # NDRPDR sel env 4
911         - 103 # NDRPDR sel env 4
912         - 104 # NDRPDR sel env 4
913     vpp-performance-changes-2n-clx-ref-env5:
914       csit-vpp-perf-report-iterative-2009-2n-clx:
915         - 13  # rls2005 NDRPDR iter env 5
916         - 15  # rls2005 NDRPDR iter env 5
917         - 17  # rls2005 NDRPDR iter env 5
918         - 18  # rls2005 NDRPDR iter env 5
919         - 19  # rls2005 NDRPDR iter env 5
920         - 20  # rls2005 NDRPDR iter env 5
921         - 21  # rls2005 NDRPDR iter env 5
922         - 22  # rls2005 NDRPDR iter env 5
923         - 23  # rls2005 NDRPDR iter env 5
924         - 24  # rls2005 NDRPDR iter env 5
925     vpp-performance-changes-2n-clx-cmp:
926       csit-vpp-perf-report-iterative-2009-2n-clx:
927         - 36  # rls2009 NDRPDR iter env 5
928         - 39  # rls2009 NDRPDR iter env 5
929         - 40  # rls2009 NDRPDR iter env 5
930         - 65  # rls2009 NDRPDR iter env 5
931         - 66  # rls2009 NDRPDR iter env 5
932         - 79  # rls2009 NDRPDR iter env 5
933         - 82  # rls2009 NDRPDR iter env 5
934         - 88  # rls2009 NDRPDR iter env 5
935         - 89  # rls2009 NDRPDR iter env 5
936         - 90  # rls2009 NDRPDR iter env 5
937         - 114 # rls2009 NDRPDR iter NAT44 env 5
938         - 115 # rls2009 NDRPDR iter NAT44 env 5
939         - 116 # rls2009 NDRPDR iter NAT44 env 5
940         - 117 # rls2009 NDRPDR iter NAT44 env 5
941         - 118 # rls2009 NDRPDR iter NAT44 env 5
942         - 119 # rls2009 NDRPDR iter NAT44 env 5
943         - 121 # rls2009 NDRPDR iter NAT44 env 5
944         - 122 # rls2009 NDRPDR iter NAT44 env 5
945         - 123 # rls2009 NDRPDR iter NAT44 env 5
946         - 126 # rls2009 NDRPDR iter NAT44 env 5
947
948     vpp-performance-changes-2n-dnv-h1:
949       csit-vpp-perf-verify-2001-2n-dnv:
950         - 4   # NDRPDR sel
951         - 5   # NDRPDR sel
952         - 6   # NDRPDR sel
953         - 7   # NDRPDR sel
954         - 8   # NDRPDR sel
955         - 9   # NDRPDR sel
956         - 10  # NDRPDR sel
957         - 11  # NDRPDR sel
958         - 13  # NDRPDR sel
959         - 16  # NDRPDR sel
960     vpp-performance-changes-2n-dnv-ref:
961       csit-vpp-perf-report-iterative-2009-2n-dnv:
962         - 16  # rls2005 NDRPDR iter env 5
963         - 17  # rls2005 NDRPDR iter env 5
964         - 18  # rls2005 NDRPDR iter env 5
965         - 19  # rls2005 NDRPDR iter env 5
966         - 21  # rls2005 NDRPDR iter env 5
967         - 24  # rls2005 NDRPDR iter env 5
968         - 27  # rls2005 NDRPDR iter env 5
969         - 28  # rls2005 NDRPDR iter env 5
970         - 29  # rls2005 NDRPDR iter env 5
971         - 30  # rls2005 NDRPDR iter env 5
972     vpp-performance-changes-2n-dnv-cmp:
973       csit-vpp-perf-report-iterative-2009-2n-dnv:
974         - 3   # rls2009 NDRPDR iter env 5
975         - 5   # rls2009 NDRPDR iter env 5
976         - 6   # rls2009 NDRPDR iter env 5
977         - 7   # rls2009 NDRPDR iter env 5
978         - 9   # rls2009 NDRPDR iter env 5
979         - 10  # rls2009 NDRPDR iter env 5
980         - 11  # rls2009 NDRPDR iter env 5
981         - 12  # rls2009 NDRPDR iter env 5
982         - 14  # rls2009 NDRPDR iter env 5
983         - 15  # rls2009 NDRPDR iter env 5
984
985     vpp-performance-changes-3n-dnv-h1:
986       csit-vpp-perf-verify-2001-3n-dnv:
987         - 5   # NDRPDR sel
988         - 6   # NDRPDR sel
989         - 7   # NDRPDR sel
990         - 8   # NDRPDR sel
991         - 9   # NDRPDR sel
992         - 10  # NDRPDR sel
993         - 12  # NDRPDR sel
994         - 16  # NDRPDR sel
995         - 17  # NDRPDR sel
996         - 18  # NDRPDR sel
997     vpp-performance-changes-3n-dnv-ref:
998       csit-vpp-perf-report-iterative-2009-3n-dnv:
999         - 16  # rls2005 NDRPDR iter env 5
1000         - 23  # rls2005 NDRPDR iter env 5
1001         - 25  # rls2005 NDRPDR iter env 5
1002         - 26  # rls2005 NDRPDR iter env 5
1003         - 27  # rls2005 NDRPDR iter env 5
1004         - 28  # rls2005 NDRPDR iter env 5
1005         - 29  # rls2005 NDRPDR iter env 5
1006         - 30  # rls2005 NDRPDR iter env 5
1007         - 31  # rls2005 NDRPDR iter env 5
1008         - 32  # rls2005 NDRPDR iter env 5
1009     vpp-performance-changes-3n-dnv-cmp:
1010       csit-vpp-perf-report-iterative-2009-3n-dnv:
1011         - 3   # rls2009 NDRPDR iter env 5
1012         - 6   # rls2009 NDRPDR iter env 5
1013         - 7   # rls2009 NDRPDR iter env 5
1014         - 8   # rls2009 NDRPDR iter env 5
1015         - 10  # rls2009 NDRPDR iter env 5
1016         - 11  # rls2009 NDRPDR iter env 5
1017         - 12  # rls2009 NDRPDR iter env 5
1018         - 14  # rls2009 NDRPDR iter env 5
1019         - 15  # rls2009 NDRPDR iter env 5
1020         - 24  # rls2009 NDRPDR iter env 5
1021
1022     vpp-performance-changes-3n-tsh-h1:
1023       csit-vpp-perf-report-iterative-2005-3n-tsh:
1024         - 28  # NDRPDR sel 2001.0-4
1025         - 29  # NDRPDR sel 2001.0-4
1026         - 31  # NDRPDR sel 2001.0-4
1027     vpp-performance-changes-3n-tsh-ref-env4:
1028       csit-vpp-perf-report-iterative-2005-3n-tsh:
1029         - 23  # NDRPDR sel env 4
1030         - 25  # NDRPDR sel env 4
1031         - 33  # NDRPDR sel env 4
1032         - 34  # NDRPDR sel env 4
1033         - 35  # NDRPDR sel env 4
1034         - 36  # NDRPDR sel env 4
1035         - 37  # NDRPDR sel env 4
1036         - 38  # NDRPDR sel env 4
1037         - 39  # NDRPDR sel env 4
1038         - 40  # NDRPDR sel env 4
1039     vpp-performance-changes-3n-tsh-ref-env5:
1040       csit-vpp-perf-report-iterative-2009-3n-tsh:
1041         - 8   # rls2005 NDRPDR iter env 5
1042         - 11  # rls2005 NDRPDR iter env 5
1043         - 12  # rls2005 NDRPDR iter env 5
1044         - 24  # rls2005 NDRPDR iter env 5
1045         - 27  # rls2005 NDRPDR iter env 5
1046         - 29  # rls2005 NDRPDR iter env 5
1047         - 31  # rls2005 NDRPDR iter env 5
1048         - 39  # rls2005 NDRPDR iter env 5
1049         - 40  # rls2005 NDRPDR iter env 5
1050     vpp-performance-changes-3n-tsh-cmp:
1051       # TODO: Add:
1052       csit-vpp-perf-report-iterative-2009-3n-tsh:
1053         - 14  # rls2009 NDRPDR iter env 5
1054         - 20  # rls2009 NDRPDR iter env 5
1055         - 21  # rls2009 NDRPDR iter env 5
1056         - 22  # rls2009 NDRPDR iter env 5
1057         - 23  # rls2009 NDRPDR iter env 5
1058         - 28  # rls2009 NDRPDR iter env 5
1059         - 30  # rls2009 NDRPDR iter env 5
1060         - 33  # rls2009 NDRPDR iter env 5
1061         - 38  # rls2009 NDRPDR iter env 5
1062
1063     vpp-soak-vs-ndr-2n-skx-ref:
1064       csit-vpp-perf-report-iterative-2009-2n-skx:
1065         - 35  # rls2009 NDRPDR iter env 5
1066         - 36  # rls2009 NDRPDR iter env 5
1067         - 37  # rls2009 NDRPDR iter env 5
1068         - 39  # rls2009 NDRPDR iter env 5
1069         - 40  # rls2009 NDRPDR iter env 5
1070         - 42  # rls2009 NDRPDR iter env 5
1071         - 43  # rls2009 NDRPDR iter env 5
1072         - 44  # rls2009 NDRPDR iter env 5
1073         - 46  # rls2009 NDRPDR iter env 5
1074         - 48  # rls2009 NDRPDR iter env 5
1075     vpp-soak-vs-ndr-2n-skx-cmp:
1076       csit-vpp-perf-report-iterative-2009-2n-skx:
1077         - 33  # rls2009 soak env 5
1078         - 34  # rls2009 soak env 5
1079     vpp-soak-vs-ndr-2n-skx:
1080       csit-vpp-perf-report-iterative-2009-2n-skx:
1081         - 35  # rls2009 NDRPDR iter env 5
1082         - 36  # rls2009 NDRPDR iter env 5
1083         - 37  # rls2009 NDRPDR iter env 5
1084         - 39  # rls2009 NDRPDR iter env 5
1085         - 40  # rls2009 NDRPDR iter env 5
1086         - 42  # rls2009 NDRPDR iter env 5
1087         - 43  # rls2009 NDRPDR iter env 5
1088         - 44  # rls2009 NDRPDR iter env 5
1089         - 46  # rls2009 NDRPDR iter env 5
1090         - 48  # rls2009 NDRPDR iter env 5
1091         - 33  # rls2009 soak env 5
1092         - 34  # rls2009 soak env 5
1093
1094     vpp-soak-vs-ndr-2n-clx-ref:
1095       csit-vpp-perf-report-iterative-2009-2n-clx:
1096         - 36  # rls2009 NDRPDR iter env 5
1097         - 39  # rls2009 NDRPDR iter env 5
1098         - 40  # rls2009 NDRPDR iter env 5
1099         - 65  # rls2009 NDRPDR iter env 5
1100         - 66  # rls2009 NDRPDR iter env 5
1101         - 79  # rls2009 NDRPDR iter env 5
1102         - 82  # rls2009 NDRPDR iter env 5
1103         - 88  # rls2009 NDRPDR iter env 5
1104         - 89  # rls2009 NDRPDR iter env 5
1105         - 90  # rls2009 NDRPDR iter env 5
1106     vpp-soak-vs-ndr-2n-clx-cmp:
1107       csit-vpp-perf-report-iterative-2009-2n-clx:
1108         - 33  # rls2009 soak env 5
1109         - 34  # rls2009 soak env 5
1110     vpp-soak-vs-ndr-2n-clx:
1111       csit-vpp-perf-report-iterative-2009-2n-clx:
1112         - 36  # rls2009 NDRPDR iter env 5
1113         - 39  # rls2009 NDRPDR iter env 5
1114         - 40  # rls2009 NDRPDR iter env 5
1115         - 65  # rls2009 NDRPDR iter env 5
1116         - 66  # rls2009 NDRPDR iter env 5
1117         - 79  # rls2009 NDRPDR iter env 5
1118         - 82  # rls2009 NDRPDR iter env 5
1119         - 88  # rls2009 NDRPDR iter env 5
1120         - 89  # rls2009 NDRPDR iter env 5
1121         - 90  # rls2009 NDRPDR iter env 5
1122         - 33  # rls2009 soak env 5
1123         - 34  # rls2009 soak env 5
1124
1125     vpp-performance-changes-3n-hsw-mrr-h1:
1126       csit-vpp-perf-verify-2001-3n-hsw:
1127         - 17  # MRR sel
1128     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1129       csit-vpp-perf-report-iterative-2005-3n-hsw:
1130         - 30  # MRR env 4
1131     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1132       csit-vpp-perf-report-iterative-2009-3n-hsw:
1133         - 18  # rls2005 MRR iter env 5
1134     vpp-performance-changes-3n-hsw-mrr-cmp:
1135       csit-vpp-perf-report-iterative-2009-3n-hsw:
1136         - 23  # rls2009 MRR iter env 5
1137
1138     vpp-performance-changes-3n-skx-mrr-h1:
1139       csit-vpp-perf-verify-2001-3n-skx:
1140         - 50  # MRR sel
1141         - 53  # MRR sel addition
1142     vpp-performance-changes-3n-skx-mrr-ref-env4:
1143       csit-vpp-perf-report-iterative-2005-3n-skx:
1144         - 49  # MRR sel env 4
1145     vpp-performance-changes-3n-skx-mrr-ref-env5:
1146       csit-vpp-perf-report-iterative-2009-3n-skx:
1147         - 17  # rls2005 MRR iter env 5
1148     vpp-performance-changes-3n-skx-mrr-cmp:
1149       csit-vpp-perf-report-iterative-2009-3n-skx:
1150         - 24  # rls2009 MRR iter env 5
1151
1152     vpp-performance-changes-2n-skx-mrr-h1:
1153       csit-vpp-perf-verify-2001-2n-skx:
1154         - 101 # MRR sel
1155         - 128 # MRR sel addition
1156     vpp-performance-changes-2n-skx-mrr-ref-env4:
1157       csit-vpp-perf-report-iterative-2005-2n-skx:
1158         - 99  # MRR sel env 4
1159     vpp-performance-changes-2n-skx-mrr-ref-env5:
1160       csit-vpp-perf-report-iterative-2009-2n-skx:
1161         - 20  # rls2005 MRR iter env 5
1162     vpp-performance-changes-2n-skx-mrr-cmp:
1163       csit-vpp-perf-report-iterative-2009-2n-skx:
1164         - 120 # rls2009 MRR iter env 5
1165
1166     vpp-performance-changes-2n-clx-mrr-h1:
1167       csit-vpp-perf-verify-2001-2n-clx:
1168         - 39  # MRR
1169     vpp-performance-changes-2n-clx-mrr-ref-env4:
1170       csit-vpp-perf-report-iterative-2005-2n-clx:
1171         - 72   # MRR sel env 4
1172     vpp-performance-changes-2n-clx-mrr-ref-env5:
1173       csit-vpp-perf-report-iterative-2009-2n-clx:
1174         - 77  # rls2005 MRR iter env 5
1175     vpp-performance-changes-2n-clx-mrr-cmp:
1176       csit-vpp-perf-report-iterative-2009-2n-clx:
1177         - 125 # rls2009 MRR iter env 5
1178
1179     vpp-performance-changes-2n-dnv-mrr-h1:
1180       csit-vpp-perf-verify-2001-2n-dnv:
1181         - 12  # MRR sel
1182     vpp-performance-changes-2n-dnv-mrr-ref:
1183       csit-vpp-perf-report-iterative-2009-2n-dnv:
1184         - 23  # rls2005 MRR iter env 5
1185     vpp-performance-changes-2n-dnv-mrr-cmp:
1186       csit-vpp-perf-report-iterative-2009-2n-dnv:
1187         - 13  # rls2009 MRR iter env 5
1188
1189     vpp-performance-changes-3n-dnv-mrr-h1:
1190       csit-vpp-perf-verify-2001-3n-dnv:
1191         - 11  # MRR sel
1192     vpp-performance-changes-3n-dnv-mrr-ref:
1193       csit-vpp-perf-report-iterative-2009-3n-dnv:
1194         - 19  # rls2005 MRR iter env 5
1195     vpp-performance-changes-3n-dnv-mrr-cmp:
1196       csit-vpp-perf-report-iterative-2009-3n-dnv:
1197         - 22  # rls2009 MRR iter env 5
1198
1199     vpp-performance-changes-3n-tsh-mrr-h1:
1200       csit-vpp-perf-verify-2001-3n-tsh:
1201         - 9   # MRR sel
1202     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1203       csit-vpp-perf-report-iterative-2005-3n-tsh:
1204         - 27  # MRR sel env 4
1205     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1206       csit-vpp-perf-report-iterative-2009-3n-tsh:
1207         - 13  # rls2005 MRR iter env 5
1208     vpp-performance-changes-3n-tsh-mrr-cmp:
1209       csit-vpp-perf-report-iterative-2009-3n-tsh:
1210         - 15  # rls2009 MRR iter env 5
1211
1212     dpdk-performance-changes-3n-hsw-h1:
1213       csit-dpdk-perf-verify-2001-3n-hsw:
1214         - 4   # NDRPDR sel
1215         - 5   # NDRPDR sel
1216         - 6   # NDRPDR sel
1217         - 7   # NDRPDR sel
1218         - 8   # NDRPDR sel
1219         - 9   # NDRPDR sel
1220         - 10  # NDRPDR sel
1221         - 11  # NDRPDR sel
1222         - 12  # NDRPDR sel
1223         - 13  # NDRPDR sel
1224         - 15  # NDRPDR sel
1225         - 16  # NDRPDR sel
1226         - 17  # NDRPDR sel
1227         - 18  # NDRPDR sel
1228         - 19  # NDRPDR sel
1229         - 20  # NDRPDR sel
1230         - 21  # NDRPDR sel
1231         - 22  # NDRPDR sel
1232         - 23  # NDRPDR sel
1233         - 24  # NDRPDR sel
1234     dpdk-performance-changes-3n-hsw-ref:
1235       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1236         - 25  # NDRPDR iter
1237         - 26  # NDRPDR iter
1238         - 27  # NDRPDR iter
1239         - 28  # NDRPDR iter
1240         - 29  # NDRPDR iter
1241         - 30  # NDRPDR iter
1242         - 31  # NDRPDR iter
1243         - 32  # NDRPDR iter
1244         - 33  # NDRPDR iter
1245         - 34  # NDRPDR iter
1246     dpdk-performance-changes-3n-hsw-cmp:
1247       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1248         - 6   # NDRPDR iter env5
1249         - 7   # NDRPDR iter env5
1250         - 8   # NDRPDR iter env5
1251         - 9   # NDRPDR iter env5
1252         - 10  # NDRPDR iter env5
1253         - 11  # NDRPDR iter env5
1254         - 12  # NDRPDR iter env5
1255         - 13  # NDRPDR iter env5
1256         - 14  # NDRPDR iter env5
1257         - 15  # NDRPDR iter env5
1258
1259     dpdk-performance-changes-3n-skx-h1:
1260       csit-dpdk-perf-verify-2001-3n-skx:
1261         - 29  # NDRPDR sel xxv710
1262         - 33  # NDRPDR sel xxv710
1263         - 34  # NDRPDR sel xxv710
1264         - 35  # NDRPDR sel xxv710
1265         - 36  # NDRPDR sel xxv710
1266         - 37  # NDRPDR sel xxv710
1267         - 41  # NDRPDR sel xxv710
1268         - 42  # NDRPDR sel xxv710
1269         - 43  # NDRPDR sel xxv710
1270         - 45  # NDRPDR sel xxv710
1271         - 30  # NDRPDR sel x710
1272         - 31  # NDRPDR sel x710
1273         - 32  # NDRPDR sel x710
1274         - 38  # NDRPDR sel x710
1275         - 39  # NDRPDR sel x710
1276         - 40  # NDRPDR sel x710
1277         - 44  # NDRPDR sel x710
1278         - 46  # NDRPDR sel x710
1279         - 47  # NDRPDR sel x710
1280         - 48  # NDRPDR sel x710
1281     dpdk-performance-changes-3n-skx-ref:
1282       csit-dpdk-perf-report-iterative-2005-3n-skx:
1283         - 28  # NDRPDR iter
1284         - 29  # NDRPDR iter
1285         - 30  # NDRPDR iter
1286         - 31  # NDRPDR iter
1287         - 32  # NDRPDR iter
1288         - 33  # NDRPDR iter
1289         - 34  # NDRPDR iter
1290         - 35  # NDRPDR iter
1291         - 36  # NDRPDR iter
1292         - 37  # NDRPDR iter
1293     dpdk-performance-changes-3n-skx-cmp:
1294       csit-dpdk-perf-report-iterative-2009-3n-skx:
1295         - 4   # NDRPDR sel env5
1296         - 5   # NDRPDR sel env5
1297         - 6   # NDRPDR sel env5
1298         - 7   # NDRPDR sel env5
1299         - 8   # NDRPDR sel env5
1300         - 9   # NDRPDR sel env5
1301         - 14  # NDRPDR sel env5
1302         - 11  # NDRPDR sel env5
1303         - 12  # NDRPDR sel env5
1304         - 13  # NDRPDR sel env5
1305
1306     dpdk-performance-changes-2n-skx-h1:
1307       csit-dpdk-perf-verify-2001-2n-skx:
1308         - 35  # NDRPDR sel xxv710
1309         - 36  # NDRPDR sel xxv710
1310         - 37  # NDRPDR sel xxv710
1311         - 41  # NDRPDR sel xxv710
1312         - 42  # NDRPDR sel xxv710
1313         - 43  # NDRPDR sel xxv710
1314         - 46  # NDRPDR sel xxv710
1315         - 47  # NDRPDR sel xxv710
1316         - 52  # NDRPDR sel xxv710
1317         - 53  # NDRPDR sel xxv710
1318         - 38  # NDRPDR sel x710
1319         - 39  # NDRPDR sel x710
1320         - 40  # NDRPDR sel x710
1321         - 44  # NDRPDR sel x710
1322         - 45  # NDRPDR sel x710
1323         - 48  # NDRPDR sel x710
1324         - 49  # NDRPDR sel x710
1325         - 50  # NDRPDR sel x710
1326         - 51  # NDRPDR sel x710
1327         - 54  # NDRPDR sel x710
1328     dpdk-performance-changes-2n-skx-ref:
1329       csit-dpdk-perf-report-iterative-2005-2n-skx:
1330         - 20  # NDRPDR iter
1331         - 21  # NDRPDR iter
1332         - 22  # NDRPDR iter
1333         - 23  # NDRPDR iter
1334         - 24  # NDRPDR iter
1335         - 25  # NDRPDR iter
1336         - 26  # NDRPDR iter
1337         - 27  # NDRPDR iter
1338         - 28  # NDRPDR iter
1339         - 29  # NDRPDR iter
1340     dpdk-performance-changes-2n-skx-cmp:
1341       csit-dpdk-perf-report-iterative-2009-2n-skx:
1342         - 4   # NDRPDR iter env5
1343         - 5   # NDRPDR iter env5
1344         - 6   # NDRPDR iter env5
1345         - 7   # NDRPDR iter env5
1346         - 8   # NDRPDR iter env5
1347         - 9   # NDRPDR iter env5
1348         - 10  # NDRPDR iter env5
1349         - 11  # NDRPDR iter env5
1350         - 12  # NDRPDR iter env5
1351         - 13  # NDRPDR iter env5
1352
1353     dpdk-performance-changes-2n-clx-h1:
1354       csit-dpdk-perf-verify-2001-2n-clx:
1355         - 15  # NDRPDR sel
1356         - 16  # NDRPDR sel
1357         - 17  # NDRPDR sel
1358         - 18  # NDRPDR sel
1359         - 19  # NDRPDR sel
1360         - 20  # NDRPDR sel
1361         - 21  # NDRPDR sel
1362         - 22  # NDRPDR sel
1363         - 23  # NDRPDR sel
1364         - 24  # NDRPDR sel
1365         - 25  # NDRPDR sel
1366         - 26  # NDRPDR sel
1367         - 27  # NDRPDR sel
1368         - 28  # NDRPDR sel
1369         - 29  # NDRPDR sel
1370         - 30  # NDRPDR sel
1371         - 31  # NDRPDR sel
1372         - 32  # NDRPDR sel
1373         - 33  # NDRPDR sel
1374         - 34  # NDRPDR sel
1375     dpdk-performance-changes-2n-clx-ref:
1376       csit-dpdk-perf-report-iterative-2005-2n-clx:
1377         - 20  # NDRPDR iter
1378         - 21  # NDRPDR iter
1379         - 22  # NDRPDR iter
1380         - 23  # NDRPDR iter
1381         - 24  # NDRPDR iter
1382         - 25  # NDRPDR iter
1383         - 26  # NDRPDR iter
1384         - 27  # NDRPDR iter
1385         - 28  # NDRPDR iter
1386         - 29  # NDRPDR iter
1387     dpdk-performance-changes-2n-clx-cmp:
1388       csit-dpdk-perf-report-iterative-2009-2n-clx:
1389         - 4   # NDRPDR iter env5
1390         - 5   # NDRPDR iter env5
1391         - 6   # NDRPDR iter env5
1392         - 7   # NDRPDR iter env5
1393         - 8   # NDRPDR iter env5
1394         - 9   # NDRPDR iter env5
1395         - 10  # NDRPDR iter env5
1396         - 11  # NDRPDR iter env5
1397         - 12  # NDRPDR iter env5
1398         - 13  # NDRPDR iter env5
1399
1400 #    dpdk-performance-changes-2n-dnv-h1:
1401 #      csit-dpdk-perf-verify-2001-2n-dnv:
1402 #        - 9   # NDRPDR sel
1403 #        - 10  # NDRPDR sel
1404 #        - 11  # NDRPDR sel
1405 #        - 12  # NDRPDR sel
1406 #        - 13  # NDRPDR sel
1407 #        - 14  # NDRPDR sel
1408 #        - 15  # NDRPDR sel
1409 #        - 16  # NDRPDR sel
1410 #        - 17  # NDRPDR sel
1411 #        - 18  # NDRPDR sel
1412 #    dpdk-performance-changes-2n-dnv-ref:
1413 #      # No data
1414 #    dpdk-performance-changes-2n-dnv-cmp:
1415 #      # No data
1416 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1417
1418 #    dpdk-performance-changes-3n-dnv-h1:
1419 #      csit-dpdk-perf-verify-2001-3n-dnv:
1420 #        - 12  # NDRPDR sel
1421 #        - 13  # NDRPDR sel
1422 #        - 14  # NDRPDR sel
1423 #        - 15  # NDRPDR sel
1424 #        - 16  # NDRPDR sel
1425 #        - 17  # NDRPDR sel
1426 #        - 18  # NDRPDR sel
1427 #        - 19  # NDRPDR sel
1428 #        - 20  # NDRPDR sel
1429 #        - 22  # NDRPDR sel
1430 #    dpdk-performance-changes-3n-dnv-ref:
1431 #      # No data
1432 #    dpdk-performance-changes-3n-dnv-cmp:
1433 #      # No data
1434 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1435
1436     dpdk-performance-changes-3n-tsh-h1:
1437       csit-dpdk-perf-verify-2001-3n-tsh:
1438         - 3   # NDRPDR sel
1439         - 4   # NDRPDR sel
1440         - 5   # NDRPDR sel
1441         - 9   # NDRPDR sel
1442         - 10  # NDRPDR sel
1443         - 11  # NDRPDR sel
1444         - 12  # NDRPDR sel
1445         - 14  # NDRPDR sel
1446         - 15  # NDRPDR sel
1447         - 18  # NDRPDR sel
1448     dpdk-performance-changes-3n-tsh-ref:
1449       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1450         - 5   # NDRPDR sel
1451     dpdk-performance-changes-3n-tsh-cmp:
1452       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1453         - 1   # NDRPDR iter env5
1454         - 2   # NDRPDR iter env5
1455         - 3   # NDRPDR iter env5
1456         - 4   # NDRPDR iter env5
1457         - 5   # NDRPDR iter env5
1458         - 6   # NDRPDR iter env5
1459         - 7   # NDRPDR iter env5
1460         - 9   # NDRPDR iter env5
1461         - 10  # NDRPDR iter env5
1462         - 11  # NDRPDR iter env5
1463
1464     # Compare testbeds
1465
1466     vpp-compare-testbeds-ref:
1467       csit-vpp-perf-report-iterative-2009-3n-hsw:
1468         - 21  # rls2009 NDRPDR iter env 5
1469         - 22  # rls2009 NDRPDR iter env 5
1470         - 24  # rls2009 NDRPDR iter env 5
1471         - 25  # rls2009 NDRPDR iter env 5
1472         - 26  # rls2009 NDRPDR iter env 5
1473         - 27  # rls2009 NDRPDR iter env 5
1474         - 28  # rls2009 NDRPDR iter env 5
1475         - 29  # rls2009 NDRPDR iter env 5
1476         - 30  # rls2009 NDRPDR iter env 5
1477         - 31  # rls2009 NDRPDR iter env 5
1478     vpp-compare-testbeds-cmp:
1479       csit-vpp-perf-report-iterative-2009-3n-skx:
1480         - 26  # rls2009 NDRPDR iter env 5
1481         - 27  # rls2009 NDRPDR iter env 5
1482         - 28  # rls2009 NDRPDR iter env 5
1483         - 29  # rls2009 NDRPDR iter env 5
1484         - 35  # rls2009 NDRPDR iter env 5
1485         - 36  # rls2009 NDRPDR iter env 5
1486         - 37  # rls2009 NDRPDR iter env 5
1487         - 38  # rls2009 NDRPDR iter env 5
1488         - 39  # rls2009 NDRPDR iter env 5
1489         - 40  # rls2009 NDRPDR iter env 5
1490
1491     vpp-compare-testbeds-skx-clx-ref:
1492       csit-vpp-perf-report-iterative-2009-2n-skx:
1493         - 35  # rls2009 NDRPDR iter env 5
1494         - 36  # rls2009 NDRPDR iter env 5
1495         - 37  # rls2009 NDRPDR iter env 5
1496         - 39  # rls2009 NDRPDR iter env 5
1497         - 40  # rls2009 NDRPDR iter env 5
1498         - 42  # rls2009 NDRPDR iter env 5
1499         - 43  # rls2009 NDRPDR iter env 5
1500         - 44  # rls2009 NDRPDR iter env 5
1501         - 46  # rls2009 NDRPDR iter env 5
1502         - 48  # rls2009 NDRPDR iter env 5
1503         - 110 # rls2009 NDRPDR iter NAT44 env 5
1504         - 111 # rls2009 NDRPDR iter NAT44 env 5
1505         - 112 # rls2009 NDRPDR iter NAT44 env 5
1506         - 113 # rls2009 NDRPDR iter NAT44 env 5
1507         - 114 # rls2009 NDRPDR iter NAT44 env 5
1508         - 115 # rls2009 NDRPDR iter NAT44 env 5
1509         - 116 # rls2009 NDRPDR iter NAT44 env 5
1510         - 118 # rls2009 NDRPDR iter NAT44 env 5
1511         - 119 # rls2009 NDRPDR iter NAT44 env 5
1512         - 121 # rls2009 NDRPDR iter NAT44 env 5
1513     vpp-compare-testbeds-skx-clx-cmp:
1514       csit-vpp-perf-report-iterative-2009-2n-clx:
1515         - 36  # rls2009 NDRPDR iter env 5
1516         - 39  # rls2009 NDRPDR iter env 5
1517         - 40  # rls2009 NDRPDR iter env 5
1518         - 65  # rls2009 NDRPDR iter env 5
1519         - 66  # rls2009 NDRPDR iter env 5
1520         - 79  # rls2009 NDRPDR iter env 5
1521         - 82  # rls2009 NDRPDR iter env 5
1522         - 88  # rls2009 NDRPDR iter env 5
1523         - 89  # rls2009 NDRPDR iter env 5
1524         - 90  # rls2009 NDRPDR iter env 5
1525         - 114 # rls2009 NDRPDR iter NAT44 env 5
1526         - 115 # rls2009 NDRPDR iter NAT44 env 5
1527         - 116 # rls2009 NDRPDR iter NAT44 env 5
1528         - 117 # rls2009 NDRPDR iter NAT44 env 5
1529         - 118 # rls2009 NDRPDR iter NAT44 env 5
1530         - 119 # rls2009 NDRPDR iter NAT44 env 5
1531         - 121 # rls2009 NDRPDR iter NAT44 env 5
1532         - 122 # rls2009 NDRPDR iter NAT44 env 5
1533         - 123 # rls2009 NDRPDR iter NAT44 env 5
1534         - 126 # rls2009 NDRPDR iter NAT44 env 5
1535
1536     vpp-compare-testbeds-hsw-clx-ref:
1537       csit-vpp-perf-report-iterative-2009-3n-hsw:
1538         - 21  # rls2009 NDRPDR iter env 5
1539         - 22  # rls2009 NDRPDR iter env 5
1540         - 24  # rls2009 NDRPDR iter env 5
1541         - 25  # rls2009 NDRPDR iter env 5
1542         - 26  # rls2009 NDRPDR iter env 5
1543         - 27  # rls2009 NDRPDR iter env 5
1544         - 28  # rls2009 NDRPDR iter env 5
1545         - 29  # rls2009 NDRPDR iter env 5
1546         - 30  # rls2009 NDRPDR iter env 5
1547         - 31  # rls2009 NDRPDR iter env 5
1548     vpp-compare-testbeds-hsw-clx-cmp:
1549       csit-vpp-perf-report-iterative-2009-2n-clx:
1550         - 36  # rls2009 NDRPDR iter env 5
1551         - 39  # rls2009 NDRPDR iter env 5
1552         - 40  # rls2009 NDRPDR iter env 5
1553         - 65  # rls2009 NDRPDR iter env 5
1554         - 66  # rls2009 NDRPDR iter env 5
1555         - 79  # rls2009 NDRPDR iter env 5
1556         - 82  # rls2009 NDRPDR iter env 5
1557         - 88  # rls2009 NDRPDR iter env 5
1558         - 89  # rls2009 NDRPDR iter env 5
1559         - 90  # rls2009 NDRPDR iter env 5
1560
1561     vpp-compare-testbeds-mrr-ref:
1562       csit-vpp-perf-report-iterative-2009-3n-hsw:
1563         - 23  # rls2009 MRR iter env 5
1564     vpp-compare-testbeds-mrr-cmp:
1565       csit-vpp-perf-report-iterative-2009-3n-skx:
1566         - 24  # rls2009 MRR iter env 5
1567
1568     vpp-compare-testbeds-mrr-skx-clx-ref:
1569       csit-vpp-perf-report-iterative-2009-2n-skx:
1570         - 120 # rls2009 MRR iter env 5
1571     vpp-compare-testbeds-mrr-skx-clx-cmp:
1572       csit-vpp-perf-report-iterative-2009-2n-clx:
1573         - 125 # rls2009 MRR iter env 5
1574
1575     vpp-compare-testbeds-mrr-hsw-clx-ref:
1576       csit-vpp-perf-report-iterative-2009-3n-hsw:
1577         - 23  # rls2009 MRR iter env 5
1578     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1579       csit-vpp-perf-report-iterative-2009-2n-clx:
1580         - 125 # rls2009 MRR iter env 5
1581
1582     dpdk-compare-testbeds-ref:
1583       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1584         - 6   # NDRPDR iter env5
1585         - 7   # NDRPDR iter env5
1586         - 8   # NDRPDR iter env5
1587         - 9   # NDRPDR iter env5
1588         - 10  # NDRPDR iter env5
1589         - 11  # NDRPDR iter env5
1590         - 12  # NDRPDR iter env5
1591         - 13  # NDRPDR iter env5
1592         - 14  # NDRPDR iter env5
1593         - 15  # NDRPDR iter env5
1594     dpdk-compare-testbeds-cmp:
1595       csit-dpdk-perf-report-iterative-2009-3n-skx:
1596         - 4   # NDRPDR sel env5
1597         - 5   # NDRPDR sel env5
1598         - 6   # NDRPDR sel env5
1599         - 7   # NDRPDR sel env5
1600         - 8   # NDRPDR sel env5
1601         - 9   # NDRPDR sel env5
1602         - 14  # NDRPDR sel env5
1603         - 11  # NDRPDR sel env5
1604         - 12  # NDRPDR sel env5
1605         - 13  # NDRPDR sel env5
1606
1607     dpdk-compare-testbeds-skx-clx-ref:
1608       csit-dpdk-perf-report-iterative-2009-2n-skx:
1609         - 4   # NDRPDR iter env5
1610         - 5   # NDRPDR iter env5
1611         - 6   # NDRPDR iter env5
1612         - 7   # NDRPDR iter env5
1613         - 8   # NDRPDR iter env5
1614         - 9   # NDRPDR iter env5
1615         - 10  # NDRPDR iter env5
1616         - 11  # NDRPDR iter env5
1617         - 12  # NDRPDR iter env5
1618         - 13  # NDRPDR iter env5
1619     dpdk-compare-testbeds-skx-clx-cmp:
1620       csit-dpdk-perf-report-iterative-2009-2n-clx:
1621         - 4   # NDRPDR iter env5
1622         - 5   # NDRPDR iter env5
1623         - 6   # NDRPDR iter env5
1624         - 7   # NDRPDR iter env5
1625         - 8   # NDRPDR iter env5
1626         - 9   # NDRPDR iter env5
1627         - 10  # NDRPDR iter env5
1628         - 11  # NDRPDR iter env5
1629         - 12  # NDRPDR iter env5
1630         - 13  # NDRPDR iter env5
1631
1632     # Compare topologies
1633
1634     vpp-compare-topologies-ref:
1635       csit-vpp-perf-report-iterative-2009-3n-skx:
1636         - 26  # rls2009 NDRPDR iter env 5
1637         - 27  # rls2009 NDRPDR iter env 5
1638         - 28  # rls2009 NDRPDR iter env 5
1639         - 29  # rls2009 NDRPDR iter env 5
1640         - 35  # rls2009 NDRPDR iter env 5
1641         - 36  # rls2009 NDRPDR iter env 5
1642         - 37  # rls2009 NDRPDR iter env 5
1643         - 38  # rls2009 NDRPDR iter env 5
1644         - 39  # rls2009 NDRPDR iter env 5
1645         - 40  # rls2009 NDRPDR iter env 5
1646     vpp-compare-topologies-cmp:
1647       csit-vpp-perf-report-iterative-2009-2n-skx:
1648         - 35  # rls2009 NDRPDR iter env 5
1649         - 36  # rls2009 NDRPDR iter env 5
1650         - 37  # rls2009 NDRPDR iter env 5
1651         - 39  # rls2009 NDRPDR iter env 5
1652         - 40  # rls2009 NDRPDR iter env 5
1653         - 42  # rls2009 NDRPDR iter env 5
1654         - 43  # rls2009 NDRPDR iter env 5
1655         - 44  # rls2009 NDRPDR iter env 5
1656         - 46  # rls2009 NDRPDR iter env 5
1657         - 48  # rls2009 NDRPDR iter env 5
1658
1659     vpp-compare-topologies-mrr-ref:
1660       csit-vpp-perf-report-iterative-2009-3n-skx:
1661         - 24  # rls2009 MRR iter env 5
1662     vpp-compare-topologies-mrr-cmp:
1663       csit-vpp-perf-report-iterative-2009-2n-skx:
1664         - 120 # rls2009 MRR iter env 5
1665
1666     dpdk-compare-topologies-ref:
1667       csit-dpdk-perf-report-iterative-2009-3n-skx:
1668         - 4   # NDRPDR sel env5
1669         - 5   # NDRPDR sel env5
1670         - 6   # NDRPDR sel env5
1671         - 7   # NDRPDR sel env5
1672         - 8   # NDRPDR sel env5
1673         - 9   # NDRPDR sel env5
1674         - 14  # NDRPDR sel env5
1675         - 11  # NDRPDR sel env5
1676         - 12  # NDRPDR sel env5
1677         - 13  # NDRPDR sel env5
1678     dpdk-compare-topologies-cmp:
1679       csit-dpdk-perf-report-iterative-2009-2n-skx:
1680         - 4   # NDRPDR iter env5
1681         - 5   # NDRPDR iter env5
1682         - 6   # NDRPDR iter env5
1683         - 7   # NDRPDR iter env5
1684         - 8   # NDRPDR iter env5
1685         - 9   # NDRPDR iter env5
1686         - 10  # NDRPDR iter env5
1687         - 11  # NDRPDR iter env5
1688         - 12  # NDRPDR iter env5
1689         - 13  # NDRPDR iter env5
1690
1691   plot-layouts:
1692
1693     plot-soak-throughput:
1694       titlefont:
1695         size: 16
1696       xaxis:
1697         title: "<b>Test Cases [Index]</b>"
1698         titlefont:
1699           size: 14
1700         autorange: True
1701         fixedrange: False
1702         gridcolor: "rgb(230, 230, 230)"
1703         linecolor: "rgb(220, 220, 220)"
1704         linewidth: 1
1705         showgrid: True
1706         showline: True
1707         showticklabels: True
1708         tickcolor: "rgb(220, 220, 220)"
1709         tickmode: "linear"
1710         tickfont:
1711           size: 14
1712         zeroline: False
1713       yaxis:
1714         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1715         titlefont:
1716           size: 14
1717         gridcolor: "rgb(230, 230, 230)"
1718         hoverformat: ".4r"
1719         tickformat: ".3r"
1720         linecolor: "rgb(220, 220, 220)"
1721         linewidth: 1
1722         showgrid: True
1723         showline: True
1724         showticklabels: True
1725         tickcolor: "rgb(220, 220, 220)"
1726         tickfont:
1727           size: 14
1728         zeroline: False
1729         range: [0,50]
1730       autosize: False
1731       margin:
1732         t: 50
1733         b: 0
1734         l: 80
1735         r: 20
1736       showlegend: True
1737       legend:
1738         orientation: "h"
1739         font:
1740           size: 14
1741       width: 700
1742       height: 900
1743       paper_bgcolor: "#fff"
1744       plot_bgcolor: "#fff"
1745       hoverlabel:
1746         namelength: -1
1747
1748     plot-service-density:
1749       titlefont:
1750         size: 16
1751       xaxis:
1752         side: "top"
1753         autorange: True
1754         fixedrange: False
1755         showgrid: False
1756         showline: False
1757         showticklabels: False
1758         ticks: ""
1759         ticklen: 0
1760         tickwidth: 0
1761         zeroline: False
1762       yaxis:
1763         autorange: "reversed"
1764         showgrid: False
1765         showline: False
1766         showticklabels: False
1767         ticks: ""
1768         ticklen: 0
1769         tickwidth: 0
1770         zeroline: False
1771       showlegend: False
1772       paper_bgcolor: "#fff"
1773       plot_bgcolor: "#fff"
1774       width: 700
1775       height: 700
1776       hoverlabel:
1777         namelength: -1
1778
1779     plot-hoststack:
1780       titlefont:
1781         size: 16
1782       xaxis:
1783         title: "<b>Test Cases [Index]</b>"
1784         titlefont:
1785           size: 14
1786         autorange: True
1787         fixedrange: False
1788         gridcolor: "rgb(230, 230, 230)"
1789         linecolor: "rgb(220, 220, 220)"
1790         linewidth: 1
1791         showgrid: True
1792         showline: True
1793         showticklabels: True
1794         tickcolor: "rgb(220, 220, 220)"
1795         tickmode: "linear"
1796         tickfont:
1797           size: 14
1798         zeroline: False
1799       yaxis:
1800         title: "<b>Bandwidth [Gbps]</b>"
1801         titlefont:
1802           size: 14
1803         gridcolor: "rgb(230, 230, 230)"
1804         hoverformat: ".4s"
1805         linecolor: "rgb(220, 220, 220)"
1806         linewidth: 1
1807         rangemode: "tozero"
1808         showgrid: True
1809         showline: True
1810         showticklabels: True
1811         tickcolor: "rgb(230, 230, 230)"
1812         tickformat: ".3s"
1813         tickfont:
1814           size: 14
1815         zeroline: False
1816       autosize: False
1817       margin:
1818         t: 50
1819         b: 20
1820         l: 80
1821         r: 20
1822       showlegend: True
1823       legend:
1824         orientation: "h"
1825         font:
1826           size: 14
1827       width: 700
1828       height: 800
1829       paper_bgcolor: "#fff"
1830       plot_bgcolor: "#fff"
1831       hoverlabel:
1832         namelength: -1
1833
1834     plot-throughput:
1835       titlefont:
1836         size: 16
1837       xaxis:
1838         title: "<b>Test Cases [Index]</b>"
1839         titlefont:
1840           size: 14
1841         autorange: True
1842         fixedrange: False
1843         gridcolor: "rgb(230, 230, 230)"
1844         linecolor: "rgb(220, 220, 220)"
1845         linewidth: 1
1846         showgrid: True
1847         showline: True
1848         showticklabels: True
1849         tickcolor: "rgb(220, 220, 220)"
1850         tickmode: "linear"
1851         tickfont:
1852           size: 14
1853         zeroline: False
1854       yaxis:
1855         title: "<b>Packet Throughput [Mpps]</b>"
1856         titlefont:
1857           size: 14
1858         gridcolor: "rgb(230, 230, 230)"
1859         hoverformat: ".4r"
1860         tickformat: ".3r"
1861         linecolor: "rgb(220, 220, 220)"
1862         linewidth: 1
1863         showgrid: True
1864         showline: True
1865         showticklabels: True
1866         tickcolor: "rgb(220, 220, 220)"
1867         tickfont:
1868           size: 14
1869         zeroline: False
1870         range: [0,50]
1871       autosize: False
1872       margin:
1873         t: 50
1874         b: 0
1875         l: 80
1876         r: 20
1877       showlegend: True
1878       legend:
1879         orientation: "h"
1880         font:
1881           size: 14
1882       width: 700
1883       height: 900
1884       paper_bgcolor: "#fff"
1885       plot_bgcolor: "#fff"
1886       hoverlabel:
1887         namelength: -1
1888
1889     plot-throughput-gbps:
1890       titlefont:
1891         size: 16
1892       xaxis:
1893         title: "<b>Test Cases [Index]</b>"
1894         titlefont:
1895           size: 14
1896         autorange: True
1897         fixedrange: False
1898         gridcolor: "rgb(230, 230, 230)"
1899         linecolor: "rgb(220, 220, 220)"
1900         linewidth: 1
1901         showgrid: True
1902         showline: True
1903         showticklabels: True
1904         tickcolor: "rgb(220, 220, 220)"
1905         tickmode: "linear"
1906         tickfont:
1907           size: 14
1908         zeroline: False
1909       yaxis:
1910         title: "<b>Packet Throughput [Gbps]</b>"
1911         titlefont:
1912           size: 14
1913         gridcolor: "rgb(230, 230, 230)"
1914         hoverformat: ".4r"
1915         tickformat: ".3r"
1916         linecolor: "rgb(220, 220, 220)"
1917         linewidth: 1
1918         showgrid: True
1919         showline: True
1920         showticklabels: True
1921         tickcolor: "rgb(220, 220, 220)"
1922         tickfont:
1923           size: 14
1924         zeroline: False
1925         range: [0,10]
1926       autosize: False
1927       margin:
1928         t: 50
1929         b: 0
1930         l: 80
1931         r: 20
1932       showlegend: True
1933       legend:
1934         orientation: "h"
1935         font:
1936           size: 14
1937       width: 700
1938       height: 900
1939       paper_bgcolor: "#fff"
1940       plot_bgcolor: "#fff"
1941       hoverlabel:
1942         namelength: -1
1943
1944     plot-cps:
1945       titlefont:
1946         size: 16
1947       xaxis:
1948         title: "<b>Test Cases [Index]</b>"
1949         titlefont:
1950           size: 14
1951         autorange: True
1952         fixedrange: False
1953         gridcolor: "rgb(230, 230, 230)"
1954         linecolor: "rgb(220, 220, 220)"
1955         linewidth: 1
1956         showgrid: True
1957         showline: True
1958         showticklabels: True
1959         tickcolor: "rgb(220, 220, 220)"
1960         tickmode: "linear"
1961         tickfont:
1962           size: 14
1963         zeroline: False
1964       yaxis:
1965         title: "<b>Connection Rate [Mcps]</b>"
1966         titlefont:
1967           size: 14
1968         gridcolor: "rgb(230, 230, 230)"
1969         hoverformat: ".4r"
1970         tickformat: ".3s"
1971         linecolor: "rgb(220, 220, 220)"
1972         linewidth: 1
1973         showgrid: True
1974         showline: True
1975         showticklabels: True
1976         tickcolor: "rgb(220, 220, 220)"
1977         tickfont:
1978           size: 14
1979         zeroline: False
1980         range: [0,10]
1981       autosize: False
1982       margin:
1983         t: 50
1984         b: 0
1985         l: 80
1986         r: 20
1987       showlegend: True
1988       legend:
1989         orientation: "h"
1990         font:
1991           size: 14
1992       width: 700
1993       height: 900
1994       paper_bgcolor: "#fff"
1995       plot_bgcolor: "#fff"
1996       hoverlabel:
1997         namelength: -1
1998
1999     plot-throughput-speedup-analysis:
2000       titlefont:
2001         size: 16
2002       xaxis:
2003         title: "<b>Number of Cores [Qty]</b>"
2004         titlefont:
2005           size: 14
2006         autorange: True
2007         fixedrange: False
2008         gridcolor: "rgb(230, 230, 230)"
2009         linecolor: "rgb(220, 220, 220)"
2010         linewidth: 1
2011         showgrid: True
2012         showline: True
2013         showticklabels: True
2014         tickcolor: "rgb(238, 238, 238)"
2015         tickmode: "linear"
2016         tickfont:
2017           size: 14
2018         zeroline: False
2019       yaxis:
2020         title: "<b>Packet Throughput [Mpps]</b>"
2021         titlefont:
2022           size: 14
2023         type: "linear"
2024         gridcolor: "rgb(230, 230, 230)"
2025         hoverformat: ".4s"
2026         linecolor: "rgb(220, 220, 220)"
2027         linewidth: 1
2028         showgrid: True
2029         showline: True
2030         showticklabels: True
2031         tickcolor: "rgb(220, 220, 220)"
2032         tickformat: ".4s"
2033         tickfont:
2034           size: 14
2035         zeroline: True
2036         rangemode: "tozero"
2037         range: [0,100]
2038       legend:
2039         orientation: "h"
2040         font:
2041           size: 14
2042         xanchor: "left"
2043         yanchor: "top"
2044         x: 0
2045         y: -0.2
2046         bgcolor: "rgba(255, 255, 255, 0)"
2047         bordercolor: "rgba(255, 255, 255, 0)"
2048         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2049       autosize: False
2050       margin:
2051           't': 50
2052           'b': 150
2053           'l': 85
2054           'r': 10
2055       showlegend: True
2056       width: 700
2057       height: 700
2058       paper_bgcolor: "#fff"
2059       plot_bgcolor: "#fff"
2060       hoverlabel:
2061         namelength: -1
2062       annotations: [
2063         {
2064           text: "_ _          __          ...",
2065           align: "left",
2066           showarrow: False,
2067           xref: "paper",
2068           yref: "paper",
2069           xanchor: "left",
2070           yanchor: "top",
2071           x: 0,
2072           y: -0.14,
2073           font: {
2074             family: "Consolas, Courier New",
2075             size: 13
2076           },
2077         },
2078         {
2079           text: "    Perfect     Measured     Limit",
2080           align: "left",
2081           showarrow: False,
2082           xref: "paper",
2083           yref: "paper",
2084           xanchor: "left",
2085           yanchor: "top",
2086           x: 0,
2087           y: -0.15,
2088           font: {
2089             family: "Consolas, Courier New",
2090             size: 13
2091           },
2092         },
2093       ]
2094
2095     plot-throughput-speedup-analysis-gbps:
2096       titlefont:
2097         size: 16
2098       xaxis:
2099         title: "<b>Number of Cores [Qty]</b>"
2100         titlefont:
2101           size: 14
2102         autorange: True
2103         fixedrange: False
2104         gridcolor: "rgb(230, 230, 230)"
2105         linecolor: "rgb(220, 220, 220)"
2106         linewidth: 1
2107         showgrid: True
2108         showline: True
2109         showticklabels: True
2110         tickcolor: "rgb(238, 238, 238)"
2111         tickmode: "linear"
2112         tickfont:
2113           size: 14
2114         zeroline: False
2115       yaxis:
2116         title: "<b>Packet Throughput [Gbps]</b>"
2117         titlefont:
2118           size: 14
2119         type: "linear"
2120         gridcolor: "rgb(230, 230, 230)"
2121         hoverformat: ".4s"
2122         linecolor: "rgb(220, 220, 220)"
2123         linewidth: 1
2124         showgrid: True
2125         showline: True
2126         showticklabels: True
2127         tickcolor: "rgb(220, 220, 220)"
2128         tickformat: ".4s"
2129         tickfont:
2130           size: 14
2131         zeroline: True
2132         rangemode: "tozero"
2133         range: [0,100]
2134       legend:
2135         orientation: "h"
2136         font:
2137           size: 14
2138         xanchor: "left"
2139         yanchor: "top"
2140         x: 0
2141         y: -0.2
2142         bgcolor: "rgba(255, 255, 255, 0)"
2143         bordercolor: "rgba(255, 255, 255, 0)"
2144         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2145       autosize: False
2146       margin:
2147           't': 50
2148           'b': 150
2149           'l': 85
2150           'r': 10
2151       showlegend: True
2152       width: 700
2153       height: 700
2154       paper_bgcolor: "#fff"
2155       plot_bgcolor: "#fff"
2156       hoverlabel:
2157         namelength: -1
2158       annotations: [
2159         {
2160           text: "_ _          __",
2161           align: "left",
2162           showarrow: False,
2163           xref: "paper",
2164           yref: "paper",
2165           xanchor: "left",
2166           yanchor: "top",
2167           x: 0,
2168           y: -0.13,
2169           font: {
2170             family: "Consolas, Courier New",
2171             size: 13
2172           },
2173         },
2174         {
2175           text: "    Perfect     Measured",
2176           align: "left",
2177           showarrow: False,
2178           xref: "paper",
2179           yref: "paper",
2180           xanchor: "left",
2181           yanchor: "top",
2182           x: 0,
2183           y: -0.15,
2184           font: {
2185             family: "Consolas, Courier New",
2186             size: 13
2187           },
2188         },
2189       ]
2190
2191     plot-throughput-speedup-analysis-cps:
2192       titlefont:
2193         size: 16
2194       xaxis:
2195         title: "<b>Number of Cores [Qty]</b>"
2196         titlefont:
2197           size: 14
2198         autorange: True
2199         fixedrange: False
2200         gridcolor: "rgb(230, 230, 230)"
2201         linecolor: "rgb(220, 220, 220)"
2202         linewidth: 1
2203         showgrid: True
2204         showline: True
2205         showticklabels: True
2206         tickcolor: "rgb(238, 238, 238)"
2207         tickmode: "linear"
2208         tickfont:
2209           size: 14
2210         zeroline: False
2211       yaxis:
2212         title: "<b>Connection Rate [Mcps]</b>"
2213         titlefont:
2214           size: 14
2215         type: "linear"
2216         gridcolor: "rgb(230, 230, 230)"
2217         hoverformat: ".4s"
2218         linecolor: "rgb(220, 220, 220)"
2219         linewidth: 1
2220         showgrid: True
2221         showline: True
2222         showticklabels: True
2223         tickcolor: "rgb(220, 220, 220)"
2224         tickformat: ".4s"
2225         tickfont:
2226           size: 14
2227         zeroline: True
2228         rangemode: "tozero"
2229         range: [0,100]
2230       legend:
2231         orientation: "h"
2232         font:
2233           size: 14
2234         xanchor: "left"
2235         yanchor: "top"
2236         x: 0
2237         y: -0.2
2238         bgcolor: "rgba(255, 255, 255, 0)"
2239         bordercolor: "rgba(255, 255, 255, 0)"
2240         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2241       autosize: False
2242       margin:
2243           't': 50
2244           'b': 150
2245           'l': 85
2246           'r': 10
2247       showlegend: True
2248       width: 700
2249       height: 700
2250       paper_bgcolor: "#fff"
2251       plot_bgcolor: "#fff"
2252       hoverlabel:
2253         namelength: -1
2254       annotations: [
2255         {
2256           text: "_ _          __",
2257           align: "left",
2258           showarrow: False,
2259           xref: "paper",
2260           yref: "paper",
2261           xanchor: "left",
2262           yanchor: "top",
2263           x: 0,
2264           y: -0.13,
2265           font: {
2266             family: "Consolas, Courier New",
2267             size: 13
2268           },
2269         },
2270         {
2271           text: "    Perfect     Measured",
2272           align: "left",
2273           showarrow: False,
2274           xref: "paper",
2275           yref: "paper",
2276           xanchor: "left",
2277           yanchor: "top",
2278           x: 0,
2279           y: -0.15,
2280           font: {
2281             family: "Consolas, Courier New",
2282             size: 13
2283           },
2284         },
2285       ]
2286
2287     plot-latency:
2288       titlefont:
2289         size: 16
2290       xaxis:
2291         title: "<b>Direction</b>"
2292         titlefont:
2293           size: 14
2294         autorange: True
2295         fixedrange: False
2296         gridcolor: "rgb(230, 230, 230)"
2297         linecolor: "rgb(220, 220, 220)"
2298         linewidth: 1
2299         showgrid: True
2300         showline: True
2301         showticklabels: False
2302         tickcolor: "rgb(220, 220, 220)"
2303         tickmode: "linear"
2304         tickfont:
2305           size: 14
2306         zeroline: False
2307       yaxis:
2308         title: "<b>Packet Latency [uSec]</b>"
2309         titlefont:
2310           size: 14
2311         type: "linear"
2312         gridcolor: "rgb(230, 230, 230)"
2313         hoverformat: ".4s"
2314         linecolor: "rgb(220, 220, 220)"
2315         linewidth: 1
2316         showgrid: True
2317         showline: True
2318         showticklabels: True
2319         tickcolor: "rgb(220, 220, 220)"
2320         tickformat: ".4s"
2321         tickfont:
2322           size: 14
2323         zeroline: True
2324         rangemode: "tozero"
2325       legend:
2326         orientation: "h"
2327         font:
2328           size: 14
2329         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2330       autosize: False
2331       margin:
2332           't': 50
2333           'b': 150
2334           'l': 80
2335           'r': 10
2336       showlegend: True
2337       width: 700
2338       height: 700
2339       paper_bgcolor: "#fff"
2340       plot_bgcolor: "#fff"
2341       hoverlabel:
2342         namelength: -1
2343
2344     plot-hdrh-latency:
2345       title:
2346         text: ""
2347         xanchor: "center"
2348         x: 0.5
2349         font:
2350           size: 16
2351       width: 700
2352       plot_bgcolor: "white"
2353       annotations:
2354         - font:
2355             size: 14
2356           showarrow: False
2357           text: "<b>Packet Latency [uSec]</b>"
2358           x: 1
2359           xanchor: "right"
2360           xref: "paper"
2361           y: -0.045
2362           yanchor: "top"
2363           yref: "paper"
2364         - font:
2365             size: 14
2366           showarrow: False
2367           text: "<b>Probability [%]</b>"
2368           textangle: 270
2369           x: -0.06
2370           xanchor: "center"
2371           xref: "paper"
2372           y: 0.5
2373           yanchor: "middle"
2374           yref: "paper"
2375         - font:
2376             size: 14
2377           showarrow: False
2378           text: "<b>Direction: E-W</b>"
2379           x: 0.24
2380           xanchor: "center"
2381           xref: "paper"
2382           y: 1.05
2383           yanchor: "bottom"
2384           yref: "paper"
2385         - font:
2386             size: 14
2387           showarrow: False
2388           text: "<b>Direction: W-E</b>"
2389           x: 0.74
2390           xanchor: "center"
2391           xref: "paper"
2392           y: 1.05
2393           yanchor: "bottom"
2394           yref: "paper"
2395
2396     plot-hdrh-latency-percentile:
2397       title:
2398         text: ""
2399         xanchor: "center"
2400         x: 0.5
2401         font:
2402           size: 16
2403       xaxis:
2404         type: "log"
2405         title: "<b>Percentile [%]</b>"
2406         titlefont:
2407           size: 14
2408         autorange: True
2409         fixedrange: False
2410         gridcolor: "rgb(230, 230, 230)"
2411         linecolor: "rgb(220, 220, 220)"
2412         linewidth: 1
2413         showgrid: True
2414         showline: True
2415         showticklabels: True
2416         tickcolor: "rgb(220, 220, 220)"
2417         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2418         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2419         tickfont:
2420           size: 14
2421       yaxis:
2422         title: "<b>Packet Latency [uSec]</b>"
2423         titlefont:
2424           size: 14
2425         gridcolor: "rgb(230, 230, 230)"
2426         linecolor: "rgb(220, 220, 220)"
2427         linewidth: 1
2428         showgrid: True
2429         showline: True
2430         showticklabels: True
2431         tickcolor: "rgb(220, 220, 220)"
2432         tickfont:
2433           size: 14
2434       autosize: False
2435       showlegend: True
2436       legend:
2437         traceorder: "normal"
2438         orientation: "h"
2439         font:
2440           size: 14
2441         xanchor: "left"
2442         yanchor: "top"
2443         x: 0
2444         y: -0.15
2445         bgcolor: "rgba(255, 255, 255, 0)"
2446         bordercolor: "rgba(255, 255, 255, 0)"
2447       width: 700
2448       height: 700
2449       paper_bgcolor: "white"
2450       plot_bgcolor: "white"
2451
2452     plot-hdrh-latency-by-percentile:
2453       title:
2454         text: "<b>Latency by Percentile Distribution</b>"
2455         xanchor: "center"
2456         x: 0.5
2457         font:
2458           size: 18
2459       showlegend: True
2460       legend:
2461         traceorder: "normal"
2462         orientation: "h"
2463         font:
2464           size: 16
2465         xanchor: "left"
2466         yanchor: "top"
2467         x: 0
2468         y: -0.2
2469         bgcolor: "rgba(255, 255, 255, 0)"
2470         bordercolor: "rgba(255, 255, 255, 0)"
2471       xaxis:
2472         type: "linear"
2473         title: "<b>Percentile [%]</b>"
2474         titlefont:
2475           size: 14
2476         autorange: False
2477         fixedrange: False
2478         range: [0, 100]
2479         gridcolor: "rgb(230, 230, 230)"
2480         linecolor: "rgb(220, 220, 220)"
2481         linewidth: 1
2482         showgrid: True
2483         showline: True
2484         showticklabels: True
2485         tickcolor: "rgb(220, 220, 220)"
2486         tickvals: [0, 25, 50, 75, 100]
2487         ticktext: [0, 25, 50, 75, 100]
2488         tickfont:
2489           size: 14
2490       yaxis:
2491         title: "<b>One-Way Latency per Direction [uSec]</b>"
2492         titlefont:
2493           size: 14
2494         gridcolor: "rgb(230, 230, 230)"
2495         linecolor: "rgb(220, 220, 220)"
2496         linewidth: 1
2497         showgrid: True
2498         showline: True
2499         showticklabels: True
2500         tickcolor: "rgb(220, 220, 220)"
2501         tickfont:
2502           size: 14
2503       width: 700
2504       height: 700
2505       paper_bgcolor: "white"
2506       plot_bgcolor: "white"
2507
2508 - type: "static"
2509   src-path: "{DIR[RST]}"
2510   dst-path: "{DIR[WORKING,SRC]}"
2511
2512 - type: "input"
2513   general:
2514     file-name: "output_info.xml.gz"
2515     file-format: ".gz"
2516     arch-file-format:
2517       - ".gz"
2518       - ".zip"
2519     download-path: "{job}/{build}/archives/{filename}"
2520     extract: "output.xml"
2521
2522     zip-file-name: "robot-plugin.zip"
2523     zip-file-format: ".zip"
2524     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2525     zip-extract: "robot-plugin/output.xml"
2526
2527   builds:
2528
2529     csit-vpp-perf-verify-2001-3n-hsw:
2530       - 17  # MRR sel
2531     csit-vpp-perf-report-iterative-2005-3n-hsw:
2532       - 20  # NDRPDR sel env 4
2533       - 21  # NDRPDR sel env 4
2534       - 22  # NDRPDR sel env 4
2535       - 23  # NDRPDR sel env 4
2536       - 24  # NDRPDR sel env 4
2537       - 25  # NDRPDR sel env 4
2538       - 26  # NDRPDR sel env 4
2539       - 27  # NDRPDR sel env 4
2540       - 28  # NDRPDR sel env 4
2541       - 29  # NDRPDR sel env 4
2542       - 30  # MRR env 4
2543       - 31  # NDRPDR sel 2001.0-4
2544       - 32  # NDRPDR sel 2001.0-4
2545       - 33  # NDRPDR sel 2001.0-4
2546       - 34  # NDRPDR sel 2001.0-4
2547       - 35  # NDRPDR sel 2001.0-4
2548       - 36  # NDRPDR sel 2001.0-4
2549       - 38  # NDRPDR sel 2001.0-4
2550     csit-vpp-perf-report-iterative-2009-3n-hsw:
2551       - 18  # rls2005 MRR iter env 5
2552       - 9   # rls2005 NDRPDR iter env 5
2553       - 10  # rls2005 NDRPDR iter env 5
2554       - 11  # rls2005 NDRPDR iter env 5
2555       - 12  # rls2005 NDRPDR iter env 5
2556       - 13  # rls2005 NDRPDR iter env 5
2557       - 14  # rls2005 NDRPDR iter env 5
2558       - 15  # rls2005 NDRPDR iter env 5
2559       - 16  # rls2005 NDRPDR iter env 5
2560       - 17  # rls2005 NDRPDR iter env 5
2561       - 19  # rls2005 NDRPDR iter env 5
2562       - 23  # rls2009 MRR iter env 5
2563       - 21  # rls2009 NDRPDR iter env 5
2564       - 22  # rls2009 NDRPDR iter env 5
2565       - 24  # rls2009 NDRPDR iter env 5
2566       - 25  # rls2009 NDRPDR iter env 5
2567       - 26  # rls2009 NDRPDR iter env 5
2568       - 27  # rls2009 NDRPDR iter env 5
2569       - 28  # rls2009 NDRPDR iter env 5
2570       - 29  # rls2009 NDRPDR iter env 5
2571       - 30  # rls2009 NDRPDR iter env 5
2572       - 31  # rls2009 NDRPDR iter env 5
2573       - 32  # rls2009 Hoststack iter env 5
2574       - 33  # rls2009 Hoststack iter env 5
2575       - 34  # rls2009 Hoststack iter env 5
2576       - 35  # rls2009 Hoststack iter env 5
2577       - 36  # rls2009 Hoststack iter env 5
2578       - 37  # rls2009 Hoststack iter env 5
2579       - 38  # rls2009 Hoststack iter env 5
2580       - 39  # rls2009 Hoststack iter env 5
2581       - 40  # rls2009 Hoststack iter env 5
2582       - 41  # rls2009 Hoststack iter env 5
2583     csit-vpp-perf-report-coverage-2009-3n-hsw:
2584       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2585       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2586       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2587       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2588       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2589       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2590       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2591       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2592       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2593       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2594       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2595       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2596       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2597       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2598       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2599       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2600       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2601       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2602       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2603       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2604       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2605       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2606       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2607       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2608       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2609       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2610       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2611       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2612       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2613       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2614       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2615       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2616       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2617       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2618       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2619
2620     csit-vpp-perf-verify-2001-3n-skx:
2621       - 50  # MRR sel
2622       - 53  # MRR sel addition
2623     csit-vpp-perf-report-iterative-2005-3n-skx:
2624       - 4   # NDRPDR sel
2625       - 5   # NDRPDR sel ??? all x710 failed
2626       - 33  # NDRPDR sel
2627       - 28  # NDRPDR sel
2628       - 34  # NDRPDR sel
2629       - 42  # NDRPDR sel env 4
2630       - 43  # NDRPDR sel env 4
2631       - 44  # NDRPDR sel env 4
2632       - 45  # NDRPDR sel env 4
2633       - 47  # NDRPDR sel env 4
2634       - 55  # NDRPDR sel env 4
2635       - 56  # NDRPDR sel env 4
2636       - 57  # NDRPDR sel env 4
2637       - 61  # NDRPDR sel env 4
2638       - 62  # NDRPDR sel env 4
2639       - 50  # NDRPDR sel 2001.0-4
2640       - 51  # NDRPDR sel 2001.0-4
2641       - 52  # NDRPDR sel 2001.0-4
2642       - 53  # NDRPDR sel 2001.0-4
2643       - 54  # NDRPDR sel 2001.0-4
2644       - 49  # MRR sel env 4
2645     csit-vpp-perf-report-iterative-2009-3n-skx:
2646       - 17  # rls2005 MRR iter env 5
2647       - 13  # rls2005 NDRPDR iter env 5
2648       - 18  # rls2005 NDRPDR iter env 5
2649       - 19  # rls2005 NDRPDR iter env 5
2650       - 41  # rls2005 NDRPDR iter env 5
2651       - 43  # rls2005 NDRPDR iter env 5
2652       - 44  # rls2005 NDRPDR iter env 5
2653       - 45  # rls2005 NDRPDR iter env 5
2654       - 46  # rls2005 NDRPDR iter env 5
2655       - 48  # rls2005 NDRPDR iter env 5
2656       - 49  # rls2005 NDRPDR iter env 5
2657       - 24  # rls2009 MRR iter env 5
2658       - 26  # rls2009 NDRPDR iter env 5
2659       - 27  # rls2009 NDRPDR iter env 5
2660       - 28  # rls2009 NDRPDR iter env 5
2661       - 29  # rls2009 NDRPDR iter env 5
2662       - 35  # rls2009 NDRPDR iter env 5
2663       - 36  # rls2009 NDRPDR iter env 5
2664       - 37  # rls2009 NDRPDR iter env 5
2665       - 38  # rls2009 NDRPDR iter env 5
2666       - 39  # rls2009 NDRPDR iter env 5
2667       - 40  # rls2009 NDRPDR iter env 5
2668     csit-vpp-perf-report-coverage-2009-3n-skx:
2669       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2670       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2671       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2672       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2673       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2674       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2675       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2676       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2677       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2678       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2679       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2680       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2681       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2682       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2683       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2684       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2685       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2686       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2687       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2688       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2689       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2690       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2691       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2692       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2693       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2694       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2695       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2696       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2697       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2698       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2699       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2700       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2701       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2702       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2703       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2704       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2705
2706     csit-vpp-perf-verify-2001-2n-skx:
2707       - 101  # MRR sel - old
2708       - 128  # MRR sel addition - old
2709     csit-vpp-perf-report-iterative-2005-2n-skx:
2710       - 88  # NDRPDR sel env 4
2711       - 89  # NDRPDR sel env 4
2712       - 90  # NDRPDR sel env 4
2713       - 91  # NDRPDR sel env 4
2714       - 92  # NDRPDR sel env 4
2715       - 93  # NDRPDR sel env 4
2716       - 94  # NDRPDR sel env 4
2717       - 125 # NDRPDR sel env 4
2718       - 126 # NDRPDR sel env 4
2719       - 127 # NDRPDR sel env 4
2720       - 100 # NDRPDR sel 2001.0-4
2721       - 101 # NDRPDR sel 2001.0-4
2722       - 102 # NDRPDR sel 2001.0-4
2723       - 103 # NDRPDR sel 2001.0-4
2724       - 104 # NDRPDR sel 2001.0-4
2725       - 105 # NDRPDR sel 2001.0-4
2726       - 99  # MRR sel env 4
2727     csit-vpp-perf-report-iterative-2009-2n-skx:
2728       - 20  # rls2005 MRR iter env 5
2729       - 13  # rls2005 NDRPDR iter env 5
2730       - 16  # rls2005 NDRPDR iter env 5
2731       - 17  # rls2005 NDRPDR iter env 5
2732       - 18  # rls2005 NDRPDR iter env 5
2733       - 19  # rls2005 NDRPDR iter env 5
2734       - 21  # rls2005 NDRPDR iter env 5
2735       - 22  # rls2005 NDRPDR iter env 5
2736       - 23  # rls2005 NDRPDR iter env 5
2737       - 24  # rls2005 NDRPDR iter env 5
2738       - 25  # rls2005 NDRPDR iter env 5
2739       - 120 # rls2009 MRR iter env 5
2740       - 35  # rls2009 NDRPDR iter env 5
2741       - 36  # rls2009 NDRPDR iter env 5
2742       - 37  # rls2009 NDRPDR iter env 5
2743       - 39  # rls2009 NDRPDR iter env 5
2744       - 40  # rls2009 NDRPDR iter env 5
2745       - 42  # rls2009 NDRPDR iter env 5
2746       - 43  # rls2009 NDRPDR iter env 5
2747       - 44  # rls2009 NDRPDR iter env 5
2748       - 46  # rls2009 NDRPDR iter env 5
2749       - 48  # rls2009 NDRPDR iter env 5
2750       - 110 # rls2009 NDRPDR iter NAT44 env 5
2751       - 111 # rls2009 NDRPDR iter NAT44 env 5
2752       - 112 # rls2009 NDRPDR iter NAT44 env 5
2753       - 113 # rls2009 NDRPDR iter NAT44 env 5
2754       - 114 # rls2009 NDRPDR iter NAT44 env 5
2755       - 115 # rls2009 NDRPDR iter NAT44 env 5
2756       - 116 # rls2009 NDRPDR iter NAT44 env 5
2757       - 118 # rls2009 NDRPDR iter NAT44 env 5
2758       - 119 # rls2009 NDRPDR iter NAT44 env 5
2759       - 121 # rls2009 NDRPDR iter NAT44 env 5
2760       - 38  # rls2009 nf-density iter env 5
2761       - 41  # rls2009 nf-density iter env 5
2762       - 45  # rls2009 nf-density iter env 5
2763       - 47  # rls2009 nf-density iter env 5
2764       - 49  # rls2009 nf-density iter env 5
2765       - 63  # rls2009 nf-density iter env 5
2766       - 65  # rls2009 nf-density iter env 5
2767       - 66  # rls2009 nf-density iter env 5
2768       - 71  # rls2009 nf-density iter env 5
2769       - 72  # rls2009 nf-density iter env 5
2770       - 50  # rls2009 MRR nf-density iter env 5
2771       - 27  # rls2009 reconf env 5
2772       - 28  # rls2009 reconf env 5
2773       - 29  # rls2009 reconf env 5
2774       - 30  # rls2009 reconf env 5
2775       - 31  # rls2009 reconf env 5
2776       - 32  # rls2009 reconf env 5
2777       - 61  # rls2009 reconf env 5
2778       - 62  # rls2009 reconf env 5
2779       - 68  # rls2009 reconf env 5
2780       - 70  # rls2009 reconf env 5
2781       - 33  # rls2009 soak env 5
2782       - 34  # rls2009 soak env 5
2783     csit-vpp-perf-report-coverage-2009-2n-skx:
2784       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2785       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2786       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2787       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2788       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2789       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2790       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2791       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2792       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2793       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2794       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2795       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2796       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2797       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2798       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2799       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2800       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2801
2802     csit-vpp-perf-verify-2001-2n-clx:
2803       - 39  # MRR
2804     csit-vpp-perf-report-iterative-2005-2n-clx:
2805       - 62  # NDRPDR sel env 4
2806       - 63  # NDRPDR sel env 4
2807       - 64  # NDRPDR sel env 4
2808       - 65  # NDRPDR sel env 4
2809       - 66  # NDRPDR sel env 4
2810       - 68  # NDRPDR sel env 4
2811       - 69  # NDRPDR sel env 4
2812       - 70  # NDRPDR sel env 4
2813       - 103 # NDRPDR sel env 4
2814       - 104 # NDRPDR sel env 4
2815       - 73  # NDRPDR sel 2001.0-4
2816       - 74  # NDRPDR sel 2001.0-4
2817       - 75  # NDRPDR sel 2001.0-4
2818       - 76  # NDRPDR sel 2001.0-4
2819       - 77  # NDRPDR sel 2001.0-4
2820       - 78  # NDRPDR sel 2001.0-4
2821       - 79  # NDRPDR sel 2001.0-4
2822       - 80  # NDRPDR sel 2001.0-4
2823       - 72  # MRR env 4
2824     csit-vpp-perf-report-iterative-2009-2n-clx:
2825       - 77  # rls2005 MRR iter env 5
2826       - 13  # rls2005 NDRPDR iter env 5
2827       - 15  # rls2005 NDRPDR iter env 5
2828       - 17  # rls2005 NDRPDR iter env 5
2829       - 18  # rls2005 NDRPDR iter env 5
2830       - 19  # rls2005 NDRPDR iter env 5
2831       - 20  # rls2005 NDRPDR iter env 5
2832       - 21  # rls2005 NDRPDR iter env 5
2833       - 22  # rls2005 NDRPDR iter env 5
2834       - 23  # rls2005 NDRPDR iter env 5
2835       - 24  # rls2005 NDRPDR iter env 5
2836       - 125 # rls2009 MRR iter env 5
2837       - 36  # rls2009 NDRPDR iter env 5
2838       - 39  # rls2009 NDRPDR iter env 5
2839       - 40  # rls2009 NDRPDR iter env 5
2840       - 65  # rls2009 NDRPDR iter env 5
2841       - 66  # rls2009 NDRPDR iter env 5
2842       - 79  # rls2009 NDRPDR iter env 5
2843       - 82  # rls2009 NDRPDR iter env 5
2844       - 88  # rls2009 NDRPDR iter env 5
2845       - 89  # rls2009 NDRPDR iter env 5
2846       - 90  # rls2009 NDRPDR iter env 5
2847       - 114 # rls2009 NDRPDR iter NAT44 env 5
2848       - 115 # rls2009 NDRPDR iter NAT44 env 5
2849       - 116 # rls2009 NDRPDR iter NAT44 env 5
2850       - 117 # rls2009 NDRPDR iter NAT44 env 5
2851       - 118 # rls2009 NDRPDR iter NAT44 env 5
2852       - 119 # rls2009 NDRPDR iter NAT44 env 5
2853       - 121 # rls2009 NDRPDR iter NAT44 env 5
2854       - 122 # rls2009 NDRPDR iter NAT44 env 5
2855       - 123 # rls2009 NDRPDR iter NAT44 env 5
2856       - 126 # rls2009 NDRPDR iter NAT44 env 5
2857       - 37  # rls2009 nf-density iter env 5
2858       - 43  # rls2009 nf-density iter env 5
2859       - 69  # rls2009 nf-density iter env 5
2860       - 70  # rls2009 nf-density iter env 5
2861       - 71  # rls2009 nf-density iter env 5
2862       - 72  # rls2009 nf-density iter env 5
2863       - 73  # rls2009 nf-density iter env 5
2864       - 74  # rls2009 nf-density iter env 5
2865       - 75  # rls2009 nf-density iter env 5
2866       - 76  # rls2009 nf-density iter env 5
2867       - 45  # rls2009 MRR nf-density iter env 5
2868       - 25  # rls2009 reconf env 5
2869       - 27  # rls2009 reconf env 5
2870       - 28  # rls2009 reconf env 5
2871       - 29  # rls2009 reconf env 5
2872       - 30  # rls2009 reconf env 5
2873       - 30  # rls2009 reconf env 5
2874       - 32  # rls2009 reconf env 5
2875       - 48  # rls2009 reconf env 5
2876       - 53  # rls2009 reconf env 5
2877       - 68  # rls2009 reconf env 5
2878       - 33  # rls2009 soak env 5
2879       - 34  # rls2009 soak env 5
2880     csit-vpp-perf-report-coverage-2009-2n-clx:
2881       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2882       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2883       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2884       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2885       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2886       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
2887       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
2888       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
2889       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2890       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2891       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2892       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2893       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2894       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2895       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2896       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2897       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2898
2899     csit-vpp-perf-verify-2001-3n-tsh:
2900       - 9   # MRR sel
2901     csit-vpp-perf-report-iterative-2005-3n-tsh:
2902       - 23  # NDRPDR sel env 4
2903       - 25  # NDRPDR sel env 4
2904       - 33  # NDRPDR sel env 4
2905       - 34  # NDRPDR sel env 4
2906       - 35  # NDRPDR sel env 4
2907       - 36  # NDRPDR sel env 4
2908       - 37  # NDRPDR sel env 4
2909       - 38  # NDRPDR sel env 4
2910       - 39  # NDRPDR sel env 4
2911       - 40  # NDRPDR sel env 4
2912       - 28  # NDRPDR sel 2001.0-4
2913       - 29  # NDRPDR sel 2001.0-4
2914       - 31  # NDRPDR sel 2001.0-4
2915       - 27  # MRR sel env 4
2916     # TODO: Add:
2917     csit-vpp-perf-report-iterative-2009-3n-tsh:
2918       - 8   # rls2005 NDRPDR iter env 5
2919       - 11  # rls2005 NDRPDR iter env 5
2920       - 12  # rls2005 NDRPDR iter env 5
2921       - 24  # rls2005 NDRPDR iter env 5
2922       - 27  # rls2005 NDRPDR iter env 5
2923       - 29  # rls2005 NDRPDR iter env 5
2924       - 31  # rls2005 NDRPDR iter env 5
2925       - 39  # rls2005 NDRPDR iter env 5
2926       - 40  # rls2005 NDRPDR iter env 5
2927       - 13  # rls2005 MRR iter env 5
2928       - 14  # rls2009 NDRPDR iter env 5
2929       - 20  # rls2009 NDRPDR iter env 5
2930       - 21  # rls2009 NDRPDR iter env 5
2931       - 22  # rls2009 NDRPDR iter env 5
2932       - 23  # rls2009 NDRPDR iter env 5
2933       - 28  # rls2009 NDRPDR iter env 5
2934       - 30  # rls2009 NDRPDR iter env 5
2935       - 33  # rls2009 NDRPDR iter env 5
2936       - 38  # rls2009 NDRPDR iter env 5
2937       - 15  # rls2009 MRR iter env 5
2938
2939     csit-vpp-perf-verify-2001-3n-dnv:
2940       - 5   # NDRPDR sel
2941       - 6   # NDRPDR sel
2942       - 7   # NDRPDR sel
2943       - 8   # NDRPDR sel
2944       - 9   # NDRPDR sel
2945       - 10  # NDRPDR sel
2946       - 12  # NDRPDR sel
2947       - 16  # NDRPDR sel
2948       - 17  # NDRPDR sel
2949       - 18  # NDRPDR sel
2950       - 11  # MRR sel
2951     csit-vpp-perf-report-iterative-2009-3n-dnv:
2952       - 16  # rls2005 NDRPDR iter env 5
2953       - 23  # rls2005 NDRPDR iter env 5
2954       - 25  # rls2005 NDRPDR iter env 5
2955       - 26  # rls2005 NDRPDR iter env 5
2956       - 27  # rls2005 NDRPDR iter env 5
2957       - 28  # rls2005 NDRPDR iter env 5
2958       - 29  # rls2005 NDRPDR iter env 5
2959       - 30  # rls2005 NDRPDR iter env 5
2960       - 31  # rls2005 NDRPDR iter env 5
2961       - 32  # rls2005 NDRPDR iter env 5
2962       - 19  # rls2005 MRR iter env 5
2963       - 3   # rls2009 NDRPDR iter env 5
2964       - 6   # rls2009 NDRPDR iter env 5
2965       - 7   # rls2009 NDRPDR iter env 5
2966       - 8   # rls2009 NDRPDR iter env 5
2967       - 10  # rls2009 NDRPDR iter env 5
2968       - 11  # rls2009 NDRPDR iter env 5
2969       - 12  # rls2009 NDRPDR iter env 5
2970       - 14  # rls2009 NDRPDR iter env 5
2971       - 15  # rls2009 NDRPDR iter env 5
2972       - 24  # rls2009 NDRPDR iter env 5
2973       - 22  # rls2009 MRR iter env 5
2974     csit-vpp-perf-report-coverage-2009-3n-dnv:
2975       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2976       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2977       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2978       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2979       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2980       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2981       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2982       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2983       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2984
2985     csit-vpp-perf-verify-2001-2n-dnv:
2986       - 4   # NDRPDR sel
2987       - 5   # NDRPDR sel
2988       - 6   # NDRPDR sel
2989       - 7   # NDRPDR sel
2990       - 8   # NDRPDR sel
2991       - 9   # NDRPDR sel
2992       - 10  # NDRPDR sel
2993       - 11  # NDRPDR sel
2994       - 13  # NDRPDR sel
2995       - 16  # NDRPDR sel
2996       - 12  # MRR sel
2997     csit-vpp-perf-report-iterative-2009-2n-dnv:
2998       - 16  # rls2005 NDRPDR iter env 5
2999       - 17  # rls2005 NDRPDR iter env 5
3000       - 18  # rls2005 NDRPDR iter env 5
3001       - 19  # rls2005 NDRPDR iter env 5
3002       - 21  # rls2005 NDRPDR iter env 5
3003       - 24  # rls2005 NDRPDR iter env 5
3004       - 27  # rls2005 NDRPDR iter env 5
3005       - 28  # rls2005 NDRPDR iter env 5
3006       - 29  # rls2005 NDRPDR iter env 5
3007       - 30  # rls2005 NDRPDR iter env 5
3008       - 23  # rls2005 MRR iter env 5
3009       - 3   # rls2009 NDRPDR iter env 5
3010       - 5   # rls2009 NDRPDR iter env 5
3011       - 6   # rls2009 NDRPDR iter env 5
3012       - 7   # rls2009 NDRPDR iter env 5
3013       - 9   # rls2009 NDRPDR iter env 5
3014       - 10  # rls2009 NDRPDR iter env 5
3015       - 11  # rls2009 NDRPDR iter env 5
3016       - 12  # rls2009 NDRPDR iter env 5
3017       - 14  # rls2009 NDRPDR iter env 5
3018       - 15  # rls2009 NDRPDR iter env 5
3019       - 13  # rls2009 MRR iter env 5
3020     csit-vpp-perf-report-coverage-2009-2n-dnv:
3021       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
3022       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
3023       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
3024       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
3025       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
3026       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
3027
3028     csit-dpdk-perf-verify-2001-3n-hsw:
3029       - 4   # NDRPDR sel
3030       - 5   # NDRPDR sel
3031       - 6   # NDRPDR sel
3032       - 7   # NDRPDR sel
3033       - 8   # NDRPDR sel
3034       - 9   # NDRPDR sel
3035       - 10  # NDRPDR sel
3036       - 11  # NDRPDR sel
3037       - 12  # NDRPDR sel
3038       - 13  # NDRPDR sel
3039       - 15  # NDRPDR sel
3040       - 16  # NDRPDR sel
3041       - 17  # NDRPDR sel
3042       - 18  # NDRPDR sel
3043       - 19  # NDRPDR sel
3044       - 20  # NDRPDR sel
3045       - 21  # NDRPDR sel
3046       - 22  # NDRPDR sel
3047       - 23  # NDRPDR sel
3048       - 24  # NDRPDR sel
3049     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3050       - 25  # NDRPDR iter
3051       - 26  # NDRPDR iter
3052       - 27  # NDRPDR iter
3053       - 28  # NDRPDR iter
3054       - 29  # NDRPDR iter
3055       - 30  # NDRPDR iter
3056       - 31  # NDRPDR iter
3057       - 32  # NDRPDR iter
3058       - 33  # NDRPDR iter
3059       - 34  # NDRPDR iter
3060     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3061       - 6   # NDRPDR iter env5
3062       - 7   # NDRPDR iter env5
3063       - 8   # NDRPDR iter env5
3064       - 9   # NDRPDR iter env5
3065       - 10  # NDRPDR iter env5
3066       - 11  # NDRPDR iter env5
3067       - 12  # NDRPDR iter env5
3068       - 13  # NDRPDR iter env5
3069       - 14  # NDRPDR iter env5
3070       - 15  # NDRPDR iter env5
3071
3072     csit-dpdk-perf-verify-2001-3n-skx:
3073       - 29  # NDRPDR sel xxv710
3074       - 33  # NDRPDR sel xxv710
3075       - 34  # NDRPDR sel xxv710
3076       - 35  # NDRPDR sel xxv710
3077       - 36  # NDRPDR sel xxv710
3078       - 37  # NDRPDR sel xxv710
3079       - 41  # NDRPDR sel xxv710
3080       - 42  # NDRPDR sel xxv710
3081       - 43  # NDRPDR sel xxv710
3082       - 45  # NDRPDR sel xxv710
3083       - 30  # NDRPDR sel x710
3084       - 31  # NDRPDR sel x710
3085       - 32  # NDRPDR sel x710
3086       - 38  # NDRPDR sel x710
3087       - 39  # NDRPDR sel x710
3088       - 40  # NDRPDR sel x710
3089       - 44  # NDRPDR sel x710
3090       - 46  # NDRPDR sel x710
3091       - 47  # NDRPDR sel x710
3092       - 48  # NDRPDR sel x710
3093     csit-dpdk-perf-report-iterative-2005-3n-skx:
3094       - 28  # NDRPDR iter
3095       - 29  # NDRPDR iter
3096       - 30  # NDRPDR iter
3097       - 31  # NDRPDR iter
3098       - 32  # NDRPDR iter
3099       - 33  # NDRPDR iter
3100       - 34  # NDRPDR iter
3101       - 35  # NDRPDR iter
3102       - 36  # NDRPDR iter
3103       - 37  # NDRPDR iter
3104     csit-dpdk-perf-report-iterative-2009-3n-skx:
3105       - 4   # NDRPDR sel env5
3106       - 5   # NDRPDR sel env5
3107       - 6   # NDRPDR sel env5
3108       - 7   # NDRPDR sel env5
3109       - 8   # NDRPDR sel env5
3110       - 9   # NDRPDR sel env5
3111       - 14  # NDRPDR sel env5
3112       - 11  # NDRPDR sel env5
3113       - 12  # NDRPDR sel env5
3114       - 13  # NDRPDR sel env5
3115
3116     csit-dpdk-perf-verify-2001-2n-skx:
3117       - 35  # NDRPDR sel xxv710
3118       - 36  # NDRPDR sel xxv710
3119       - 37  # NDRPDR sel xxv710
3120       - 41  # NDRPDR sel xxv710
3121       - 42  # NDRPDR sel xxv710
3122       - 43  # NDRPDR sel xxv710
3123       - 46  # NDRPDR sel xxv710
3124       - 47  # NDRPDR sel xxv710
3125       - 52  # NDRPDR sel xxv710
3126       - 53  # NDRPDR sel xxv710
3127       - 38  # NDRPDR sel x710
3128       - 39  # NDRPDR sel x710
3129       - 40  # NDRPDR sel x710
3130       - 44  # NDRPDR sel x710
3131       - 45  # NDRPDR sel x710
3132       - 48  # NDRPDR sel x710
3133       - 49  # NDRPDR sel x710
3134       - 50  # NDRPDR sel x710
3135       - 51  # NDRPDR sel x710
3136       - 54  # NDRPDR sel x710
3137     csit-dpdk-perf-report-iterative-2005-2n-skx:
3138       - 20  # NDRPDR iter
3139       - 21  # NDRPDR iter
3140       - 22  # NDRPDR iter
3141       - 23  # NDRPDR iter
3142       - 24  # NDRPDR iter
3143       - 25  # NDRPDR iter
3144       - 26  # NDRPDR iter
3145       - 27  # NDRPDR iter
3146       - 28  # NDRPDR iter
3147       - 29  # NDRPDR iter
3148     csit-dpdk-perf-report-iterative-2009-2n-skx:
3149       - 4   # NDRPDR iter env5
3150       - 5   # NDRPDR iter env5
3151       - 6   # NDRPDR iter env5
3152       - 7   # NDRPDR iter env5
3153       - 8   # NDRPDR iter env5
3154       - 9   # NDRPDR iter env5
3155       - 10  # NDRPDR iter env5
3156       - 11  # NDRPDR iter env5
3157       - 12  # NDRPDR iter env5
3158       - 13  # NDRPDR iter env5
3159
3160     csit-dpdk-perf-verify-2001-2n-clx:
3161       - 15  # NDRPDR sel
3162       - 16  # NDRPDR sel
3163       - 17  # NDRPDR sel
3164       - 18  # NDRPDR sel
3165       - 19  # NDRPDR sel
3166       - 20  # NDRPDR sel
3167       - 21  # NDRPDR sel
3168       - 22  # NDRPDR sel
3169       - 23  # NDRPDR sel
3170       - 24  # NDRPDR sel
3171       - 25  # NDRPDR sel
3172       - 26  # NDRPDR sel
3173       - 27  # NDRPDR sel
3174       - 28  # NDRPDR sel
3175       - 29  # NDRPDR sel
3176       - 30  # NDRPDR sel
3177       - 31  # NDRPDR sel
3178       - 32  # NDRPDR sel
3179       - 33  # NDRPDR sel
3180       - 34  # NDRPDR sel
3181     csit-dpdk-perf-report-iterative-2005-2n-clx:
3182       - 20  # NDRPDR iter
3183       - 21  # NDRPDR iter
3184       - 22  # NDRPDR iter
3185       - 23  # NDRPDR iter
3186       - 24  # NDRPDR iter
3187       - 25  # NDRPDR iter
3188       - 26  # NDRPDR iter
3189       - 27  # NDRPDR iter
3190       - 28  # NDRPDR iter
3191       - 29  # NDRPDR iter
3192     csit-dpdk-perf-report-iterative-2009-2n-clx:
3193       - 4   # NDRPDR iter env5
3194       - 5   # NDRPDR iter env5
3195       - 6   # NDRPDR iter env5
3196       - 7   # NDRPDR iter env5
3197       - 8   # NDRPDR iter env5
3198       - 9   # NDRPDR iter env5
3199       - 10  # NDRPDR iter env5
3200       - 11  # NDRPDR iter env5
3201       - 12  # NDRPDR iter env5
3202       - 13  # NDRPDR iter env5
3203
3204 #    csit-dpdk-perf-verify-2001-2n-dnv:
3205 #      - 9   # NDRPDR sel
3206 #      - 10  # NDRPDR sel
3207 #      - 11  # NDRPDR sel
3208 #      - 12  # NDRPDR sel
3209 #      - 13  # NDRPDR sel
3210 #      - 14  # NDRPDR sel
3211 #      - 15  # NDRPDR sel
3212 #      - 16  # NDRPDR sel
3213 #      - 17  # NDRPDR sel
3214 #      - 18  # NDRPDR sel
3215 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3216 #      # No data
3217 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3218 #      # No data
3219
3220 #    csit-dpdk-perf-verify-2001-3n-dnv:
3221 #      - 12  # NDRPDR sel
3222 #      - 13  # NDRPDR sel
3223 #      - 14  # NDRPDR sel
3224 #      - 15  # NDRPDR sel
3225 #      - 16  # NDRPDR sel
3226 #      - 17  # NDRPDR sel
3227 #      - 18  # NDRPDR sel
3228 #      - 19  # NDRPDR sel
3229 #      - 20  # NDRPDR sel
3230 #      - 22  # NDRPDR sel
3231 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3232 #      # No data
3233 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3234 #      # No data
3235
3236     csit-dpdk-perf-verify-2001-3n-tsh:
3237       - 3   # NDRPDR sel
3238       - 4   # NDRPDR sel
3239       - 5   # NDRPDR sel
3240       - 9   # NDRPDR sel
3241       - 10  # NDRPDR sel
3242       - 11  # NDRPDR sel
3243       - 12  # NDRPDR sel
3244       - 14  # NDRPDR sel
3245       - 15  # NDRPDR sel
3246       - 18  # NDRPDR sel
3247     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3248       - 5   # NDRPDR sel
3249     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3250       - 1   # NDRPDR iter env5
3251       - 2   # NDRPDR iter env5
3252       - 3   # NDRPDR iter env5
3253       - 4   # NDRPDR iter env5
3254       - 5   # NDRPDR iter env5
3255       - 6   # NDRPDR iter env5
3256       - 7   # NDRPDR iter env5
3257       - 9   # NDRPDR iter env5
3258       - 10  # NDRPDR iter env5
3259       - 11  # NDRPDR iter env5
3260
3261     csit-vpp-device-2009-ubuntu1804-1n-skx:
3262       - 131 # rls2009 env 5
3263
3264 - type: "output"
3265   output: "report"
3266   format:
3267     html:
3268     - full
3269     pdf:
3270     - minimal
3271
3272 ################################################################################
3273 ###                               T A B L E S                                ###
3274 ################################################################################
3275
3276 # VPP Soak vs NDR - 2n-skx
3277 - type: "table"
3278   title: "VPP Soak vs NDR 2n-skx"
3279   algorithm: "table_soak_vs_ndr"
3280   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3281   reference:
3282     title: "NDR"
3283     data: "vpp-soak-vs-ndr-2n-skx-ref"
3284   compare:
3285     title: "Soak"
3286     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3287   data: "vpp-soak-vs-ndr-2n-skx"
3288   include-tests: "NDR"
3289   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3290   parameters:
3291     - "throughput"
3292     - "name"
3293     - "parent"
3294
3295 # VPP Soak vs NDR - 2n-clx
3296 - type: "table"
3297   title: "VPP Soak vs NDR 2n-clx"
3298   algorithm: "table_soak_vs_ndr"
3299   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3300   reference:
3301     title: "NDR"
3302     data: "vpp-soak-vs-ndr-2n-clx-ref"
3303   compare:
3304     title: "Soak"
3305     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3306   data: "vpp-soak-vs-ndr-2n-clx"
3307   include-tests: "NDR"
3308   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3309   parameters:
3310     - "throughput"
3311     - "name"
3312     - "parent"
3313
3314 ################################################################################
3315
3316 # VPP Compare NICs 3n-skx 2t1c ndr
3317 - type: "table"
3318   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3319   algorithm: "table_comparison"
3320   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3322   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3323   columns:
3324     - title: "x710"
3325       data-set: "vpp-nic-comparison-3n-skx"
3326       tag: "NIC_Intel-X710"
3327     - title: "xxv710"
3328       data-set: "vpp-nic-comparison-3n-skx"
3329       tag: "NIC_Intel-XXV710"
3330   comparisons:
3331     - title: "Diff"
3332       reference: 1
3333       compare: 2
3334   legend:
3335     - ""
3336     - "x710, xxv710 - NICs tested."
3337     - "Diff - difference between x710 and xxv710 NIC."
3338
3339 # VPP Compare NICs 3n-skx 4t2c ndr
3340 - type: "table"
3341   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3342   algorithm: "table_comparison"
3343   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3345   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3346   columns:
3347     - title: "x710"
3348       data-set: "vpp-nic-comparison-3n-skx"
3349       tag: "NIC_Intel-X710"
3350     - title: "xxv710"
3351       data-set: "vpp-nic-comparison-3n-skx"
3352       tag: "NIC_Intel-XXV710"
3353   comparisons:
3354     - title: "Diff"
3355       reference: 1
3356       compare: 2
3357   legend:
3358     - ""
3359     - "x710, xxv710 - NICs tested."
3360     - "Diff - difference between x710 and xxv710 NIC."
3361
3362 # VPP Compare NICs 3n-skx 2t1c pdr
3363 - type: "table"
3364   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3365   algorithm: "table_comparison"
3366   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3368   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3369   columns:
3370     - title: "x710"
3371       data-set: "vpp-nic-comparison-3n-skx"
3372       tag: "NIC_Intel-X710"
3373     - title: "xxv710"
3374       data-set: "vpp-nic-comparison-3n-skx"
3375       tag: "NIC_Intel-XXV710"
3376   comparisons:
3377     - title: "Diff"
3378       reference: 1
3379       compare: 2
3380   legend:
3381     - ""
3382     - "x710, xxv710 - NICs tested."
3383     - "Diff - difference between x710 and xxv710 NIC."
3384
3385 # VPP Compare NICs 3n-skx 4t2c pdr
3386 - type: "table"
3387   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3388   algorithm: "table_comparison"
3389   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3391   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3392   columns:
3393     - title: "x710"
3394       data-set: "vpp-nic-comparison-3n-skx"
3395       tag: "NIC_Intel-X710"
3396     - title: "xxv710"
3397       data-set: "vpp-nic-comparison-3n-skx"
3398       tag: "NIC_Intel-XXV710"
3399   comparisons:
3400     - title: "Diff"
3401       reference: 1
3402       compare: 2
3403   legend:
3404     - ""
3405     - "x710, xxv710 - NICs tested."
3406     - "Diff - difference between x710 and xxv710 NIC."
3407
3408 # VPP Compare NICs 3n-skx 2t1c mrr
3409 - type: "table"
3410   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3411   algorithm: "table_comparison"
3412   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3413   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3414   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3415   columns:
3416     - title: "x710"
3417       data-set: "vpp-nic-comparison-3n-skx-mrr"
3418       tag: "NIC_Intel-X710"
3419     - title: "xxv710"
3420       data-set: "vpp-nic-comparison-3n-skx-mrr"
3421       tag: "NIC_Intel-XXV710"
3422   comparisons:
3423     - title: "Diff"
3424       reference: 1
3425       compare: 2
3426   legend:
3427     - ""
3428     - "x710, xxv710 - NICs tested."
3429     - "Diff - difference between x710 and xxv710 NIC."
3430
3431 # VPP Compare NICs 3n-skx 4t2c mrr
3432 - type: "table"
3433   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3434   algorithm: "table_comparison"
3435   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3436   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3437   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3438   columns:
3439     - title: "x710"
3440       data-set: "vpp-nic-comparison-3n-skx-mrr"
3441       tag: "NIC_Intel-X710"
3442     - title: "xxv710"
3443       data-set: "vpp-nic-comparison-3n-skx-mrr"
3444       tag: "NIC_Intel-XXV710"
3445   comparisons:
3446     - title: "Diff"
3447       reference: 1
3448       compare: 2
3449   legend:
3450     - ""
3451     - "x710, xxv710 - NICs tested."
3452     - "Diff - difference between x710 and xxv710 NIC."
3453
3454 # VPP Compare NICs 3n-skx 8t4c mrr
3455 - type: "table"
3456   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3457   algorithm: "table_comparison"
3458   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3459   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3460   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3461   columns:
3462     - title: "x710"
3463       data-set: "vpp-nic-comparison-3n-skx-mrr"
3464       tag: "NIC_Intel-X710"
3465     - title: "xxv710"
3466       data-set: "vpp-nic-comparison-3n-skx-mrr"
3467       tag: "NIC_Intel-XXV710"
3468   comparisons:
3469     - title: "Diff"
3470       reference: 1
3471       compare: 2
3472   legend:
3473     - ""
3474     - "x710, xxv710 - NICs tested."
3475     - "Diff - difference between x710 and xxv710 NIC."
3476
3477 # VPP Compare NICs 2n-skx 2t1c ndr
3478 - type: "table"
3479   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3480   algorithm: "table_comparison"
3481   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3483   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3484   columns:
3485     - title: "x710"
3486       data-set: "vpp-nic-comparison-2n-skx"
3487       tag: "NIC_Intel-X710"
3488     - title: "xxv710"
3489       data-set: "vpp-nic-comparison-2n-skx"
3490       tag: "NIC_Intel-XXV710"
3491   comparisons:
3492     - title: "Diff"
3493       reference: 1
3494       compare: 2
3495   legend:
3496     - ""
3497     - "x710, xxv710 - NICs tested."
3498     - "Diff - difference between x710 and xxv710 NIC."
3499
3500 # VPP Compare NICs 2n-skx 4t2c ndr
3501 - type: "table"
3502   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3503   algorithm: "table_comparison"
3504   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3505   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3506   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3507   columns:
3508     - title: "x710"
3509       data-set: "vpp-nic-comparison-2n-skx"
3510       tag: "NIC_Intel-X710"
3511     - title: "xxv710"
3512       data-set: "vpp-nic-comparison-2n-skx"
3513       tag: "NIC_Intel-XXV710"
3514   comparisons:
3515     - title: "Diff"
3516       reference: 1
3517       compare: 2
3518   legend:
3519     - ""
3520     - "x710, xxv710 - NICs tested."
3521     - "Diff - difference between x710 and xxv710 NIC."
3522
3523 # VPP Compare NICs 2n-skx 2t1c pdr
3524 - type: "table"
3525   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3526   algorithm: "table_comparison"
3527   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3528   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3529   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3530   columns:
3531     - title: "x710"
3532       data-set: "vpp-nic-comparison-2n-skx"
3533       tag: "NIC_Intel-X710"
3534     - title: "xxv710"
3535       data-set: "vpp-nic-comparison-2n-skx"
3536       tag: "NIC_Intel-XXV710"
3537   comparisons:
3538     - title: "Diff"
3539       reference: 1
3540       compare: 2
3541   legend:
3542     - ""
3543     - "x710, xxv710 - NICs tested."
3544     - "Diff - difference between x710 and xxv710 NIC."
3545
3546 # VPP Compare NICs 2n-skx 4t2c pdr
3547 - type: "table"
3548   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3549   algorithm: "table_comparison"
3550   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3552   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3553   columns:
3554     - title: "x710"
3555       data-set: "vpp-nic-comparison-2n-skx"
3556       tag: "NIC_Intel-X710"
3557     - title: "xxv710"
3558       data-set: "vpp-nic-comparison-2n-skx"
3559       tag: "NIC_Intel-XXV710"
3560   comparisons:
3561     - title: "Diff"
3562       reference: 1
3563       compare: 2
3564   legend:
3565     - ""
3566     - "x710, xxv710 - NICs tested."
3567     - "Diff - difference between x710 and xxv710 NIC."
3568
3569 # VPP Compare NICs 2n-skx 2t1c mrr
3570 - type: "table"
3571   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3572   algorithm: "table_comparison"
3573   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3575   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3576   columns:
3577     - title: "x710"
3578       data-set: "vpp-nic-comparison-2n-skx-mrr"
3579       tag: "NIC_Intel-X710"
3580     - title: "xxv710"
3581       data-set: "vpp-nic-comparison-2n-skx-mrr"
3582       tag: "NIC_Intel-XXV710"
3583   comparisons:
3584     - title: "Diff"
3585       reference: 1
3586       compare: 2
3587   legend:
3588     - ""
3589     - "x710, xxv710 - NICs tested."
3590     - "Diff - difference between x710 and xxv710 NIC."
3591
3592 # VPP Compare NICs 2n-skx 4t2c mrr
3593 - type: "table"
3594   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3595   algorithm: "table_comparison"
3596   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3597   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3598   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3599   columns:
3600     - title: "x710"
3601       data-set: "vpp-nic-comparison-2n-skx-mrr"
3602       tag: "NIC_Intel-X710"
3603     - title: "xxv710"
3604       data-set: "vpp-nic-comparison-2n-skx-mrr"
3605       tag: "NIC_Intel-XXV710"
3606   comparisons:
3607     - title: "Diff"
3608       reference: 1
3609       compare: 2
3610   legend:
3611     - ""
3612     - "x710, xxv710 - NICs tested."
3613     - "Diff - difference between x710 and xxv710 NIC."
3614
3615 # VPP Compare NICs 2n-skx 8t4c mrr
3616 - type: "table"
3617   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3618   algorithm: "table_comparison"
3619   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3620   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3621   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3622   columns:
3623     - title: "x710"
3624       data-set: "vpp-nic-comparison-2n-skx-mrr"
3625       tag: "NIC_Intel-X710"
3626     - title: "xxv710"
3627       data-set: "vpp-nic-comparison-2n-skx-mrr"
3628       tag: "NIC_Intel-XXV710"
3629   comparisons:
3630     - title: "Diff"
3631       reference: 1
3632       compare: 2
3633   legend:
3634     - ""
3635     - "x710, xxv710 - NICs tested."
3636     - "Diff - difference between x710 and xxv710 NIC."
3637
3638 ################################################################################
3639 # VPP
3640
3641 # VPP Performance Changes 3n-hsw 1t1c pdr
3642 - type: "table"
3643   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3644   algorithm: "table_comparison"
3645   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3646   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3647   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3648   columns:
3649     - title: "2001.0-4"
3650       data-set: "vpp-performance-changes-3n-hsw-h1"
3651     - title: "2005.0-4"
3652       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3653     - title: "2005.0-5"
3654       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3655     - title: "2009.0-5"
3656       data-set: "vpp-performance-changes-3n-hsw-cmp"
3657   comparisons:
3658     - title: "2005.0-5 vs 2005.0-4"
3659       reference: 2
3660       compare: 3
3661 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3662     - title: "2009.0-5 vs 2005.0-5"
3663       reference: 3
3664       compare: 4
3665 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3666   legend:
3667     - ''
3668     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3669     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3670     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3671     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3672     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3673
3674 # VPP Performance Changes 3n-hsw 2t2c pdr
3675 - type: "table"
3676   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3677   algorithm: "table_comparison"
3678   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3679   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3680   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3681   columns:
3682     - title: "2001.0-4"
3683       data-set: "vpp-performance-changes-3n-hsw-h1"
3684     - title: "2005.0-4"
3685       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3686     - title: "2005.0-5"
3687       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3688     - title: "2009.0-5"
3689       data-set: "vpp-performance-changes-3n-hsw-cmp"
3690   comparisons:
3691     - title: "2005.0-5 vs 2005.0-4"
3692       reference: 2
3693       compare: 3
3694 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3695     - title: "2009.0-5 vs 2005.0-5"
3696       reference: 3
3697       compare: 4
3698 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3699   legend:
3700     - ''
3701     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3702     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3703     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3704     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3705     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3706
3707 # VPP Performance Changes 3n-hsw 1t1c ndr
3708 - type: "table"
3709   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3710   algorithm: "table_comparison"
3711   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3713   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3714   columns:
3715     - title: "2001.0-4"
3716       data-set: "vpp-performance-changes-3n-hsw-h1"
3717     - title: "2005.0-4"
3718       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3719     - title: "2005.0-5"
3720       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3721     - title: "2009.0-5"
3722       data-set: "vpp-performance-changes-3n-hsw-cmp"
3723   comparisons:
3724     - title: "2005.0-5 vs 2005.0-4"
3725       reference: 2
3726       compare: 3
3727 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3728     - title: "2009.0-5 vs 2005.0-5"
3729       reference: 3
3730       compare: 4
3731 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3732   legend:
3733     - ''
3734     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3735     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3736     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3737     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3738     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3739
3740 # VPP Performance Changes 3n-hsw 2t2c ndr
3741 - type: "table"
3742   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3743   algorithm: "table_comparison"
3744   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3746   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3747   columns:
3748     - title: "2001.0-4"
3749       data-set: "vpp-performance-changes-3n-hsw-h1"
3750     - title: "2005.0-4"
3751       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3752     - title: "2005.0-5"
3753       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3754     - title: "2009.0-5"
3755       data-set: "vpp-performance-changes-3n-hsw-cmp"
3756   comparisons:
3757     - title: "2005.0-5 vs 2005.0-4"
3758       reference: 2
3759       compare: 3
3760 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3761     - title: "2009.0-5 vs 2005.0-5"
3762       reference: 3
3763       compare: 4
3764 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3765   legend:
3766     - ''
3767     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3768     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3769     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3770     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3771     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3772
3773 # VPP Performance Changes 3n-skx 2t1c pdr
3774 - type: "table"
3775   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3776   algorithm: "table_comparison"
3777   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3779   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3780   columns:
3781     - title: "2001.0-4"
3782       data-set: "vpp-performance-changes-3n-skx-h1"
3783     - title: "2005.0-4"
3784       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3785     - title: "2005.0-5"
3786       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3787     - title: "2009.0-5"
3788       data-set: "vpp-performance-changes-3n-skx-cmp"
3789   comparisons:
3790     - title: "2005.0-5 vs 2005.0-4"
3791       reference: 2
3792       compare: 3
3793 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3794     - title: "2009.0-5 vs 2005.0-5"
3795       reference: 3
3796       compare: 4
3797 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3798   legend:
3799     - ''
3800     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3801     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3802     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3803     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3804     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3805
3806 # VPP Performance Changes 3n-skx 4t2c pdr
3807 - type: "table"
3808   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3809   algorithm: "table_comparison"
3810   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3812   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3813   columns:
3814     - title: "2001.0-4"
3815       data-set: "vpp-performance-changes-3n-skx-h1"
3816     - title: "2005.0-4"
3817       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3818     - title: "2005.0-5"
3819       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3820     - title: "2009.0-5"
3821       data-set: "vpp-performance-changes-3n-skx-cmp"
3822   comparisons:
3823     - title: "2005.0-5 vs 2005.0-4"
3824       reference: 2
3825       compare: 3
3826 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3827     - title: "2009.0-5 vs 2005.0-5"
3828       reference: 3
3829       compare: 4
3830 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3831   legend:
3832     - ''
3833     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3834     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3835     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3836     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3837     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3838
3839 # VPP Performance Changes 3n-skx 2t1c ndr
3840 - type: "table"
3841   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3842   algorithm: "table_comparison"
3843   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3844   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3845   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3846   columns:
3847     - title: "2001.0-4"
3848       data-set: "vpp-performance-changes-3n-skx-h1"
3849     - title: "2005.0-4"
3850       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3851     - title: "2005.0-5"
3852       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3853     - title: "2009.0-5"
3854       data-set: "vpp-performance-changes-3n-skx-cmp"
3855   comparisons:
3856     - title: "2005.0-5 vs 2005.0-4"
3857       reference: 2
3858       compare: 3
3859 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3860     - title: "2009.0-5 vs 2005.0-5"
3861       reference: 3
3862       compare: 4
3863 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3864   legend:
3865     - ''
3866     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3867     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3868     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3869     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3870     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3871
3872 # VPP Performance Changes 3n-skx 4t2c ndr
3873 - type: "table"
3874   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3875   algorithm: "table_comparison"
3876   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3877   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3878   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3879   columns:
3880     - title: "2001.0-4"
3881       data-set: "vpp-performance-changes-3n-skx-h1"
3882     - title: "2005.0-4"
3883       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3884     - title: "2005.0-5"
3885       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3886     - title: "2009.0-5"
3887       data-set: "vpp-performance-changes-3n-skx-cmp"
3888   comparisons:
3889     - title: "2005.0-5 vs 2005.0-4"
3890       reference: 2
3891       compare: 3
3892 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3893     - title: "2009.0-5 vs 2005.0-5"
3894       reference: 3
3895       compare: 4
3896 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3897   legend:
3898     - ''
3899     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3900     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3901     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3902     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3903     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3904
3905 # VPP Performance Changes 2n-skx 2t1c pdr
3906 - type: "table"
3907   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3908   algorithm: "table_comparison"
3909   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3910   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3911   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3912   columns:
3913     - title: "2001.0-4"
3914       data-set: "vpp-performance-changes-2n-skx-h1"
3915     - title: "2005.0-4"
3916       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3917     - title: "2005.0-5"
3918       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3919     - title: "2009.0-5"
3920       data-set: "vpp-performance-changes-2n-skx-cmp"
3921   comparisons:
3922     - title: "2005.0-5 vs 2005.0-4"
3923       reference: 2
3924       compare: 3
3925 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3926     - title: "2009.0-5 vs 2005.0-5"
3927       reference: 3
3928       compare: 4
3929 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3930   legend:
3931     - ''
3932     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3933     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3934     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3935     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3936     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3937
3938 # VPP Performance Changes 2n-skx 4t2c pdr
3939 - type: "table"
3940   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3941   algorithm: "table_comparison"
3942   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3944   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3945   columns:
3946     - title: "2001.0-4"
3947       data-set: "vpp-performance-changes-2n-skx-h1"
3948     - title: "2005.0-4"
3949       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3950     - title: "2005.0-5"
3951       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3952     - title: "2009.0-5"
3953       data-set: "vpp-performance-changes-2n-skx-cmp"
3954   comparisons:
3955     - title: "2005.0-5 vs 2005.0-4"
3956       reference: 2
3957       compare: 3
3958 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3959     - title: "2009.0-5 vs 2005.0-5"
3960       reference: 3
3961       compare: 4
3962 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3963   legend:
3964     - ''
3965     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3966     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3967     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3968     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3969     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3970
3971 # VPP Performance Changes 2n-skx 2t1c ndr
3972 - type: "table"
3973   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3974   algorithm: "table_comparison"
3975   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3977   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3978   columns:
3979     - title: "2001.0-4"
3980       data-set: "vpp-performance-changes-2n-skx-h1"
3981     - title: "2005.0-4"
3982       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3983     - title: "2005.0-5"
3984       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3985     - title: "2009.0-5"
3986       data-set: "vpp-performance-changes-2n-skx-cmp"
3987   comparisons:
3988     - title: "2005.0-5 vs 2005.0-4"
3989       reference: 2
3990       compare: 3
3991 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3992     - title: "2009.0-5 vs 2005.0-5"
3993       reference: 3
3994       compare: 4
3995 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3996   legend:
3997     - ''
3998     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3999     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4000     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4001     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4002     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4003
4004 # VPP Performance Changes 2n-skx 4t2c ndr
4005 - type: "table"
4006   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4007   algorithm: "table_comparison"
4008   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4010   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4011   columns:
4012     - title: "2001.0-4"
4013       data-set: "vpp-performance-changes-2n-skx-h1"
4014     - title: "2005.0-4"
4015       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4016     - title: "2005.0-5"
4017       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4018     - title: "2009.0-5"
4019       data-set: "vpp-performance-changes-2n-skx-cmp"
4020   comparisons:
4021     - title: "2005.0-5 vs 2005.0-4"
4022       reference: 2
4023       compare: 3
4024 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4025     - title: "2009.0-5 vs 2005.0-5"
4026       reference: 3
4027       compare: 4
4028 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4029   legend:
4030     - ''
4031     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4032     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4033     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4034     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4035     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4036
4037 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4038 - type: "table"
4039   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4040   algorithm: "table_comparison"
4041   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4043   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4044   columns:
4045     - title: "2001.0-4"
4046       data-set: "vpp-performance-changes-2n-clx-h1"
4047     - title: "2005.0-4"
4048       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4049     - title: "2005.0-5"
4050       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4051     - title: "2009.0-5"
4052       data-set: "vpp-performance-changes-2n-clx-cmp"
4053   comparisons:
4054     - title: "2005.0-5 vs 2005.0-4"
4055       reference: 2
4056       compare: 3
4057 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4058     - title: "2009.0-5 vs 2005.0-5"
4059       reference: 3
4060       compare: 4
4061 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4062   legend:
4063     - ''
4064     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4065     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4066     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4067     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4068     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4069
4070 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4071 - type: "table"
4072   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4073   algorithm: "table_comparison"
4074   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4075   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4076   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4077   columns:
4078     - title: "2001.0-4"
4079       data-set: "vpp-performance-changes-2n-clx-h1"
4080     - title: "2005.0-4"
4081       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4082     - title: "2005.0-5"
4083       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4084     - title: "2009.0-5"
4085       data-set: "vpp-performance-changes-2n-clx-cmp"
4086   comparisons:
4087     - title: "2005.0-5 vs 2005.0-4"
4088       reference: 2
4089       compare: 3
4090 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4091     - title: "2009.0-5 vs 2005.0-5"
4092       reference: 3
4093       compare: 4
4094 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4095   legend:
4096     - ''
4097     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4098     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4099     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4100     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4101     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4102
4103 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4104 - type: "table"
4105   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4106   algorithm: "table_comparison"
4107   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4109   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4110   columns:
4111     - title: "2001.0-4"
4112       data-set: "vpp-performance-changes-2n-clx-h1"
4113     - title: "2005.0-4"
4114       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4115     - title: "2005.0-5"
4116       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4117     - title: "2009.0-5"
4118       data-set: "vpp-performance-changes-2n-clx-cmp"
4119   comparisons:
4120     - title: "2005.0-5 vs 2005.0-4"
4121       reference: 2
4122       compare: 3
4123 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4124     - title: "2009.0-5 vs 2005.0-5"
4125       reference: 3
4126       compare: 4
4127 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4128   legend:
4129     - ''
4130     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4131     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4132     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4133     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4134     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4135
4136 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4137 - type: "table"
4138   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4139   algorithm: "table_comparison"
4140   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4142   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4143   columns:
4144     - title: "2001.0-4"
4145       data-set: "vpp-performance-changes-2n-clx-h1"
4146     - title: "2005.0-4"
4147       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4148     - title: "2005.0-5"
4149       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4150     - title: "2009.0-5"
4151       data-set: "vpp-performance-changes-2n-clx-cmp"
4152   comparisons:
4153     - title: "2005.0-5 vs 2005.0-4"
4154       reference: 2
4155       compare: 3
4156 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4157     - title: "2009.0-5 vs 2005.0-5"
4158       reference: 3
4159       compare: 4
4160 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4161   legend:
4162     - ''
4163     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4164     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4165     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4166     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4167     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4168
4169 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4170 #- type: "table"
4171 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4172 #  algorithm: "table_comparison"
4173 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4174 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4175 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4176 #  columns:
4177 #    - title: "2001.0-2"
4178 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4179 #    - title: "2005.0-3"
4180 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4181 #  comparisons:
4182 #    - title: "Diff"
4183 #      reference: 1
4184 #      compare: 2
4185 #  legend:
4186 #    - ''
4187 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4188 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4189 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4190 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4191 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4192 #
4193 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4194 #- type: "table"
4195 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4196 #  algorithm: "table_comparison"
4197 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4198 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4199 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4200 #  columns:
4201 #    - title: "2001.0-2"
4202 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4203 #    - title: "2005.0-3"
4204 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4205 #  comparisons:
4206 #    - title: "Diff"
4207 #      reference: 1
4208 #      compare: 2
4209 #  legend:
4210 #    - ''
4211 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4212 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4213 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4214 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4215 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4216 #
4217 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4218 #- type: "table"
4219 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4220 #  algorithm: "table_comparison"
4221 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4222 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4223 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4224 #  columns:
4225 #    - title: "2001.0-2"
4226 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4227 #    - title: "2005.0-3"
4228 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4229 #  comparisons:
4230 #    - title: "Diff"
4231 #      reference: 1
4232 #      compare: 2
4233 #  legend:
4234 #    - ''
4235 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4236 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4237 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4238 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4239 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4240 #
4241 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4242 #- type: "table"
4243 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4244 #  algorithm: "table_comparison"
4245 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4246 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4247 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4248 #  columns:
4249 #    - title: "2001.0-2"
4250 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4251 #    - title: "2005.0-3"
4252 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4253 #  comparisons:
4254 #    - title: "Diff"
4255 #      reference: 1
4256 #      compare: 2
4257 #  legend:
4258 #    - ''
4259 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4260 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4261 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4262 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4263 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4264
4265 # VPP Performance Changes 2n-dnv 1t1c pdr
4266 - type: "table"
4267   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4268   algorithm: "table_comparison"
4269   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4271   filter: "'1T1C'"
4272   columns:
4273     - title: "2001.0-2"
4274       data-set: "vpp-performance-changes-2n-dnv-h1"
4275     - title: "2005.0-5"
4276       data-set: "vpp-performance-changes-2n-dnv-ref"
4277     - title: "2009.0-5"
4278       data-set: "vpp-performance-changes-2n-dnv-cmp"
4279   comparisons:
4280     - title: "2009.0-5 vs 2005.0-5"
4281       reference: 2
4282       compare: 3
4283   legend:
4284     - ''
4285     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4286     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4287     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4288     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4289
4290 # VPP Performance Changes 2n-dnv 2t2c pdr
4291 - type: "table"
4292   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4293   algorithm: "table_comparison"
4294   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4296   filter: "'2T2C'"
4297   columns:
4298     - title: "2001.0-2"
4299       data-set: "vpp-performance-changes-2n-dnv-h1"
4300     - title: "2005.0-5"
4301       data-set: "vpp-performance-changes-2n-dnv-ref"
4302     - title: "2009.0-5"
4303       data-set: "vpp-performance-changes-2n-dnv-cmp"
4304   comparisons:
4305     - title: "2009.0-5 vs 2005.0-5"
4306       reference: 2
4307       compare: 3
4308   legend:
4309     - ''
4310     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4311     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4312     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4313     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4314
4315 # VPP Performance Changes 2n-dnv 1t1c ndr
4316 - type: "table"
4317   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4318   algorithm: "table_comparison"
4319   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4320   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4321   filter: "'1T1C'"
4322   columns:
4323     - title: "2001.0-2"
4324       data-set: "vpp-performance-changes-2n-dnv-h1"
4325     - title: "2005.0-5"
4326       data-set: "vpp-performance-changes-2n-dnv-ref"
4327     - title: "2009.0-5"
4328       data-set: "vpp-performance-changes-2n-dnv-cmp"
4329   comparisons:
4330     - title: "2009.0-5 vs 2005.0-5"
4331       reference: 2
4332       compare: 3
4333   legend:
4334     - ''
4335     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4336     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4337     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4338     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4339
4340 # VPP Performance Changes 2n-dnv 2t2c ndr
4341 - type: "table"
4342   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4343   algorithm: "table_comparison"
4344   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4345   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4346   filter: "'2T2C'"
4347   columns:
4348     - title: "2001.0-2"
4349       data-set: "vpp-performance-changes-2n-dnv-h1"
4350     - title: "2005.0-5"
4351       data-set: "vpp-performance-changes-2n-dnv-ref"
4352     - title: "2009.0-5"
4353       data-set: "vpp-performance-changes-2n-dnv-cmp"
4354   comparisons:
4355     - title: "2009.0-5 vs 2005.0-5"
4356       reference: 2
4357       compare: 3
4358   legend:
4359     - ''
4360     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4361     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4362     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4363     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4364
4365 # VPP Performance Changes 3n-dnv 1t1c pdr
4366 - type: "table"
4367   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4368   algorithm: "table_comparison"
4369   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4370   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4371   filter: "'1T1C'"
4372   columns:
4373     - title: "2001.0-2"
4374       data-set: "vpp-performance-changes-3n-dnv-h1"
4375     - title: "2005.0-5"
4376       data-set: "vpp-performance-changes-3n-dnv-ref"
4377     - title: "2009.0-5"
4378       data-set: "vpp-performance-changes-3n-dnv-cmp"
4379   comparisons:
4380     - title: "2009.0-5 vs 2005.0-5"
4381       reference: 2
4382       compare: 3
4383   legend:
4384     - ''
4385     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4386     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4387     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4388     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4389
4390 # VPP Performance Changes 3n-dnv 2t2c pdr
4391 - type: "table"
4392   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4393   algorithm: "table_comparison"
4394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4395   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4396   filter: "'2T2C'"
4397   columns:
4398     - title: "2001.0-2"
4399       data-set: "vpp-performance-changes-3n-dnv-h1"
4400     - title: "2005.0-5"
4401       data-set: "vpp-performance-changes-3n-dnv-ref"
4402     - title: "2009.0-5"
4403       data-set: "vpp-performance-changes-3n-dnv-cmp"
4404   comparisons:
4405     - title: "2009.0-5 vs 2005.0-5"
4406       reference: 2
4407       compare: 3
4408   legend:
4409     - ''
4410     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4411     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4412     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4413     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4414
4415 # VPP Performance Changes 3n-dnv 1t1c ndr
4416 - type: "table"
4417   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4418   algorithm: "table_comparison"
4419   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4421   filter: "'1T1C'"
4422   columns:
4423     - title: "2001.0-2"
4424       data-set: "vpp-performance-changes-3n-dnv-h1"
4425     - title: "2005.0-5"
4426       data-set: "vpp-performance-changes-3n-dnv-ref"
4427     - title: "2009.0-5"
4428       data-set: "vpp-performance-changes-3n-dnv-cmp"
4429   comparisons:
4430     - title: "2009.0-5 vs 2005.0-5"
4431       reference: 2
4432       compare: 3
4433   legend:
4434     - ''
4435     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4436     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4437     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4438     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4439
4440 # VPP Performance Changes 3n-dnv 2t2c ndr
4441 - type: "table"
4442   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4443   algorithm: "table_comparison"
4444   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4445   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4446   filter: "'2T2C'"
4447   columns:
4448     - title: "2001.0-2"
4449       data-set: "vpp-performance-changes-3n-dnv-h1"
4450     - title: "2005.0-5"
4451       data-set: "vpp-performance-changes-3n-dnv-ref"
4452     - title: "2009.0-5"
4453       data-set: "vpp-performance-changes-3n-dnv-cmp"
4454   comparisons:
4455     - title: "2009.0-5 vs 2005.0-5"
4456       reference: 2
4457       compare: 3
4458   legend:
4459     - ''
4460     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4461     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4462     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4463     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4464
4465 # VPP Performance Changes 3n-tsh 1t1c pdr
4466 - type: "table"
4467   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4468   algorithm: "table_comparison"
4469   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4470   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4471   filter: "'1T1C'"
4472   columns:
4473     - title: "2001.0-4"
4474       data-set: "vpp-performance-changes-3n-tsh-h1"
4475     - title: "2005.0-4"
4476       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4477     - title: "2005.0-5"
4478       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4479     - title: "2009.0-5"
4480       data-set: "vpp-performance-changes-3n-tsh-cmp"
4481   comparisons:
4482     - title: "2005.0-5 vs 2005.0-4"
4483       reference: 2
4484       compare: 3
4485 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4486     - title: "2009.0-5 vs 2005.0-5"
4487       reference: 3
4488       compare: 4
4489 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4490   legend:
4491     - ''
4492     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4493     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4494     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4495     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4496     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4497
4498 # VPP Performance Changes 3n-tsh 2t2c pdr
4499 - type: "table"
4500   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4501   algorithm: "table_comparison"
4502   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4504   filter: "'2T2C'"
4505   columns:
4506     - title: "2001.0-4"
4507       data-set: "vpp-performance-changes-3n-tsh-h1"
4508     - title: "2005.0-4"
4509       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4510     - title: "2005.0-5"
4511       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4512     - title: "2009.0-5"
4513       data-set: "vpp-performance-changes-3n-tsh-cmp"
4514   comparisons:
4515     - title: "2005.0-5 vs 2005.0-4"
4516       reference: 2
4517       compare: 3
4518 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4519     - title: "2009.0-5 vs 2005.0-5"
4520       reference: 3
4521       compare: 4
4522 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4523   legend:
4524     - ''
4525     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4526     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4527     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4528     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4529     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4530
4531 # VPP Performance Changes 3n-tsh 1t1c ndr
4532 - type: "table"
4533   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4534   algorithm: "table_comparison"
4535   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4537   filter: "'1T1C'"
4538   columns:
4539     - title: "2001.0-4"
4540       data-set: "vpp-performance-changes-3n-tsh-h1"
4541     - title: "2005.0-4"
4542       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4543     - title: "2005.0-5"
4544       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4545     - title: "2009.0-5"
4546       data-set: "vpp-performance-changes-3n-tsh-cmp"
4547   comparisons:
4548     - title: "2005.0-5 vs 2005.0-4"
4549       reference: 2
4550       compare: 3
4551 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4552     - title: "2009.0-5 vs 2005.0-5"
4553       reference: 3
4554       compare: 4
4555 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4556   legend:
4557     - ''
4558     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4559     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4560     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4561     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4562     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4563
4564 # VPP Performance Changes 3n-tsh 2t2c ndr
4565 - type: "table"
4566   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4567   algorithm: "table_comparison"
4568   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4569   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4570   filter: "'2T2C'"
4571   columns:
4572     - title: "2001.0-4"
4573       data-set: "vpp-performance-changes-3n-tsh-h1"
4574     - title: "2005.0-4"
4575       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4576     - title: "2005.0-5"
4577       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4578     - title: "2009.0-5"
4579       data-set: "vpp-performance-changes-3n-tsh-cmp"
4580   comparisons:
4581     - title: "2005.0-5 vs 2005.0-4"
4582       reference: 2
4583       compare: 3
4584 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4585     - title: "2009.0-5 vs 2005.0-5"
4586       reference: 3
4587       compare: 4
4588 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4589   legend:
4590     - ''
4591     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4592     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4593     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4594     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4595     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4596
4597 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4598 - type: "table"
4599   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4600   algorithm: "table_comparison"
4601   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4602   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4603   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4604   columns:
4605     - title: "3n-hsw xl710"
4606       data-set: "vpp-compare-testbeds-ref"
4607       tag: "NIC_Intel-XL710"
4608     - title: "3n-skx xxv710"
4609       data-set: "vpp-compare-testbeds-cmp"
4610       tag: "NIC_Intel-XXV710"
4611   comparisons:
4612     - title: "Diff"
4613       reference: 1
4614       compare: 2
4615   legend:
4616     - ""
4617     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4618     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4619
4620 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4621 - type: "table"
4622   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4623   algorithm: "table_comparison"
4624   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4625   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4626   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4627   columns:
4628     - title: "3n-hsw xl710"
4629       data-set: "vpp-compare-testbeds-ref"
4630       tag: "NIC_Intel-XL710"
4631     - title: "3n-skx xxv710"
4632       data-set: "vpp-compare-testbeds-cmp"
4633       tag: "NIC_Intel-XXV710"
4634   comparisons:
4635     - title: "Diff"
4636       reference: 1
4637       compare: 2
4638   legend:
4639     - ""
4640     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4641     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4642
4643 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4644 - type: "table"
4645   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4646   algorithm: "table_comparison"
4647   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4648   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4649   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4650   columns:
4651     - title: "3n-hsw xl710"
4652       data-set: "vpp-compare-testbeds-ref"
4653       tag: "NIC_Intel-XL710"
4654     - title: "3n-skx xxv710"
4655       data-set: "vpp-compare-testbeds-cmp"
4656       tag: "NIC_Intel-XXV710"
4657   comparisons:
4658     - title: "Diff"
4659       reference: 1
4660       compare: 2
4661   legend:
4662     - ""
4663     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4664     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4665
4666 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4667 - type: "table"
4668   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4669   algorithm: "table_comparison"
4670   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4671   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4672   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4673   columns:
4674     - title: "3n-hsw xl710"
4675       data-set: "vpp-compare-testbeds-ref"
4676       tag: "NIC_Intel-XL710"
4677     - title: "3n-skx xxv710"
4678       data-set: "vpp-compare-testbeds-cmp"
4679       tag: "NIC_Intel-XXV710"
4680   comparisons:
4681     - title: "Diff"
4682       reference: 1
4683       compare: 2
4684   legend:
4685     - ""
4686     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4687     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4688
4689 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4690 - type: "table"
4691   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4692   algorithm: "table_comparison"
4693   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4695   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4696   columns:
4697     - title: "2n-skx"
4698       data-set: "vpp-compare-testbeds-skx-clx-ref"
4699     - title: "2n-clx"
4700       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4701   comparisons:
4702     - title: "Diff"
4703       reference: 1
4704       compare: 2
4705   legend:
4706     - ""
4707     - "2n-skx, 2n-clx - testbeds and NICs tested."
4708     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4709
4710 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4711 - type: "table"
4712   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4713   algorithm: "table_comparison"
4714   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4715   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4716   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4717   columns:
4718     - title: "2n-skx"
4719       data-set: "vpp-compare-testbeds-skx-clx-ref"
4720     - title: "2n-clx"
4721       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4722   comparisons:
4723     - title: "Diff"
4724       reference: 1
4725       compare: 2
4726   legend:
4727     - ""
4728     - "2n-skx, 2n-clx - testbeds and NICs tested."
4729     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4730
4731 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4732 - type: "table"
4733   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4734   algorithm: "table_comparison"
4735   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4737   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4738   columns:
4739     - title: "2n-skx"
4740       data-set: "vpp-compare-testbeds-skx-clx-ref"
4741     - title: "2n-clx"
4742       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4743   comparisons:
4744     - title: "Diff"
4745       reference: 1
4746       compare: 2
4747   legend:
4748     - ""
4749     - "2n-skx, 2n-clx - testbeds and NICs tested."
4750     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4751
4752 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4753 - type: "table"
4754   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4755   algorithm: "table_comparison"
4756   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4758   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4759   columns:
4760     - title: "2n-skx"
4761       data-set: "vpp-compare-testbeds-skx-clx-ref"
4762     - title: "2n-clx"
4763       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4764   comparisons:
4765     - title: "Diff"
4766       reference: 1
4767       compare: 2
4768   legend:
4769     - ""
4770     - "2n-skx, 2n-clx - testbeds and NICs tested."
4771     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4772
4773 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4774 - type: "table"
4775   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4776   algorithm: "table_comparison"
4777   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4779   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4780   columns:
4781     - title: "3n-hsw xl710"
4782       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4783       tag: "NIC_Intel-XL710"
4784     - title: "2n-clx xxv710"
4785       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4786       tag: "NIC_Intel-XXV710"
4787   comparisons:
4788     - title: "Diff"
4789       reference: 1
4790       compare: 2
4791   legend:
4792     - ""
4793     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4794     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4795
4796 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4797 - type: "table"
4798   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4799   algorithm: "table_comparison"
4800   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4801   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4802   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4803   columns:
4804     - title: "3n-hsw xl710"
4805       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4806       tag: "NIC_Intel-XL710"
4807     - title: "2n-clx xxv710"
4808       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4809       tag: "NIC_Intel-XXV710"
4810   comparisons:
4811     - title: "Diff"
4812       reference: 1
4813       compare: 2
4814   legend:
4815     - ""
4816     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4817     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4818
4819 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4820 - type: "table"
4821   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4822   algorithm: "table_comparison"
4823   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4825   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4826   columns:
4827     - title: "3n-hsw xl710"
4828       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4829       tag: "NIC_Intel-XL710"
4830     - title: "2n-clx xxv710"
4831       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4832       tag: "NIC_Intel-XXV710"
4833   comparisons:
4834     - title: "Diff"
4835       reference: 1
4836       compare: 2
4837   legend:
4838     - ""
4839     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4840     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4841
4842 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4843 - type: "table"
4844   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4845   algorithm: "table_comparison"
4846   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4847   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4848   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4849   columns:
4850     - title: "3n-hsw xl710"
4851       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4852       tag: "NIC_Intel-XL710"
4853     - title: "2n-clx xxv710"
4854       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4855       tag: "NIC_Intel-XXV710"
4856   comparisons:
4857     - title: "Diff"
4858       reference: 1
4859       compare: 2
4860   legend:
4861     - ""
4862     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4863     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4864
4865 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4866 - type: "table"
4867   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4868   algorithm: "table_comparison"
4869   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4871   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4872   columns:
4873     - title: "3n-skx"
4874       data-set: "vpp-compare-topologies-ref"
4875     - title: "2n-skx"
4876       data-set: "vpp-compare-topologies-cmp"
4877   comparisons:
4878     - title: "Diff"
4879       reference: 1
4880       compare: 2
4881   legend:
4882     - ""
4883     - "3n-skx, 2n-skx - topologies tested."
4884     - "Diff - difference between 3n-skx and 2n-skx topologies."
4885
4886 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4887 - type: "table"
4888   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4889   algorithm: "table_comparison"
4890   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4892   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4893   columns:
4894     - title: "3n-skx"
4895       data-set: "vpp-compare-topologies-ref"
4896     - title: "2n-skx"
4897       data-set: "vpp-compare-topologies-cmp"
4898   comparisons:
4899     - title: "Diff"
4900       reference: 1
4901       compare: 2
4902   legend:
4903     - ""
4904     - "3n-skx, 2n-skx - topologies tested."
4905     - "Diff - difference between 3n-skx and 2n-skx topologies."
4906
4907 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4908 - type: "table"
4909   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4910   algorithm: "table_comparison"
4911   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4913   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4914   columns:
4915     - title: "3n-skx"
4916       data-set: "vpp-compare-topologies-ref"
4917     - title: "2n-skx"
4918       data-set: "vpp-compare-topologies-cmp"
4919   comparisons:
4920     - title: "Diff"
4921       reference: 1
4922       compare: 2
4923   legend:
4924     - ""
4925     - "3n-skx, 2n-skx - topologies tested."
4926     - "Diff - difference between 3n-skx and 2n-skx topologies."
4927
4928 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4929 - type: "table"
4930   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4931   algorithm: "table_comparison"
4932   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4933   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4934   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4935   columns:
4936     - title: "3n-skx"
4937       data-set: "vpp-compare-topologies-ref"
4938     - title: "2n-skx"
4939       data-set: "vpp-compare-topologies-cmp"
4940   comparisons:
4941     - title: "Diff"
4942       reference: 1
4943       compare: 2
4944   legend:
4945     - ""
4946     - "3n-skx, 2n-skx - topologies tested."
4947     - "Diff - difference between 3n-skx and 2n-skx topologies."
4948
4949 # VPP Performance Changes 3n-hsw 1t1c mrr
4950 - type: "table"
4951   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4952   algorithm: "table_comparison"
4953   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4954   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4955   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4956   columns:
4957     - title: "2001.0-2"
4958       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4959     - title: "2005.0-4"
4960       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4961     - title: "2005.0-5"
4962       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4963     - title: "2009.0-5"
4964       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4965   comparisons:
4966     - title: "2005.0-5 vs 2005.0-4"
4967       reference: 2
4968       compare: 3
4969 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4970     - title: "2009.0-5 vs 2005.0-5"
4971       reference: 3
4972       compare: 4
4973 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4974   legend:
4975     - ''
4976     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4977     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4978     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4979     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4980     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4981
4982 # VPP Performance Changes 3n-hsw 2t2c mrr
4983 - type: "table"
4984   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4985   algorithm: "table_comparison"
4986   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4988   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4989   columns:
4990     - title: "2001.0-2"
4991       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4992     - title: "2005.0-4"
4993       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4994     - title: "2005.0-5"
4995       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4996     - title: "2009.0-5"
4997       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4998   comparisons:
4999     - title: "2005.0-5 vs 2005.0-4"
5000       reference: 2
5001       compare: 3
5002 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5003     - title: "2009.0-5 vs 2005.0-5"
5004       reference: 3
5005       compare: 4
5006 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5007   legend:
5008     - ''
5009     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5010     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5011     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5012     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5013     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5014
5015 # VPP Performance Changes 3n-hsw 4t4c mrr
5016 - type: "table"
5017   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5018   algorithm: "table_comparison"
5019   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5020   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5021   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5022   columns:
5023     - title: "2001.0-2"
5024       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5025     - title: "2005.0-4"
5026       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5027     - title: "2005.0-5"
5028       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5029     - title: "2009.0-5"
5030       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5031   comparisons:
5032     - title: "2005.0-5 vs 2005.0-4"
5033       reference: 2
5034       compare: 3
5035 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5036     - title: "2009.0-5 vs 2005.0-5"
5037       reference: 3
5038       compare: 4
5039 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5040   legend:
5041     - ''
5042     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5043     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5044     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5045     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5046     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5047
5048 # VPP Performance Changes 3n-skx 2t1c mrr
5049 - type: "table"
5050   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5051   algorithm: "table_comparison"
5052   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5054   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5055   columns:
5056     - title: "2001.0-2"
5057       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5058     - title: "2005.0-4"
5059       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5060     - title: "2005.0-5"
5061       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5062     - title: "2009.0-5"
5063       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5064   comparisons:
5065     - title: "2005.0-5 vs 2005.0-4"
5066       reference: 2
5067       compare: 3
5068 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5069     - title: "2009.0-5 vs 2005.0-5"
5070       reference: 2
5071       compare: 3
5072 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5073   legend:
5074     - ''
5075     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5076     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5077     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5078     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5079     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5080
5081 # VPP Performance Changes 3n-skx 4t2c mrr
5082 - type: "table"
5083   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5084   algorithm: "table_comparison"
5085   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5086   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5087   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5088   columns:
5089     - title: "2001.0-2"
5090       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5091     - title: "2005.0-4"
5092       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5093     - title: "2005.0-5"
5094       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5095     - title: "2009.0-5"
5096       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5097   comparisons:
5098     - title: "2005.0-5 vs 2005.0-4"
5099       reference: 2
5100       compare: 3
5101 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5102     - title: "2009.0-5 vs 2005.0-5"
5103       reference: 2
5104       compare: 3
5105 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5106   legend:
5107     - ''
5108     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5109     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5110     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5111     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5112     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5113
5114 # VPP Performance Changes 3n-skx 8t4c mrr
5115 - type: "table"
5116   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5117   algorithm: "table_comparison"
5118   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5120   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5121   columns:
5122     - title: "2001.0-2"
5123       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5124     - title: "2005.0-4"
5125       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5126     - title: "2005.0-5"
5127       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5128     - title: "2009.0-5"
5129       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5130   comparisons:
5131     - title: "2005.0-5 vs 2005.0-4"
5132       reference: 2
5133       compare: 3
5134 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5135     - title: "2009.0-5 vs 2005.0-5"
5136       reference: 2
5137       compare: 3
5138 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5139   legend:
5140     - ''
5141     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5142     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5143     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5144     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5145     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5146
5147 # VPP Performance Changes 2n-skx 2t1c mrr
5148 - type: "table"
5149   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5150   algorithm: "table_comparison"
5151   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5152   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5153   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5154   columns:
5155     - title: "2001.0-2"
5156       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5157     - title: "2005.0-4"
5158       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5159     - title: "2005.0-5"
5160       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5161     - title: "2009.0-5"
5162       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5163   comparisons:
5164     - title: "2005.0-5 vs 2005.0-4"
5165       reference: 2
5166       compare: 3
5167 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5168     - title: "2009.0-5 vs 2005.0-4"
5169       reference: 3
5170       compare: 4
5171 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5172   legend:
5173     - ''
5174     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5175     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5176     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5177     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5178     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5179
5180 # VPP Performance Changes 2n-skx 4t2c mrr
5181 - type: "table"
5182   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5183   algorithm: "table_comparison"
5184   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5185   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5186   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5187   columns:
5188     - title: "2001.0-2"
5189       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5190     - title: "2005.0-4"
5191       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5192     - title: "2005.0-5"
5193       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5194     - title: "2009.0-5"
5195       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5196   comparisons:
5197     - title: "2005.0-5 vs 2005.0-4"
5198       reference: 2
5199       compare: 3
5200 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5201     - title: "2009.0-5 vs 2005.0-4"
5202       reference: 3
5203       compare: 4
5204 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5205   legend:
5206     - ''
5207     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5208     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5209     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5210     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5211     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5212
5213 # VPP Performance Changes 2n-skx 8t4c mrr
5214 - type: "table"
5215   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5216   algorithm: "table_comparison"
5217   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5218   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5219   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5220   columns:
5221     - title: "2001.0-2"
5222       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5223     - title: "2005.0-4"
5224       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5225     - title: "2005.0-5"
5226       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5227     - title: "2009.0-5"
5228       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5229   comparisons:
5230     - title: "2005.0-5 vs 2005.0-4"
5231       reference: 2
5232       compare: 3
5233 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5234     - title: "2009.0-5 vs 2005.0-4"
5235       reference: 3
5236       compare: 4
5237 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5238   legend:
5239     - ''
5240     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5241     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5242     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5243     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5244     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5245
5246 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5247 - type: "table"
5248   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5249   algorithm: "table_comparison"
5250   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5251   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5252   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5253   columns:
5254     - title: "2001.0-2"
5255       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5256     - title: "2005.0-4"
5257       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5258     - title: "2005.0-5"
5259       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5260     - title: "2009.0-5"
5261       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5262   comparisons:
5263     - title: "2005.0-5 vs 2005.0-4"
5264       reference: 2
5265       compare: 3
5266 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5267     - title: "2009.0-5 vs 2005.0-5"
5268       reference: 3
5269       compare: 4
5270 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5271   legend:
5272     - ''
5273     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5274     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5275     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5276     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5277     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5278
5279 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5280 - type: "table"
5281   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5282   algorithm: "table_comparison"
5283   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5285   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5286   columns:
5287     - title: "2001.0-2"
5288       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5289     - title: "2005.0-4"
5290       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5291     - title: "2005.0-5"
5292       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5293     - title: "2009.0-5"
5294       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5295   comparisons:
5296     - title: "2005.0-5 vs 2005.0-4"
5297       reference: 2
5298       compare: 3
5299 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5300     - title: "2009.0-5 vs 2005.0-5"
5301       reference: 3
5302       compare: 4
5303 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5304   legend:
5305     - ''
5306     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5307     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5308     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5309     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5310     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5311
5312 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5313 - type: "table"
5314   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5315   algorithm: "table_comparison"
5316   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5317   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5318   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5319   columns:
5320     - title: "2001.0-2"
5321       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5322     - title: "2005.0-4"
5323       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5324     - title: "2005.0-5"
5325       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5326     - title: "2009.0-5"
5327       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5328   comparisons:
5329     - title: "2005.0-5 vs 2005.0-4"
5330       reference: 2
5331       compare: 3
5332 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5333     - title: "2009.0-5 vs 2005.0-5"
5334       reference: 3
5335       compare: 4
5336 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5337   legend:
5338     - ''
5339     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5340     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5341     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5342     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5343     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5344
5345 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5346 #- type: "table"
5347 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5348 #  algorithm: "table_comparison"
5349 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5350 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5351 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5352 #  columns:
5353 #    - title: "2001"
5354 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5355 #    - title: "2005"
5356 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5357 #  comparisons:
5358 #    - title: "Diff"
5359 #      reference: 1
5360 #      compare: 2
5361 #  legend:
5362 #    - ""
5363 #    - "2001, 2005 - VPP versions tested."
5364 #    - "Diff - difference between 2001 and 2005 VPP version."
5365 #
5366 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5367 #- type: "table"
5368 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5369 #  algorithm: "table_comparison"
5370 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5371 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5372 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5373 #  columns:
5374 #    - title: "2001"
5375 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5376 #    - title: "2005"
5377 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5378 #  comparisons:
5379 #    - title: "Diff"
5380 #      reference: 1
5381 #      compare: 2
5382 #  legend:
5383 #    - ""
5384 #    - "2001, 2005 - VPP versions tested."
5385 #    - "Diff - difference between 2001 and 2005 VPP version."
5386 #
5387 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5388 #- type: "table"
5389 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5390 #  algorithm: "table_comparison"
5391 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5392 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5393 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5394 #  columns:
5395 #    - title: "2001"
5396 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5397 #    - title: "2005"
5398 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5399 #  comparisons:
5400 #    - title: "Diff"
5401 #      reference: 1
5402 #      compare: 2
5403 #  legend:
5404 #    - ""
5405 #    - "2001, 2005 - VPP versions tested."
5406 #    - "Diff - difference between 2001 and 2005 VPP version."
5407
5408 # VPP Performance Changes 2n-dnv 1t1c mrr
5409 - type: "table"
5410   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5411   algorithm: "table_comparison"
5412   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5413   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5414   filter: "'1T1C'"
5415   columns:
5416     - title: "2001.0-2"
5417       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5418     - title: "2005.0-5"
5419       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5420     - title: "2009.0-5"
5421       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5422   comparisons:
5423     - title: "2009.0-5 vs 2005.0-5"
5424       reference: 2
5425       compare: 3
5426   legend:
5427     - ''
5428     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5429     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5430     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5431     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5432
5433 # VPP Performance Changes 2n-dnv 2t2c mrr
5434 - type: "table"
5435   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5436   algorithm: "table_comparison"
5437   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5438   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5439   filter: "'2T2C'"
5440   columns:
5441     - title: "2001.0-2"
5442       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5443     - title: "2005.0-5"
5444       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5445     - title: "2009.0-5"
5446       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5447   comparisons:
5448     - title: "2009.0-5 vs 2005.0-5"
5449       reference: 2
5450       compare: 3
5451   legend:
5452     - ''
5453     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5454     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5455     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5456     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5457
5458 # VPP Performance Changes 2n-dnv 4t4c mrr
5459 - type: "table"
5460   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5461   algorithm: "table_comparison"
5462   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5463   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5464   filter: "'4T4C'"
5465   columns:
5466     - title: "2001.0-2"
5467       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5468     - title: "2005.0-5"
5469       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5470     - title: "2009.0-5"
5471       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5472   comparisons:
5473     - title: "2009.0-5 vs 2005.0-5"
5474       reference: 2
5475       compare: 3
5476   legend:
5477     - ''
5478     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5479     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5480     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5481     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5482
5483 # VPP Performance Changes 3n-dnv 1t1c mrr
5484 - type: "table"
5485   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5486   algorithm: "table_comparison"
5487   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5488   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5489   filter: "'1T1C'"
5490   columns:
5491     - title: "2001.0-2"
5492       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5493     - title: "2005.0-5"
5494       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5495     - title: "2009.0-5"
5496       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5497   comparisons:
5498     - title: "2009.0-5 vs 2005.0-5"
5499       reference: 2
5500       compare: 3
5501   legend:
5502     - ''
5503     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5504     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5505     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5506     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5507
5508 # VPP Performance Changes 3n-dnv 2t2c mrr
5509 - type: "table"
5510   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5511   algorithm: "table_comparison"
5512   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5513   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5514   filter: "'2T2C'"
5515   columns:
5516     - title: "2001.0-2"
5517       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5518     - title: "2005.0-5"
5519       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5520     - title: "2009.0-5"
5521       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5522   comparisons:
5523     - title: "2009.0-5 vs 2005.0-5"
5524       reference: 2
5525       compare: 3
5526   legend:
5527     - ''
5528     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5529     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5530     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5531     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5532
5533 # VPP Performance Changes 3n-dnv 4t4c mrr
5534 - type: "table"
5535   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5536   algorithm: "table_comparison"
5537   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5539   filter: "'4T4C'"
5540   columns:
5541     - title: "2001.0-2"
5542       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5543     - title: "2005.0-5"
5544       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5545     - title: "2009.0-5"
5546       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5547   comparisons:
5548     - title: "2009.0-5 vs 2005.0-5"
5549       reference: 2
5550       compare: 3
5551   legend:
5552     - ''
5553     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5554     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5555     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5556     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5557
5558 # VPP Performance Changes 3n-tsh 1t1c mrr
5559 - type: "table"
5560   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5561   algorithm: "table_comparison"
5562   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5564   filter: "'1T1C'"
5565   columns:
5566     - title: "2001.0-2"
5567       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5568     - title: "2005.0-4"
5569       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5570     - title: "2005.0-5"
5571       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5572     - title: "2009.0-5"
5573       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5574   comparisons:
5575     - title: "2005.0-5 vs 2005.0-4"
5576       reference: 2
5577       compare: 3
5578 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5579     - title: "2009.0-5 vs 2005.0-5"
5580       reference: 3
5581       compare: 4
5582 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5583   legend:
5584     - ''
5585     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5586     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5587     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5588     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5589     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5590
5591 # VPP Performance Changes 3n-tsh 2t2c mrr
5592 - type: "table"
5593   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5594   algorithm: "table_comparison"
5595   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5596   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5597   filter: "'2T2C'"
5598   columns:
5599     - title: "2001.0-2"
5600       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5601     - title: "2005.0-4"
5602       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5603     - title: "2005.0-5"
5604       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5605     - title: "2009.0-5"
5606       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5607   comparisons:
5608     - title: "2005.0-5 vs 2005.0-4"
5609       reference: 2
5610       compare: 3
5611 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5612     - title: "2009.0-5 vs 2005.0-5"
5613       reference: 3
5614       compare: 4
5615 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5616   legend:
5617     - ''
5618     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5619     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5620     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5621     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5622     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5623
5624 # VPP Performance Changes 3n-tsh 4t4c mrr
5625 - type: "table"
5626   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5627   algorithm: "table_comparison"
5628   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5630   filter: "'4T4C'"
5631   columns:
5632     - title: "2001.0-2"
5633       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5634     - title: "2005.0-4"
5635       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5636     - title: "2005.0-5"
5637       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5638     - title: "2009.0-5"
5639       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5640   comparisons:
5641     - title: "2005.0-5 vs 2005.0-4"
5642       reference: 2
5643       compare: 3
5644 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5645     - title: "2009.0-5 vs 2005.0-5"
5646       reference: 3
5647       compare: 4
5648 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5649   legend:
5650     - ''
5651     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5652     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5653     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5654     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5655     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5656
5657 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5658 - type: "table"
5659   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5660   algorithm: "table_comparison"
5661   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5663   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5664   columns:
5665     - title: "3n-hsw xl710"
5666       data-set: "vpp-compare-testbeds-mrr-ref"
5667       tag: "NIC_Intel-XL710"
5668     - title: "3n-skx xxv710"
5669       data-set: "vpp-compare-testbeds-mrr-cmp"
5670       tag: "NIC_Intel-XXV710"
5671   comparisons:
5672     - title: "Diff"
5673       reference: 1
5674       compare: 2
5675   legend:
5676     - ""
5677     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5678     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5679
5680 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5681 - type: "table"
5682   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5683   algorithm: "table_comparison"
5684   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5686   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5687   columns:
5688     - title: "3n-hsw xl710"
5689       data-set: "vpp-compare-testbeds-mrr-ref"
5690       tag: "NIC_Intel-XL710"
5691     - title: "3n-skx xxv710"
5692       data-set: "vpp-compare-testbeds-mrr-cmp"
5693       tag: "NIC_Intel-XXV710"
5694   comparisons:
5695     - title: "Diff"
5696       reference: 1
5697       compare: 2
5698   legend:
5699     - ""
5700     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5701     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5702
5703 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5704 - type: "table"
5705   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5706   algorithm: "table_comparison"
5707   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5709   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5710   columns:
5711     - title: "3n-hsw xl710"
5712       data-set: "vpp-compare-testbeds-mrr-ref"
5713       tag: "NIC_Intel-XL710"
5714     - title: "3n-skx xxv710"
5715       data-set: "vpp-compare-testbeds-mrr-cmp"
5716       tag: "NIC_Intel-XXV710"
5717   comparisons:
5718     - title: "Diff"
5719       reference: 1
5720       compare: 2
5721   legend:
5722     - ""
5723     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5724     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5725
5726 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5727 - type: "table"
5728   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5729   algorithm: "table_comparison"
5730   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5732   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5733   columns:
5734     - title: "2n-skx"
5735       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5736     - title: "2n-clx"
5737       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5738   comparisons:
5739     - title: "Diff"
5740       reference: 1
5741       compare: 2
5742   legend:
5743     - ""
5744     - "2n-skx, 2n-clx - testbeds and NICs tested."
5745     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5746
5747 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5748 - type: "table"
5749   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5750   algorithm: "table_comparison"
5751   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5752   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5753   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5754   columns:
5755     - title: "2n-skx"
5756       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5757     - title: "2n-clx"
5758       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5759   comparisons:
5760     - title: "Diff"
5761       reference: 1
5762       compare: 2
5763   legend:
5764     - ""
5765     - "2n-skx, 2n-clx - testbeds and NICs tested."
5766     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5767
5768 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5769 - type: "table"
5770   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5771   algorithm: "table_comparison"
5772   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5774   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5775   columns:
5776     - title: "2n-skx"
5777       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5778     - title: "2n-clx"
5779       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5780   comparisons:
5781     - title: "Diff"
5782       reference: 1
5783       compare: 2
5784   legend:
5785     - ""
5786     - "2n-skx, 2n-clx - testbeds and NICs tested."
5787     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5788
5789 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5790 - type: "table"
5791   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5792   algorithm: "table_comparison"
5793   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5794   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5795   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5796   columns:
5797     - title: "3n-skx"
5798       data-set: "vpp-compare-topologies-mrr-ref"
5799     - title: "2n-skx"
5800       data-set: "vpp-compare-topologies-mrr-cmp"
5801   comparisons:
5802     - title: "Diff"
5803       reference: 1
5804       compare: 2
5805   legend:
5806     - ""
5807     - "3n-skx, 2n-skx - topologies tested."
5808     - "Diff - difference between 3n-skx and 2n-skx topologies."
5809
5810 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5811 - type: "table"
5812   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5813   algorithm: "table_comparison"
5814   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5816   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5817   columns:
5818     - title: "3n-skx"
5819       data-set: "vpp-compare-topologies-mrr-ref"
5820     - title: "2n-skx"
5821       data-set: "vpp-compare-topologies-mrr-cmp"
5822   comparisons:
5823     - title: "Diff"
5824       reference: 1
5825       compare: 2
5826   legend:
5827     - ""
5828     - "3n-skx, 2n-skx - topologies tested."
5829     - "Diff - difference between 3n-skx and 2n-skx topologies."
5830
5831 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5832 - type: "table"
5833   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5834   algorithm: "table_comparison"
5835   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5837   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5838   columns:
5839     - title: "3n-skx"
5840       data-set: "vpp-compare-topologies-mrr-ref"
5841     - title: "2n-skx"
5842       data-set: "vpp-compare-topologies-mrr-cmp"
5843   comparisons:
5844     - title: "Diff"
5845       reference: 1
5846       compare: 2
5847   legend:
5848     - ""
5849     - "3n-skx, 2n-skx - topologies tested."
5850     - "Diff - difference between 3n-skx and 2n-skx topologies."
5851
5852 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5853 - type: "table"
5854   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5855   algorithm: "table_comparison"
5856   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5858   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5859   columns:
5860     - title: "3n-hsw xl710"
5861       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5862       tag: "NIC_Intel-XL710"
5863     - title: "2n-clx xxv710"
5864       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5865       tag: "NIC_Intel-XXV710"
5866   comparisons:
5867     - title: "Diff"
5868       reference: 1
5869       compare: 2
5870   legend:
5871     - ""
5872     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5873     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5874
5875 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5876 - type: "table"
5877   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5878   algorithm: "table_comparison"
5879   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5881   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5882   columns:
5883     - title: "3n-hsw xl710"
5884       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5885       tag: "NIC_Intel-XL710"
5886     - title: "2n-clx xxv710"
5887       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5888       tag: "NIC_Intel-XXV710"
5889   comparisons:
5890     - title: "Diff"
5891       reference: 1
5892       compare: 2
5893   legend:
5894     - ""
5895     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5896     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5897
5898 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5899 - type: "table"
5900   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5901   algorithm: "table_comparison"
5902   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5904   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5905   columns:
5906     - title: "3n-hsw xl710"
5907       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5908       tag: "NIC_Intel-XL710"
5909     - title: "2n-clx xxv710"
5910       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5911       tag: "NIC_Intel-XXV710"
5912   comparisons:
5913     - title: "Diff"
5914       reference: 1
5915       compare: 2
5916   legend:
5917     - ""
5918     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5919     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5920
5921 # Detailed Test Results - VPP Performance Results 3n-hsw
5922 - type: "table"
5923   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5924   algorithm: "table_merged_details"
5925   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5926   columns:
5927     - title: " |prein| Test Name |preout| "
5928       data: "data name"
5929     - 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| "
5930       data: "data msg"
5931   data: "vpp-perf-results-3n-hsw"
5932   filter: "all"
5933   parameters:
5934   - "name"
5935   - "parent"
5936   - "msg"
5937
5938 # Detailed Test Results - VPP Performance Results 3n-skx
5939 - type: "table"
5940   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5941   algorithm: "table_merged_details"
5942   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5943   columns:
5944     - title: " |prein| Test Name |preout| "
5945       data: "data name"
5946     - 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| "
5947       data: "data msg"
5948   data: "vpp-perf-results-3n-skx"
5949   filter: "all"
5950   remove-ndr: False
5951   parameters:
5952   - "name"
5953   - "parent"
5954   - "msg"
5955
5956 # Detailed Test Results - VPP Performance Results 2n-skx
5957 - type: "table"
5958   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5959   algorithm: "table_merged_details"
5960   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5961   columns:
5962     - title: " |prein| Test Name |preout| "
5963       data: "data name"
5964     - 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| "
5965       data: "data msg"
5966   data: "vpp-perf-results-2n-skx"
5967   filter: "all"
5968   remove-ndr: False
5969   parameters:
5970   - "name"
5971   - "parent"
5972   - "msg"
5973
5974 # Detailed Test Results - VPP Performance Results 2n-clx
5975 - type: "table"
5976   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5977   algorithm: "table_merged_details"
5978   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5979   columns:
5980     - title: " |prein| Test Name |preout| "
5981       data: "data name"
5982     - 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| "
5983       data: "data msg"
5984   data: "vpp-perf-results-2n-clx"
5985   filter: "all"
5986   parameters:
5987   - "name"
5988   - "parent"
5989   - "msg"
5990
5991 # Detailed Test Results - VPP Performance Results 3n-tsh
5992 - type: "table"
5993   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5994   algorithm: "table_merged_details"
5995   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5996   columns:
5997     - title: " |prein| Test Name |preout| "
5998       data: "data name"
5999     - 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| "
6000       data: "data msg"
6001   data: "vpp-perf-results-3n-tsh"
6002   filter: "all"
6003   parameters:
6004   - "name"
6005   - "parent"
6006   - "msg"
6007
6008 # Detailed Test Results - VPP Performance Results 3n-dnv
6009 - type: "table"
6010   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6011   algorithm: "table_merged_details"
6012   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6013   columns:
6014     - title: " |prein| Test Name |preout| "
6015       data: "data name"
6016     - 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| "
6017       data: "data msg"
6018   data: "vpp-perf-results-3n-dnv"
6019   filter: "all"
6020   parameters:
6021   - "name"
6022   - "parent"
6023   - "msg"
6024
6025 # Detailed Test Results - VPP Performance Results 2n-dnv
6026 - type: "table"
6027   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6028   algorithm: "table_merged_details"
6029   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6030   columns:
6031     - title: " |prein| Test Name |preout| "
6032       data: "data name"
6033     - 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| "
6034       data: "data msg"
6035   data: "vpp-perf-results-2n-dnv"
6036   filter: "all"
6037   parameters:
6038   - "name"
6039   - "parent"
6040   - "msg"
6041
6042 # Test configuration - VPP Performance Test Configs 3n-hsw
6043 - type: "table"
6044   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6045   algorithm: "table_merged_details"
6046   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6047   columns:
6048     - title: " |prein| Test Name |preout| "
6049       data: "data name"
6050     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6051       data: "data conf-history"
6052   data: "vpp-perf-results-3n-hsw"
6053   filter: "all"
6054   parameters:
6055   - "parent"
6056   - "name"
6057   - "conf-history"
6058
6059 # Test configuration - VPP Performance Test Configs 3n-skx
6060 - type: "table"
6061   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6062   algorithm: "table_merged_details"
6063   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6064   columns:
6065     - title: " |prein| Test Name |preout| "
6066       data: "data name"
6067     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6068       data: "data conf-history"
6069   data: "vpp-perf-results-3n-skx"
6070   filter: "all"
6071   parameters:
6072   - "parent"
6073   - "name"
6074   - "conf-history"
6075
6076 # Test configuration - VPP Performance Test Configs 2n-skx
6077 - type: "table"
6078   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6079   algorithm: "table_merged_details"
6080   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6081   columns:
6082     - title: " |prein| Test Name |preout| "
6083       data: "data name"
6084     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6085       data: "data conf-history"
6086   data: "vpp-perf-results-2n-skx"
6087   filter: "all"
6088   parameters:
6089   - "parent"
6090   - "name"
6091   - "conf-history"
6092
6093 # Test configuration - VPP Performance Test Configs 2n-clx
6094 - type: "table"
6095   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6096   algorithm: "table_merged_details"
6097   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6098   columns:
6099     - title: " |prein| Test Name |preout| "
6100       data: "data name"
6101     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6102       data: "data conf-history"
6103   data: "vpp-perf-results-2n-clx"
6104   filter: "all"
6105   parameters:
6106   - "parent"
6107   - "name"
6108   - "conf-history"
6109
6110 # Test configuration - VPP Performance Test Configs 3n-tsh
6111 - type: "table"
6112   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6113   algorithm: "table_merged_details"
6114   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6115   columns:
6116     - title: " |prein| Test Name |preout| "
6117       data: "data name"
6118     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6119       data: "data conf-history"
6120   data: "vpp-perf-results-3n-tsh"
6121   filter: "all"
6122   parameters:
6123   - "parent"
6124   - "name"
6125   - "conf-history"
6126
6127 # Test configuration - VPP Performance Test Configs 3n-dnv
6128 - type: "table"
6129   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6130   algorithm: "table_merged_details"
6131   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6132   columns:
6133     - title: " |prein| Test Name |preout| "
6134       data: "data name"
6135     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6136       data: "data conf-history"
6137   data: "vpp-perf-results-3n-dnv"
6138   filter: "all"
6139   parameters:
6140   - "parent"
6141   - "name"
6142   - "conf-history"
6143
6144 # Test configuration - VPP Performance Test Configs 2n-dnv
6145 - type: "table"
6146   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6147   algorithm: "table_merged_details"
6148   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6149   columns:
6150     - title: " |prein| Test Name |preout| "
6151       data: "data name"
6152     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6153       data: "data conf-history"
6154   data: "vpp-perf-results-2n-dnv"
6155   filter: "all"
6156   parameters:
6157   - "parent"
6158   - "name"
6159   - "conf-history"
6160
6161 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6162 - type: "table"
6163   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6164   algorithm: "table_oper_data_html"
6165   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6166   data: "vpp-perf-results-3n-hsw"
6167   filter: "all"
6168
6169 # Test Operational Data - VPP Performance Operational Data 3n-skx
6170 - type: "table"
6171   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6172   algorithm: "table_oper_data_html"
6173   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6174   data: "vpp-perf-results-3n-skx"
6175   filter: "all"
6176
6177 # Test Operational Data - VPP Performance Operational Data 2n-skx
6178 - type: "table"
6179   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6180   algorithm: "table_oper_data_html"
6181   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6182   data: "vpp-perf-results-2n-skx"
6183   filter: "all"
6184
6185 # Test Operational Data - VPP Performance Operational Data 2n-clx
6186 - type: "table"
6187   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6188   algorithm: "table_oper_data_html"
6189   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6190   data: "vpp-perf-results-2n-clx"
6191   filter: "all"
6192
6193 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6194 - type: "table"
6195   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6196   algorithm: "table_oper_data_html"
6197   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6198   data: "vpp-perf-results-3n-tsh"
6199   filter: "all"
6200
6201 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6202 - type: "table"
6203   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6204   algorithm: "table_oper_data_html"
6205   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6206   data: "vpp-perf-results-3n-dnv"
6207   filter: "all"
6208
6209 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6210 - type: "table"
6211   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6212   algorithm: "table_oper_data_html"
6213   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6214   data: "vpp-perf-results-2n-dnv"
6215   filter: "all"
6216
6217 # Detailed Test Results - VPP MRR Results 3n-hsw
6218 - type: "table"
6219   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6220   algorithm: "table_merged_details"
6221   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6222   columns:
6223     - title: " |prein| Test Name |preout| "
6224       data: "data name"
6225     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6226       data: "data msg"
6227   data: "vpp-mrr-results-3n-hsw"
6228   filter: "all"
6229   parameters:
6230   - "name"
6231   - "parent"
6232   - "msg"
6233
6234 # Detailed Test Results - VPP MRR Results 3n-skx
6235 - type: "table"
6236   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6237   algorithm: "table_merged_details"
6238   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6239   columns:
6240     - title: " |prein| Test Name |preout| "
6241       data: "data name"
6242     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6243       data: "data msg"
6244   data: "vpp-mrr-results-3n-skx"
6245   filter: "all"
6246   parameters:
6247   - "name"
6248   - "parent"
6249   - "msg"
6250
6251 # Detailed Test Results - VPP MRR Results 2n-skx
6252 - type: "table"
6253   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6254   algorithm: "table_merged_details"
6255   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6256   columns:
6257     - title: " |prein| Test Name |preout| "
6258       data: "data name"
6259     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6260       data: "data msg"
6261   data: "vpp-mrr-results-2n-skx"
6262   filter: "all"
6263   parameters:
6264   - "name"
6265   - "parent"
6266   - "msg"
6267
6268 # Detailed Test Results - VPP MRR Results 2n-clx
6269 - type: "table"
6270   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6271   algorithm: "table_merged_details"
6272   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6273   columns:
6274     - title: " |prein| Test Name |preout| "
6275       data: "data name"
6276     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6277       data: "data msg"
6278   data: "vpp-mrr-results-2n-clx"
6279   filter: "all"
6280   parameters:
6281   - "name"
6282   - "parent"
6283   - "msg"
6284
6285 # Detailed Test Results - VPP MRR Results 3n-tsh
6286 - type: "table"
6287   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6288   algorithm: "table_merged_details"
6289   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6290   columns:
6291     - title: " |prein| Test Name |preout| "
6292       data: "data name"
6293     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6294       data: "data msg"
6295   data: "vpp-mrr-results-3n-tsh"
6296   filter: "all"
6297   parameters:
6298   - "name"
6299   - "parent"
6300   - "msg"
6301
6302 # Detailed Test Results - VPP MRR Results 3n-dnv
6303 - type: "table"
6304   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6305   algorithm: "table_merged_details"
6306   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6307   columns:
6308     - title: " |prein| Test Name |preout| "
6309       data: "data name"
6310     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6311       data: "data msg"
6312   data: "vpp-mrr-results-3n-dnv"
6313   filter: "all"
6314   parameters:
6315   - "name"
6316   - "parent"
6317   - "msg"
6318
6319 # Detailed Test Results - VPP MRR Results 2n-dnv
6320 - type: "table"
6321   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6322   algorithm: "table_merged_details"
6323   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6324   columns:
6325     - title: " |prein| Test Name |preout| "
6326       data: "data name"
6327     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6328       data: "data msg"
6329   data: "vpp-mrr-results-2n-dnv"
6330   filter: "all"
6331   parameters:
6332   - "name"
6333   - "parent"
6334   - "msg"
6335
6336 # Test configuration - VPP MRR Test Configs 3n-hsw
6337 - type: "table"
6338   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6339   algorithm: "table_merged_details"
6340   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6341   columns:
6342     - title: " |prein| Test Name |preout| "
6343       data: "data name"
6344     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6345       data: "data conf-history"
6346   data: "vpp-mrr-results-3n-hsw"
6347   filter: "all"
6348   parameters:
6349   - "parent"
6350   - "name"
6351   - "conf-history"
6352
6353 # Test configuration - VPP MRR Test Configs 3n-skx
6354 - type: "table"
6355   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6356   algorithm: "table_merged_details"
6357   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6358   columns:
6359     - title: " |prein| Test Name |preout| "
6360       data: "data name"
6361     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6362       data: "data conf-history"
6363   data: "vpp-mrr-results-3n-skx"
6364   filter: "all"
6365   parameters:
6366   - "parent"
6367   - "name"
6368   - "conf-history"
6369
6370 # Test configuration - VPP MRR Test Configs 2n-skx
6371 - type: "table"
6372   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6373   algorithm: "table_merged_details"
6374   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6375   columns:
6376     - title: " |prein| Test Name |preout| "
6377       data: "data name"
6378     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6379       data: "data conf-history"
6380   data: "vpp-mrr-results-2n-skx"
6381   filter: "all"
6382   parameters:
6383   - "parent"
6384   - "name"
6385   - "conf-history"
6386
6387 # Test configuration - VPP MRR Test Configs 2n-clx
6388 - type: "table"
6389   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6390   algorithm: "table_merged_details"
6391   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6392   columns:
6393     - title: " |prein| Test Name |preout| "
6394       data: "data name"
6395     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6396       data: "data conf-history"
6397   data: "vpp-mrr-results-2n-clx"
6398   filter: "all"
6399   parameters:
6400   - "parent"
6401   - "name"
6402   - "conf-history"
6403
6404 # Test configuration - VPP MRR Test Configs 3n-tsh
6405 - type: "table"
6406   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6407   algorithm: "table_merged_details"
6408   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6409   columns:
6410     - title: " |prein| Test Name |preout| "
6411       data: "data name"
6412     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6413       data: "data conf-history"
6414   data: "vpp-mrr-results-3n-tsh"
6415   filter: "all"
6416   parameters:
6417   - "parent"
6418   - "name"
6419   - "conf-history"
6420
6421 # Test configuration - VPP MRR Test Configs 3n-dnv
6422 - type: "table"
6423   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6424   algorithm: "table_merged_details"
6425   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6426   columns:
6427     - title: " |prein| Test Name |preout| "
6428       data: "data name"
6429     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6430       data: "data conf-history"
6431   data: "vpp-mrr-results-3n-dnv"
6432   filter: "all"
6433   parameters:
6434   - "parent"
6435   - "name"
6436   - "conf-history"
6437
6438 # Test configuration - VPP MRR Test Configs 2n-dnv
6439 - type: "table"
6440   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6441   algorithm: "table_merged_details"
6442   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6443   columns:
6444     - title: " |prein| Test Name |preout| "
6445       data: "data name"
6446     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6447       data: "data conf-history"
6448   data: "vpp-mrr-results-2n-dnv"
6449   filter: "all"
6450   parameters:
6451   - "parent"
6452   - "name"
6453   - "conf-history"
6454
6455 # Detailed Test Results - VPP Device Results - Ubuntu
6456 - type: "table"
6457   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6458   algorithm: "table_merged_details"
6459   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6460   columns:
6461     - title: " |prein| Test Name |preout| "
6462       data: "data name"
6463     - title: " |prein| Status |preout| "
6464       data: "data status"
6465   data: "vpp-device-results-ubuntu"
6466   filter: "all"
6467   parameters:
6468   - "name"
6469   - "parent"
6470   - "doc"
6471   - "status"
6472
6473 # Test configuration - VPP Device Test Configs - Ubuntu
6474 - type: "table"
6475   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6476   algorithm: "table_merged_details"
6477   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6478   columns:
6479     - title: " |prein| Test Name |preout| "
6480       data: "data name"
6481     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6482       data: "data conf-history"
6483   data: "vpp-device-results-ubuntu"
6484   filter: "all"
6485   parameters:
6486   - "parent"
6487   - "name"
6488   - "conf-history"
6489
6490 ################################################################################
6491
6492 # DPDK Performance Changes 3n-hsw 1t1c pdr
6493 - type: "table"
6494   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6495   algorithm: "table_comparison"
6496   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6498   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6499   columns:
6500     - title: "2001"
6501       data-set: "dpdk-performance-changes-3n-hsw-h1"
6502     - title: "2005"
6503       data-set: "dpdk-performance-changes-3n-hsw-ref"
6504     - title: "2009"
6505       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6506   comparisons:
6507     - title: "Diff"
6508       reference: 2
6509       compare: 3
6510   legend:
6511     - ""
6512     - "2001, 2005, 2009 - DPDK versions tested."
6513     - "Diff - difference between 2005 and 2009 DPDK version."
6514
6515 # DPDK Performance Changes 3n-hsw 2t2c pdr
6516 - type: "table"
6517   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6518   algorithm: "table_comparison"
6519   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6520   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6521   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6522   columns:
6523     - title: "2001"
6524       data-set: "dpdk-performance-changes-3n-hsw-h1"
6525     - title: "2005"
6526       data-set: "dpdk-performance-changes-3n-hsw-ref"
6527     - title: "2009"
6528       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6529   comparisons:
6530     - title: "Diff"
6531       reference: 2
6532       compare: 3
6533   legend:
6534     - ""
6535     - "2001, 2005, 2009 - DPDK versions tested."
6536     - "Diff - difference between 2005 and 2009 DPDK version."
6537
6538 # DPDK Performance Changes 3n-hsw 1t1c pdr
6539 - type: "table"
6540   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6541   algorithm: "table_comparison"
6542   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6543   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6544   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6545   columns:
6546     - title: "2001"
6547       data-set: "dpdk-performance-changes-3n-hsw-h1"
6548     - title: "2005"
6549       data-set: "dpdk-performance-changes-3n-hsw-ref"
6550     - title: "2009"
6551       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6552   comparisons:
6553     - title: "Diff"
6554       reference: 2
6555       compare: 3
6556   legend:
6557     - ""
6558     - "2001, 2005, 2009 - DPDK versions tested."
6559     - "Diff - difference between 2005 and 2009 DPDK version."
6560
6561 # DPDK Performance Changes 3n-hsw 2t2c ndr
6562 - type: "table"
6563   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6564   algorithm: "table_comparison"
6565   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6566   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6567   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6568   columns:
6569     - title: "2001"
6570       data-set: "dpdk-performance-changes-3n-hsw-h1"
6571     - title: "2005"
6572       data-set: "dpdk-performance-changes-3n-hsw-ref"
6573     - title: "2009"
6574       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6575   comparisons:
6576     - title: "Diff"
6577       reference: 2
6578       compare: 3
6579   legend:
6580     - ""
6581     - "2001, 2005, 2009 - DPDK versions tested."
6582     - "Diff - difference between 2005 and 2009 DPDK version."
6583
6584 # DPDK Performance Changes 3n-skx 2t1c pdr
6585 - type: "table"
6586   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6587   algorithm: "table_comparison"
6588   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6589   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6590   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6591   columns:
6592     - title: "2001"
6593       data-set: "dpdk-performance-changes-3n-skx-h1"
6594     - title: "2005"
6595       data-set: "dpdk-performance-changes-3n-skx-ref"
6596     - title: "2009"
6597       data-set: "dpdk-performance-changes-3n-skx-cmp"
6598   comparisons:
6599     - title: "Diff"
6600       reference: 2
6601       compare: 3
6602   legend:
6603     - ""
6604     - "2001, 2005, 2009 - DPDK versions tested."
6605     - "Diff - difference between 2005 and 2009 DPDK version."
6606
6607 # DPDK Performance Changes 3n-skx 4t2c pdr
6608 - type: "table"
6609   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6610   algorithm: "table_comparison"
6611   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6613   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6614   columns:
6615     - title: "2001"
6616       data-set: "dpdk-performance-changes-3n-skx-h1"
6617     - title: "2005"
6618       data-set: "dpdk-performance-changes-3n-skx-ref"
6619     - title: "2009"
6620       data-set: "dpdk-performance-changes-3n-skx-cmp"
6621   comparisons:
6622     - title: "Diff"
6623       reference: 2
6624       compare: 3
6625   legend:
6626     - ""
6627     - "2001, 2005, 2009 - DPDK versions tested."
6628     - "Diff - difference between 2005 and 2009 DPDK version."
6629
6630 # DPDK Performance Changes 3n-skx 2t1c ndr
6631 - type: "table"
6632   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6633   algorithm: "table_comparison"
6634   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6635   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6636   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6637   columns:
6638     - title: "2001"
6639       data-set: "dpdk-performance-changes-3n-skx-h1"
6640     - title: "2005"
6641       data-set: "dpdk-performance-changes-3n-skx-ref"
6642     - title: "2009"
6643       data-set: "dpdk-performance-changes-3n-skx-cmp"
6644   comparisons:
6645     - title: "Diff"
6646       reference: 2
6647       compare: 3
6648   legend:
6649     - ""
6650     - "2001, 2005, 2009 - DPDK versions tested."
6651     - "Diff - difference between 2005 and 2009 DPDK version."
6652
6653 # DPDK Performance Changes 3n-skx 4t2c ndr
6654 - type: "table"
6655   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6656   algorithm: "table_comparison"
6657   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6659   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6660   columns:
6661     - title: "2001"
6662       data-set: "dpdk-performance-changes-3n-skx-h1"
6663     - title: "2005"
6664       data-set: "dpdk-performance-changes-3n-skx-ref"
6665     - title: "2009"
6666       data-set: "dpdk-performance-changes-3n-skx-cmp"
6667   comparisons:
6668     - title: "Diff"
6669       reference: 2
6670       compare: 3
6671   legend:
6672     - ""
6673     - "2001, 2005, 2009 - DPDK versions tested."
6674     - "Diff - difference between 2005 and 2009 DPDK version."
6675
6676 # DPDK Performance Changes 2n-skx 2t1c pdr
6677 - type: "table"
6678   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6679   algorithm: "table_comparison"
6680   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6681   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6682   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6683   columns:
6684     - title: "2001"
6685       data-set: "dpdk-performance-changes-2n-skx-h1"
6686     - title: "2005"
6687       data-set: "dpdk-performance-changes-2n-skx-ref"
6688     - title: "2009"
6689       data-set: "dpdk-performance-changes-2n-skx-cmp"
6690   comparisons:
6691     - title: "Diff"
6692       reference: 2
6693       compare: 3
6694   legend:
6695     - ""
6696     - "2001, 2005, 2009 - DPDK versions tested."
6697     - "Diff - difference between 2005 and 2009 DPDK version."
6698
6699 # DPDK Performance Changes 2n-skx 4t2c pdr
6700 - type: "table"
6701   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6702   algorithm: "table_comparison"
6703   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6705   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6706   columns:
6707     - title: "2001"
6708       data-set: "dpdk-performance-changes-2n-skx-h1"
6709     - title: "2005"
6710       data-set: "dpdk-performance-changes-2n-skx-ref"
6711     - title: "2009"
6712       data-set: "dpdk-performance-changes-2n-skx-cmp"
6713   comparisons:
6714     - title: "Diff"
6715       reference: 2
6716       compare: 3
6717   legend:
6718     - ""
6719     - "2001, 2005, 2009 - DPDK versions tested."
6720     - "Diff - difference between 2005 and 2009 DPDK version."
6721
6722 # DPDK Performance Changes 2n-skx 2t1c ndr
6723 - type: "table"
6724   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6725   algorithm: "table_comparison"
6726   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6728   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6729   columns:
6730     - title: "2001"
6731       data-set: "dpdk-performance-changes-2n-skx-h1"
6732     - title: "2005"
6733       data-set: "dpdk-performance-changes-2n-skx-ref"
6734     - title: "2009"
6735       data-set: "dpdk-performance-changes-2n-skx-cmp"
6736   comparisons:
6737     - title: "Diff"
6738       reference: 2
6739       compare: 3
6740   legend:
6741     - ""
6742     - "2001, 2005, 2009 - DPDK versions tested."
6743     - "Diff - difference between 2005 and 2009 DPDK version."
6744
6745 # DPDK Performance Changes 2n-skx 4t2c ndr
6746 - type: "table"
6747   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6748   algorithm: "table_comparison"
6749   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6751   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6752   columns:
6753     - title: "2001"
6754       data-set: "dpdk-performance-changes-2n-skx-h1"
6755     - title: "2005"
6756       data-set: "dpdk-performance-changes-2n-skx-ref"
6757     - title: "2009"
6758       data-set: "dpdk-performance-changes-2n-skx-cmp"
6759   comparisons:
6760     - title: "Diff"
6761       reference: 2
6762       compare: 3
6763   legend:
6764     - ""
6765     - "2001, 2005, 2009 - DPDK versions tested."
6766     - "Diff - difference between 2005 and 2009 DPDK version."
6767
6768 # DPDK Performance Changes 2n-clx 2t1c pdr
6769 - type: "table"
6770   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6771   algorithm: "table_comparison"
6772   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6774   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6775   columns:
6776     - title: "2001"
6777       data-set: "dpdk-performance-changes-2n-clx-h1"
6778     - title: "2005"
6779       data-set: "dpdk-performance-changes-2n-clx-ref"
6780     - title: "2009"
6781       data-set: "dpdk-performance-changes-2n-clx-cmp"
6782   comparisons:
6783     - title: "Diff"
6784       reference: 2
6785       compare: 3
6786   legend:
6787     - ""
6788     - "2001, 2005, 2009 - DPDK versions tested."
6789     - "Diff - difference between 2005 and 2009 DPDK version."
6790
6791 # DPDK Performance Changes 2n-clx 4t2c pdr
6792 - type: "table"
6793   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6794   algorithm: "table_comparison"
6795   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6796   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6797   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6798   columns:
6799     - title: "2001"
6800       data-set: "dpdk-performance-changes-2n-clx-h1"
6801     - title: "2005"
6802       data-set: "dpdk-performance-changes-2n-clx-ref"
6803     - title: "2009"
6804       data-set: "dpdk-performance-changes-2n-clx-cmp"
6805   comparisons:
6806     - title: "Diff"
6807       reference: 2
6808       compare: 3
6809   legend:
6810     - ""
6811     - "2001, 2005, 2009 - DPDK versions tested."
6812     - "Diff - difference between 2005 and 2009 DPDK version."
6813
6814 # DPDK Performance Changes 2n-clx 2t1c ndr
6815 - type: "table"
6816   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6817   algorithm: "table_comparison"
6818   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6819   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6820   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6821   columns:
6822     - title: "2001"
6823       data-set: "dpdk-performance-changes-2n-clx-h1"
6824     - title: "2005"
6825       data-set: "dpdk-performance-changes-2n-clx-ref"
6826     - title: "2009"
6827       data-set: "dpdk-performance-changes-2n-clx-cmp"
6828   comparisons:
6829     - title: "Diff"
6830       reference: 2
6831       compare: 3
6832   legend:
6833     - ""
6834     - "2001, 2005, 2009 - DPDK versions tested."
6835     - "Diff - difference between 2005 and 2009 DPDK version."
6836
6837 # DPDK Performance Changes 2n-clx 4t2c ndr
6838 - type: "table"
6839   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6840   algorithm: "table_comparison"
6841   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6842   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6843   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6844   columns:
6845     - title: "2001"
6846       data-set: "dpdk-performance-changes-2n-clx-h1"
6847     - title: "2005"
6848       data-set: "dpdk-performance-changes-2n-clx-ref"
6849     - title: "2009"
6850       data-set: "dpdk-performance-changes-2n-clx-cmp"
6851   comparisons:
6852     - title: "Diff"
6853       reference: 2
6854       compare: 3
6855   legend:
6856     - ""
6857     - "2001, 2005, 2009 - DPDK versions tested."
6858     - "Diff - difference between 2005 and 2009 DPDK version."
6859
6860 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6861 #- type: "table"
6862 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6863 #  algorithm: "table_comparison"
6864 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6865 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6866 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6867 #  columns:
6868 #    - title: "2001"
6869 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6870 #    - title: "2005"
6871 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6872 #    - title: "2009"
6873 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6874 #  comparisons:
6875 #    - title: "Diff"
6876 #      reference: 2
6877 #      compare: 3
6878 #  legend:
6879 #    - ""
6880 #    - "2001, 2005, 2009 - DPDK versions tested."
6881 #    - "Diff - difference between 2005 and 2009 DPDK version."
6882 #
6883 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6884 #- type: "table"
6885 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6886 #  algorithm: "table_comparison"
6887 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6888 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6889 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6890 #  columns:
6891 #    - title: "2001"
6892 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6893 #    - title: "2005"
6894 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6895 #    - title: "2009"
6896 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6897 #  comparisons:
6898 #    - title: "Diff"
6899 #      reference: 2
6900 #      compare: 3
6901 #  legend:
6902 #    - ""
6903 #    - "2001, 2005, 2009 - DPDK versions tested."
6904 #    - "Diff - difference between 2005 and 2009 DPDK version."
6905 #
6906 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6907 #- type: "table"
6908 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6909 #  algorithm: "table_comparison"
6910 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6911 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6912 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6913 #  columns:
6914 #    - title: "2001"
6915 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6916 #    - title: "2005"
6917 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6918 #    - title: "2009"
6919 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6920 #  comparisons:
6921 #    - title: "Diff"
6922 #      reference: 2
6923 #      compare: 3
6924 #  legend:
6925 #    - ""
6926 #    - "2001, 2005, 2009 - DPDK versions tested."
6927 #    - "Diff - difference between 2005 and 2009 DPDK version."
6928 #
6929 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6930 #- type: "table"
6931 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6932 #  algorithm: "table_comparison"
6933 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6934 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6935 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6936 #  columns:
6937 #    - title: "2001"
6938 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6939 #    - title: "2005"
6940 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6941 #    - title: "2009"
6942 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6943 #  comparisons:
6944 #    - title: "Diff"
6945 #      reference: 2
6946 #      compare: 3
6947 #  legend:
6948 #    - ""
6949 #    - "2001, 2005, 2009 - DPDK versions tested."
6950 #    - "Diff - difference between 2005 and 2009 DPDK version."
6951 #
6952 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6953 #- type: "table"
6954 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6955 #  algorithm: "table_comparison"
6956 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6957 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6958 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6959 #  columns:
6960 #    - title: "2001"
6961 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6962 #    - title: "2005"
6963 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6964 #    - title: "2009"
6965 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6966 #  comparisons:
6967 #    - title: "Diff"
6968 #      reference: 2
6969 #      compare: 3
6970 #  legend:
6971 #    - ""
6972 #    - "2001, 2005, 2009 - DPDK versions tested."
6973 #    - "Diff - difference between 2005 and 2009 DPDK version."
6974 #
6975 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6976 #- type: "table"
6977 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6978 #  algorithm: "table_comparison"
6979 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6980 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6981 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6982 #  columns:
6983 #    - title: "2001"
6984 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6985 #    - title: "2005"
6986 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6987 #    - title: "2009"
6988 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6989 #  comparisons:
6990 #    - title: "Diff"
6991 #      reference: 2
6992 #      compare: 3
6993 #  legend:
6994 #    - ""
6995 #    - "2001, 2005, 2009 - DPDK versions tested."
6996 #    - "Diff - difference between 2005 and 2009 DPDK version."
6997 #
6998 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6999 #- type: "table"
7000 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7001 #  algorithm: "table_comparison"
7002 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7003 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7004 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7005 #  columns:
7006 #    - title: "2001"
7007 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7008 #    - title: "2005"
7009 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7010 #    - title: "2009"
7011 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7012 #  comparisons:
7013 #    - title: "Diff"
7014 #      reference: 2
7015 #      compare: 3
7016 #  legend:
7017 #    - ""
7018 #    - "2001, 2005, 2009 - DPDK versions tested."
7019 #    - "Diff - difference between 2005 and 2009 DPDK version."
7020 #
7021 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7022 #- type: "table"
7023 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7024 #  algorithm: "table_comparison"
7025 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7026 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7027 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7028 #  columns:
7029 #    - title: "2001"
7030 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7031 #    - title: "2005"
7032 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7033 #    - title: "2009"
7034 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7035 #  comparisons:
7036 #    - title: "Diff"
7037 #      reference: 2
7038 #      compare: 3
7039 #  legend:
7040 #    - ""
7041 #    - "2001, 2005, 2009 - DPDK versions tested."
7042 #    - "Diff - difference between 2005 and 2009 DPDK version."
7043
7044 # DPDK Performance Changes 3n-tsh 1t1c pdr
7045 - type: "table"
7046   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7047   algorithm: "table_comparison"
7048   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7050   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7051   columns:
7052     - title: "2001"
7053       data-set: "dpdk-performance-changes-3n-tsh-h1"
7054     - title: "2005"
7055       data-set: "dpdk-performance-changes-3n-tsh-ref"
7056     - title: "2009"
7057       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7058   comparisons:
7059     - title: "Diff"
7060       reference: 2
7061       compare: 3
7062   legend:
7063     - ""
7064     - "2001, 2005, 2009 - DPDK versions tested."
7065     - "Diff - difference between 2005 and 2009 DPDK version."
7066
7067 # DPDK Performance Changes 3n-tsh 2t2c pdr
7068 - type: "table"
7069   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7070   algorithm: "table_comparison"
7071   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7073   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7074   columns:
7075     - title: "2001"
7076       data-set: "dpdk-performance-changes-3n-tsh-h1"
7077     - title: "2005"
7078       data-set: "dpdk-performance-changes-3n-tsh-ref"
7079     - title: "2009"
7080       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7081   comparisons:
7082     - title: "Diff"
7083       reference: 2
7084       compare: 3
7085   legend:
7086     - ""
7087     - "2001, 2005, 2009 - DPDK versions tested."
7088     - "Diff - difference between 2005 and 2009 DPDK version."
7089
7090 # DPDK Performance Changes 3n-tsh 1t1c ndr
7091 - type: "table"
7092   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7093   algorithm: "table_comparison"
7094   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7096   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7097   columns:
7098     - title: "2001"
7099       data-set: "dpdk-performance-changes-3n-tsh-h1"
7100     - title: "2005"
7101       data-set: "dpdk-performance-changes-3n-tsh-ref"
7102     - title: "2009"
7103       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7104   comparisons:
7105     - title: "Diff"
7106       reference: 2
7107       compare: 3
7108   legend:
7109     - ""
7110     - "2001, 2005, 2009 - DPDK versions tested."
7111     - "Diff - difference between 2005 and 2009 DPDK version."
7112
7113 # DPDK Performance Changes 3n-tsh 2t2c ndr
7114 - type: "table"
7115   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7116   algorithm: "table_comparison"
7117   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7119   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7120   columns:
7121     - title: "2001"
7122       data-set: "dpdk-performance-changes-3n-tsh-h1"
7123     - title: "2005"
7124       data-set: "dpdk-performance-changes-3n-tsh-ref"
7125     - title: "2009"
7126       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7127   comparisons:
7128     - title: "Diff"
7129       reference: 2
7130       compare: 3
7131   legend:
7132     - ""
7133     - "2001, 2005, 2009 - DPDK versions tested."
7134     - "Diff - difference between 2005 and 2009 DPDK version."
7135
7136 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7137 - type: "table"
7138   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7139   algorithm: "table_comparison"
7140   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7142   filter: "'NIC_Intel-X710'"
7143   columns:
7144     - title: "3n-hsw x710"
7145       data-set: "dpdk-compare-testbeds-ref"
7146     - title: "3n-skx x710"
7147       data-set: "dpdk-compare-testbeds-cmp"
7148   comparisons:
7149     - title: "Diff"
7150       reference: 1
7151       compare: 2
7152   legend:
7153     - ""
7154     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7155     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7156
7157 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7158 - type: "table"
7159   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7160   algorithm: "table_comparison"
7161   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7162   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7163   filter: "'NIC_Intel-X710'"
7164   columns:
7165     - title: "3n-hsw x710"
7166       data-set: "dpdk-compare-testbeds-ref"
7167     - title: "3n-skx x710"
7168       data-set: "dpdk-compare-testbeds-cmp"
7169   comparisons:
7170     - title: "Diff"
7171       reference: 1
7172       compare: 2
7173   legend:
7174     - ""
7175     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7176     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7177
7178 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7179 - type: "table"
7180   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7181   algorithm: "table_comparison"
7182   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7183   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7184   filter: "'NIC_Intel-XXV710'"
7185   columns:
7186     - title: "2n-skx"
7187       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7188     - title: "2n-clx"
7189       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7190   comparisons:
7191     - title: "Diff"
7192       reference: 1
7193       compare: 2
7194   legend:
7195     - ""
7196     - "2n-skx, 2n-clx - testbeds and NICs tested."
7197     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7198
7199 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7200 - type: "table"
7201   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7202   algorithm: "table_comparison"
7203   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7205   filter: "'NIC_Intel-XXV710'"
7206   columns:
7207     - title: "2n-skx"
7208       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7209     - title: "2n-clx"
7210       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7211   comparisons:
7212     - title: "Diff"
7213       reference: 1
7214       compare: 2
7215   legend:
7216     - ""
7217     - "2n-skx, 2n-clx - testbeds and NICs tested."
7218     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7219
7220 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7221 - type: "table"
7222   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7223   algorithm: "table_comparison"
7224   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7226   filter: "'NIC_Intel-XXV710'"
7227   columns:
7228     - title: "3n-skx"
7229       data-set: "dpdk-compare-topologies-ref"
7230     - title: "2n-skx"
7231       data-set: "dpdk-compare-topologies-cmp"
7232   comparisons:
7233     - title: "Diff"
7234       reference: 1
7235       compare: 2
7236   legend:
7237     - ""
7238     - "3n-skx, 2n-skx - topologies tested."
7239     - "Diff - difference between 3n-skx and 2n-skx topologies."
7240
7241 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7242 - type: "table"
7243   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7244   algorithm: "table_comparison"
7245   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7246   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7247   filter: "'NIC_Intel-XXV710'"
7248   columns:
7249     - title: "3n-skx"
7250       data-set: "dpdk-compare-topologies-ref"
7251     - title: "2n-skx"
7252       data-set: "dpdk-compare-topologies-cmp"
7253   comparisons:
7254     - title: "Diff"
7255       reference: 1
7256       compare: 2
7257   legend:
7258     - ""
7259     - "3n-skx, 2n-skx - topologies tested."
7260     - "Diff - difference between 3n-skx and 2n-skx topologies."
7261
7262 # Detailed Test Results - DPDK Performance Results 3n-hsw
7263 - type: "table"
7264   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7265   algorithm: "table_merged_details"
7266   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7267   columns:
7268     - title: " |prein| Test Name |preout| "
7269       data: "data name"
7270     - 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| "
7271       data: "data msg"
7272   data: "dpdk-perf-results-3n-hsw"
7273   filter: "all"
7274   parameters:
7275   - "name"
7276   - "parent"
7277   - "msg"
7278
7279 # Detailed Test Results - DPDK Performance Results 3n-skx
7280 - type: "table"
7281   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7282   algorithm: "table_merged_details"
7283   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7284   columns:
7285     - title: " |prein| Test Name |preout| "
7286       data: "data name"
7287     - 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| "
7288       data: "data msg"
7289   data: "dpdk-perf-results-3n-skx"
7290   filter: "all"
7291   remove-ndr: False
7292   parameters:
7293   - "name"
7294   - "parent"
7295   - "msg"
7296
7297 # Detailed Test Results - DPDK Performance Results 2n-skx
7298 - type: "table"
7299   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7300   algorithm: "table_merged_details"
7301   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7302   columns:
7303     - title: " |prein| Test Name |preout| "
7304       data: "data name"
7305     - 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| "
7306       data: "data msg"
7307   data: "dpdk-perf-results-2n-skx"
7308   filter: "all"
7309   remove-ndr: False
7310   parameters:
7311   - "name"
7312   - "parent"
7313   - "msg"
7314
7315 # Detailed Test Results - DPDK Performance Results 2n-clx
7316 - type: "table"
7317   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7318   algorithm: "table_merged_details"
7319   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7320   columns:
7321     - title: " |prein| Test Name |preout| "
7322       data: "data name"
7323     - 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| "
7324       data: "data msg"
7325   data: "dpdk-perf-results-2n-clx"
7326   filter: "all"
7327   parameters:
7328   - "name"
7329   - "parent"
7330   - "msg"
7331
7332 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7333 #- type: "table"
7334 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7335 #  algorithm: "table_merged_details"
7336 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7337 #  columns:
7338 #    - title: " |prein| Test Name |preout| "
7339 #      data: "data name"
7340 #    - 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| "
7341 #      data: "data msg"
7342 #  data: "dpdk-perf-results-2n-dnv"
7343 #  filter: "all"
7344 #  parameters:
7345 #  - "name"
7346 #  - "parent"
7347 #  - "msg"
7348 #
7349 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7350 #- type: "table"
7351 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7352 #  algorithm: "table_merged_details"
7353 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7354 #  columns:
7355 #    - title: " |prein| Test Name |preout| "
7356 #      data: "data name"
7357 #    - 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| "
7358 #      data: "data msg"
7359 #  data: "dpdk-perf-results-3n-dnv"
7360 #  filter: "all"
7361 #  parameters:
7362 #  - "name"
7363 #  - "parent"
7364 #  - "msg"
7365
7366 # Detailed Test Results - DPDK Performance Results 3n-tsh
7367 - type: "table"
7368   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7369   algorithm: "table_merged_details"
7370   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7371   columns:
7372     - title: " |prein| Test Name |preout| "
7373       data: "data name"
7374     - 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| "
7375       data: "data msg"
7376   data: "dpdk-perf-results-3n-tsh"
7377   filter: "all"
7378   parameters:
7379   - "name"
7380   - "parent"
7381   - "msg"
7382
7383 ################################################################################
7384 ###                                F I L E S                                 ###
7385 ################################################################################
7386
7387 # VPP Performance Results
7388 - type: "file"
7389   title: "VPP Performance Results"
7390   algorithm: "file_details_split"
7391   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7392   dir-tables:
7393     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7394     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7395     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7396     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7397     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7398     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7399     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7400   data:
7401     - "vpp-perf-results-2n-skx"
7402     - "vpp-perf-results-3n-skx"
7403     - "vpp-perf-results-2n-clx"
7404     - "vpp-perf-results-3n-hsw"
7405     - "vpp-perf-results-3n-tsh"
7406     - "vpp-perf-results-2n-dnv"
7407     - "vpp-perf-results-3n-dnv"
7408   filter: "all"
7409   data-start-level: 4
7410   order-chapters:
7411     level-1:
7412       - "l2"
7413       - "ip4"
7414       - "ip6"
7415       - "srv6"
7416       - "ip4_tunnels"
7417       - "ip6_tunnels"
7418       - "vm_vhost"
7419       - "container_memif"
7420       - "crypto"
7421       - "vts"
7422       - "lb"
7423       - "nfv_density"
7424       - "hoststack"
7425     level-2:
7426       - "2n-skx"
7427       - "3n-skx"
7428       - "2n-clx"
7429       - "3n-hsw"
7430       - "3n-tsh"
7431       - "2n-dnv"
7432       - "3n-dnv"
7433     level-3:
7434       - "xl710"
7435       - "x520"
7436       - "xxv710"
7437       - "x710"
7438       - "x553"
7439       - "cx556a"
7440       - "vic1227"
7441       - "vic1385"
7442
7443 # VPP Performance Configuration
7444 - type: "file"
7445   title: "VPP Performance Configuration"
7446   algorithm: "file_details_split"
7447   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7448   dir-tables:
7449     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7450     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7451     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7452     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7453     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7454     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7455     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7456   data:
7457     - "vpp-perf-results-2n-skx"
7458     - "vpp-perf-results-3n-skx"
7459     - "vpp-perf-results-2n-clx"
7460     - "vpp-perf-results-3n-hsw"
7461     - "vpp-perf-results-3n-tsh"
7462     - "vpp-perf-results-2n-dnv"
7463     - "vpp-perf-results-3n-dnv"
7464   filter: "all"
7465   data-start-level: 4
7466   order-chapters:
7467     level-1:
7468       - "l2"
7469       - "ip4"
7470       - "ip6"
7471       - "srv6"
7472       - "ip4_tunnels"
7473       - "ip6_tunnels"
7474       - "vm_vhost"
7475       - "container_memif"
7476       - "crypto"
7477       - "vts"
7478       - "lb"
7479       - "nfv_density"
7480       - "hoststack"
7481     level-2:
7482       - "2n-skx"
7483       - "3n-skx"
7484       - "2n-clx"
7485       - "3n-hsw"
7486       - "3n-tsh"
7487       - "2n-dnv"
7488       - "3n-dnv"
7489     level-3:
7490       - "xl710"
7491       - "x520"
7492       - "xxv710"
7493       - "x710"
7494       - "x553"
7495       - "cx556a"
7496       - "vic1227"
7497       - "vic1385"
7498
7499 # VPP Performance Operational
7500 - type: "file"
7501   title: "VPP Performance Operational"
7502   algorithm: "file_details_split_html"
7503   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7504   dir-tables:
7505     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7506     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7507     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7508     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7509     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7510     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7511     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7512   data:
7513     - "vpp-perf-results-2n-skx"
7514     - "vpp-perf-results-3n-skx"
7515     - "vpp-perf-results-2n-clx"
7516     - "vpp-perf-results-3n-hsw"
7517     - "vpp-perf-results-3n-tsh"
7518     - "vpp-perf-results-2n-dnv"
7519     - "vpp-perf-results-3n-dnv"
7520   filter: "all"
7521   data-start-level: 4
7522   order-chapters:
7523     level-1:
7524       - "l2"
7525       - "ip4"
7526       - "ip6"
7527       - "srv6"
7528       - "ip4_tunnels"
7529       - "ip6_tunnels"
7530       - "vm_vhost"
7531       - "container_memif"
7532       - "crypto"
7533       - "vts"
7534       - "lb"
7535       - "nfv_density"
7536       - "hoststack"
7537     level-2:
7538       - "2n-skx"
7539       - "3n-skx"
7540       - "2n-clx"
7541       - "3n-hsw"
7542       - "3n-tsh"
7543       - "2n-dnv"
7544       - "3n-dnv"
7545     level-3:
7546       - "xl710"
7547       - "x520"
7548       - "xxv710"
7549       - "x710"
7550       - "x553"
7551       - "cx556a"
7552       - "vic1227"
7553       - "vic1385"
7554
7555 # VPP MRR Results
7556 - type: "file"
7557   title: "VPP MRR Results"
7558   algorithm: "file_details_split"
7559   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7560   dir-tables:
7561     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7562     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7563     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7564     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7565     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7566     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7567     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7568   data:
7569     - "vpp-mrr-results-2n-skx"
7570     - "vpp-mrr-results-3n-skx"
7571     - "vpp-mrr-results-2n-clx"
7572     - "vpp-mrr-results-3n-hsw"
7573     - "vpp-mrr-results-3n-tsh"
7574     - "vpp-mrr-results-2n-dnv"
7575     - "vpp-mrr-results-3n-dnv"
7576   filter: "all"
7577   data-start-level: 4
7578   order-chapters:
7579     level-1:
7580       - "l2"
7581       - "ip4"
7582       - "ip6"
7583       - "srv6"
7584       - "ip4_tunnels"
7585       - "ip6_tunnels"
7586       - "vm_vhost"
7587       - "container_memif"
7588       - "crypto"
7589       - "vts"
7590       - "lb"
7591       - "nfv_density"
7592       - "hoststack"
7593     level-2:
7594       - "2n-skx"
7595       - "3n-skx"
7596       - "2n-clx"
7597       - "3n-hsw"
7598       - "3n-tsh"
7599       - "2n-dnv"
7600       - "3n-dnv"
7601     level-3:
7602       - "xl710"
7603       - "x520"
7604       - "xxv710"
7605       - "x710"
7606       - "x553"
7607       - "cx556a"
7608       - "vic1227"
7609       - "vic1385"
7610
7611 # VPP MRR Configuration
7612 - type: "file"
7613   title: "VPP MRR Configuration"
7614   algorithm: "file_details_split"
7615   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7616   dir-tables:
7617     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7618     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7619     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7620     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7621     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7622     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7623     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7624   data:
7625     - "vpp-mrr-results-2n-skx"
7626     - "vpp-mrr-results-3n-skx"
7627     - "vpp-mrr-results-2n-clx"
7628     - "vpp-mrr-results-3n-hsw"
7629     - "vpp-mrr-results-3n-tsh"
7630     - "vpp-mrr-results-2n-dnv"
7631     - "vpp-mrr-results-3n-dnv"
7632   filter: "all"
7633   data-start-level: 4
7634   order-chapters:
7635     level-1:
7636       - "l2"
7637       - "ip4"
7638       - "ip6"
7639       - "srv6"
7640       - "ip4_tunnels"
7641       - "ip6_tunnels"
7642       - "vm_vhost"
7643       - "container_memif"
7644       - "crypto"
7645       - "vts"
7646       - "lb"
7647       - "nfv_density"
7648       - "hoststack"
7649     level-2:
7650       - "2n-skx"
7651       - "3n-skx"
7652       - "2n-clx"
7653       - "3n-hsw"
7654       - "3n-tsh"
7655       - "2n-dnv"
7656       - "3n-dnv"
7657     level-3:
7658       - "xl710"
7659       - "x520"
7660       - "xxv710"
7661       - "x710"
7662       - "x553"
7663       - "cx556a"
7664       - "vic1227"
7665       - "vic1385"
7666
7667 # VPP Device Results - Ubuntu
7668 - type: "file"
7669   title: "VPP Device Results - Ubuntu"
7670   algorithm: "file_test_results"
7671   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7672   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7673   data: "vpp-device-results-ubuntu"
7674   filter: "all"
7675   data-start-level: 4
7676
7677 # VPP Device Configuration - Ubuntu
7678 - type: "file"
7679   title: "VPP Device Configuration - Ubuntu"
7680   algorithm: "file_test_results"
7681   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7682   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7683   data: "vpp-device-results-ubuntu"
7684   filter: "all"
7685   data-start-level: 4
7686
7687 # DPDK Performance Results 3n-hsw
7688 - type: "file"
7689   title: "DPDK Performance Results 3n-hsw"
7690   algorithm: "file_test_results"
7691   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7692   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7693   data: "dpdk-perf-results-3n-hsw"
7694   filter: "all"
7695   data-start-level: 4
7696
7697 # DPDK Performance Results 3n-skx
7698 - type: "file"
7699   title: "DPDK Performance Results 3n-skx"
7700   algorithm: "file_test_results"
7701   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7702   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7703   data: "dpdk-perf-results-3n-skx"
7704   filter: "all"
7705   data-start-level: 4
7706
7707 # DPDK Performance Results 2n-skx
7708 - type: "file"
7709   title: "DPDK Performance Results 2n-skx"
7710   algorithm: "file_test_results"
7711   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7712   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7713   data: "dpdk-perf-results-2n-skx"
7714   filter: "all"
7715   data-start-level: 4
7716
7717 # DPDK Performance Results 2n-clx
7718 - type: "file"
7719   title: "DPDK Performance Results 2n-clx"
7720   algorithm: "file_test_results"
7721   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7722   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7723   data: "dpdk-perf-results-2n-clx"
7724   filter: "all"
7725   data-start-level: 4
7726
7727 ## DPDK Performance Results 2n-dnv
7728 #- type: "file"
7729 #  title: "DPDK Performance Results 2n-dnv"
7730 #  algorithm: "file_test_results"
7731 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7732 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7733 #  data: "dpdk-perf-results-2n-dnv"
7734 #  filter: "all"
7735 #  data-start-level: 4
7736 #
7737 ## DPDK Performance Results 3n-dnv
7738 #- type: "file"
7739 #  title: "DPDK Performance Results 3n-dnv"
7740 #  algorithm: "file_test_results"
7741 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7742 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7743 #  data: "dpdk-perf-results-3n-dnv"
7744 #  filter: "all"
7745 #  data-start-level: 4
7746
7747 # DPDK Performance Results 3n-tsh
7748 - type: "file"
7749   title: "DPDK Performance Results 3n-tsh"
7750   algorithm: "file_test_results"
7751   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7752   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7753   data: "dpdk-perf-results-3n-tsh"
7754   filter: "all"
7755   data-start-level: 4
7756
7757 ################################################################################
7758 ###                                P L O T S                                 ###
7759 ################################################################################
7760
7761 # Hoststack tests 3n-hsw
7762
7763 - type: "plot"
7764   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7765   algorithm: "plot_perf_box_name"
7766   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7767   data: "plot-vpp-hoststack-3n-hsw"
7768   include:
7769     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7770     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7771   layout:
7772     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7773     layout: "plot-hoststack"
7774
7775 - type: "plot"
7776   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7777   algorithm: "plot_perf_box_name"
7778   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7779   data: "plot-vpp-hoststack-3n-hsw"
7780   include:
7781     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7782     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7783   layout:
7784     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7785     layout: "plot-hoststack"
7786
7787 - type: "plot"
7788   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7789   algorithm: "plot_perf_box_name"
7790   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7791   data: "plot-vpp-hoststack-3n-hsw"
7792   include:
7793     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7794     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7795     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7796     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7797   layout:
7798     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7799     layout: "plot-hoststack"
7800
7801 ################################################################################
7802
7803 # Soak Test (PLRsearch), boxes - 2n-clx
7804 - type: "plot"
7805   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7806   algorithm: "plot_perf_box_name"
7807   output-file-type: ".html"
7808   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7809   data: "plot-vpp-soak-2n-clx"
7810   include:
7811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7817   layout:
7818     title: "30 Minutes Soak Test (PLRsearch)"
7819     layout: "plot-soak-throughput"
7820
7821 # Soak Test (PLRsearch), boxes - 2n-clx
7822 - type: "plot"
7823   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7824   algorithm: "plot_perf_box_name"
7825   output-file-type: ".html"
7826   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7827   data: "plot-vpp-soak-2n-clx"
7828   include:
7829     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7830     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7831     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7834     - "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"
7835   layout:
7836     title: "30 Minutes Soak Test (PLRsearch)"
7837     layout: "plot-soak-throughput"
7838
7839 # Soak Test (PLRsearch), boxes - 2n-skx
7840 - type: "plot"
7841   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7842   algorithm: "plot_perf_box_name"
7843   output-file-type: ".html"
7844   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7845   data: "plot-vpp-soak-2n-skx"
7846   include:
7847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7853   layout:
7854     title: "30 Minutes Soak Test (PLRsearch)"
7855     layout: "plot-soak-throughput"
7856
7857 # Soak Test (PLRsearch), boxes - 2n-skx
7858 - type: "plot"
7859   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7860   algorithm: "plot_perf_box_name"
7861   output-file-type: ".html"
7862   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7863   data: "plot-vpp-soak-2n-skx"
7864   include:
7865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7868     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7870     - "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"
7871   layout:
7872     title: "30 Minutes Soak Test (PLRsearch)"
7873     layout: "plot-soak-throughput"
7874
7875 ###############################################################################
7876
7877 # Reconf tests 2n-skx
7878
7879 - type: "plot"
7880   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7881   algorithm: "plot_nf_reconf_box_name"
7882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7883   data: "plot-vpp-nfv-reconf-2n-skx"
7884   include:
7885     - "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"
7886     - "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"
7887     - "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"
7888     - "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"
7889     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7890     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7891   layout:
7892     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7893     layout: "plot-throughput"
7894
7895 - type: "plot"
7896   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7897   algorithm: "plot_nf_reconf_box_name"
7898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7899   data: "plot-vpp-nfv-reconf-2n-skx"
7900   include:
7901     - "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"
7902     - "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"
7903     - "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"
7904     - "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"
7905     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7906     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7907   layout:
7908     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7909     layout: "plot-throughput"
7910
7911 - type: "plot"
7912   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7913   algorithm: "plot_nf_reconf_box_name"
7914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7915   data: "plot-vpp-nfv-reconf-2n-skx"
7916   include:
7917     - "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"
7918     - "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"
7919     - "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"
7920     - "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"
7921     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7922     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7923   layout:
7924     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7925     layout: "plot-throughput"
7926
7927 ###############################################################################
7928
7929 # Reconf tests 2n-clx
7930
7931 - type: "plot"
7932   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7933   algorithm: "plot_nf_reconf_box_name"
7934   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7935   data: "plot-vpp-nfv-reconf-2n-clx"
7936   include:
7937     - "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"
7938     - "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"
7939     - "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"
7940     - "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"
7941   layout:
7942     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7943     layout: "plot-throughput"
7944
7945 - type: "plot"
7946   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7947   algorithm: "plot_nf_reconf_box_name"
7948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7949   data: "plot-vpp-nfv-reconf-2n-clx"
7950   include:
7951     - "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"
7952     - "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"
7953     - "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"
7954     - "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"
7955   layout:
7956     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7957     layout: "plot-throughput"
7958
7959 - type: "plot"
7960   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7961   algorithm: "plot_nf_reconf_box_name"
7962   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7963   data: "plot-vpp-nfv-reconf-2n-clx"
7964   include:
7965     - "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"
7966     - "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"
7967     - "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"
7968     - "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"
7969   layout:
7970     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7971     layout: "plot-throughput"
7972
7973 ###############################################################################
7974
7975 # Plots - NF Density - VSC - MRR IMIX
7976 - type: "plot"
7977   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7978   algorithm: "plot_nf_heatmap"
7979   output-file-type: ".html"
7980   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7981   data: "plot-vpp-nfv-2n-skx-mrr"
7982   filter: "'NIC_Intel-XXV710' and
7983            'NF_DENSITY' and
7984            'VHOST' and
7985            not 'VXLAN' and
7986            'CHAIN' and
7987            'NF_VPPIP4' and
7988            'IMIX' and
7989            '2T1C' and
7990            'MRR'"
7991   parameters:
7992   - "result"
7993   - "name"
7994   - "tags"
7995   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7996   x-axis: "X = VNFs per Service Chain"
7997   y-axis: "Y = Number of Service Chains"
7998   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7999   layout:
8000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8001     layout: "plot-service-density"
8002
8003 - type: "plot"
8004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8005   algorithm: "plot_nf_heatmap"
8006   output-file-type: ".html"
8007   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8008   data: "plot-vpp-nfv-2n-skx-mrr"
8009   filter: "'NIC_Intel-XXV710' and
8010            'NF_DENSITY' and
8011            'VHOST' and
8012            not 'VXLAN' and
8013            'CHAIN' and
8014            'NF_VPPIP4' and
8015            'IMIX' and
8016            '4T2C' and
8017            'MRR'"
8018   parameters:
8019   - "result"
8020   - "name"
8021   - "tags"
8022   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8023   x-axis: "X = VNFs per Service Chain"
8024   y-axis: "Y = Number of Service Chains"
8025   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8026   layout:
8027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8028     layout: "plot-service-density"
8029
8030 - type: "plot"
8031   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8032   algorithm: "plot_nf_heatmap"
8033   output-file-type: ".html"
8034   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8035   data: "plot-vpp-nfv-2n-skx-mrr"
8036   filter: "'NIC_Intel-XXV710' and
8037            'NF_DENSITY' and
8038            'VHOST' and
8039            not 'VXLAN' and
8040            'CHAIN' and
8041            'NF_VPPIP4' and
8042            'IMIX' and
8043            '8T4C' and
8044            'MRR'"
8045   parameters:
8046   - "result"
8047   - "name"
8048   - "tags"
8049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8050   x-axis: "X = VNFs per Service Chain"
8051   y-axis: "Y = Number of Service Chains"
8052   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8053   layout:
8054     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8055     layout: "plot-service-density"
8056
8057 # Plots - NF Density - VSC - NDR IMIX
8058 - type: "plot"
8059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8060   algorithm: "plot_nf_heatmap"
8061   output-file-type: ".html"
8062   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8063   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8064   filter: "'NIC_Intel-XXV710' and
8065            'NF_DENSITY' and
8066            'VHOST' and
8067            not 'VXLAN' and
8068            'CHAIN' and
8069            'NF_VPPIP4' and
8070            'IMIX' and
8071            '2T1C' and
8072            'NDRPDR'"
8073   parameters:
8074   - "throughput"
8075   - "name"
8076   - "tags"
8077   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8078   x-axis: "X = VNFs per Service Chain"
8079   y-axis: "Y = Number of Service Chains"
8080   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8081   layout:
8082     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8083     layout: "plot-service-density"
8084
8085 - type: "plot"
8086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8087   algorithm: "plot_nf_heatmap"
8088   output-file-type: ".html"
8089   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8090   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8091   filter: "'NIC_Intel-XXV710' and
8092            'NF_DENSITY' and
8093            'VHOST' and
8094            not 'VXLAN' and
8095            'CHAIN' and
8096            'NF_VPPIP4' and
8097            'IMIX' and
8098            '4T2C' and
8099            'NDRPDR'"
8100   parameters:
8101   - "throughput"
8102   - "name"
8103   - "tags"
8104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8105   x-axis: "X = VNFs per Service Chain"
8106   y-axis: "Y = Number of Service Chains"
8107   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8108   layout:
8109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8110     layout: "plot-service-density"
8111
8112 - type: "plot"
8113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8114   algorithm: "plot_nf_heatmap"
8115   output-file-type: ".html"
8116   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8117   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8118   filter: "'NIC_Intel-XXV710' and
8119            'NF_DENSITY' and
8120            'VHOST' and
8121            not 'VXLAN' and
8122            'CHAIN' and
8123            'NF_VPPIP4' and
8124            'IMIX' and
8125            '8T4C' and
8126            'NDRPDR'"
8127   parameters:
8128   - "throughput"
8129   - "name"
8130   - "tags"
8131   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8132   x-axis: "X = VNFs per Service Chain"
8133   y-axis: "Y = Number of Service Chains"
8134   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8135   layout:
8136     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8137     layout: "plot-service-density"
8138
8139 # Plots - NF Density - VSC - PDR IMIX
8140 - type: "plot"
8141   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8142   algorithm: "plot_nf_heatmap"
8143   output-file-type: ".html"
8144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8145   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8146   filter: "'NIC_Intel-XXV710' and
8147            'NF_DENSITY' and
8148            'VHOST' and
8149            not 'VXLAN' and
8150            'CHAIN' and
8151            'NF_VPPIP4' and
8152            'IMIX' and
8153            '2T1C' and
8154            'NDRPDR'"
8155   parameters:
8156   - "throughput"
8157   - "name"
8158   - "tags"
8159   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8160   x-axis: "X = VNFs per Service Chain"
8161   y-axis: "Y = Number of Service Chains"
8162   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8163   layout:
8164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8165     layout: "plot-service-density"
8166
8167 - type: "plot"
8168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8169   algorithm: "plot_nf_heatmap"
8170   output-file-type: ".html"
8171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8172   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8173   filter: "'NIC_Intel-XXV710' and
8174            'NF_DENSITY' and
8175            'VHOST' and
8176            not 'VXLAN' and
8177            'CHAIN' and
8178            'NF_VPPIP4' and
8179            'IMIX' and
8180            '4T2C' and
8181            'NDRPDR'"
8182   parameters:
8183   - "throughput"
8184   - "name"
8185   - "tags"
8186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8187   x-axis: "X = VNFs per Service Chain"
8188   y-axis: "Y = Number of Service Chains"
8189   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8190   layout:
8191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8192     layout: "plot-service-density"
8193
8194 - type: "plot"
8195   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8196   algorithm: "plot_nf_heatmap"
8197   output-file-type: ".html"
8198   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8199   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8200   filter: "'NIC_Intel-XXV710' and
8201            'NF_DENSITY' and
8202            'VHOST' and
8203            not 'VXLAN' and
8204            'CHAIN' and
8205            'NF_VPPIP4' and
8206            'IMIX' and
8207            '8T4C' and
8208            'NDRPDR'"
8209   parameters:
8210   - "throughput"
8211   - "name"
8212   - "tags"
8213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8214   x-axis: "X = VNFs per Service Chain"
8215   y-axis: "Y = Number of Service Chains"
8216   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8217   layout:
8218     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8219     layout: "plot-service-density"
8220
8221 ###############################################################################
8222
8223 # Plots - NF Density - VSC - MRR IMIX
8224 - type: "plot"
8225   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8226   algorithm: "plot_nf_heatmap"
8227   output-file-type: ".html"
8228   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8229   data: "plot-vpp-nfv-2n-skx-mrr"
8230   filter: "'NIC_Intel-XXV710' and
8231            'NF_DENSITY' and
8232            'VHOST' and
8233            'VXLAN' and
8234            'CHAIN' and
8235            'IMIX' and
8236            '2T1C' and
8237            'MRR'"
8238   parameters:
8239   - "result"
8240   - "name"
8241   - "tags"
8242   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8243   x-axis: "X = VNFs per Service Chain"
8244   y-axis: "Y = Number of Service Chains"
8245   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8246   layout:
8247     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8248     layout: "plot-service-density"
8249
8250 - type: "plot"
8251   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8252   algorithm: "plot_nf_heatmap"
8253   output-file-type: ".html"
8254   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8255   data: "plot-vpp-nfv-2n-skx-mrr"
8256   filter: "'NIC_Intel-XXV710' and
8257            'NF_DENSITY' and
8258            'VHOST' and
8259            'VXLAN' and
8260            'CHAIN' and
8261            'IMIX' and
8262            '4T2C' and
8263            'MRR'"
8264   parameters:
8265   - "result"
8266   - "name"
8267   - "tags"
8268   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8269   x-axis: "X = VNFs per Service Chain"
8270   y-axis: "Y = Number of Service Chains"
8271   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8272   layout:
8273     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8274     layout: "plot-service-density"
8275
8276 - type: "plot"
8277   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8278   algorithm: "plot_nf_heatmap"
8279   output-file-type: ".html"
8280   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8281   data: "plot-vpp-nfv-2n-skx-mrr"
8282   filter: "'NIC_Intel-XXV710' and
8283            'NF_DENSITY' and
8284            'VHOST' and
8285            'VXLAN' and
8286            'CHAIN' and
8287            'IMIX' and
8288            '8T4C' and
8289            'MRR'"
8290   parameters:
8291   - "result"
8292   - "name"
8293   - "tags"
8294   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8295   x-axis: "X = VNFs per Service Chain"
8296   y-axis: "Y = Number of Service Chains"
8297   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8298   layout:
8299     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8300     layout: "plot-service-density"
8301
8302 # Plots - NF Density - VSC - NDR IMIX
8303 - type: "plot"
8304   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8305   algorithm: "plot_nf_heatmap"
8306   output-file-type: ".html"
8307   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8308   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8309   filter: "'NIC_Intel-XXV710' and
8310            'NF_DENSITY' and
8311            'VHOST' and
8312            'VXLAN' and
8313            'CHAIN' and
8314            'IMIX' and
8315            '2T1C' and
8316            'NDRPDR'"
8317   parameters:
8318   - "throughput"
8319   - "name"
8320   - "tags"
8321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8322   x-axis: "X = VNFs per Service Chain"
8323   y-axis: "Y = Number of Service Chains"
8324   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8325   layout:
8326     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8327     layout: "plot-service-density"
8328
8329 - type: "plot"
8330   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8331   algorithm: "plot_nf_heatmap"
8332   output-file-type: ".html"
8333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8334   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8335   filter: "'NIC_Intel-XXV710' and
8336            'NF_DENSITY' and
8337            'VHOST' and
8338            'VXLAN' and
8339            'CHAIN' and
8340            'IMIX' and
8341            '4T2C' and
8342            'NDRPDR'"
8343   parameters:
8344   - "throughput"
8345   - "name"
8346   - "tags"
8347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8348   x-axis: "X = VNFs per Service Chain"
8349   y-axis: "Y = Number of Service Chains"
8350   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8351   layout:
8352     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8353     layout: "plot-service-density"
8354
8355 - type: "plot"
8356   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8357   algorithm: "plot_nf_heatmap"
8358   output-file-type: ".html"
8359   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8360   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8361   filter: "'NIC_Intel-XXV710' and
8362            'NF_DENSITY' and
8363            'VHOST' and
8364            'VXLAN' and
8365            'CHAIN' and
8366            'IMIX' and
8367            '8T4C' and
8368            'NDRPDR'"
8369   parameters:
8370   - "throughput"
8371   - "name"
8372   - "tags"
8373   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8374   x-axis: "X = VNFs per Service Chain"
8375   y-axis: "Y = Number of Service Chains"
8376   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8377   layout:
8378     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8379     layout: "plot-service-density"
8380
8381 # Plots - NF Density - VSC - PDR IMIX
8382 - type: "plot"
8383   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8384   algorithm: "plot_nf_heatmap"
8385   output-file-type: ".html"
8386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8387   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8388   filter: "'NIC_Intel-XXV710' and
8389            'NF_DENSITY' and
8390            'VHOST' and
8391            'VXLAN' and
8392            'CHAIN' and
8393            'IMIX' and
8394            '2T1C' and
8395            'NDRPDR'"
8396   parameters:
8397   - "throughput"
8398   - "name"
8399   - "tags"
8400   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8401   x-axis: "X = VNFs per Service Chain"
8402   y-axis: "Y = Number of Service Chains"
8403   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8404   layout:
8405     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8406     layout: "plot-service-density"
8407
8408 - type: "plot"
8409   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8410   algorithm: "plot_nf_heatmap"
8411   output-file-type: ".html"
8412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8413   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8414   filter: "'NIC_Intel-XXV710' and
8415            'NF_DENSITY' and
8416            'VHOST' and
8417            'VXLAN' and
8418            'CHAIN' and
8419            'IMIX' and
8420            '4T2C' and
8421            'NDRPDR'"
8422   parameters:
8423   - "throughput"
8424   - "name"
8425   - "tags"
8426   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8427   x-axis: "X = VNFs per Service Chain"
8428   y-axis: "Y = Number of Service Chains"
8429   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8430   layout:
8431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8432     layout: "plot-service-density"
8433
8434 - type: "plot"
8435   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8436   algorithm: "plot_nf_heatmap"
8437   output-file-type: ".html"
8438   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8439   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8440   filter: "'NIC_Intel-XXV710' and
8441            'NF_DENSITY' and
8442            'VHOST' and
8443            'VXLAN' and
8444            'CHAIN' and
8445            'IMIX' and
8446            '8T4C' and
8447            'NDRPDR'"
8448   parameters:
8449   - "throughput"
8450   - "name"
8451   - "tags"
8452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8453   x-axis: "X = VNFs per Service Chain"
8454   y-axis: "Y = Number of Service Chains"
8455   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8456   layout:
8457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8458     layout: "plot-service-density"
8459
8460 ###############################################################################
8461
8462 # Plots - NF Density - CSC - MRR IMIX
8463 - type: "plot"
8464   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8465   algorithm: "plot_nf_heatmap"
8466   output-file-type: ".html"
8467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8468   data: "plot-vpp-nfv-2n-skx-mrr"
8469   filter: "'NIC_Intel-XXV710' and
8470            'NF_DENSITY' and
8471            'DOCKER' and
8472            'CHAIN' and
8473            'NF_VPPIP4' and
8474            'IMIX' and
8475            '2T1C' and
8476            'MRR'"
8477   parameters:
8478   - "result"
8479   - "name"
8480   - "tags"
8481   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8482   x-axis: "X = CNFs per Service Chain"
8483   y-axis: "Y = Number of Service Chains"
8484   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8485   layout:
8486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8487     layout: "plot-service-density"
8488
8489 - type: "plot"
8490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8491   algorithm: "plot_nf_heatmap"
8492   output-file-type: ".html"
8493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8494   data: "plot-vpp-nfv-2n-skx-mrr"
8495   filter: "'NIC_Intel-XXV710' and
8496            'NF_DENSITY' and
8497            'DOCKER' and
8498            'CHAIN' and
8499            'NF_VPPIP4' and
8500            'IMIX' and
8501            '4T2C' and
8502            'MRR'"
8503   parameters:
8504   - "result"
8505   - "name"
8506   - "tags"
8507   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8508   x-axis: "X = CNFs per Service Chain"
8509   y-axis: "Y = Number of Service Chains"
8510   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8511   layout:
8512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8513     layout: "plot-service-density"
8514
8515 - type: "plot"
8516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8517   algorithm: "plot_nf_heatmap"
8518   output-file-type: ".html"
8519   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8520   data: "plot-vpp-nfv-2n-skx-mrr"
8521   filter: "'NIC_Intel-XXV710' and
8522            'NF_DENSITY' and
8523            'DOCKER' and
8524            'CHAIN' and
8525            'NF_VPPIP4' and
8526            'IMIX' and
8527            '8T4C' and
8528            'MRR'"
8529   parameters:
8530   - "result"
8531   - "name"
8532   - "tags"
8533   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8534   x-axis: "X = CNFs per Service Chain"
8535   y-axis: "Y = Number of Service Chains"
8536   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8537   layout:
8538     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8539     layout: "plot-service-density"
8540
8541 # Plots - NF Density - CSC - NDR IMIX
8542 - type: "plot"
8543   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8544   algorithm: "plot_nf_heatmap"
8545   output-file-type: ".html"
8546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8547   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8548   filter: "'NIC_Intel-XXV710' and
8549            'NF_DENSITY' and
8550            'DOCKER' and
8551            'CHAIN' and
8552            'NF_VPPIP4' and
8553            'IMIX' and
8554            '2T1C' and
8555            'NDRPDR'"
8556   parameters:
8557   - "throughput"
8558   - "name"
8559   - "tags"
8560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8561   x-axis: "X = CNFs per Service Chain"
8562   y-axis: "Y = Number of Service Chains"
8563   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8564   layout:
8565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8566     layout: "plot-service-density"
8567
8568 - type: "plot"
8569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8570   algorithm: "plot_nf_heatmap"
8571   output-file-type: ".html"
8572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8573   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8574   filter: "'NIC_Intel-XXV710' and
8575            'NF_DENSITY' and
8576            'DOCKER' and
8577            'CHAIN' and
8578            'NF_VPPIP4' and
8579            'IMIX' and
8580            '4T2C' and
8581            'NDRPDR'"
8582   parameters:
8583   - "throughput"
8584   - "name"
8585   - "tags"
8586   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8587   x-axis: "X = CNFs per Service Chain"
8588   y-axis: "Y = Number of Service Chains"
8589   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8590   layout:
8591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8592     layout: "plot-service-density"
8593
8594 - type: "plot"
8595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8596   algorithm: "plot_nf_heatmap"
8597   output-file-type: ".html"
8598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8599   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8600   filter: "'NIC_Intel-XXV710' and
8601            'NF_DENSITY' and
8602            'DOCKER' and
8603            'CHAIN' and
8604            'NF_VPPIP4' and
8605            'IMIX' and
8606            '8T4C' and
8607            'NDRPDR'"
8608   parameters:
8609   - "throughput"
8610   - "name"
8611   - "tags"
8612   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8613   x-axis: "X = CNFs per Service Chain"
8614   y-axis: "Y = Number of Service Chains"
8615   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8616   layout:
8617     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8618     layout: "plot-service-density"
8619
8620 # Plots - NF Density - CSC - PDR IMIX
8621 - type: "plot"
8622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8623   algorithm: "plot_nf_heatmap"
8624   output-file-type: ".html"
8625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8626   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8627   filter: "'NIC_Intel-XXV710' and
8628            'NF_DENSITY' and
8629            'DOCKER' and
8630            'CHAIN' and
8631            'NF_VPPIP4' and
8632            'IMIX' and
8633            '2T1C' and
8634            'NDRPDR'"
8635   parameters:
8636   - "throughput"
8637   - "name"
8638   - "tags"
8639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8640   x-axis: "X = CNFs per Service Chain"
8641   y-axis: "Y = Number of Service Chains"
8642   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8643   layout:
8644     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8645     layout: "plot-service-density"
8646
8647 - type: "plot"
8648   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8649   algorithm: "plot_nf_heatmap"
8650   output-file-type: ".html"
8651   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8652   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8653   filter: "'NIC_Intel-XXV710' and
8654            'NF_DENSITY' and
8655            'DOCKER' and
8656            'CHAIN' and
8657            'NF_VPPIP4' and
8658            'IMIX' and
8659            '4T2C' and
8660            'NDRPDR'"
8661   parameters:
8662   - "throughput"
8663   - "name"
8664   - "tags"
8665   include-tests: "PDR" # "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 PDR) [Mpps]"
8669   layout:
8670     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8671     layout: "plot-service-density"
8672
8673 - type: "plot"
8674   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8675   algorithm: "plot_nf_heatmap"
8676   output-file-type: ".html"
8677   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8678   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8679   filter: "'NIC_Intel-XXV710' and
8680            'NF_DENSITY' and
8681            'DOCKER' and
8682            'CHAIN' and
8683            'NF_VPPIP4' and
8684            'IMIX' and
8685            '8T4C' and
8686            'NDRPDR'"
8687   parameters:
8688   - "throughput"
8689   - "name"
8690   - "tags"
8691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8692   x-axis: "X = CNFs per Service Chain"
8693   y-axis: "Y = Number of Service Chains"
8694   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8695   layout:
8696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8697     layout: "plot-service-density"
8698
8699 ################################################################################
8700 #
8701 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8702 #- type: "plot"
8703 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8704 #  algorithm: "plot_nf_heatmap"
8705 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8706 #  data: "plot-vpp-nfv-3n-skx-mrr"
8707 #  filter: "'NIC_Intel-XXV710' and
8708 #           'NF_DENSITY' and
8709 #           'DOCKER' and
8710 #           'CHAIN' and
8711 #           'NF_VPPIP4' and
8712 #           'IPSEC' and
8713 #           'TNL_4' and
8714 #           'IMIX' and
8715 #           '2T1C' and
8716 #           'MRR'"
8717 #  parameters:
8718 #  - "result"
8719 #  - "name"
8720 #  - "tags"
8721 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8722 #  x-axis: "X = CNFs per Service Chain"
8723 #  y-axis: "Y = Number of Service Chains"
8724 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8725 #  layout:
8726 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8727 #    layout: "plot-service-density"
8728 #
8729 #- type: "plot"
8730 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8731 #  algorithm: "plot_nf_heatmap"
8732 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8733 #  data: "plot-vpp-nfv-3n-skx-mrr"
8734 #  filter: "'NIC_Intel-XXV710' and
8735 #           'NF_DENSITY' and
8736 #           'DOCKER' and
8737 #           'CHAIN' and
8738 #           'NF_VPPIP4' and
8739 #           'IPSEC' and
8740 #           'TNL_4' and
8741 #           'IMIX' and
8742 #           '4T2C' and
8743 #           'MRR'"
8744 #  parameters:
8745 #  - "result"
8746 #  - "name"
8747 #  - "tags"
8748 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8749 #  x-axis: "X = CNFs per Service Chain"
8750 #  y-axis: "Y = Number of Service Chains"
8751 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8752 #  layout:
8753 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8754 #    layout: "plot-service-density"
8755 #
8756 #- type: "plot"
8757 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8758 #  algorithm: "plot_nf_heatmap"
8759 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8760 #  data: "plot-vpp-nfv-3n-skx-mrr"
8761 #  filter: "'NIC_Intel-XXV710' and
8762 #           'NF_DENSITY' and
8763 #           'DOCKER' and
8764 #           'CHAIN' and
8765 #           'NF_VPPIP4' and
8766 #           'IPSEC' and
8767 #           'TNL_4' and
8768 #           'IMIX' and
8769 #           '8T4C' and
8770 #           'MRR'"
8771 #  parameters:
8772 #  - "result"
8773 #  - "name"
8774 #  - "tags"
8775 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8776 #  x-axis: "X = CNFs per Service Chain"
8777 #  y-axis: "Y = Number of Service Chains"
8778 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8779 #  layout:
8780 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8781 #    layout: "plot-service-density"
8782
8783 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8784 #- type: "plot"
8785 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8786 #  algorithm: "plot_nf_heatmap"
8787 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8788 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8789 #  filter: "'NIC_Intel-XXV710' and
8790 #           'NF_DENSITY' and
8791 #           'DOCKER' and
8792 #           'CHAIN' and
8793 #           'NF_VPPIP4' and
8794 #           'IPSEC' and
8795 #           'TNL_4' and
8796 #           'IMIX' and
8797 #           '2T1C' and
8798 #           'NDRPDR'"
8799 #  parameters:
8800 #  - "throughput"
8801 #  - "name"
8802 #  - "tags"
8803 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8804 #  x-axis: "X = CNFs per Service Chain"
8805 #  y-axis: "Y = Number of Service Chains"
8806 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8807 #  layout:
8808 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8809 #    layout: "plot-service-density"
8810 #
8811 #- type: "plot"
8812 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8813 #  algorithm: "plot_nf_heatmap"
8814 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8815 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8816 #  filter: "'NIC_Intel-XXV710' and
8817 #           'NF_DENSITY' and
8818 #           'DOCKER' and
8819 #           'CHAIN' and
8820 #           'NF_VPPIP4' and
8821 #           'IPSEC' and
8822 #           'TNL_4' and
8823 #           'IMIX' and
8824 #           '4T2C' and
8825 #           'NDRPDR'"
8826 #  parameters:
8827 #  - "throughput"
8828 #  - "name"
8829 #  - "tags"
8830 #  include-tests: "NDR" # "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 NDR) [Mpps]"
8834 #  layout:
8835 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8836 #    layout: "plot-service-density"
8837 #
8838 #- type: "plot"
8839 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8840 #  algorithm: "plot_nf_heatmap"
8841 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8842 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8843 #  filter: "'NIC_Intel-XXV710' and
8844 #           'NF_DENSITY' and
8845 #           'DOCKER' and
8846 #           'CHAIN' and
8847 #           'NF_VPPIP4' and
8848 #           'IPSEC' and
8849 #           'TNL_4' and
8850 #           'IMIX' and
8851 #           '8T4C' and
8852 #           'NDRPDR'"
8853 #  parameters:
8854 #  - "throughput"
8855 #  - "name"
8856 #  - "tags"
8857 #  include-tests: "NDR" # "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 NDR) [Mpps]"
8861 #  layout:
8862 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8863 #    layout: "plot-service-density"
8864 #
8865 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8866 #- type: "plot"
8867 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8868 #  algorithm: "plot_nf_heatmap"
8869 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8870 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8871 #  filter: "'NIC_Intel-XXV710' and
8872 #           'NF_DENSITY' and
8873 #           'DOCKER' and
8874 #           'CHAIN' and
8875 #           'NF_VPPIP4' and
8876 #           'IPSEC' and
8877 #           'TNL_4' and
8878 #           'IMIX' and
8879 #           '2T1C' and
8880 #           'NDRPDR'"
8881 #  parameters:
8882 #  - "throughput"
8883 #  - "name"
8884 #  - "tags"
8885 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8886 #  x-axis: "X = CNFs per Service Chain"
8887 #  y-axis: "Y = Number of Service Chains"
8888 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8889 #  layout:
8890 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8891 #    layout: "plot-service-density"
8892 #
8893 #- type: "plot"
8894 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8895 #  algorithm: "plot_nf_heatmap"
8896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8897 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8898 #  filter: "'NIC_Intel-XXV710' and
8899 #           'NF_DENSITY' and
8900 #           'DOCKER' and
8901 #           'CHAIN' and
8902 #           'NF_VPPIP4' and
8903 #           'IPSEC' and
8904 #           'TNL_4' and
8905 #           'IMIX' and
8906 #           '4T2C' and
8907 #           'NDRPDR'"
8908 #  parameters:
8909 #  - "throughput"
8910 #  - "name"
8911 #  - "tags"
8912 #  include-tests: "PDR" # "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 PDR) [Mpps]"
8916 #  layout:
8917 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8918 #    layout: "plot-service-density"
8919 #
8920 #- type: "plot"
8921 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8922 #  algorithm: "plot_nf_heatmap"
8923 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8924 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8925 #  filter: "'NIC_Intel-XXV710' and
8926 #           'NF_DENSITY' and
8927 #           'DOCKER' and
8928 #           'CHAIN' and
8929 #           'NF_VPPIP4' and
8930 #           'IPSEC' and
8931 #           'TNL_4' and
8932 #           'IMIX' and
8933 #           '8T4C' and
8934 #           'NDRPDR'"
8935 #  parameters:
8936 #  - "throughput"
8937 #  - "name"
8938 #  - "tags"
8939 #  include-tests: "PDR" # "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 PDR) [Mpps]"
8943 #  layout:
8944 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8945 #    layout: "plot-service-density"
8946
8947 ###############################################################################
8948
8949 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8950 #- type: "plot"
8951 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8952 #  algorithm: "plot_nf_heatmap"
8953 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8954 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8955 #  filter: "'NIC_Intel-XL710' and
8956 #           'NF_DENSITY' and
8957 #           'DOCKER' and
8958 #           'CHAIN' and
8959 #           'NF_VPPIP4' and
8960 #           'IMIX' and
8961 #           'TNL_4' and
8962 #           '1T1C' and
8963 #           'MRR'"
8964 #  parameters:
8965 #  - "result"
8966 #  - "name"
8967 #  - "tags"
8968 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8969 #  x-axis: "X = CNFs per Service Chain"
8970 #  y-axis: "Y = Number of Service Chains"
8971 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8972 #  layout:
8973 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8974 #    layout: "plot-service-density"
8975 #
8976 #- type: "plot"
8977 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8978 #  algorithm: "plot_nf_heatmap"
8979 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8980 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8981 #  filter: "'NIC_Intel-XL710' and
8982 #           'NF_DENSITY' and
8983 #           'DOCKER' and
8984 #           'CHAIN' and
8985 #           'NF_VPPIP4' and
8986 #           'IPSEC' and
8987 #           'TNL_4' and
8988 #           'IMIX' and
8989 #           '2T2C' and
8990 #           'MRR'"
8991 #  parameters:
8992 #  - "result"
8993 #  - "name"
8994 #  - "tags"
8995 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8996 #  x-axis: "X = CNFs per Service Chain"
8997 #  y-axis: "Y = Number of Service Chains"
8998 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8999 #  layout:
9000 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9001 #    layout: "plot-service-density"
9002 #
9003 #- type: "plot"
9004 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9005 #  algorithm: "plot_nf_heatmap"
9006 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9007 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9008 #  filter: "'NIC_Intel-XL710' and
9009 #           'NF_DENSITY' and
9010 #           'DOCKER' and
9011 #           'CHAIN' and
9012 #           'NF_VPPIP4' and
9013 #           'IPSEC' and
9014 #           'TNL_4' and
9015 #           'IMIX' and
9016 #           '4T4C' and
9017 #           'MRR'"
9018 #  parameters:
9019 #  - "result"
9020 #  - "name"
9021 #  - "tags"
9022 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9023 #  x-axis: "X = CNFs per Service Chain"
9024 #  y-axis: "Y = Number of Service Chains"
9025 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9026 #  layout:
9027 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9028 #    layout: "plot-service-density"
9029
9030 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9031 #- type: "plot"
9032 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9033 #  algorithm: "plot_nf_heatmap"
9034 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9035 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9036 #  filter: "'NIC_Intel-XL710' and
9037 #           'NF_DENSITY' and
9038 #           'DOCKER' and
9039 #           'CHAIN' and
9040 #           'NF_VPPIP4' and
9041 #           'IPSEC' and
9042 #           'TNL_4' and
9043 #           'IMIX' and
9044 #           '1T1C' and
9045 #           'NDRPDR'"
9046 #  parameters:
9047 #  - "throughput"
9048 #  - "name"
9049 #  - "tags"
9050 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9051 #  x-axis: "X = CNFs per Service Chain"
9052 #  y-axis: "Y = Number of Service Chains"
9053 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9054 #  layout:
9055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9056 #    layout: "plot-service-density"
9057 #
9058 #- type: "plot"
9059 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9060 #  algorithm: "plot_nf_heatmap"
9061 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9062 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9063 #  filter: "'NIC_Intel-XL710' and
9064 #           'NF_DENSITY' and
9065 #           'DOCKER' and
9066 #           'CHAIN' and
9067 #           'NF_VPPIP4' and
9068 #           'IPSEC' and
9069 #           'TNL_4' and
9070 #           'IMIX' and
9071 #           '2T2C' and
9072 #           'NDRPDR'"
9073 #  parameters:
9074 #  - "throughput"
9075 #  - "name"
9076 #  - "tags"
9077 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9078 #  x-axis: "X = CNFs per Service Chain"
9079 #  y-axis: "Y = Number of Service Chains"
9080 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9081 #  layout:
9082 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9083 #    layout: "plot-service-density"
9084 #
9085 #- type: "plot"
9086 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9087 #  algorithm: "plot_nf_heatmap"
9088 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9089 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9090 #  filter: "'NIC_Intel-XL710' and
9091 #           'NF_DENSITY' and
9092 #           'DOCKER' and
9093 #           'CHAIN' and
9094 #           'NF_VPPIP4' and
9095 #           'IPSEC' and
9096 #           'TNL_4' and
9097 #           'IMIX' and
9098 #           '4T4C' and
9099 #           'NDRPDR'"
9100 #  parameters:
9101 #  - "throughput"
9102 #  - "name"
9103 #  - "tags"
9104 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9105 #  x-axis: "X = CNFs per Service Chain"
9106 #  y-axis: "Y = Number of Service Chains"
9107 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9108 #  layout:
9109 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9110 #    layout: "plot-service-density"
9111 #
9112 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9113 #- type: "plot"
9114 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9115 #  algorithm: "plot_nf_heatmap"
9116 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9117 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9118 #  filter: "'NIC_Intel-XL710' and
9119 #           'NF_DENSITY' and
9120 #           'DOCKER' and
9121 #           'CHAIN' and
9122 #           'NF_VPPIP4' and
9123 #           'IPSEC' and
9124 #           'TNL_4' and
9125 #           'IMIX' and
9126 #           '1T1C' and
9127 #           'NDRPDR'"
9128 #  parameters:
9129 #  - "throughput"
9130 #  - "name"
9131 #  - "tags"
9132 #  include-tests: "PDR" # "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 PDR) [Mpps]"
9136 #  layout:
9137 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9138 #    layout: "plot-service-density"
9139 #
9140 #- type: "plot"
9141 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9142 #  algorithm: "plot_nf_heatmap"
9143 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9144 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9145 #  filter: "'NIC_Intel-XL710' and
9146 #           'NF_DENSITY' and
9147 #           'DOCKER' and
9148 #           'CHAIN' and
9149 #           'NF_VPPIP4' and
9150 #           'IPSEC' and
9151 #           'TNL_4' and
9152 #           'IMIX' and
9153 #           '2T2C' and
9154 #           'NDRPDR'"
9155 #  parameters:
9156 #  - "throughput"
9157 #  - "name"
9158 #  - "tags"
9159 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9160 #  x-axis: "X = CNFs per Service Chain"
9161 #  y-axis: "Y = Number of Service Chains"
9162 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9163 #  layout:
9164 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9165 #    layout: "plot-service-density"
9166 #
9167 #- type: "plot"
9168 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9169 #  algorithm: "plot_nf_heatmap"
9170 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9171 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9172 #  filter: "'NIC_Intel-XL710' and
9173 #           'NF_DENSITY' and
9174 #           'DOCKER' and
9175 #           'CHAIN' and
9176 #           'NF_VPPIP4' and
9177 #           'IPSEC' and
9178 #           'TNL_4' and
9179 #           'IMIX' and
9180 #           '4T4C' and
9181 #           'NDRPDR'"
9182 #  parameters:
9183 #  - "throughput"
9184 #  - "name"
9185 #  - "tags"
9186 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9187 #  x-axis: "X = CNFs per Service Chain"
9188 #  y-axis: "Y = Number of Service Chains"
9189 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9190 #  layout:
9191 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9192 #    layout: "plot-service-density"
9193
9194 ###############################################################################
9195
9196 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9197 #- type: "plot"
9198 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9199 #  algorithm: "plot_nf_heatmap"
9200 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9201 #  data: "plot-vpp-nfv-3n-skx-mrr"
9202 #  filter: "'NIC_Intel-XXV710' and
9203 #           'NF_DENSITY' and
9204 #           'DOCKER' and
9205 #           'CHAIN' and
9206 #           'NF_VPPIP4' and
9207 #           'IPSEC' and
9208 #           'TNL_1000' and
9209 #           'IMIX' and
9210 #           '2T1C' and
9211 #           'MRR'"
9212 #  parameters:
9213 #  - "result"
9214 #  - "name"
9215 #  - "tags"
9216 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9217 #  x-axis: "X = CNFs per Service Chain"
9218 #  y-axis: "Y = Number of Service Chains"
9219 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9220 #  layout:
9221 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9222 #    layout: "plot-service-density"
9223 #
9224 #- type: "plot"
9225 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9226 #  algorithm: "plot_nf_heatmap"
9227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9228 #  data: "plot-vpp-nfv-3n-skx-mrr"
9229 #  filter: "'NIC_Intel-XXV710' and
9230 #           'NF_DENSITY' and
9231 #           'DOCKER' and
9232 #           'CHAIN' and
9233 #           'NF_VPPIP4' and
9234 #           'IPSEC' and
9235 #           'TNL_1000' and
9236 #           'IMIX' and
9237 #           '4T2C' and
9238 #           'MRR'"
9239 #  parameters:
9240 #  - "result"
9241 #  - "name"
9242 #  - "tags"
9243 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9244 #  x-axis: "X = CNFs per Service Chain"
9245 #  y-axis: "Y = Number of Service Chains"
9246 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9247 #  layout:
9248 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9249 #    layout: "plot-service-density"
9250 #
9251 #- type: "plot"
9252 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9253 #  algorithm: "plot_nf_heatmap"
9254 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9255 #  data: "plot-vpp-nfv-3n-skx-mrr"
9256 #  filter: "'NIC_Intel-XXV710' and
9257 #           'NF_DENSITY' and
9258 #           'DOCKER' and
9259 #           'CHAIN' and
9260 #           'NF_VPPIP4' and
9261 #           'IPSEC' and
9262 #           'TNL_1000' and
9263 #           'IMIX' and
9264 #           '8T4C' and
9265 #           'MRR'"
9266 #  parameters:
9267 #  - "result"
9268 #  - "name"
9269 #  - "tags"
9270 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9271 #  x-axis: "X = CNFs per Service Chain"
9272 #  y-axis: "Y = Number of Service Chains"
9273 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9274 #  layout:
9275 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9276 #    layout: "plot-service-density"
9277
9278 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9279 #- type: "plot"
9280 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9281 #  algorithm: "plot_nf_heatmap"
9282 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9283 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9284 #  filter: "'NIC_Intel-XXV710' and
9285 #           'NF_DENSITY' and
9286 #           'DOCKER' and
9287 #           'CHAIN' and
9288 #           'NF_VPPIP4' and
9289 #           'IPSEC' and
9290 #           'TNL_1000' and
9291 #           'IMIX' and
9292 #           '2T1C' and
9293 #           'NDRPDR'"
9294 #  parameters:
9295 #  - "throughput"
9296 #  - "name"
9297 #  - "tags"
9298 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9299 #  x-axis: "X = CNFs per Service Chain"
9300 #  y-axis: "Y = Number of Service Chains"
9301 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9302 #  layout:
9303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9304 #    layout: "plot-service-density"
9305 #
9306 #- type: "plot"
9307 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9308 #  algorithm: "plot_nf_heatmap"
9309 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9310 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9311 #  filter: "'NIC_Intel-XXV710' and
9312 #           'NF_DENSITY' and
9313 #           'DOCKER' and
9314 #           'CHAIN' and
9315 #           'NF_VPPIP4' and
9316 #           'IPSEC' and
9317 #           'TNL_1000' and
9318 #           'IMIX' and
9319 #           '4T2C' and
9320 #           'NDRPDR'"
9321 #  parameters:
9322 #  - "throughput"
9323 #  - "name"
9324 #  - "tags"
9325 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9329 #  layout:
9330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9331 #    layout: "plot-service-density"
9332 #
9333 #- type: "plot"
9334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9335 #  algorithm: "plot_nf_heatmap"
9336 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9337 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9338 #  filter: "'NIC_Intel-XXV710' and
9339 #           'NF_DENSITY' and
9340 #           'DOCKER' and
9341 #           'CHAIN' and
9342 #           'NF_VPPIP4' and
9343 #           'IPSEC' and
9344 #           'TNL_1000' and
9345 #           'IMIX' and
9346 #           '8T4C' and
9347 #           'NDRPDR'"
9348 #  parameters:
9349 #  - "throughput"
9350 #  - "name"
9351 #  - "tags"
9352 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9356 #  layout:
9357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9358 #    layout: "plot-service-density"
9359 #
9360 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9361 #- type: "plot"
9362 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9363 #  algorithm: "plot_nf_heatmap"
9364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9365 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9366 #  filter: "'NIC_Intel-XXV710' and
9367 #           'NF_DENSITY' and
9368 #           'DOCKER' and
9369 #           'CHAIN' and
9370 #           'NF_VPPIP4' and
9371 #           'IPSEC' and
9372 #           'TNL_1000' and
9373 #           'IMIX' and
9374 #           '2T1C' and
9375 #           'NDRPDR'"
9376 #  parameters:
9377 #  - "throughput"
9378 #  - "name"
9379 #  - "tags"
9380 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9381 #  x-axis: "X = CNFs per Service Chain"
9382 #  y-axis: "Y = Number of Service Chains"
9383 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9384 #  layout:
9385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9386 #    layout: "plot-service-density"
9387 #
9388 #- type: "plot"
9389 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9390 #  algorithm: "plot_nf_heatmap"
9391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9392 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9393 #  filter: "'NIC_Intel-XXV710' and
9394 #           'NF_DENSITY' and
9395 #           'DOCKER' and
9396 #           'CHAIN' and
9397 #           'NF_VPPIP4' and
9398 #           'IPSEC' and
9399 #           'TNL_1000' and
9400 #           'IMIX' and
9401 #           '4T2C' and
9402 #           'NDRPDR'"
9403 #  parameters:
9404 #  - "throughput"
9405 #  - "name"
9406 #  - "tags"
9407 #  include-tests: "PDR" # "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 PDR) [Mpps]"
9411 #  layout:
9412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9413 #    layout: "plot-service-density"
9414 #
9415 #- type: "plot"
9416 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9417 #  algorithm: "plot_nf_heatmap"
9418 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9419 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9420 #  filter: "'NIC_Intel-XXV710' and
9421 #           'NF_DENSITY' and
9422 #           'DOCKER' and
9423 #           'CHAIN' and
9424 #           'NF_VPPIP4' and
9425 #           'IPSEC' and
9426 #           'TNL_1000' and
9427 #           'IMIX' and
9428 #           '8T4C' and
9429 #           'NDRPDR'"
9430 #  parameters:
9431 #  - "throughput"
9432 #  - "name"
9433 #  - "tags"
9434 #  include-tests: "PDR" # "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 PDR) [Mpps]"
9438 #  layout:
9439 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9440 #    layout: "plot-service-density"
9441
9442 ###############################################################################
9443
9444 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9445 #- type: "plot"
9446 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9447 #  algorithm: "plot_nf_heatmap"
9448 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9449 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9450 #  filter: "'NIC_Intel-XL710' and
9451 #           'NF_DENSITY' and
9452 #           'DOCKER' and
9453 #           'CHAIN' and
9454 #           'NF_VPPIP4' and
9455 #           'IMIX' and
9456 #           'TNL_1000' and
9457 #           '1T1C' and
9458 #           'MRR'"
9459 #  parameters:
9460 #  - "result"
9461 #  - "name"
9462 #  - "tags"
9463 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9464 #  x-axis: "X = CNFs per Service Chain"
9465 #  y-axis: "Y = Number of Service Chains"
9466 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9467 #  layout:
9468 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9469 #    layout: "plot-service-density"
9470 #
9471 #- type: "plot"
9472 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9473 #  algorithm: "plot_nf_heatmap"
9474 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9475 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9476 #  filter: "'NIC_Intel-XL710' and
9477 #           'NF_DENSITY' and
9478 #           'DOCKER' and
9479 #           'CHAIN' and
9480 #           'NF_VPPIP4' and
9481 #           'IPSEC' and
9482 #           'TNL_1000' and
9483 #           'IMIX' and
9484 #           '2T2C' and
9485 #           'MRR'"
9486 #  parameters:
9487 #  - "result"
9488 #  - "name"
9489 #  - "tags"
9490 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9491 #  x-axis: "X = CNFs per Service Chain"
9492 #  y-axis: "Y = Number of Service Chains"
9493 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9494 #  layout:
9495 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9496 #    layout: "plot-service-density"
9497 #
9498 #- type: "plot"
9499 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9500 #  algorithm: "plot_nf_heatmap"
9501 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9502 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9503 #  filter: "'NIC_Intel-XL710' and
9504 #           'NF_DENSITY' and
9505 #           'DOCKER' and
9506 #           'CHAIN' and
9507 #           'NF_VPPIP4' and
9508 #           'IPSEC' and
9509 #           'TNL_1000' and
9510 #           'IMIX' and
9511 #           '4T4C' and
9512 #           'MRR'"
9513 #  parameters:
9514 #  - "result"
9515 #  - "name"
9516 #  - "tags"
9517 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9518 #  x-axis: "X = CNFs per Service Chain"
9519 #  y-axis: "Y = Number of Service Chains"
9520 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9521 #  layout:
9522 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9523 #    layout: "plot-service-density"
9524
9525 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9526 #- type: "plot"
9527 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9528 #  algorithm: "plot_nf_heatmap"
9529 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9530 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9531 #  filter: "'NIC_Intel-XL710' and
9532 #           'NF_DENSITY' and
9533 #           'DOCKER' and
9534 #           'CHAIN' and
9535 #           'NF_VPPIP4' and
9536 #           'IPSEC' and
9537 #           'TNL_1000' and
9538 #           'IMIX' and
9539 #           '1T1C' and
9540 #           'NDRPDR'"
9541 #  parameters:
9542 #  - "throughput"
9543 #  - "name"
9544 #  - "tags"
9545 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9546 #  x-axis: "X = CNFs per Service Chain"
9547 #  y-axis: "Y = Number of Service Chains"
9548 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9549 #  layout:
9550 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9551 #    layout: "plot-service-density"
9552 #
9553 #- type: "plot"
9554 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9555 #  algorithm: "plot_nf_heatmap"
9556 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9557 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9558 #  filter: "'NIC_Intel-XL710' and
9559 #           'NF_DENSITY' and
9560 #           'DOCKER' and
9561 #           'CHAIN' and
9562 #           'NF_VPPIP4' and
9563 #           'IPSEC' and
9564 #           'TNL_1000' and
9565 #           'IMIX' and
9566 #           '2T2C' and
9567 #           'NDRPDR'"
9568 #  parameters:
9569 #  - "throughput"
9570 #  - "name"
9571 #  - "tags"
9572 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9573 #  x-axis: "X = CNFs per Service Chain"
9574 #  y-axis: "Y = Number of Service Chains"
9575 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9576 #  layout:
9577 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9578 #    layout: "plot-service-density"
9579 #
9580 #- type: "plot"
9581 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9582 #  algorithm: "plot_nf_heatmap"
9583 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9584 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9585 #  filter: "'NIC_Intel-XL710' and
9586 #           'NF_DENSITY' and
9587 #           'DOCKER' and
9588 #           'CHAIN' and
9589 #           'NF_VPPIP4' and
9590 #           'IPSEC' and
9591 #           'TNL_1000' and
9592 #           'IMIX' and
9593 #           '4T4C' and
9594 #           'NDRPDR'"
9595 #  parameters:
9596 #  - "throughput"
9597 #  - "name"
9598 #  - "tags"
9599 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9600 #  x-axis: "X = CNFs per Service Chain"
9601 #  y-axis: "Y = Number of Service Chains"
9602 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9603 #  layout:
9604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9605 #    layout: "plot-service-density"
9606 #
9607 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9608 #- type: "plot"
9609 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9610 #  algorithm: "plot_nf_heatmap"
9611 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9612 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9613 #  filter: "'NIC_Intel-XL710' and
9614 #           'NF_DENSITY' and
9615 #           'DOCKER' and
9616 #           'CHAIN' and
9617 #           'NF_VPPIP4' and
9618 #           'IPSEC' and
9619 #           'TNL_1000' and
9620 #           'IMIX' and
9621 #           '1T1C' and
9622 #           'NDRPDR'"
9623 #  parameters:
9624 #  - "throughput"
9625 #  - "name"
9626 #  - "tags"
9627 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9628 #  x-axis: "X = CNFs per Service Chain"
9629 #  y-axis: "Y = Number of Service Chains"
9630 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9631 #  layout:
9632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9633 #    layout: "plot-service-density"
9634 #
9635 #- type: "plot"
9636 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9637 #  algorithm: "plot_nf_heatmap"
9638 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9639 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9640 #  filter: "'NIC_Intel-XL710' and
9641 #           'NF_DENSITY' and
9642 #           'DOCKER' and
9643 #           'CHAIN' and
9644 #           'NF_VPPIP4' and
9645 #           'IPSEC' and
9646 #           'TNL_1000' and
9647 #           'IMIX' and
9648 #           '2T2C' and
9649 #           'NDRPDR'"
9650 #  parameters:
9651 #  - "throughput"
9652 #  - "name"
9653 #  - "tags"
9654 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9655 #  x-axis: "X = CNFs per Service Chain"
9656 #  y-axis: "Y = Number of Service Chains"
9657 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9658 #  layout:
9659 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9660 #    layout: "plot-service-density"
9661 #
9662 #- type: "plot"
9663 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9664 #  algorithm: "plot_nf_heatmap"
9665 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9666 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9667 #  filter: "'NIC_Intel-XL710' and
9668 #           'NF_DENSITY' and
9669 #           'DOCKER' and
9670 #           'CHAIN' and
9671 #           'NF_VPPIP4' and
9672 #           'IPSEC' and
9673 #           'TNL_1000' and
9674 #           'IMIX' and
9675 #           '4T4C' and
9676 #           'NDRPDR'"
9677 #  parameters:
9678 #  - "throughput"
9679 #  - "name"
9680 #  - "tags"
9681 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9682 #  x-axis: "X = CNFs per Service Chain"
9683 #  y-axis: "Y = Number of Service Chains"
9684 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9685 #  layout:
9686 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9687 #    layout: "plot-service-density"
9688
9689 ###############################################################################
9690
9691 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9692 #- type: "plot"
9693 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9694 #  algorithm: "plot_nf_heatmap"
9695 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9696 #  data: "plot-vpp-nfv-3n-skx-mrr"
9697 #  filter: "'NIC_Intel-XXV710' and
9698 #           'NF_DENSITY' and
9699 #           'DOCKER' and
9700 #           'CHAIN' and
9701 #           'NF_VPPIP4' and
9702 #           'IPSEC' and
9703 #           'TNL_10000' and
9704 #           'IMIX' and
9705 #           '2T1C' and
9706 #           'MRR'"
9707 #  parameters:
9708 #  - "result"
9709 #  - "name"
9710 #  - "tags"
9711 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9712 #  x-axis: "X = CNFs per Service Chain"
9713 #  y-axis: "Y = Number of Service Chains"
9714 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9715 #  layout:
9716 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9717 #    layout: "plot-service-density"
9718 #
9719 #- type: "plot"
9720 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9721 #  algorithm: "plot_nf_heatmap"
9722 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9723 #  data: "plot-vpp-nfv-3n-skx-mrr"
9724 #  filter: "'NIC_Intel-XXV710' and
9725 #           'NF_DENSITY' and
9726 #           'DOCKER' and
9727 #           'CHAIN' and
9728 #           'NF_VPPIP4' and
9729 #           'IPSEC' and
9730 #           'TNL_10000' and
9731 #           'IMIX' and
9732 #           '4T2C' and
9733 #           'MRR'"
9734 #  parameters:
9735 #  - "result"
9736 #  - "name"
9737 #  - "tags"
9738 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9739 #  x-axis: "X = CNFs per Service Chain"
9740 #  y-axis: "Y = Number of Service Chains"
9741 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9742 #  layout:
9743 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9744 #    layout: "plot-service-density"
9745 #
9746 #- type: "plot"
9747 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9748 #  algorithm: "plot_nf_heatmap"
9749 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9750 #  data: "plot-vpp-nfv-3n-skx-mrr"
9751 #  filter: "'NIC_Intel-XXV710' and
9752 #           'NF_DENSITY' and
9753 #           'DOCKER' and
9754 #           'CHAIN' and
9755 #           'NF_VPPIP4' and
9756 #           'IPSEC' and
9757 #           'TNL_10000' and
9758 #           'IMIX' and
9759 #           '8T4C' and
9760 #           'MRR'"
9761 #  parameters:
9762 #  - "result"
9763 #  - "name"
9764 #  - "tags"
9765 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9766 #  x-axis: "X = CNFs per Service Chain"
9767 #  y-axis: "Y = Number of Service Chains"
9768 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9769 #  layout:
9770 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9771 #    layout: "plot-service-density"
9772
9773 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9774 #- type: "plot"
9775 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9776 #  algorithm: "plot_nf_heatmap"
9777 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9778 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9779 #  filter: "'NIC_Intel-XXV710' and
9780 #           'NF_DENSITY' and
9781 #           'DOCKER' and
9782 #           'CHAIN' and
9783 #           'NF_VPPIP4' and
9784 #           'IPSEC' and
9785 #           'TNL_10000' and
9786 #           'IMIX' and
9787 #           '2T1C' and
9788 #           'NDRPDR'"
9789 #  parameters:
9790 #  - "throughput"
9791 #  - "name"
9792 #  - "tags"
9793 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9794 #  x-axis: "X = CNFs per Service Chain"
9795 #  y-axis: "Y = Number of Service Chains"
9796 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9797 #  layout:
9798 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9799 #    layout: "plot-service-density"
9800 #
9801 #- type: "plot"
9802 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9803 #  algorithm: "plot_nf_heatmap"
9804 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9805 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9806 #  filter: "'NIC_Intel-XXV710' and
9807 #           'NF_DENSITY' and
9808 #           'DOCKER' and
9809 #           'CHAIN' and
9810 #           'NF_VPPIP4' and
9811 #           'IPSEC' and
9812 #           'TNL_10000' and
9813 #           'IMIX' and
9814 #           '4T2C' and
9815 #           'NDRPDR'"
9816 #  parameters:
9817 #  - "throughput"
9818 #  - "name"
9819 #  - "tags"
9820 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9821 #  x-axis: "X = CNFs per Service Chain"
9822 #  y-axis: "Y = Number of Service Chains"
9823 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9824 #  layout:
9825 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9826 #    layout: "plot-service-density"
9827 #
9828 #- type: "plot"
9829 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9830 #  algorithm: "plot_nf_heatmap"
9831 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9832 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9833 #  filter: "'NIC_Intel-XXV710' and
9834 #           'NF_DENSITY' and
9835 #           'DOCKER' and
9836 #           'CHAIN' and
9837 #           'NF_VPPIP4' and
9838 #           'IPSEC' and
9839 #           'TNL_10000' and
9840 #           'IMIX' and
9841 #           '8T4C' and
9842 #           'NDRPDR'"
9843 #  parameters:
9844 #  - "throughput"
9845 #  - "name"
9846 #  - "tags"
9847 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9848 #  x-axis: "X = CNFs per Service Chain"
9849 #  y-axis: "Y = Number of Service Chains"
9850 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9851 #  layout:
9852 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9853 #    layout: "plot-service-density"
9854 #
9855 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9856 #- type: "plot"
9857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9858 #  algorithm: "plot_nf_heatmap"
9859 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9860 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9861 #  filter: "'NIC_Intel-XXV710' and
9862 #           'NF_DENSITY' and
9863 #           'DOCKER' and
9864 #           'CHAIN' and
9865 #           'NF_VPPIP4' and
9866 #           'IPSEC' and
9867 #           'TNL_10000' and
9868 #           'IMIX' and
9869 #           '2T1C' and
9870 #           'NDRPDR'"
9871 #  parameters:
9872 #  - "throughput"
9873 #  - "name"
9874 #  - "tags"
9875 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9876 #  x-axis: "X = CNFs per Service Chain"
9877 #  y-axis: "Y = Number of Service Chains"
9878 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9879 #  layout:
9880 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9881 #    layout: "plot-service-density"
9882 #
9883 #- type: "plot"
9884 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9885 #  algorithm: "plot_nf_heatmap"
9886 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9887 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9888 #  filter: "'NIC_Intel-XXV710' and
9889 #           'NF_DENSITY' and
9890 #           'DOCKER' and
9891 #           'CHAIN' and
9892 #           'NF_VPPIP4' and
9893 #           'IPSEC' and
9894 #           'TNL_10000' and
9895 #           'IMIX' and
9896 #           '4T2C' and
9897 #           'NDRPDR'"
9898 #  parameters:
9899 #  - "throughput"
9900 #  - "name"
9901 #  - "tags"
9902 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9903 #  x-axis: "X = CNFs per Service Chain"
9904 #  y-axis: "Y = Number of Service Chains"
9905 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9906 #  layout:
9907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9908 #    layout: "plot-service-density"
9909 #
9910 #- type: "plot"
9911 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9912 #  algorithm: "plot_nf_heatmap"
9913 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9914 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9915 #  filter: "'NIC_Intel-XXV710' and
9916 #           'NF_DENSITY' and
9917 #           'DOCKER' and
9918 #           'CHAIN' and
9919 #           'NF_VPPIP4' and
9920 #           'IPSEC' and
9921 #           'TNL_10000' and
9922 #           'IMIX' and
9923 #           '8T4C' and
9924 #           'NDRPDR'"
9925 #  parameters:
9926 #  - "throughput"
9927 #  - "name"
9928 #  - "tags"
9929 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9930 #  x-axis: "X = CNFs per Service Chain"
9931 #  y-axis: "Y = Number of Service Chains"
9932 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9933 #  layout:
9934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9935 #    layout: "plot-service-density"
9936
9937 ###############################################################################
9938
9939 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9940 #- type: "plot"
9941 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9942 #  algorithm: "plot_nf_heatmap"
9943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9944 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9945 #  filter: "'NIC_Intel-XL710' and
9946 #           'NF_DENSITY' and
9947 #           'DOCKER' and
9948 #           'CHAIN' and
9949 #           'NF_VPPIP4' and
9950 #           'IMIX' and
9951 #           'TNL_10000' and
9952 #           '1T1C' and
9953 #           'MRR'"
9954 #  parameters:
9955 #  - "result"
9956 #  - "name"
9957 #  - "tags"
9958 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9959 #  x-axis: "X = CNFs per Service Chain"
9960 #  y-axis: "Y = Number of Service Chains"
9961 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9962 #  layout:
9963 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9964 #    layout: "plot-service-density"
9965 #
9966 #- type: "plot"
9967 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9968 #  algorithm: "plot_nf_heatmap"
9969 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9970 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9971 #  filter: "'NIC_Intel-XL710' and
9972 #           'NF_DENSITY' and
9973 #           'DOCKER' and
9974 #           'CHAIN' and
9975 #           'NF_VPPIP4' and
9976 #           'IPSEC' and
9977 #           'TNL_10000' and
9978 #           'IMIX' and
9979 #           '2T2C' and
9980 #           'MRR'"
9981 #  parameters:
9982 #  - "result"
9983 #  - "name"
9984 #  - "tags"
9985 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9986 #  x-axis: "X = CNFs per Service Chain"
9987 #  y-axis: "Y = Number of Service Chains"
9988 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9989 #  layout:
9990 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9991 #    layout: "plot-service-density"
9992 #
9993 #- type: "plot"
9994 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9995 #  algorithm: "plot_nf_heatmap"
9996 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9997 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9998 #  filter: "'NIC_Intel-XL710' and
9999 #           'NF_DENSITY' and
10000 #           'DOCKER' and
10001 #           'CHAIN' and
10002 #           'NF_VPPIP4' and
10003 #           'IPSEC' and
10004 #           'TNL_10000' and
10005 #           'IMIX' and
10006 #           '4T4C' and
10007 #           'MRR'"
10008 #  parameters:
10009 #  - "result"
10010 #  - "name"
10011 #  - "tags"
10012 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10013 #  x-axis: "X = CNFs per Service Chain"
10014 #  y-axis: "Y = Number of Service Chains"
10015 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10016 #  layout:
10017 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10018 #    layout: "plot-service-density"
10019
10020 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10021 #- type: "plot"
10022 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10023 #  algorithm: "plot_nf_heatmap"
10024 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10025 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10026 #  filter: "'NIC_Intel-XL710' and
10027 #           'NF_DENSITY' and
10028 #           'DOCKER' and
10029 #           'CHAIN' and
10030 #           'NF_VPPIP4' and
10031 #           'IPSEC' and
10032 #           'TNL_10000' and
10033 #           'IMIX' and
10034 #           '1T1C' and
10035 #           'NDRPDR'"
10036 #  parameters:
10037 #  - "throughput"
10038 #  - "name"
10039 #  - "tags"
10040 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10041 #  x-axis: "X = CNFs per Service Chain"
10042 #  y-axis: "Y = Number of Service Chains"
10043 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10044 #  layout:
10045 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10046 #    layout: "plot-service-density"
10047 #
10048 #- type: "plot"
10049 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10050 #  algorithm: "plot_nf_heatmap"
10051 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10052 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10053 #  filter: "'NIC_Intel-XL710' and
10054 #           'NF_DENSITY' and
10055 #           'DOCKER' and
10056 #           'CHAIN' and
10057 #           'NF_VPPIP4' and
10058 #           'IPSEC' and
10059 #           'TNL_10000' and
10060 #           'IMIX' and
10061 #           '2T2C' and
10062 #           'NDRPDR'"
10063 #  parameters:
10064 #  - "throughput"
10065 #  - "name"
10066 #  - "tags"
10067 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10068 #  x-axis: "X = CNFs per Service Chain"
10069 #  y-axis: "Y = Number of Service Chains"
10070 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10071 #  layout:
10072 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10073 #    layout: "plot-service-density"
10074 #
10075 #- type: "plot"
10076 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10077 #  algorithm: "plot_nf_heatmap"
10078 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10079 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10080 #  filter: "'NIC_Intel-XL710' and
10081 #           'NF_DENSITY' and
10082 #           'DOCKER' and
10083 #           'CHAIN' and
10084 #           'NF_VPPIP4' and
10085 #           'IPSEC' and
10086 #           'TNL_10000' and
10087 #           'IMIX' and
10088 #           '4T4C' and
10089 #           'NDRPDR'"
10090 #  parameters:
10091 #  - "throughput"
10092 #  - "name"
10093 #  - "tags"
10094 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10095 #  x-axis: "X = CNFs per Service Chain"
10096 #  y-axis: "Y = Number of Service Chains"
10097 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10098 #  layout:
10099 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10100 #    layout: "plot-service-density"
10101 #
10102 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10103 #- type: "plot"
10104 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10105 #  algorithm: "plot_nf_heatmap"
10106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10107 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10108 #  filter: "'NIC_Intel-XL710' and
10109 #           'NF_DENSITY' and
10110 #           'DOCKER' and
10111 #           'CHAIN' and
10112 #           'NF_VPPIP4' and
10113 #           'IPSEC' and
10114 #           'TNL_10000' and
10115 #           'IMIX' and
10116 #           '1T1C' and
10117 #           'NDRPDR'"
10118 #  parameters:
10119 #  - "throughput"
10120 #  - "name"
10121 #  - "tags"
10122 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10123 #  x-axis: "X = CNFs per Service Chain"
10124 #  y-axis: "Y = Number of Service Chains"
10125 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10126 #  layout:
10127 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10128 #    layout: "plot-service-density"
10129 #
10130 #- type: "plot"
10131 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10132 #  algorithm: "plot_nf_heatmap"
10133 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10134 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10135 #  filter: "'NIC_Intel-XL710' and
10136 #           'NF_DENSITY' and
10137 #           'DOCKER' and
10138 #           'CHAIN' and
10139 #           'NF_VPPIP4' and
10140 #           'IPSEC' and
10141 #           'TNL_10000' and
10142 #           'IMIX' and
10143 #           '2T2C' and
10144 #           'NDRPDR'"
10145 #  parameters:
10146 #  - "throughput"
10147 #  - "name"
10148 #  - "tags"
10149 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10150 #  x-axis: "X = CNFs per Service Chain"
10151 #  y-axis: "Y = Number of Service Chains"
10152 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10153 #  layout:
10154 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10155 #    layout: "plot-service-density"
10156 #
10157 #- type: "plot"
10158 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10159 #  algorithm: "plot_nf_heatmap"
10160 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10161 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10162 #  filter: "'NIC_Intel-XL710' and
10163 #           'NF_DENSITY' and
10164 #           'DOCKER' and
10165 #           'CHAIN' and
10166 #           'NF_VPPIP4' and
10167 #           'IPSEC' and
10168 #           'TNL_10000' and
10169 #           'IMIX' and
10170 #           '4T4C' and
10171 #           'NDRPDR'"
10172 #  parameters:
10173 #  - "throughput"
10174 #  - "name"
10175 #  - "tags"
10176 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10177 #  x-axis: "X = CNFs per Service Chain"
10178 #  y-axis: "Y = Number of Service Chains"
10179 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10180 #  layout:
10181 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10182 #    layout: "plot-service-density"
10183
10184 ###############################################################################
10185
10186 # Plots - NF Density - CSP - MRR IMIX
10187 - type: "plot"
10188   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10189   algorithm: "plot_nf_heatmap"
10190   output-file-type: ".html"
10191   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10192   data: "plot-vpp-nfv-2n-skx-mrr"
10193   filter: "'NIC_Intel-XXV710' and
10194            'NF_DENSITY' and
10195            'DOCKER' and
10196            'PIPELINE' and
10197            'NF_VPPIP4' and
10198            'IMIX' and
10199            '2T1C' and
10200            'MRR'"
10201   parameters:
10202   - "result"
10203   - "name"
10204   - "tags"
10205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10206   x-axis: "X = CNFs per Service Pipeline"
10207   y-axis: "Y = Number of Service Pipelines"
10208   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10209   layout:
10210     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10211     layout: "plot-service-density"
10212
10213 - type: "plot"
10214   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10215   algorithm: "plot_nf_heatmap"
10216   output-file-type: ".html"
10217   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10218   data: "plot-vpp-nfv-2n-skx-mrr"
10219   filter: "'NIC_Intel-XXV710' and
10220            'NF_DENSITY' and
10221            'DOCKER' and
10222            'PIPELINE' and
10223            'NF_VPPIP4' and
10224            'IMIX' and
10225            '4T2C' and
10226            'MRR'"
10227   parameters:
10228   - "result"
10229   - "name"
10230   - "tags"
10231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10232   x-axis: "X = CNFs per Service Pipeline"
10233   y-axis: "Y = Number of Service Pipelines"
10234   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10235   layout:
10236     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10237     layout: "plot-service-density"
10238
10239 - type: "plot"
10240   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10241   algorithm: "plot_nf_heatmap"
10242   output-file-type: ".html"
10243   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10244   data: "plot-vpp-nfv-2n-skx-mrr"
10245   filter: "'NIC_Intel-XXV710' and
10246            'NF_DENSITY' and
10247            'DOCKER' and
10248            'PIPELINE' and
10249            'NF_VPPIP4' and
10250            'IMIX' and
10251            '8T4C' and
10252            'MRR'"
10253   parameters:
10254   - "result"
10255   - "name"
10256   - "tags"
10257   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10258   x-axis: "X = CNFs per Service Pipeline"
10259   y-axis: "Y = Number of Service Pipelines"
10260   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10261   layout:
10262     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10263     layout: "plot-service-density"
10264
10265 # Plots - NF Density - CSP - NDR IMIX
10266 - type: "plot"
10267   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10268   algorithm: "plot_nf_heatmap"
10269   output-file-type: ".html"
10270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10271   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10272   filter: "'NIC_Intel-XXV710' and
10273            'NF_DENSITY' and
10274            'DOCKER' and
10275            'PIPELINE' and
10276            'NF_VPPIP4' and
10277            'IMIX' and
10278            '2T1C' and
10279            'NDRPDR'"
10280   parameters:
10281   - "throughput"
10282   - "name"
10283   - "tags"
10284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10285   x-axis: "X = CNFs per Service Pipeline"
10286   y-axis: "Y = Number of Service Pipelines"
10287   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10288   layout:
10289     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10290     layout: "plot-service-density"
10291
10292 - type: "plot"
10293   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10294   algorithm: "plot_nf_heatmap"
10295   output-file-type: ".html"
10296   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10297   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10298   filter: "'NIC_Intel-XXV710' and
10299            'NF_DENSITY' and
10300            'DOCKER' and
10301            'PIPELINE' and
10302            'NF_VPPIP4' and
10303            'IMIX' and
10304            '4T2C' and
10305            'NDRPDR'"
10306   parameters:
10307   - "throughput"
10308   - "name"
10309   - "tags"
10310   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10311   x-axis: "X = CNFs per Service Pipeline"
10312   y-axis: "Y = Number of Service Pipelines"
10313   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10314   layout:
10315     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10316     layout: "plot-service-density"
10317
10318 - type: "plot"
10319   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10320   algorithm: "plot_nf_heatmap"
10321   output-file-type: ".html"
10322   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10323   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10324   filter: "'NIC_Intel-XXV710' and
10325            'NF_DENSITY' and
10326            'DOCKER' and
10327            'PIPELINE' and
10328            'NF_VPPIP4' and
10329            'IMIX' and
10330            '8T4C' and
10331            'NDRPDR'"
10332   parameters:
10333   - "throughput"
10334   - "name"
10335   - "tags"
10336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10337   x-axis: "X = CNFs per Service Pipeline"
10338   y-axis: "Y = Number of Service Pipelines"
10339   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10340   layout:
10341     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10342     layout: "plot-service-density"
10343
10344 # Plots - NF Density - CSP - PDR IMIX
10345 - type: "plot"
10346   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10347   algorithm: "plot_nf_heatmap"
10348   output-file-type: ".html"
10349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10350   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10351   filter: "'NIC_Intel-XXV710' and
10352            'NF_DENSITY' and
10353            'DOCKER' and
10354            'PIPELINE' and
10355            'NF_VPPIP4' and
10356            'IMIX' and
10357            '2T1C' and
10358            'NDRPDR'"
10359   parameters:
10360   - "throughput"
10361   - "name"
10362   - "tags"
10363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10364   x-axis: "X = CNFs per Service Pipeline"
10365   y-axis: "Y = Number of Service Pipelines"
10366   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10367   layout:
10368     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10369     layout: "plot-service-density"
10370
10371 - type: "plot"
10372   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10373   algorithm: "plot_nf_heatmap"
10374   output-file-type: ".html"
10375   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10376   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10377   filter: "'NIC_Intel-XXV710' and
10378            'NF_DENSITY' and
10379            'DOCKER' and
10380            'PIPELINE' and
10381            'NF_VPPIP4' and
10382            'IMIX' and
10383            '4T2C' and
10384            'NDRPDR'"
10385   parameters:
10386   - "throughput"
10387   - "name"
10388   - "tags"
10389   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10390   x-axis: "X = CNFs per Service Pipeline"
10391   y-axis: "Y = Number of Service Pipelines"
10392   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10393   layout:
10394     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10395     layout: "plot-service-density"
10396
10397 - type: "plot"
10398   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10399   algorithm: "plot_nf_heatmap"
10400   output-file-type: ".html"
10401   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10402   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10403   filter: "'NIC_Intel-XXV710' and
10404            'NF_DENSITY' and
10405            'DOCKER' and
10406            'PIPELINE' and
10407            'NF_VPPIP4' and
10408            'IMIX' and
10409            '8T4C' and
10410            'NDRPDR'"
10411   parameters:
10412   - "throughput"
10413   - "name"
10414   - "tags"
10415   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10416   x-axis: "X = CNFs per Service Pipeline"
10417   y-axis: "Y = Number of Service Pipelines"
10418   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10419   layout:
10420     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10421     layout: "plot-service-density"
10422
10423 ###############################################################################
10424 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10425
10426 - type: "plot"
10427   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10428   algorithm: "plot_nf_heatmap"
10429   output-file-type: ".html"
10430   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10431   data: "plot-vpp-nfv-2n-clx-mrr"
10432   filter: "'NIC_Intel-XXV710' and
10433            'NF_DENSITY' and
10434            'VHOST' and
10435            not 'VXLAN' and
10436            'CHAIN' and
10437            'NF_VPPIP4' and
10438            'IMIX' and
10439            '2T1C' and
10440            'MRR'"
10441   parameters:
10442   - "result"
10443   - "name"
10444   - "tags"
10445   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10446   x-axis: "X = VNFs per Service Chain"
10447   y-axis: "Y = Number of Service Chains"
10448   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10449   layout:
10450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10451     layout: "plot-service-density"
10452
10453 - type: "plot"
10454   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10455   algorithm: "plot_nf_heatmap"
10456   output-file-type: ".html"
10457   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10458   data: "plot-vpp-nfv-2n-clx-mrr"
10459   filter: "'NIC_Intel-XXV710' and
10460            'NF_DENSITY' and
10461            'VHOST' and
10462            not 'VXLAN' and
10463            'CHAIN' and
10464            'NF_VPPIP4' and
10465            'IMIX' and
10466            '4T2C' and
10467            'MRR'"
10468   parameters:
10469   - "result"
10470   - "name"
10471   - "tags"
10472   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10473   x-axis: "X = VNFs per Service Chain"
10474   y-axis: "Y = Number of Service Chains"
10475   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10476   layout:
10477     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10478     layout: "plot-service-density"
10479
10480 - type: "plot"
10481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10482   algorithm: "plot_nf_heatmap"
10483   output-file-type: ".html"
10484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10485   data: "plot-vpp-nfv-2n-clx-mrr"
10486   filter: "'NIC_Intel-XXV710' and
10487            'NF_DENSITY' and
10488            'VHOST' and
10489            not 'VXLAN' and
10490            'CHAIN' and
10491            'NF_VPPIP4' and
10492            'IMIX' and
10493            '8T4C' and
10494            'MRR'"
10495   parameters:
10496   - "result"
10497   - "name"
10498   - "tags"
10499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10500   x-axis: "X = VNFs per Service Chain"
10501   y-axis: "Y = Number of Service Chains"
10502   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10503   layout:
10504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10505     layout: "plot-service-density"
10506
10507 # Plots - NF Density - VSC - NDR IMIX
10508 - type: "plot"
10509   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10510   algorithm: "plot_nf_heatmap"
10511   output-file-type: ".html"
10512   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10513   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10514   filter: "'NIC_Intel-XXV710' and
10515            'NF_DENSITY' and
10516            'VHOST' and
10517            not 'VXLAN' and
10518            'CHAIN' and
10519            'NF_VPPIP4' and
10520            'IMIX' and
10521            '2T1C' and
10522            'NDRPDR'"
10523   parameters:
10524   - "throughput"
10525   - "name"
10526   - "tags"
10527   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10528   x-axis: "X = VNFs per Service Chain"
10529   y-axis: "Y = Number of Service Chains"
10530   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10531   layout:
10532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10533     layout: "plot-service-density"
10534
10535 - type: "plot"
10536   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10537   algorithm: "plot_nf_heatmap"
10538   output-file-type: ".html"
10539   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10540   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10541   filter: "'NIC_Intel-XXV710' and
10542            'NF_DENSITY' and
10543            'VHOST' and
10544            not 'VXLAN' and
10545            'CHAIN' and
10546            'NF_VPPIP4' and
10547            'IMIX' and
10548            '4T2C' and
10549            'NDRPDR'"
10550   parameters:
10551   - "throughput"
10552   - "name"
10553   - "tags"
10554   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10555   x-axis: "X = VNFs per Service Chain"
10556   y-axis: "Y = Number of Service Chains"
10557   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10558   layout:
10559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10560     layout: "plot-service-density"
10561
10562 - type: "plot"
10563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10564   algorithm: "plot_nf_heatmap"
10565   output-file-type: ".html"
10566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10567   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10568   filter: "'NIC_Intel-XXV710' and
10569            'NF_DENSITY' and
10570            'VHOST' and
10571            not 'VXLAN' and
10572            'CHAIN' and
10573            'NF_VPPIP4' and
10574            'IMIX' and
10575            '8T4C' and
10576            'NDRPDR'"
10577   parameters:
10578   - "throughput"
10579   - "name"
10580   - "tags"
10581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10582   x-axis: "X = VNFs per Service Chain"
10583   y-axis: "Y = Number of Service Chains"
10584   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10585   layout:
10586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10587     layout: "plot-service-density"
10588
10589 # Plots - NF Density - VSC - PDR IMIX
10590 - type: "plot"
10591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10592   algorithm: "plot_nf_heatmap"
10593   output-file-type: ".html"
10594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10595   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10596   filter: "'NIC_Intel-XXV710' and
10597            'NF_DENSITY' and
10598            'VHOST' and
10599            not 'VXLAN' and
10600            'CHAIN' and
10601            'NF_VPPIP4' and
10602            'IMIX' and
10603            '2T1C' and
10604            'NDRPDR'"
10605   parameters:
10606   - "throughput"
10607   - "name"
10608   - "tags"
10609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10610   x-axis: "X = VNFs per Service Chain"
10611   y-axis: "Y = Number of Service Chains"
10612   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10613   layout:
10614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10615     layout: "plot-service-density"
10616
10617 - type: "plot"
10618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10619   algorithm: "plot_nf_heatmap"
10620   output-file-type: ".html"
10621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10622   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10623   filter: "'NIC_Intel-XXV710' and
10624            'NF_DENSITY' and
10625            'VHOST' and
10626            not 'VXLAN' and
10627            'CHAIN' and
10628            'NF_VPPIP4' and
10629            'IMIX' and
10630            '4T2C' and
10631            'NDRPDR'"
10632   parameters:
10633   - "throughput"
10634   - "name"
10635   - "tags"
10636   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10637   x-axis: "X = VNFs per Service Chain"
10638   y-axis: "Y = Number of Service Chains"
10639   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10640   layout:
10641     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10642     layout: "plot-service-density"
10643
10644 - type: "plot"
10645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10646   algorithm: "plot_nf_heatmap"
10647   output-file-type: ".html"
10648   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10649   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10650   filter: "'NIC_Intel-XXV710' and
10651            'NF_DENSITY' and
10652            'VHOST' and
10653            not 'VXLAN' 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: "PDR" # "PDR" | "NDR" | "MRR"
10664   x-axis: "X = VNFs per Service Chain"
10665   y-axis: "Y = Number of Service Chains"
10666   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10667   layout:
10668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10669     layout: "plot-service-density"
10670
10671 # Plots - NF Density - VSC - MRR IMIX
10672 - type: "plot"
10673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10674   algorithm: "plot_nf_heatmap"
10675   output-file-type: ".html"
10676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10677   data: "plot-vpp-nfv-2n-clx-mrr"
10678   filter: "'NIC_Intel-XXV710' and
10679            'NF_DENSITY' and
10680            'VHOST' and
10681            'VXLAN' and
10682            'CHAIN' and
10683            'IMIX' and
10684            '2T1C' and
10685            'MRR'"
10686   parameters:
10687   - "result"
10688   - "name"
10689   - "tags"
10690   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10691   x-axis: "X = VNFs per Service Chain"
10692   y-axis: "Y = Number of Service Chains"
10693   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10694   layout:
10695     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10696     layout: "plot-service-density"
10697
10698 - type: "plot"
10699   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10700   algorithm: "plot_nf_heatmap"
10701   output-file-type: ".html"
10702   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10703   data: "plot-vpp-nfv-2n-clx-mrr"
10704   filter: "'NIC_Intel-XXV710' and
10705            'NF_DENSITY' and
10706            'VHOST' and
10707            'VXLAN' and
10708            'CHAIN' and
10709            'IMIX' and
10710            '4T2C' and
10711            'MRR'"
10712   parameters:
10713   - "result"
10714   - "name"
10715   - "tags"
10716   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10717   x-axis: "X = VNFs per Service Chain"
10718   y-axis: "Y = Number of Service Chains"
10719   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10720   layout:
10721     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10722     layout: "plot-service-density"
10723
10724 - type: "plot"
10725   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10726   algorithm: "plot_nf_heatmap"
10727   output-file-type: ".html"
10728   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10729   data: "plot-vpp-nfv-2n-clx-mrr"
10730   filter: "'NIC_Intel-XXV710' and
10731            'NF_DENSITY' and
10732            'VHOST' and
10733            'VXLAN' and
10734            'CHAIN' and
10735            'IMIX' and
10736            '8T4C' and
10737            'MRR'"
10738   parameters:
10739   - "result"
10740   - "name"
10741   - "tags"
10742   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10743   x-axis: "X = VNFs per Service Chain"
10744   y-axis: "Y = Number of Service Chains"
10745   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10746   layout:
10747     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10748     layout: "plot-service-density"
10749
10750 # Plots - NF Density - VSC - NDR IMIX
10751 - type: "plot"
10752   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10753   algorithm: "plot_nf_heatmap"
10754   output-file-type: ".html"
10755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10756   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10757   filter: "'NIC_Intel-XXV710' and
10758            'NF_DENSITY' and
10759            'VHOST' and
10760            'VXLAN' and
10761            'CHAIN' and
10762            'IMIX' and
10763            '2T1C' and
10764            'NDRPDR'"
10765   parameters:
10766   - "throughput"
10767   - "name"
10768   - "tags"
10769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10770   x-axis: "X = VNFs per Service Chain"
10771   y-axis: "Y = Number of Service Chains"
10772   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10773   layout:
10774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10775     layout: "plot-service-density"
10776
10777 - type: "plot"
10778   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10779   algorithm: "plot_nf_heatmap"
10780   output-file-type: ".html"
10781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10782   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10783   filter: "'NIC_Intel-XXV710' and
10784            'NF_DENSITY' and
10785            'VHOST' and
10786            'VXLAN' and
10787            'CHAIN' and
10788            'IMIX' and
10789            '4T2C' and
10790            'NDRPDR'"
10791   parameters:
10792   - "throughput"
10793   - "name"
10794   - "tags"
10795   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10796   x-axis: "X = VNFs per Service Chain"
10797   y-axis: "Y = Number of Service Chains"
10798   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10799   layout:
10800     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10801     layout: "plot-service-density"
10802
10803 - type: "plot"
10804   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10805   algorithm: "plot_nf_heatmap"
10806   output-file-type: ".html"
10807   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10808   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10809   filter: "'NIC_Intel-XXV710' and
10810            'NF_DENSITY' and
10811            'VHOST' and
10812            'VXLAN' and
10813            'CHAIN' and
10814            'IMIX' and
10815            '8T4C' and
10816            'NDRPDR'"
10817   parameters:
10818   - "throughput"
10819   - "name"
10820   - "tags"
10821   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10822   x-axis: "X = VNFs per Service Chain"
10823   y-axis: "Y = Number of Service Chains"
10824   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10825   layout:
10826     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10827     layout: "plot-service-density"
10828
10829 # Plots - NF Density - VSC - PDR IMIX
10830 - type: "plot"
10831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10832   algorithm: "plot_nf_heatmap"
10833   output-file-type: ".html"
10834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10835   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10836   filter: "'NIC_Intel-XXV710' and
10837            'NF_DENSITY' and
10838            'VHOST' and
10839            'VXLAN' and
10840            'CHAIN' and
10841            'IMIX' and
10842            '2T1C' and
10843            'NDRPDR'"
10844   parameters:
10845   - "throughput"
10846   - "name"
10847   - "tags"
10848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10849   x-axis: "X = VNFs per Service Chain"
10850   y-axis: "Y = Number of Service Chains"
10851   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10852   layout:
10853     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10854     layout: "plot-service-density"
10855
10856 - type: "plot"
10857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10858   algorithm: "plot_nf_heatmap"
10859   output-file-type: ".html"
10860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10861   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10862   filter: "'NIC_Intel-XXV710' and
10863            'NF_DENSITY' and
10864            'VHOST' and
10865            'VXLAN' and
10866            'CHAIN' and
10867            'IMIX' and
10868            '4T2C' and
10869            'NDRPDR'"
10870   parameters:
10871   - "throughput"
10872   - "name"
10873   - "tags"
10874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10875   x-axis: "X = VNFs per Service Chain"
10876   y-axis: "Y = Number of Service Chains"
10877   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10878   layout:
10879     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10880     layout: "plot-service-density"
10881
10882 - type: "plot"
10883   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10884   algorithm: "plot_nf_heatmap"
10885   output-file-type: ".html"
10886   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10887   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10888   filter: "'NIC_Intel-XXV710' and
10889            'NF_DENSITY' and
10890            'VHOST' and
10891            'VXLAN' and
10892            'CHAIN' and
10893            'IMIX' and
10894            '8T4C' and
10895            'NDRPDR'"
10896   parameters:
10897   - "throughput"
10898   - "name"
10899   - "tags"
10900   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10901   x-axis: "X = VNFs per Service Chain"
10902   y-axis: "Y = Number of Service Chains"
10903   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10904   layout:
10905     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10906     layout: "plot-service-density"
10907
10908 # Plots - NF Density - CSC - MRR IMIX
10909 - type: "plot"
10910   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10911   algorithm: "plot_nf_heatmap"
10912   output-file-type: ".html"
10913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10914   data: "plot-vpp-nfv-2n-clx-mrr"
10915   filter: "'NIC_Intel-XXV710' and
10916            'NF_DENSITY' and
10917            'DOCKER' and
10918            'CHAIN' and
10919            'NF_VPPIP4' and
10920            'IMIX' and
10921            '2T1C' and
10922            'MRR'"
10923   parameters:
10924   - "result"
10925   - "name"
10926   - "tags"
10927   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10928   x-axis: "X = CNFs per Service Chain"
10929   y-axis: "Y = Number of Service Chains"
10930   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10931   layout:
10932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10933     layout: "plot-service-density"
10934
10935 - type: "plot"
10936   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10937   algorithm: "plot_nf_heatmap"
10938   output-file-type: ".html"
10939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10940   data: "plot-vpp-nfv-2n-clx-mrr"
10941   filter: "'NIC_Intel-XXV710' and
10942            'NF_DENSITY' and
10943            'DOCKER' and
10944            'CHAIN' and
10945            'NF_VPPIP4' and
10946            'IMIX' and
10947            '4T2C' and
10948            'MRR'"
10949   parameters:
10950   - "result"
10951   - "name"
10952   - "tags"
10953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10954   x-axis: "X = CNFs per Service Chain"
10955   y-axis: "Y = Number of Service Chains"
10956   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10957   layout:
10958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10959     layout: "plot-service-density"
10960
10961 - type: "plot"
10962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10963   algorithm: "plot_nf_heatmap"
10964   output-file-type: ".html"
10965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10966   data: "plot-vpp-nfv-2n-clx-mrr"
10967   filter: "'NIC_Intel-XXV710' and
10968            'NF_DENSITY' and
10969            'DOCKER' and
10970            'CHAIN' and
10971            'NF_VPPIP4' and
10972            'IMIX' and
10973            '8T4C' and
10974            'MRR'"
10975   parameters:
10976   - "result"
10977   - "name"
10978   - "tags"
10979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10980   x-axis: "X = CNFs per Service Chain"
10981   y-axis: "Y = Number of Service Chains"
10982   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10983   layout:
10984     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10985     layout: "plot-service-density"
10986
10987 # Plots - NF Density - CSC - NDR IMIX
10988 - type: "plot"
10989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10990   algorithm: "plot_nf_heatmap"
10991   output-file-type: ".html"
10992   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10993   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10994   filter: "'NIC_Intel-XXV710' and
10995            'NF_DENSITY' and
10996            'DOCKER' and
10997            'CHAIN' and
10998            'NF_VPPIP4' and
10999            'IMIX' and
11000            '2T1C' and
11001            'NDRPDR'"
11002   parameters:
11003   - "throughput"
11004   - "name"
11005   - "tags"
11006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11007   x-axis: "X = CNFs per Service Chain"
11008   y-axis: "Y = Number of Service Chains"
11009   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11010   layout:
11011     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11012     layout: "plot-service-density"
11013
11014 - type: "plot"
11015   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11016   algorithm: "plot_nf_heatmap"
11017   output-file-type: ".html"
11018   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11019   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11020   filter: "'NIC_Intel-XXV710' and
11021            'NF_DENSITY' and
11022            'DOCKER' and
11023            'CHAIN' and
11024            'NF_VPPIP4' and
11025            'IMIX' and
11026            '4T2C' and
11027            'NDRPDR'"
11028   parameters:
11029   - "throughput"
11030   - "name"
11031   - "tags"
11032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11033   x-axis: "X = CNFs per Service Chain"
11034   y-axis: "Y = Number of Service Chains"
11035   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11036   layout:
11037     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11038     layout: "plot-service-density"
11039
11040 - type: "plot"
11041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11042   algorithm: "plot_nf_heatmap"
11043   output-file-type: ".html"
11044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11045   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11046   filter: "'NIC_Intel-XXV710' and
11047            'NF_DENSITY' and
11048            'DOCKER' and
11049            'CHAIN' and
11050            'NF_VPPIP4' and
11051            'IMIX' and
11052            '8T4C' and
11053            'NDRPDR'"
11054   parameters:
11055   - "throughput"
11056   - "name"
11057   - "tags"
11058   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11059   x-axis: "X = CNFs per Service Chain"
11060   y-axis: "Y = Number of Service Chains"
11061   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11062   layout:
11063     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11064     layout: "plot-service-density"
11065
11066 # Plots - NF Density - CSC - PDR IMIX
11067 - type: "plot"
11068   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11069   algorithm: "plot_nf_heatmap"
11070   output-file-type: ".html"
11071   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11072   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11073   filter: "'NIC_Intel-XXV710' and
11074            'NF_DENSITY' and
11075            'DOCKER' and
11076            'CHAIN' and
11077            'NF_VPPIP4' and
11078            'IMIX' and
11079            '2T1C' and
11080            'NDRPDR'"
11081   parameters:
11082   - "throughput"
11083   - "name"
11084   - "tags"
11085   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11086   x-axis: "X = CNFs per Service Chain"
11087   y-axis: "Y = Number of Service Chains"
11088   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11089   layout:
11090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11091     layout: "plot-service-density"
11092
11093 - type: "plot"
11094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11095   algorithm: "plot_nf_heatmap"
11096   output-file-type: ".html"
11097   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11098   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11099   filter: "'NIC_Intel-XXV710' and
11100            'NF_DENSITY' and
11101            'DOCKER' and
11102            'CHAIN' and
11103            'NF_VPPIP4' and
11104            'IMIX' and
11105            '4T2C' and
11106            'NDRPDR'"
11107   parameters:
11108   - "throughput"
11109   - "name"
11110   - "tags"
11111   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11112   x-axis: "X = CNFs per Service Chain"
11113   y-axis: "Y = Number of Service Chains"
11114   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11115   layout:
11116     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11117     layout: "plot-service-density"
11118
11119 - type: "plot"
11120   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11121   algorithm: "plot_nf_heatmap"
11122   output-file-type: ".html"
11123   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11124   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11125   filter: "'NIC_Intel-XXV710' and
11126            'NF_DENSITY' and
11127            'DOCKER' and
11128            'CHAIN' and
11129            'NF_VPPIP4' and
11130            'IMIX' and
11131            '8T4C' and
11132            'NDRPDR'"
11133   parameters:
11134   - "throughput"
11135   - "name"
11136   - "tags"
11137   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11138   x-axis: "X = CNFs per Service Chain"
11139   y-axis: "Y = Number of Service Chains"
11140   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11141   layout:
11142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11143     layout: "plot-service-density"
11144
11145 # Plots - NF Density - CSP - MRR IMIX
11146 - type: "plot"
11147   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11148   algorithm: "plot_nf_heatmap"
11149   output-file-type: ".html"
11150   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11151   data: "plot-vpp-nfv-2n-clx-mrr"
11152   filter: "'NIC_Intel-XXV710' and
11153            'NF_DENSITY' and
11154            'DOCKER' and
11155            'PIPELINE' and
11156            'NF_VPPIP4' and
11157            'IMIX' and
11158            '2T1C' and
11159            'MRR'"
11160   parameters:
11161   - "result"
11162   - "name"
11163   - "tags"
11164   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11165   x-axis: "X = CNFs per Service Pipeline"
11166   y-axis: "Y = Number of Service Pipelines"
11167   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11168   layout:
11169     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11170     layout: "plot-service-density"
11171
11172 - type: "plot"
11173   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11174   algorithm: "plot_nf_heatmap"
11175   output-file-type: ".html"
11176   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11177   data: "plot-vpp-nfv-2n-clx-mrr"
11178   filter: "'NIC_Intel-XXV710' and
11179            'NF_DENSITY' and
11180            'DOCKER' and
11181            'PIPELINE' and
11182            'NF_VPPIP4' and
11183            'IMIX' and
11184            '4T2C' and
11185            'MRR'"
11186   parameters:
11187   - "result"
11188   - "name"
11189   - "tags"
11190   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11191   x-axis: "X = CNFs per Service Pipeline"
11192   y-axis: "Y = Number of Service Pipelines"
11193   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11194   layout:
11195     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11196     layout: "plot-service-density"
11197
11198 - type: "plot"
11199   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11200   algorithm: "plot_nf_heatmap"
11201   output-file-type: ".html"
11202   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11203   data: "plot-vpp-nfv-2n-clx-mrr"
11204   filter: "'NIC_Intel-XXV710' and
11205            'NF_DENSITY' and
11206            'DOCKER' and
11207            'PIPELINE' and
11208            'NF_VPPIP4' and
11209            'IMIX' and
11210            '8T4C' and
11211            'MRR'"
11212   parameters:
11213   - "result"
11214   - "name"
11215   - "tags"
11216   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11217   x-axis: "X = CNFs per Service Pipeline"
11218   y-axis: "Y = Number of Service Pipelines"
11219   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11220   layout:
11221     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11222     layout: "plot-service-density"
11223
11224 # Plots - NF Density - CSP - NDR IMIX
11225 - type: "plot"
11226   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11227   algorithm: "plot_nf_heatmap"
11228   output-file-type: ".html"
11229   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11230   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11231   filter: "'NIC_Intel-XXV710' and
11232            'NF_DENSITY' and
11233            'DOCKER' and
11234            'PIPELINE' and
11235            'NF_VPPIP4' and
11236            'IMIX' and
11237            '2T1C' and
11238            'NDRPDR'"
11239   parameters:
11240   - "throughput"
11241   - "name"
11242   - "tags"
11243   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11244   x-axis: "X = CNFs per Service Pipeline"
11245   y-axis: "Y = Number of Service Pipelines"
11246   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11247   layout:
11248     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11249     layout: "plot-service-density"
11250
11251 - type: "plot"
11252   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11253   algorithm: "plot_nf_heatmap"
11254   output-file-type: ".html"
11255   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11256   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11257   filter: "'NIC_Intel-XXV710' and
11258            'NF_DENSITY' and
11259            'DOCKER' and
11260            'PIPELINE' and
11261            'NF_VPPIP4' and
11262            'IMIX' and
11263            '4T2C' and
11264            'NDRPDR'"
11265   parameters:
11266   - "throughput"
11267   - "name"
11268   - "tags"
11269   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11270   x-axis: "X = CNFs per Service Pipeline"
11271   y-axis: "Y = Number of Service Pipelines"
11272   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11273   layout:
11274     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11275     layout: "plot-service-density"
11276
11277 - type: "plot"
11278   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11279   algorithm: "plot_nf_heatmap"
11280   output-file-type: ".html"
11281   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11282   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11283   filter: "'NIC_Intel-XXV710' and
11284            'NF_DENSITY' and
11285            'DOCKER' and
11286            'PIPELINE' and
11287            'NF_VPPIP4' and
11288            'IMIX' and
11289            '8T4C' and
11290            'NDRPDR'"
11291   parameters:
11292   - "throughput"
11293   - "name"
11294   - "tags"
11295   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11296   x-axis: "X = CNFs per Service Pipeline"
11297   y-axis: "Y = Number of Service Pipelines"
11298   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11299   layout:
11300     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11301     layout: "plot-service-density"
11302
11303 # Plots - NF Density - CSP - PDR IMIX
11304 - type: "plot"
11305   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11306   algorithm: "plot_nf_heatmap"
11307   output-file-type: ".html"
11308   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11309   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11310   filter: "'NIC_Intel-XXV710' and
11311            'NF_DENSITY' and
11312            'DOCKER' and
11313            'PIPELINE' and
11314            'NF_VPPIP4' and
11315            'IMIX' and
11316            '2T1C' and
11317            'NDRPDR'"
11318   parameters:
11319   - "throughput"
11320   - "name"
11321   - "tags"
11322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11323   x-axis: "X = CNFs per Service Pipeline"
11324   y-axis: "Y = Number of Service Pipelines"
11325   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11326   layout:
11327     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11328     layout: "plot-service-density"
11329
11330 - type: "plot"
11331   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11332   algorithm: "plot_nf_heatmap"
11333   output-file-type: ".html"
11334   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11335   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11336   filter: "'NIC_Intel-XXV710' and
11337            'NF_DENSITY' and
11338            'DOCKER' and
11339            'PIPELINE' and
11340            'NF_VPPIP4' and
11341            'IMIX' and
11342            '4T2C' and
11343            'NDRPDR'"
11344   parameters:
11345   - "throughput"
11346   - "name"
11347   - "tags"
11348   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11349   x-axis: "X = CNFs per Service Pipeline"
11350   y-axis: "Y = Number of Service Pipelines"
11351   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11352   layout:
11353     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11354     layout: "plot-service-density"
11355
11356 - type: "plot"
11357   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11358   algorithm: "plot_nf_heatmap"
11359   output-file-type: ".html"
11360   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11361   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11362   filter: "'NIC_Intel-XXV710' and
11363            'NF_DENSITY' and
11364            'DOCKER' and
11365            'PIPELINE' and
11366            'NF_VPPIP4' and
11367            'IMIX' and
11368            '8T4C' and
11369            'NDRPDR'"
11370   parameters:
11371   - "throughput"
11372   - "name"
11373   - "tags"
11374   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11375   x-axis: "X = CNFs per Service Pipeline"
11376   y-axis: "Y = Number of Service Pipelines"
11377   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11378   layout:
11379     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11380     layout: "plot-service-density"
11381
11382 ################################################################################
11383
11384 # Packet Throughput
11385
11386 - type: "plot"
11387   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11388   algorithm: "plot_perf_box_name"
11389   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11390   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11391   include:
11392     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11393     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11394     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11395     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11396   layout:
11397     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11398     layout: "plot-throughput"
11399
11400 - type: "plot"
11401   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11402   algorithm: "plot_perf_box_name"
11403   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11404   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11405   include:
11406     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11407     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11408     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11409     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11410   layout:
11411     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11412     layout: "plot-throughput"
11413
11414 - type: "plot"
11415   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11416   algorithm: "plot_perf_box_name"
11417   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11419   include:
11420     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11421     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11422     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11423     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11424   layout:
11425     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11426     layout: "plot-throughput"
11427
11428 - type: "plot"
11429   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11430   algorithm: "plot_perf_box_name"
11431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11433   include:
11434     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11435     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11436     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11437     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11438   layout:
11439     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11440     layout: "plot-throughput"
11441
11442 - type: "plot"
11443   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11444   algorithm: "plot_perf_box_name"
11445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11447   include:
11448     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11449     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11450     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11451     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11452     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11453   layout:
11454     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11455     layout: "plot-throughput"
11456
11457 - type: "plot"
11458   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11459   algorithm: "plot_perf_box_name"
11460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11462   include:
11463     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11464     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11465     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11466     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11467     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11468   layout:
11469     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11470     layout: "plot-throughput"
11471
11472 - type: "plot"
11473   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11474   algorithm: "plot_perf_box_name"
11475   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11477   include:
11478     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11479     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11480     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11481     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11482     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11483   layout:
11484     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11485     layout: "plot-throughput"
11486
11487 - type: "plot"
11488   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11489   algorithm: "plot_perf_box_name"
11490   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11492   include:
11493     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11494     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11495     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11496     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11497     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11498   layout:
11499     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11500     layout: "plot-throughput"
11501
11502 - type: "plot"
11503   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11504   algorithm: "plot_perf_box_name"
11505   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11506   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11507   include:
11508     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11509     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11510     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11511     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11512     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11513   layout:
11514     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11515     layout: "plot-throughput"
11516
11517 - type: "plot"
11518   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11519   algorithm: "plot_perf_box_name"
11520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11522   include:
11523     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11524     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11525     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11526     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11527     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11528   layout:
11529     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11530     layout: "plot-throughput"
11531
11532 - type: "plot"
11533   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11534   algorithm: "plot_perf_box_name"
11535   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11537   include:
11538     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11544   layout:
11545     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11546     layout: "plot-throughput"
11547
11548 - type: "plot"
11549   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11550   algorithm: "plot_perf_box_name"
11551   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11553   include:
11554     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11560   layout:
11561     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11562     layout: "plot-throughput"
11563
11564 - type: "plot"
11565   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11566   algorithm: "plot_perf_box_name"
11567   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11569   include:
11570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11575   layout:
11576     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11577     layout: "plot-throughput"
11578
11579 - type: "plot"
11580   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11581   algorithm: "plot_perf_box_name"
11582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11584   include:
11585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11590   layout:
11591     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11592     layout: "plot-throughput"
11593
11594 - type: "plot"
11595   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11596   algorithm: "plot_perf_box_name"
11597   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11599   include:
11600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11603   layout:
11604     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11612   include:
11613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11616   layout:
11617     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11618     layout: "plot-throughput"
11619
11620 - type: "plot"
11621   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11622   algorithm: "plot_perf_box_name"
11623   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11624   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11625   include:
11626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11631   layout:
11632     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11633     layout: "plot-throughput"
11634
11635 - type: "plot"
11636   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11637   algorithm: "plot_perf_box_name"
11638   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11640   include:
11641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11646   layout:
11647     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11648     layout: "plot-throughput"
11649
11650 - type: "plot"
11651   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11652   algorithm: "plot_perf_box_name"
11653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11655   include:
11656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11659   layout:
11660     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11661     layout: "plot-throughput"
11662
11663 - type: "plot"
11664   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11665   algorithm: "plot_perf_box_name"
11666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11668   include:
11669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11672   layout:
11673     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11674     layout: "plot-throughput"
11675
11676 - type: "plot"
11677   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11678   algorithm: "plot_perf_box_name"
11679   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11681   include:
11682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11688   layout:
11689     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11690     layout: "plot-throughput"
11691
11692 - type: "plot"
11693   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11694   algorithm: "plot_perf_box_name"
11695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11697   include:
11698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11704   layout:
11705     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11706     layout: "plot-throughput"
11707
11708 - type: "plot"
11709   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11710   algorithm: "plot_perf_box_name"
11711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11713   include:
11714     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11715     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11716     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11717     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11718     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11719   layout:
11720     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11721     layout: "plot-throughput"
11722
11723 - type: "plot"
11724   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11725   algorithm: "plot_perf_box_name"
11726   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11727   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11728   include:
11729     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11730     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11731     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11732     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11733     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11734   layout:
11735     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11736     layout: "plot-throughput"
11737
11738 - type: "plot"
11739   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11740   algorithm: "plot_perf_box_name"
11741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11743   include:
11744     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11745     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11746     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11747     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11748     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11749     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11750     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11751     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11752     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11753     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11754   layout:
11755     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11756     layout: "plot-cps"
11757
11758 - type: "plot"
11759   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11760   algorithm: "plot_perf_box_name"
11761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11763   include:
11764     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11765     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11767     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11768     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11769     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11770     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11771     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11772     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11773     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11774   layout:
11775     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11782   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11783   include:
11784     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11785     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11786     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11787     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11788     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11789     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11790     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11791     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11792     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11793     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11794   layout:
11795     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11796     layout: "plot-cps"
11797
11798 - type: "plot"
11799   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11800   algorithm: "plot_perf_box_name"
11801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11803   include:
11804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11806     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11809     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11810     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11811     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11812     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11813     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11814   layout:
11815     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11823   include:
11824     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11825     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11826     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11827     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11828     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11829   layout:
11830     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11831     layout: "plot-throughput"
11832
11833 - type: "plot"
11834   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11835   algorithm: "plot_perf_box_name"
11836   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11837   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11838   include:
11839     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11840     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11841     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11842     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11843     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11844   layout:
11845     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11846     layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11853   include:
11854     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11855     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11856     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11857     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11858     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11859     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11860     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11861     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11863     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11864   layout:
11865     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11866     layout: "plot-cps"
11867
11868 - type: "plot"
11869   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11870   algorithm: "plot_perf_box_name"
11871   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11872   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11873   include:
11874     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11875     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11876     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11877     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11878     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11884   layout:
11885     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11886     layout: "plot-throughput"
11887
11888 - type: "plot"
11889   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11890   algorithm: "plot_perf_box_name"
11891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11893   include:
11894     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11895     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11896     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11897     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11898     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11904   layout:
11905     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11906     layout: "plot-cps"
11907
11908 - type: "plot"
11909   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11910   algorithm: "plot_perf_box_name"
11911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11913   include:
11914     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11915     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11916     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11917     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11918     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11919     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11920     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11922     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11923     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11924   layout:
11925     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11933   include:
11934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11940   layout:
11941     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11942     layout: "plot-throughput"
11943
11944 - type: "plot"
11945   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11946   algorithm: "plot_perf_box_name"
11947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11949   include:
11950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11956   layout:
11957     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11958     layout: "plot-throughput"
11959
11960 - type: "plot"
11961   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11962   algorithm: "plot_perf_box_name"
11963   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11965   include:
11966     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11969   layout:
11970     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11971     layout: "plot-throughput"
11972
11973 - type: "plot"
11974   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11975   algorithm: "plot_perf_box_name"
11976   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11978   include:
11979     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11982   layout:
11983     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11984     layout: "plot-throughput"
11985
11986 - type: "plot"
11987   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11988   algorithm: "plot_perf_box_name"
11989   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11991   include:
11992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11994 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11995 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11996 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11997   layout:
11998     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11999     layout: "plot-throughput"
12000
12001 - type: "plot"
12002   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12003   algorithm: "plot_perf_box_name"
12004   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12006   include:
12007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12009 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12010 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12011 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12012   layout:
12013     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12014     layout: "plot-throughput"
12015
12016 - type: "plot"
12017   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12018   algorithm: "plot_perf_box_name"
12019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12021   include:
12022     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12027   layout:
12028     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12029     layout: "plot-throughput"
12030
12031 - type: "plot"
12032   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12033   algorithm: "plot_perf_box_name"
12034   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12036   include:
12037     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12042   layout:
12043     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12051   include:
12052     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12057   layout:
12058     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12059     layout: "plot-throughput"
12060
12061 - type: "plot"
12062   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12063   algorithm: "plot_perf_box_name"
12064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12066   include:
12067     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12072   layout:
12073     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12074     layout: "plot-throughput"
12075
12076 - type: "plot"
12077   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12078   algorithm: "plot_perf_box_name"
12079   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12081   include:
12082     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12086   layout:
12087     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12088     layout: "plot-throughput"
12089
12090 - type: "plot"
12091   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12092   algorithm: "plot_perf_box_name"
12093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12095   include:
12096     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12100   layout:
12101     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12102     layout: "plot-throughput"
12103
12104 - type: "plot"
12105   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12106   algorithm: "plot_perf_box_name"
12107   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12109   include:
12110     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12115   layout:
12116     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12117     layout: "plot-throughput"
12118
12119 - type: "plot"
12120   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12121   algorithm: "plot_perf_box_name"
12122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12124   include:
12125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12130   layout:
12131     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12132     layout: "plot-throughput"
12133
12134 - type: "plot"
12135   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12136   algorithm: "plot_perf_box_name"
12137   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12138   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12139   include:
12140     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12145   layout:
12146     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12147     layout: "plot-throughput"
12148
12149 - type: "plot"
12150   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12151   algorithm: "plot_perf_box_name"
12152   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12153   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12154   include:
12155     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12160   layout:
12161     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12168   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12169   include:
12170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12174   layout:
12175     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12176     layout: "plot-throughput"
12177
12178 - type: "plot"
12179   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12180   algorithm: "plot_perf_box_name"
12181   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12182   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12183   include:
12184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12188   layout:
12189     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12190     layout: "plot-throughput"
12191
12192 - type: "plot"
12193   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12194   algorithm: "plot_perf_box_name"
12195   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12196   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12197   include:
12198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12203   layout:
12204     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12205     layout: "plot-throughput"
12206
12207 - type: "plot"
12208   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12209   algorithm: "plot_perf_box_name"
12210   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12211   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12212   include:
12213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12218   layout:
12219     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12226   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12227   include:
12228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12234   layout:
12235     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12242   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12243   include:
12244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12250   layout:
12251     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12258   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12259   include:
12260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12265   layout:
12266     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12273   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12274   include:
12275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12280   layout:
12281     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12288   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12289   include:
12290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12295   layout:
12296     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12304   include:
12305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12310   layout:
12311     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12312     layout: "plot-throughput"
12313
12314 - type: "plot"
12315   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12316   algorithm: "plot_perf_box_name"
12317   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12319   include:
12320     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12322   layout:
12323     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12324     layout: "plot-throughput"
12325
12326 - type: "plot"
12327   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12328   algorithm: "plot_perf_box_name"
12329   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12331   include:
12332     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12334   layout:
12335     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12336     layout: "plot-throughput"
12337
12338 - type: "plot"
12339   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12340   algorithm: "plot_perf_box_name"
12341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12343   include:
12344     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12348   layout:
12349     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12350     layout: "plot-throughput"
12351
12352 - type: "plot"
12353   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12354   algorithm: "plot_perf_box_name"
12355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12357   include:
12358     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12362   layout:
12363     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12371   include:
12372     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12376   layout:
12377     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12378     layout: "plot-throughput"
12379
12380 - type: "plot"
12381   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12382   algorithm: "plot_perf_box_name"
12383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12385   include:
12386     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12390   layout:
12391     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12392     layout: "plot-throughput"
12393
12394 - type: "plot"
12395   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12396   algorithm: "plot_perf_box_name"
12397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12398   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12399   include:
12400     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12404   layout:
12405     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12412   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12413   include:
12414     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12418   layout:
12419     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12420     layout: "plot-throughput"
12421
12422 - type: "plot"
12423   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12424   algorithm: "plot_perf_box_name"
12425   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12426   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12427   include:
12428     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12432   layout:
12433     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12434     layout: "plot-throughput"
12435
12436 - type: "plot"
12437   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12438   algorithm: "plot_perf_box_name"
12439   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12440   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12441   include:
12442     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12443     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12446   layout:
12447     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12448     layout: "plot-throughput"
12449
12450 - type: "plot"
12451   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12452   algorithm: "plot_perf_box_name"
12453   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12455   include:
12456     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12457     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12462   layout:
12463     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12464     layout: "plot-throughput"
12465
12466 - type: "plot"
12467   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12468   algorithm: "plot_perf_box_name"
12469   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12470   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12471   include:
12472     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12478   layout:
12479     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12480     layout: "plot-throughput"
12481
12482 - type: "plot"
12483   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12484   algorithm: "plot_perf_box_name"
12485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12487   include:
12488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12493   layout:
12494     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12495     layout: "plot-throughput"
12496
12497 - type: "plot"
12498   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12499   algorithm: "plot_perf_box_name"
12500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12502   include:
12503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12508   layout:
12509     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12517   include:
12518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12523   layout:
12524     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12525     layout: "plot-throughput"
12526
12527 - type: "plot"
12528   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12529   algorithm: "plot_perf_box_name"
12530   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12531   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12532   include:
12533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12538   layout:
12539     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12547   include:
12548     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12549     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12550     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12551   layout:
12552     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12553     layout: "plot-throughput"
12554
12555 - type: "plot"
12556   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12557   algorithm: "plot_perf_box_name"
12558   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12560   include:
12561     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12562     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12563     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12564   layout:
12565     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12566     layout: "plot-throughput"
12567
12568 - type: "plot"
12569   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12570   algorithm: "plot_perf_box_name"
12571   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12573   include:
12574     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12576     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12577   layout:
12578     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12586   include:
12587     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12590   layout:
12591     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12592     layout: "plot-throughput"
12593
12594 - type: "plot"
12595   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12596   algorithm: "plot_perf_box_name"
12597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12599   include:
12600     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12605   layout:
12606     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12607     layout: "plot-throughput"
12608
12609 - type: "plot"
12610   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12611   algorithm: "plot_perf_box_name"
12612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12614   include:
12615     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12620   layout:
12621     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12629   include:
12630     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12635   layout:
12636     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12644   include:
12645     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12650   layout:
12651     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12659   include:
12660     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12665   layout:
12666     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12673   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12674   include:
12675     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12680   layout:
12681     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12688   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12689   include:
12690     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12695   layout:
12696     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12697     layout: "plot-throughput"
12698
12699 - type: "plot"
12700   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12701   algorithm: "plot_perf_box_name"
12702   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12703   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12704   include:
12705     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12710   layout:
12711     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12716   algorithm: "plot_perf_box_name"
12717   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12718   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12719   include:
12720     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12721     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12725   layout:
12726     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12727     layout: "plot-throughput"
12728
12729 - type: "plot"
12730   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12731   algorithm: "plot_perf_box_name"
12732   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12733   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12734   include:
12735     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12736     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12737     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12738     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12740   layout:
12741     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12742     layout: "plot-throughput"
12743
12744 - type: "plot"
12745   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12746   algorithm: "plot_perf_box_name"
12747   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12749   include:
12750     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12751     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12752     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12753     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12754     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12755     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12756   layout:
12757     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12758     layout: "plot-throughput"
12759
12760 - type: "plot"
12761   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12762   algorithm: "plot_perf_box_name"
12763   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12764   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12765   include:
12766     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12767     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12768     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12769     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12770     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12771     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12772   layout:
12773     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12774     layout: "plot-throughput"
12775
12776 - type: "plot"
12777   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12778   algorithm: "plot_perf_box_name"
12779   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12780   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12781   include:
12782     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12783     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12784     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12785     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12786   layout:
12787     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12788     layout: "plot-throughput"
12789
12790 - type: "plot"
12791   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12792   algorithm: "plot_perf_box_name"
12793   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12794   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12795   include:
12796     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12797     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12798     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12799     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12800   layout:
12801     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12802     layout: "plot-throughput"
12803
12804 - type: "plot"
12805   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12806   algorithm: "plot_perf_box_name"
12807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12809   include:
12810     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12811     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12812     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12813     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12814     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12815     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12816   layout:
12817     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12818     layout: "plot-throughput"
12819
12820 - type: "plot"
12821   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12822   algorithm: "plot_perf_box_name"
12823   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12825   include:
12826     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12827     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12828     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12829     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12830     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12831     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12832   layout:
12833     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12834     layout: "plot-throughput"
12835
12836 - type: "plot"
12837   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12838   algorithm: "plot_perf_box_name"
12839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12841   include:
12842     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12843     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12844     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12845     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12846     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12847     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12848   layout:
12849     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12850     layout: "plot-throughput"
12851
12852 - type: "plot"
12853   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12854   algorithm: "plot_perf_box_name"
12855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12857   include:
12858     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12859     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12862     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12864   layout:
12865     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12866     layout: "plot-throughput"
12867
12868 - type: "plot"
12869   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12870   algorithm: "plot_perf_box_name"
12871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12873   include:
12874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12878     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12880   layout:
12881     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12882     layout: "plot-throughput"
12883
12884 - type: "plot"
12885   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12886   algorithm: "plot_perf_box_name"
12887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12889   include:
12890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12896   layout:
12897     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12898     layout: "plot-throughput"
12899
12900 - type: "plot"
12901   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12902   algorithm: "plot_perf_box_name"
12903   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12904   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12905   include:
12906     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12907     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12908     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12909     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12912   layout:
12913     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12914     layout: "plot-throughput"
12915
12916 - type: "plot"
12917   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12918   algorithm: "plot_perf_box_name"
12919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12921   include:
12922     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12923     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12928   layout:
12929     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12930     layout: "plot-throughput"
12931
12932 - type: "plot"
12933   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12934   algorithm: "plot_perf_box_name"
12935   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12936   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12937   include:
12938     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12944   layout:
12945     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12946     layout: "plot-throughput"
12947
12948 - type: "plot"
12949   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12950   algorithm: "plot_perf_box_name"
12951   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12952   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12953   include:
12954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12960   layout:
12961     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12962     layout: "plot-throughput"
12963
12964 - type: "plot"
12965   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12966   algorithm: "plot_perf_box_name"
12967   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12969   include:
12970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12976   layout:
12977     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12978     layout: "plot-throughput"
12979
12980 - type: "plot"
12981   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12982   algorithm: "plot_perf_box_name"
12983   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12985   include:
12986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12992   layout:
12993     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12994     layout: "plot-throughput"
12995
12996 - type: "plot"
12997   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12998   algorithm: "plot_perf_box_name"
12999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13001   include:
13002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13008   layout:
13009     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13010     layout: "plot-throughput"
13011
13012 - type: "plot"
13013   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13014   algorithm: "plot_perf_box_name"
13015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13017   include:
13018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13024   layout:
13025     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13026     layout: "plot-throughput"
13027
13028 - type: "plot"
13029   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13030   algorithm: "plot_perf_box_name"
13031   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13033   include:
13034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13040   layout:
13041     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13042     layout: "plot-throughput"
13043
13044 - type: "plot"
13045   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13046   algorithm: "plot_perf_box_name"
13047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13049   include:
13050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13056   layout:
13057     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13058     layout: "plot-throughput"
13059
13060 - type: "plot"
13061   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13062   algorithm: "plot_perf_box_name"
13063   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13065   include:
13066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13070   layout:
13071     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13072     layout: "plot-throughput"
13073
13074 - type: "plot"
13075   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13076   algorithm: "plot_perf_box_name"
13077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13079   include:
13080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13084   layout:
13085     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13086     layout: "plot-throughput"
13087
13088 - type: "plot"
13089   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13090   algorithm: "plot_perf_box_name"
13091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13093   include:
13094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13098   layout:
13099     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13100     layout: "plot-throughput"
13101
13102 - type: "plot"
13103   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13104   algorithm: "plot_perf_box_name"
13105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13107   include:
13108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13112   layout:
13113     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13114     layout: "plot-throughput"
13115
13116 - type: "plot"
13117   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13118   algorithm: "plot_perf_box_name"
13119   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13120   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13121   include:
13122     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13128   layout:
13129     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13130     layout: "plot-throughput"
13131
13132 - type: "plot"
13133   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13134   algorithm: "plot_perf_box_name"
13135   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13137   include:
13138     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13144   layout:
13145     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13153   include:
13154     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13159   layout:
13160     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13161     layout: "plot-throughput"
13162
13163 - type: "plot"
13164   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13165   algorithm: "plot_perf_box_name"
13166   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13168   include:
13169     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13174   layout:
13175     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13176     layout: "plot-throughput"
13177
13178 - type: "plot"
13179   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13180   algorithm: "plot_perf_box_name"
13181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13183   include:
13184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13189   layout:
13190     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13191     layout: "plot-throughput"
13192
13193 - type: "plot"
13194   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13195   algorithm: "plot_perf_box_name"
13196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13198   include:
13199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13204   layout:
13205     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13206     layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13213   include:
13214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13218   layout:
13219     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13220     layout: "plot-throughput"
13221
13222 - type: "plot"
13223   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13224   algorithm: "plot_perf_box_name"
13225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13227   include:
13228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13232   layout:
13233     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13234     layout: "plot-throughput"
13235
13236 - type: "plot"
13237   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13238   algorithm: "plot_perf_box_name"
13239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13241   include:
13242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13248   layout:
13249     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13250     layout: "plot-throughput"
13251
13252 - type: "plot"
13253   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13254   algorithm: "plot_perf_box_name"
13255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13257   include:
13258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13264   layout:
13265     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13266     layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13273   include:
13274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13280   layout:
13281     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13282     layout: "plot-throughput"
13283
13284 - type: "plot"
13285   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13286   algorithm: "plot_perf_box_name"
13287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13289   include:
13290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13296   layout:
13297     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13298     layout: "plot-throughput"
13299
13300 - type: "plot"
13301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13302   algorithm: "plot_perf_box_name"
13303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13305   include:
13306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13312   layout:
13313     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13314     layout: "plot-throughput"
13315
13316 - type: "plot"
13317   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13318   algorithm: "plot_perf_box_name"
13319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13321   include:
13322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13328   layout:
13329     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13330     layout: "plot-throughput"
13331
13332 - type: "plot"
13333   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13334   algorithm: "plot_perf_box_name"
13335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13337   include:
13338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13344   layout:
13345     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13346     layout: "plot-throughput"
13347
13348 - type: "plot"
13349   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13350   algorithm: "plot_perf_box_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13353   include:
13354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13360   layout:
13361     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13362     layout: "plot-throughput"
13363
13364 - type: "plot"
13365   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13366   algorithm: "plot_perf_box_name"
13367   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13368   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13369   include:
13370     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13374   layout:
13375     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13376     layout: "plot-throughput"
13377
13378 - type: "plot"
13379   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13380   algorithm: "plot_perf_box_name"
13381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13383   include:
13384     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13388   layout:
13389     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13390     layout: "plot-throughput"
13391
13392 - type: "plot"
13393   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13394   algorithm: "plot_perf_box_name"
13395   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13396   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13397   include:
13398     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13399     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13404   layout:
13405     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13406     layout: "plot-throughput"
13407
13408 - type: "plot"
13409   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13410   algorithm: "plot_perf_box_name"
13411   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13412   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13413   include:
13414     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13415     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13420   layout:
13421     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13422     layout: "plot-throughput"
13423
13424 - type: "plot"
13425   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13426   algorithm: "plot_perf_box_name"
13427   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13428   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13429   include:
13430     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13436   layout:
13437     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13438     layout: "plot-throughput"
13439
13440 - type: "plot"
13441   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13442   algorithm: "plot_perf_box_name"
13443   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13444   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13445   include:
13446     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13452   layout:
13453     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13454     layout: "plot-throughput"
13455
13456 - type: "plot"
13457   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13458   algorithm: "plot_perf_box_name"
13459   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13460   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13461   include:
13462     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13466   layout:
13467     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13468     layout: "plot-throughput"
13469
13470 - type: "plot"
13471   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13472   algorithm: "plot_perf_box_name"
13473   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13474   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13475   include:
13476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13480   layout:
13481     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13482     layout: "plot-throughput"
13483
13484 - type: "plot"
13485   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13486   algorithm: "plot_perf_box_name"
13487   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13488   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13489   include:
13490     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13496   layout:
13497     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13498     layout: "plot-throughput"
13499
13500 - type: "plot"
13501   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13502   algorithm: "plot_perf_box_name"
13503   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13504   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13505   include:
13506     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13512   layout:
13513     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13514     layout: "plot-throughput"
13515
13516 - type: "plot"
13517   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13518   algorithm: "plot_perf_box_name"
13519   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13520   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13521   include:
13522     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13526   layout:
13527     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13528     layout: "plot-throughput"
13529
13530 - type: "plot"
13531   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13532   algorithm: "plot_perf_box_name"
13533   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13534   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13535   include:
13536     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13540   layout:
13541     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13542     layout: "plot-throughput"
13543
13544 - type: "plot"
13545   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13546   algorithm: "plot_perf_box_name"
13547   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13548   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13549   include:
13550     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13551     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13556   layout:
13557     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13558     layout: "plot-throughput"
13559
13560 - type: "plot"
13561   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13562   algorithm: "plot_perf_box_name"
13563   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13564   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13565   include:
13566     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13567     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13572   layout:
13573     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13574     layout: "plot-throughput"
13575
13576 - type: "plot"
13577   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13578   algorithm: "plot_perf_box_name"
13579   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13580   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13581   include:
13582     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13583     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13588   layout:
13589     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13590     layout: "plot-throughput"
13591
13592 - type: "plot"
13593   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13594   algorithm: "plot_perf_box_name"
13595   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13596   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13597   include:
13598     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13604   layout:
13605     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13606     layout: "plot-throughput"
13607
13608 - type: "plot"
13609   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13610   algorithm: "plot_perf_box_name"
13611   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13612   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13613   include:
13614     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13615     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13616     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13617     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13618     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13619     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13620   layout:
13621     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13622     layout: "plot-throughput"
13623
13624 - type: "plot"
13625   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13626   algorithm: "plot_perf_box_name"
13627   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13628   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13629   include:
13630     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13631     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13632     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13633     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13634     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13635     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13636   layout:
13637     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13638     layout: "plot-throughput"
13639
13640 - type: "plot"
13641   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13642   algorithm: "plot_perf_box_name"
13643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13645   include:
13646     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13647     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13648     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13649 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13650 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13651 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13652   layout:
13653     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13654     layout: "plot-throughput"
13655
13656 - type: "plot"
13657   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13658   algorithm: "plot_perf_box_name"
13659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13661   include:
13662     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13663     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13664     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13665 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13666 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13667 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13668   layout:
13669     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13670     layout: "plot-throughput"
13671
13672 - type: "plot"
13673   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13674   algorithm: "plot_perf_box_name"
13675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13677   include:
13678     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13679     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13680     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13681     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13682     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13683     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13684   layout:
13685     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13686     layout: "plot-throughput"
13687
13688 - type: "plot"
13689   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13690   algorithm: "plot_perf_box_name"
13691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13693   include:
13694     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13695     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13696     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13697     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13698     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13699     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13700   layout:
13701     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13702     layout: "plot-throughput"
13703
13704 - type: "plot"
13705   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13706   algorithm: "plot_perf_box_name"
13707   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13708   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13709   include:
13710     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13711     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13712     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13713     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13714     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13715     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13716   layout:
13717     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13718     layout: "plot-throughput"
13719
13720 - type: "plot"
13721   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13722   algorithm: "plot_perf_box_name"
13723   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13724   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13725   include:
13726     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13727     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13728     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13729     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13730     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13731     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13732   layout:
13733     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13734     layout: "plot-throughput"
13735
13736 #- type: "plot"
13737 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13738 #  algorithm: "plot_perf_box_name"
13739 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13740 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13741 #  include:
13742 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13743 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13744 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13745 #  layout:
13746 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13747 #    layout: "plot-throughput"
13748 #
13749 #- type: "plot"
13750 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13751 #  algorithm: "plot_perf_box_name"
13752 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13753 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13754 #  include:
13755 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13756 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13757 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13758 #  layout:
13759 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13760 #    layout: "plot-throughput"
13761
13762 - type: "plot"
13763   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13764   algorithm: "plot_perf_box_name"
13765   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13766   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13767   include:
13768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13769     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13773   layout:
13774     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13775     layout: "plot-throughput"
13776
13777 - type: "plot"
13778   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13779   algorithm: "plot_perf_box_name"
13780   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13782   include:
13783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13788   layout:
13789     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13790     layout: "plot-throughput"
13791
13792 - type: "plot"
13793   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13794   algorithm: "plot_perf_box_name"
13795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13797   include:
13798     - "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"
13799     - "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"
13800     - "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"
13801     - "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"
13802     - "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"
13803   layout:
13804     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13805     layout: "plot-throughput"
13806
13807 - type: "plot"
13808   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13809   algorithm: "plot_perf_box_name"
13810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13812   include:
13813     - "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"
13814     - "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"
13815     - "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"
13816     - "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"
13817     - "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"
13818   layout:
13819     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13820     layout: "plot-throughput"
13821
13822 - type: "plot"
13823   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13824   algorithm: "plot_perf_box_name"
13825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13827   include:
13828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13833   layout:
13834     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13835     layout: "plot-throughput"
13836
13837 - type: "plot"
13838   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13839   algorithm: "plot_perf_box_name"
13840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13842   include:
13843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13848   layout:
13849     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13850     layout: "plot-throughput"
13851
13852 - type: "plot"
13853   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13854   algorithm: "plot_perf_box_name"
13855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13857   include:
13858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13863   layout:
13864     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13865     layout: "plot-throughput"
13866
13867 - type: "plot"
13868   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13869   algorithm: "plot_perf_box_name"
13870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13872   include:
13873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13878   layout:
13879     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13880     layout: "plot-throughput"
13881
13882 - type: "plot"
13883   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13884   algorithm: "plot_perf_box_name"
13885   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13887   include:
13888     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13889     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13890     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13891     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13893   layout:
13894     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13895     layout: "plot-throughput"
13896
13897 - type: "plot"
13898   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13899   algorithm: "plot_perf_box_name"
13900   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13902   include:
13903     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13904     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13905     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13906     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13908   layout:
13909     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13910     layout: "plot-throughput"
13911
13912 - type: "plot"
13913   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13914   algorithm: "plot_perf_box_name"
13915   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13917   include:
13918     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13921     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13922     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13923   layout:
13924     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13925     layout: "plot-throughput"
13926
13927 - type: "plot"
13928   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13929   algorithm: "plot_perf_box_name"
13930   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13932   include:
13933     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13938   layout:
13939     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13940     layout: "plot-throughput"
13941
13942 - type: "plot"
13943   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13944   algorithm: "plot_perf_box_name"
13945   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13947   include:
13948     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13952   layout:
13953     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13954     layout: "plot-throughput"
13955
13956 - type: "plot"
13957   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13958   algorithm: "plot_perf_box_name"
13959   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13961   include:
13962     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13963     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13966   layout:
13967     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13968     layout: "plot-throughput"
13969
13970 - type: "plot"
13971   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13972   algorithm: "plot_perf_box_name"
13973   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13975   include:
13976     - "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"
13977     - "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"
13978     - "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"
13979     - "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"
13980   layout:
13981     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13982     layout: "plot-throughput"
13983
13984 - type: "plot"
13985   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13986   algorithm: "plot_perf_box_name"
13987   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13989   include:
13990     - "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"
13991     - "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"
13992     - "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"
13993     - "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"
13994   layout:
13995     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13996     layout: "plot-throughput"
13997
13998 - type: "plot"
13999   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14000   algorithm: "plot_perf_box_name"
14001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14003   include:
14004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14006     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14007     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14010   layout:
14011     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14012     layout: "plot-throughput"
14013
14014 - type: "plot"
14015   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14016   algorithm: "plot_perf_box_name"
14017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14019   include:
14020     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14021     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14022     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14023     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14024     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14025     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14026   layout:
14027     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14028     layout: "plot-throughput"
14029
14030 - type: "plot"
14031   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14032   algorithm: "plot_perf_box_name"
14033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14035   include:
14036     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14037     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14038     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14042   layout:
14043     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14044     layout: "plot-throughput"
14045
14046 - type: "plot"
14047   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14048   algorithm: "plot_perf_box_name"
14049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14051   include:
14052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14058   layout:
14059     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14060     layout: "plot-throughput"
14061
14062 - type: "plot"
14063   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14064   algorithm: "plot_perf_box_name"
14065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14067   include:
14068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14074   layout:
14075     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14076     layout: "plot-throughput"
14077
14078 - type: "plot"
14079   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14080   algorithm: "plot_perf_box_name"
14081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14083   include:
14084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14090   layout:
14091     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14092     layout: "plot-throughput"
14093
14094 - type: "plot"
14095   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14096   algorithm: "plot_perf_box_name"
14097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14099   include:
14100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14105   layout:
14106     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14107     layout: "plot-throughput"
14108
14109 - type: "plot"
14110   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14111   algorithm: "plot_perf_box_name"
14112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14114   include:
14115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14120   layout:
14121     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14122     layout: "plot-throughput"
14123
14124 - type: "plot"
14125   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14126   algorithm: "plot_perf_box_name"
14127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14129   include:
14130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14132   layout:
14133     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14134     layout: "plot-throughput"
14135
14136 - type: "plot"
14137   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14138   algorithm: "plot_perf_box_name"
14139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14141   include:
14142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14144   layout:
14145     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14146     layout: "plot-throughput"
14147
14148 - type: "plot"
14149   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14150   algorithm: "plot_perf_box_name"
14151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14153   include:
14154     - "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"
14155     - "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"
14156   layout:
14157     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14158     layout: "plot-throughput"
14159
14160 - type: "plot"
14161   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14162   algorithm: "plot_perf_box_name"
14163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14165   include:
14166     - "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"
14167     - "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"
14168   layout:
14169     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14170     layout: "plot-throughput"
14171
14172 - type: "plot"
14173   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14174   algorithm: "plot_perf_box_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14180   layout:
14181     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14182     layout: "plot-throughput"
14183
14184 - type: "plot"
14185   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14186   algorithm: "plot_perf_box_name"
14187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14189   include:
14190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14192   layout:
14193     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14194     layout: "plot-throughput"
14195
14196 - type: "plot"
14197   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14198   algorithm: "plot_perf_box_name"
14199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14201   include:
14202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14204   layout:
14205     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14206     layout: "plot-throughput"
14207
14208 - type: "plot"
14209   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14210   algorithm: "plot_perf_box_name"
14211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14213   include:
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14216   layout:
14217     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14218     layout: "plot-throughput"
14219
14220 - type: "plot"
14221   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14222   algorithm: "plot_perf_box_name"
14223   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14224   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14225   include:
14226     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14227     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14231     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14232   layout:
14233     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14234     layout: "plot-throughput"
14235
14236 - type: "plot"
14237   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14238   algorithm: "plot_perf_box_name"
14239   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14240   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14241   include:
14242     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14243     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14244     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14245     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14246     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14247     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14248   layout:
14249     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14250     layout: "plot-throughput"
14251
14252 - type: "plot"
14253   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14254   algorithm: "plot_perf_box_name"
14255   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14256   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14257   include:
14258     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14259     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14260     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14261     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14262     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14263     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14264   layout:
14265     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14266     layout: "plot-throughput"
14267
14268 - type: "plot"
14269   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14270   algorithm: "plot_perf_box_name"
14271   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14272   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14273   include:
14274     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14277     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14278     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14279     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14280   layout:
14281     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14282     layout: "plot-throughput"
14283
14284 - type: "plot"
14285   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14286   algorithm: "plot_perf_box_name"
14287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14289   include:
14290     - "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"
14291     - "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"
14292     - "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"
14293     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14294     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14295     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14296   layout:
14297     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14298     layout: "plot-throughput"
14299
14300 - type: "plot"
14301   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14302   algorithm: "plot_perf_box_name"
14303   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14305   include:
14306     - "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"
14307     - "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"
14308     - "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"
14309     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14310     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14311     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14312   layout:
14313     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14314     layout: "plot-throughput"
14315
14316 ################################################################################
14317
14318 # Packet Speedup
14319
14320 - type: "plot"
14321   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14322   algorithm: "plot_tsa_name"
14323   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14325   include:
14326     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14327     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14328     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14329     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14330   layout:
14331     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14332     layout: "plot-throughput-speedup-analysis"
14333
14334 - type: "plot"
14335   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14336   algorithm: "plot_tsa_name"
14337   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14339   include:
14340     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14341     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14342     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14343     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14344   layout:
14345     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14346     layout: "plot-throughput-speedup-analysis"
14347
14348 - type: "plot"
14349   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14350   algorithm: "plot_tsa_name"
14351   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14352   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14353   include:
14354     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14355     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14356     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14357     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14358   layout:
14359     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14360     layout: "plot-throughput-speedup-analysis"
14361
14362 - type: "plot"
14363   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14364   algorithm: "plot_tsa_name"
14365   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14367   include:
14368     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14369     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14370     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14371     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14372   layout:
14373     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14374     layout: "plot-throughput-speedup-analysis"
14375
14376 - type: "plot"
14377   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14378   algorithm: "plot_tsa_name"
14379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14381   include:
14382     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14383     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14384     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14385     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14386     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14387   layout:
14388     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14389     layout: "plot-throughput-speedup-analysis"
14390
14391 - type: "plot"
14392   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14393   algorithm: "plot_tsa_name"
14394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14396   include:
14397     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14398     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14399     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14400     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14401     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14402   layout:
14403     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14404     layout: "plot-throughput-speedup-analysis"
14405
14406 - type: "plot"
14407   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14408   algorithm: "plot_tsa_name"
14409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14411   include:
14412     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14413     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14414     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14415     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14416     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14417   layout:
14418     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14419     layout: "plot-throughput-speedup-analysis"
14420
14421 - type: "plot"
14422   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14423   algorithm: "plot_tsa_name"
14424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14426   include:
14427     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14428     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14429     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14430     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14431     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14432   layout:
14433     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14434     layout: "plot-throughput-speedup-analysis"
14435
14436 - type: "plot"
14437   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14438   algorithm: "plot_tsa_name"
14439   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14441   include:
14442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14448   layout:
14449     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14450     layout: "plot-throughput-speedup-analysis"
14451
14452 - type: "plot"
14453   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14454   algorithm: "plot_tsa_name"
14455   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14457   include:
14458     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14464   layout:
14465     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14466     layout: "plot-throughput-speedup-analysis"
14467
14468 - type: "plot"
14469   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14470   algorithm: "plot_tsa_name"
14471   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14473   include:
14474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14479   layout:
14480     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14481     layout: "plot-throughput-speedup-analysis"
14482
14483 - type: "plot"
14484   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14485   algorithm: "plot_tsa_name"
14486   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14488   include:
14489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14494   layout:
14495     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14496     layout: "plot-throughput-speedup-analysis"
14497
14498 - type: "plot"
14499   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14500   algorithm: "plot_tsa_name"
14501   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14503   include:
14504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14507   layout:
14508     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14509     layout: "plot-throughput-speedup-analysis"
14510
14511 - type: "plot"
14512   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14513   algorithm: "plot_tsa_name"
14514   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14516   include:
14517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14520   layout:
14521     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14522     layout: "plot-throughput-speedup-analysis"
14523
14524 - type: "plot"
14525   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14526   algorithm: "plot_tsa_name"
14527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14529   include:
14530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14535   layout:
14536     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14537     layout: "plot-throughput-speedup-analysis"
14538
14539 - type: "plot"
14540   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14541   algorithm: "plot_tsa_name"
14542   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14544   include:
14545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14550   layout:
14551     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14559   include:
14560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14563   layout:
14564     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14565     layout: "plot-throughput-speedup-analysis"
14566
14567 - type: "plot"
14568   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14569   algorithm: "plot_tsa_name"
14570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14572   include:
14573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14576   layout:
14577     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14578     layout: "plot-throughput-speedup-analysis"
14579
14580 - type: "plot"
14581   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14582   algorithm: "plot_tsa_name"
14583   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14585   include:
14586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14592   layout:
14593     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14601   include:
14602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14608   layout:
14609     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14617   include:
14618     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14619     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14620     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14621     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14622     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14623   layout:
14624     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14625     layout: "plot-throughput-speedup-analysis"
14626
14627 - type: "plot"
14628   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14629   algorithm: "plot_tsa_name"
14630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14632   include:
14633     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
14634     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
14635     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
14636     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
14637     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
14638   layout:
14639     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14646   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14647   include:
14648     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14649     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14650     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14651     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14652     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14653     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14654     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14655     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14656     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14657     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14658   layout:
14659     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14660     layout: "plot-throughput-speedup-analysis-cps"
14661
14662 - type: "plot"
14663   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14664   algorithm: "plot_tsa_name"
14665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14667   include:
14668     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14669     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14670     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14671     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14672     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14673     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14674     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14675     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14676     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14677     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14678   layout:
14679     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14680     layout: "plot-throughput-speedup-analysis"
14681
14682 - type: "plot"
14683   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14684   algorithm: "plot_tsa_name"
14685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14687   include:
14688     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14689     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14690     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14691     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14692     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14693     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14694     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14695     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14696     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14697     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14698   layout:
14699     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14700     layout: "plot-throughput-speedup-analysis-cps"
14701
14702 - type: "plot"
14703   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14704   algorithm: "plot_tsa_name"
14705   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14707   include:
14708     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14709     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14710     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14711     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14712     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14713     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14714     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14715     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14716     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14717     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14718   layout:
14719     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 - type: "plot"
14723   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14724   algorithm: "plot_tsa_name"
14725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14727   include:
14728     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14729     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14730     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14731     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14732     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14733   layout:
14734     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14735     layout: "plot-throughput-speedup-analysis"
14736
14737 - type: "plot"
14738   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14739   algorithm: "plot_tsa_name"
14740   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14742   include:
14743     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
14744     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
14745     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
14746     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
14747     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
14748   layout:
14749     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14750     layout: "plot-throughput-speedup-analysis"
14751
14752 - type: "plot"
14753   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14754   algorithm: "plot_tsa_name"
14755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14757   include:
14758     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14759     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14760     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14761     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14762     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14763     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14764     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14765     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14767     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14768   layout:
14769     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14770     layout: "plot-throughput-speedup-analysis-cps"
14771
14772 - type: "plot"
14773   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14774   algorithm: "plot_tsa_name"
14775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14777   include:
14778     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14779     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14780     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14781     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14782     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14783     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14784     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14785     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14786     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14787     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14788   layout:
14789     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14790     layout: "plot-throughput-speedup-analysis"
14791
14792 - type: "plot"
14793   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14794   algorithm: "plot_tsa_name"
14795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14797   include:
14798     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14799     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14800     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14801     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14802     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14803     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14806     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14808   layout:
14809     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14810     layout: "plot-throughput-speedup-analysis-cps"
14811
14812 - type: "plot"
14813   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14814   algorithm: "plot_tsa_name"
14815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14817   include:
14818     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14819     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14820     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14821     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14824     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14825     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14826     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14827     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14828   layout:
14829     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14830     layout: "plot-throughput-speedup-analysis"
14831
14832 - type: "plot"
14833   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14834   algorithm: "plot_tsa_name"
14835   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14836   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14837   include:
14838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14844   layout:
14845     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14846     layout: "plot-throughput-speedup-analysis"
14847
14848 - type: "plot"
14849   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14850   algorithm: "plot_tsa_name"
14851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14853   include:
14854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14860   layout:
14861     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14862     layout: "plot-throughput-speedup-analysis"
14863
14864 - type: "plot"
14865   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14866   algorithm: "plot_tsa_name"
14867   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14869   include:
14870     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14872     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14873   layout:
14874     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14875     layout: "plot-throughput-speedup-analysis"
14876
14877 - type: "plot"
14878   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14879   algorithm: "plot_tsa_name"
14880   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14881   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14882   include:
14883     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14884     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14885     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14886   layout:
14887     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14895   include:
14896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14899 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14900 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14901   layout:
14902     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14910   include:
14911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14914 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14915 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14916   layout:
14917     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14918     layout: "plot-throughput-speedup-analysis"
14919
14920 - type: "plot"
14921   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14922   algorithm: "plot_tsa_name"
14923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14925   include:
14926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14931   layout:
14932     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14933     layout: "plot-throughput-speedup-analysis"
14934
14935 - type: "plot"
14936   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14937   algorithm: "plot_tsa_name"
14938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14940   include:
14941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14946   layout:
14947     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14955   include:
14956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14961   layout:
14962     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 - type: "plot"
14966   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14967   algorithm: "plot_tsa_name"
14968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14970   include:
14971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14976   layout:
14977     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14978     layout: "plot-throughput-speedup-analysis"
14979
14980 - type: "plot"
14981   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14982   algorithm: "plot_tsa_name"
14983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14985   include:
14986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14990   layout:
14991     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14999   include:
15000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15004   layout:
15005     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15006     layout: "plot-throughput-speedup-analysis"
15007
15008 - type: "plot"
15009   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15010   algorithm: "plot_tsa_name"
15011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15013   include:
15014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15019   layout:
15020     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15021     layout: "plot-throughput-speedup-analysis"
15022
15023 - type: "plot"
15024   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15025   algorithm: "plot_tsa_name"
15026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15028   include:
15029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15034   layout:
15035     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15036     layout: "plot-throughput-speedup-analysis"
15037
15038 - type: "plot"
15039   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15040   algorithm: "plot_tsa_name"
15041   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15042   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15043   include:
15044     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15046   layout:
15047     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15055   include:
15056     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15058   layout:
15059     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15060     layout: "plot-throughput-speedup-analysis"
15061
15062 - type: "plot"
15063   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15064   algorithm: "plot_tsa_name"
15065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15067   include:
15068     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15069     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15070     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15071     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15072   layout:
15073     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15074     layout: "plot-throughput-speedup-analysis"
15075
15076 - type: "plot"
15077   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15078   algorithm: "plot_tsa_name"
15079   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15081   include:
15082     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15083     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15084     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15086   layout:
15087     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15088     layout: "plot-throughput-speedup-analysis"
15089
15090 - type: "plot"
15091   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15092   algorithm: "plot_tsa_name"
15093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15095   include:
15096     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15097     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15098     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15099     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15100   layout:
15101     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15102     layout: "plot-throughput-speedup-analysis"
15103
15104 - type: "plot"
15105   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15106   algorithm: "plot_tsa_name"
15107   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15109   include:
15110     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15111     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15112     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15114   layout:
15115     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15116     layout: "plot-throughput-speedup-analysis"
15117
15118 - type: "plot"
15119   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15120   algorithm: "plot_tsa_name"
15121   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15123   include:
15124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15126     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15130   layout:
15131     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15132     layout: "plot-throughput-speedup-analysis"
15133
15134 - type: "plot"
15135   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15136   algorithm: "plot_tsa_name"
15137   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15139   include:
15140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15146   layout:
15147     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15148     layout: "plot-throughput-speedup-analysis"
15149
15150 - type: "plot"
15151   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15152   algorithm: "plot_tsa_name"
15153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15155   include:
15156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15161   layout:
15162     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15170   include:
15171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15176   layout:
15177     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15178     layout: "plot-throughput-speedup-analysis"
15179
15180 - type: "plot"
15181   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15182   algorithm: "plot_tsa_name"
15183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15185   include:
15186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15191   layout:
15192     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15193     layout: "plot-throughput-speedup-analysis"
15194
15195 - type: "plot"
15196   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15197   algorithm: "plot_tsa_name"
15198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15200   include:
15201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15206   layout:
15207     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15208     layout: "plot-throughput-speedup-analysis"
15209
15210 - type: "plot"
15211   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15212   algorithm: "plot_tsa_name"
15213   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15214   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15215   include:
15216     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15219   layout:
15220     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15221     layout: "plot-throughput-speedup-analysis"
15222
15223 - type: "plot"
15224   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15225   algorithm: "plot_tsa_name"
15226   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15228   include:
15229     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15232   layout:
15233     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15234     layout: "plot-throughput-speedup-analysis"
15235
15236 - type: "plot"
15237   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15238   algorithm: "plot_tsa_name"
15239   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15241   include:
15242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15245   layout:
15246     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15247     layout: "plot-throughput-speedup-analysis"
15248
15249 - type: "plot"
15250   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15251   algorithm: "plot_tsa_name"
15252   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15254   include:
15255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15258   layout:
15259     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15260     layout: "plot-throughput-speedup-analysis"
15261
15262 - type: "plot"
15263   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15264   algorithm: "plot_tsa_name"
15265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15267   include:
15268     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15269     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15270     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15271     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15272     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15273   layout:
15274     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15275     layout: "plot-throughput-speedup-analysis"
15276
15277 - type: "plot"
15278   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15279   algorithm: "plot_tsa_name"
15280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15282   include:
15283     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15284     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15285     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15286     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15287     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15288   layout:
15289     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15290     layout: "plot-throughput-speedup-analysis"
15291
15292 - type: "plot"
15293   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15294   algorithm: "plot_tsa_name"
15295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15297   include:
15298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15299     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15303   layout:
15304     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15312   include:
15313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15318   layout:
15319     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15320     layout: "plot-throughput-speedup-analysis"
15321
15322 - type: "plot"
15323   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15324   algorithm: "plot_tsa_name"
15325   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15327   include:
15328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15332     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15334   layout:
15335     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 - type: "plot"
15339   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15340   algorithm: "plot_tsa_name"
15341   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15342   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15343   include:
15344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15345     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15346     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15350   layout:
15351     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15352     layout: "plot-throughput-speedup-analysis"
15353
15354 - type: "plot"
15355   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15356   algorithm: "plot_tsa_name"
15357   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15359   include:
15360     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15361     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15364   layout:
15365     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15366     layout: "plot-throughput-speedup-analysis"
15367
15368 - type: "plot"
15369   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15370   algorithm: "plot_tsa_name"
15371   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15372   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15373   include:
15374     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15375     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15376     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15377     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15378   layout:
15379     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15380     layout: "plot-throughput-speedup-analysis"
15381
15382 - type: "plot"
15383   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15384   algorithm: "plot_tsa_name"
15385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15387   include:
15388     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15389     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15390     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15392     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15394   layout:
15395     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15396     layout: "plot-throughput-speedup-analysis"
15397
15398 - type: "plot"
15399   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15400   algorithm: "plot_tsa_name"
15401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15403   include:
15404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15405     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15408     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15410   layout:
15411     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15412     layout: "plot-throughput-speedup-analysis"
15413
15414 - type: "plot"
15415   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15416   algorithm: "plot_tsa_name"
15417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15419   include:
15420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15421     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15424     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15426   layout:
15427     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15428     layout: "plot-throughput-speedup-analysis"
15429
15430 - type: "plot"
15431   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15432   algorithm: "plot_tsa_name"
15433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15435   include:
15436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15437     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15440     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15442   layout:
15443     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15444     layout: "plot-throughput-speedup-analysis"
15445
15446 - type: "plot"
15447   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15448   algorithm: "plot_tsa_name"
15449   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15451   include:
15452     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15453     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15458   layout:
15459     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15460     layout: "plot-throughput-speedup-analysis"
15461
15462 - type: "plot"
15463   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15464   algorithm: "plot_tsa_name"
15465   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15467   include:
15468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15474   layout:
15475     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15476     layout: "plot-throughput-speedup-analysis"
15477
15478 - type: "plot"
15479   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15480   algorithm: "plot_tsa_name"
15481   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15483   include:
15484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15490   layout:
15491     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15492     layout: "plot-throughput-speedup-analysis"
15493
15494 - type: "plot"
15495   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15496   algorithm: "plot_tsa_name"
15497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15499   include:
15500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15506   layout:
15507     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15508     layout: "plot-throughput-speedup-analysis"
15509
15510 - type: "plot"
15511   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15512   algorithm: "plot_tsa_name"
15513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15515   include:
15516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15522   layout:
15523     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15524     layout: "plot-throughput-speedup-analysis"
15525
15526 - type: "plot"
15527   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15528   algorithm: "plot_tsa_name"
15529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15531   include:
15532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15538   layout:
15539     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15540     layout: "plot-throughput-speedup-analysis"
15541
15542 - type: "plot"
15543   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15544   algorithm: "plot_tsa_name"
15545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15547   include:
15548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15552   layout:
15553     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15554     layout: "plot-throughput-speedup-analysis"
15555
15556 - type: "plot"
15557   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15558   algorithm: "plot_tsa_name"
15559   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15561   include:
15562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15566   layout:
15567     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15568     layout: "plot-throughput-speedup-analysis"
15569
15570 - type: "plot"
15571   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15572   algorithm: "plot_tsa_name"
15573   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15575   include:
15576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15580   layout:
15581     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15582     layout: "plot-throughput-speedup-analysis"
15583
15584 - type: "plot"
15585   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15586   algorithm: "plot_tsa_name"
15587   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15588   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15589   include:
15590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15594   layout:
15595     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15596     layout: "plot-throughput-speedup-analysis"
15597
15598 - type: "plot"
15599   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15600   algorithm: "plot_tsa_name"
15601   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15603   include:
15604     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15610   layout:
15611     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15612     layout: "plot-throughput-speedup-analysis"
15613
15614 - type: "plot"
15615   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15616   algorithm: "plot_tsa_name"
15617   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15619   include:
15620     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15624     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15626   layout:
15627     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15628     layout: "plot-throughput-speedup-analysis"
15629
15630 - type: "plot"
15631   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15632   algorithm: "plot_tsa_name"
15633   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15635   include:
15636     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15641   layout:
15642     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15643     layout: "plot-throughput-speedup-analysis"
15644
15645 - type: "plot"
15646   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15647   algorithm: "plot_tsa_name"
15648   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15650   include:
15651     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15652     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15653     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15656   layout:
15657     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15658     layout: "plot-throughput-speedup-analysis"
15659
15660 - type: "plot"
15661   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15662   algorithm: "plot_tsa_name"
15663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15665   include:
15666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15671   layout:
15672     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15673     layout: "plot-throughput-speedup-analysis"
15674
15675 - type: "plot"
15676   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15677   algorithm: "plot_tsa_name"
15678   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15680   include:
15681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15686   layout:
15687     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15688     layout: "plot-throughput-speedup-analysis"
15689
15690 - type: "plot"
15691   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15692   algorithm: "plot_tsa_name"
15693   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15695   include:
15696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15700   layout:
15701     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15702     layout: "plot-throughput-speedup-analysis"
15703
15704 - type: "plot"
15705   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15706   algorithm: "plot_tsa_name"
15707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15709   include:
15710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15714   layout:
15715     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15716     layout: "plot-throughput-speedup-analysis"
15717
15718 - type: "plot"
15719   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15720   algorithm: "plot_tsa_name"
15721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15723   include:
15724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15730   layout:
15731     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15732     layout: "plot-throughput-speedup-analysis"
15733
15734 - type: "plot"
15735   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15736   algorithm: "plot_tsa_name"
15737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15739   include:
15740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15746   layout:
15747     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15748     layout: "plot-throughput-speedup-analysis"
15749
15750 - type: "plot"
15751   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15752   algorithm: "plot_tsa_name"
15753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15755   include:
15756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15762   layout:
15763     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15764     layout: "plot-throughput-speedup-analysis"
15765
15766 - type: "plot"
15767   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15768   algorithm: "plot_tsa_name"
15769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15771   include:
15772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15778   layout:
15779     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15780     layout: "plot-throughput-speedup-analysis"
15781
15782 - type: "plot"
15783   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15784   algorithm: "plot_tsa_name"
15785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15787   include:
15788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15794   layout:
15795     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15796     layout: "plot-throughput-speedup-analysis"
15797
15798 - type: "plot"
15799   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15800   algorithm: "plot_tsa_name"
15801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15803   include:
15804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15810   layout:
15811     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15812     layout: "plot-throughput-speedup-analysis"
15813
15814 - type: "plot"
15815   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15816   algorithm: "plot_tsa_name"
15817   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15819   include:
15820     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15821     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15822     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15823     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15824     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15826   layout:
15827     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 - type: "plot"
15831   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15835   include:
15836     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15837     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15842   layout:
15843     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15844     layout: "plot-throughput-speedup-analysis"
15845
15846 - type: "plot"
15847   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15848   algorithm: "plot_tsa_name"
15849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15851   include:
15852     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15853     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15854     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15858   layout:
15859     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15860     layout: "plot-throughput-speedup-analysis"
15861
15862 - type: "plot"
15863   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15864   algorithm: "plot_tsa_name"
15865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15867   include:
15868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15874   layout:
15875     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15876     layout: "plot-throughput-speedup-analysis"
15877
15878 - type: "plot"
15879   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15880   algorithm: "plot_tsa_name"
15881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15883   include:
15884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15889   layout:
15890     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15891     layout: "plot-throughput-speedup-analysis"
15892
15893 - type: "plot"
15894   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15895   algorithm: "plot_tsa_name"
15896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15898   include:
15899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15904   layout:
15905     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15906     layout: "plot-throughput-speedup-analysis"
15907
15908 - type: "plot"
15909   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15910   algorithm: "plot_tsa_name"
15911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15913   include:
15914     - "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"
15915     - "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"
15916     - "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"
15917     - "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"
15918     - "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"
15919   layout:
15920     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15921     layout: "plot-throughput-speedup-analysis"
15922
15923 - type: "plot"
15924   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15925   algorithm: "plot_tsa_name"
15926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15928   include:
15929     - "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"
15930     - "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"
15931     - "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"
15932     - "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"
15933     - "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"
15934   layout:
15935     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15936     layout: "plot-throughput-speedup-analysis"
15937
15938 - type: "plot"
15939   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15940   algorithm: "plot_tsa_name"
15941   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15943   include:
15944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15949   layout:
15950     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15951     layout: "plot-throughput-speedup-analysis"
15952
15953 - type: "plot"
15954   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15955   algorithm: "plot_tsa_name"
15956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15958   include:
15959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15964   layout:
15965     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15966     layout: "plot-throughput-speedup-analysis"
15967
15968 - type: "plot"
15969   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15970   algorithm: "plot_tsa_name"
15971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15973   include:
15974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15979   layout:
15980     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15981     layout: "plot-throughput-speedup-analysis"
15982
15983 - type: "plot"
15984   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15985   algorithm: "plot_tsa_name"
15986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15988   include:
15989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15994   layout:
15995     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15996     layout: "plot-throughput-speedup-analysis"
15997
15998 - type: "plot"
15999   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16000   algorithm: "plot_tsa_name"
16001   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16003   include:
16004     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16005     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16009   layout:
16010     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16011     layout: "plot-throughput-speedup-analysis"
16012
16013 - type: "plot"
16014   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16015   algorithm: "plot_tsa_name"
16016   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16018   include:
16019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16024   layout:
16025     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16026     layout: "plot-throughput-speedup-analysis"
16027
16028 - type: "plot"
16029   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16030   algorithm: "plot_tsa_name"
16031   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16032   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16033   include:
16034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16039   layout:
16040     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16041     layout: "plot-throughput-speedup-analysis"
16042
16043 - type: "plot"
16044   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16045   algorithm: "plot_tsa_name"
16046   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16048   include:
16049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16054   layout:
16055     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16056     layout: "plot-throughput-speedup-analysis"
16057
16058 - type: "plot"
16059   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16060   algorithm: "plot_tsa_name"
16061   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16063   include:
16064     - "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"
16065     - "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"
16066     - "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"
16067     - "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"
16068   layout:
16069     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16070     layout: "plot-throughput-speedup-analysis"
16071
16072 - type: "plot"
16073   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16074   algorithm: "plot_tsa_name"
16075   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16077   include:
16078     - "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"
16079     - "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"
16080     - "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"
16081     - "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"
16082   layout:
16083     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16084     layout: "plot-throughput-speedup-analysis"
16085
16086 - type: "plot"
16087   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16088   algorithm: "plot_tsa_name"
16089   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16091   include:
16092     - "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"
16093     - "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"
16094     - "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"
16095     - "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"
16096   layout:
16097     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16098     layout: "plot-throughput-speedup-analysis"
16099
16100 - type: "plot"
16101   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16102   algorithm: "plot_tsa_name"
16103   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16105   include:
16106     - "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"
16107     - "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"
16108     - "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"
16109     - "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"
16110   layout:
16111     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16112     layout: "plot-throughput-speedup-analysis"
16113
16114 - type: "plot"
16115   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16116   algorithm: "plot_tsa_name"
16117   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16119   include:
16120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16126   layout:
16127     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16128     layout: "plot-throughput-speedup-analysis"
16129
16130 - type: "plot"
16131   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16132   algorithm: "plot_tsa_name"
16133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16135   include:
16136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16142   layout:
16143     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16144     layout: "plot-throughput-speedup-analysis"
16145
16146 - type: "plot"
16147   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16148   algorithm: "plot_tsa_name"
16149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16151   include:
16152     - "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"
16153     - "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"
16154     - "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"
16155     - "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"
16156     - "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"
16157     - "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"
16158   layout:
16159     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16160     layout: "plot-throughput-speedup-analysis"
16161
16162 - type: "plot"
16163   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16164   algorithm: "plot_tsa_name"
16165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16167   include:
16168     - "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"
16169     - "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"
16170     - "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"
16171     - "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"
16172     - "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"
16173     - "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"
16174   layout:
16175     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16176     layout: "plot-throughput-speedup-analysis"
16177
16178 - type: "plot"
16179   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16180   algorithm: "plot_tsa_name"
16181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16183   include:
16184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16190   layout:
16191     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16192     layout: "plot-throughput-speedup-analysis"
16193
16194 - type: "plot"
16195   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16196   algorithm: "plot_tsa_name"
16197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16199   include:
16200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16206   layout:
16207     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16208     layout: "plot-throughput-speedup-analysis"
16209
16210 - type: "plot"
16211   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16212   algorithm: "plot_tsa_name"
16213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16215   include:
16216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16221   layout:
16222     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16223     layout: "plot-throughput-speedup-analysis"
16224
16225 - type: "plot"
16226   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16227   algorithm: "plot_tsa_name"
16228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16230   include:
16231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16236   layout:
16237     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16238     layout: "plot-throughput-speedup-analysis"
16239
16240 - type: "plot"
16241   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16242   algorithm: "plot_tsa_name"
16243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16245   include:
16246     - "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"
16247     - "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"
16248   layout:
16249     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16250     layout: "plot-throughput-speedup-analysis"
16251
16252 - type: "plot"
16253   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16254   algorithm: "plot_tsa_name"
16255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16257   include:
16258     - "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"
16259     - "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"
16260   layout:
16261     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16262     layout: "plot-throughput-speedup-analysis"
16263
16264 - type: "plot"
16265   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16266   algorithm: "plot_tsa_name"
16267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16269   include:
16270     - "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"
16271     - "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"
16272   layout:
16273     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16274     layout: "plot-throughput-speedup-analysis"
16275
16276 - type: "plot"
16277   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16278   algorithm: "plot_tsa_name"
16279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16281   include:
16282     - "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"
16283     - "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"
16284   layout:
16285     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16286     layout: "plot-throughput-speedup-analysis"
16287
16288 - type: "plot"
16289   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16290   algorithm: "plot_tsa_name"
16291   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16292   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16293   include:
16294     - "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"
16295     - "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"
16296     - "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"
16297     - "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"
16298     - "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"
16299     - "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"
16300   layout:
16301     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16302     layout: "plot-throughput-speedup-analysis"
16303
16304 - type: "plot"
16305   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16306   algorithm: "plot_tsa_name"
16307   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16309   include:
16310     - "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"
16311     - "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"
16312     - "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"
16313     - "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"
16314     - "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"
16315     - "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"
16316   layout:
16317     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16318     layout: "plot-throughput-speedup-analysis"
16319
16320 - type: "plot"
16321   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16322   algorithm: "plot_tsa_name"
16323   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16324   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16325   include:
16326     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16327     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16328     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16329     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16330     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16331   layout:
16332     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16333     layout: "plot-throughput-speedup-analysis"
16334
16335 - type: "plot"
16336   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16337   algorithm: "plot_tsa_name"
16338   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16339   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16340   include:
16341     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16342     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16343     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16344     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16345     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16346   layout:
16347     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16348     layout: "plot-throughput-speedup-analysis"
16349
16350 - type: "plot"
16351   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16352   algorithm: "plot_tsa_name"
16353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16355   include:
16356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16361   layout:
16362     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16363     layout: "plot-throughput-speedup-analysis"
16364
16365 - type: "plot"
16366   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16367   algorithm: "plot_tsa_name"
16368   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16369   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16370   include:
16371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16376   layout:
16377     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16378     layout: "plot-throughput-speedup-analysis"
16379
16380 - type: "plot"
16381   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16382   algorithm: "plot_tsa_name"
16383   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16384   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16385   include:
16386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16390   layout:
16391     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16392     layout: "plot-throughput-speedup-analysis"
16393
16394 - type: "plot"
16395   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16396   algorithm: "plot_tsa_name"
16397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16398   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16399   include:
16400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16404   layout:
16405     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16406     layout: "plot-throughput-speedup-analysis"
16407
16408 - type: "plot"
16409   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16410   algorithm: "plot_tsa_name"
16411   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16412   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16413   include:
16414     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16418   layout:
16419     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16420     layout: "plot-throughput-speedup-analysis"
16421
16422 - type: "plot"
16423   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16424   algorithm: "plot_tsa_name"
16425   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16426   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16427   include:
16428     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16429     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16432   layout:
16433     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16434     layout: "plot-throughput-speedup-analysis"
16435
16436 - type: "plot"
16437   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16438   algorithm: "plot_tsa_name"
16439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16440   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16441   include:
16442     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16443     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16444     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16447   layout:
16448     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16449     layout: "plot-throughput-speedup-analysis"
16450
16451 - type: "plot"
16452   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16453   algorithm: "plot_tsa_name"
16454   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16455   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16456   include:
16457     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16458     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16462   layout:
16463     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16464     layout: "plot-throughput-speedup-analysis"
16465
16466 - type: "plot"
16467   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16468   algorithm: "plot_tsa_name"
16469   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16470   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16471   include:
16472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16473     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16474     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16475     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16478   layout:
16479     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16480     layout: "plot-throughput-speedup-analysis"
16481
16482 - type: "plot"
16483   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16484   algorithm: "plot_tsa_name"
16485   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16486   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16487   include:
16488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16494   layout:
16495     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16496     layout: "plot-throughput-speedup-analysis"
16497
16498 - type: "plot"
16499   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16500   algorithm: "plot_tsa_name"
16501   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16502   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16503   include:
16504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16508   layout:
16509     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16510     layout: "plot-throughput-speedup-analysis"
16511
16512 - type: "plot"
16513   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16514   algorithm: "plot_tsa_name"
16515   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16516   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16517   include:
16518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16522   layout:
16523     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16524     layout: "plot-throughput-speedup-analysis"
16525
16526 - type: "plot"
16527   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16528   algorithm: "plot_tsa_name"
16529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16530   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16531   include:
16532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16538   layout:
16539     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16540     layout: "plot-throughput-speedup-analysis"
16541
16542 - type: "plot"
16543   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16544   algorithm: "plot_tsa_name"
16545   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16546   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16547   include:
16548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16554   layout:
16555     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16556     layout: "plot-throughput-speedup-analysis"
16557
16558 - type: "plot"
16559   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16560   algorithm: "plot_tsa_name"
16561   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16562   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16563   include:
16564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16570   layout:
16571     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16572     layout: "plot-throughput-speedup-analysis"
16573
16574 - type: "plot"
16575   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16576   algorithm: "plot_tsa_name"
16577   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16578   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16579   include:
16580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16586   layout:
16587     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16588     layout: "plot-throughput-speedup-analysis"
16589
16590 - type: "plot"
16591   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16592   algorithm: "plot_tsa_name"
16593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16595   include:
16596     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16597     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16598     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16599     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16600     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16601     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16602   layout:
16603     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16604     layout: "plot-throughput-speedup-analysis"
16605
16606 - type: "plot"
16607   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16608   algorithm: "plot_tsa_name"
16609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16611   include:
16612     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16613     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16614     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16615     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16616     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16617     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16618   layout:
16619     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16620     layout: "plot-throughput-speedup-analysis"
16621
16622 - type: "plot"
16623   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16624   algorithm: "plot_tsa_name"
16625   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16626   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16627   include:
16628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16631     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16632     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16633     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16634   layout:
16635     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16636     layout: "plot-throughput-speedup-analysis"
16637
16638 - type: "plot"
16639   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16640   algorithm: "plot_tsa_name"
16641   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16642   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16643   include:
16644     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16645     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16646     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16647     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16648     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16649     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16650   layout:
16651     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16652     layout: "plot-throughput-speedup-analysis"
16653
16654 - type: "plot"
16655   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16656   algorithm: "plot_tsa_name"
16657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16659   include:
16660     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16661     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16666   layout:
16667     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16668     layout: "plot-throughput-speedup-analysis"
16669
16670 - type: "plot"
16671   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16672   algorithm: "plot_tsa_name"
16673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16674   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16675   include:
16676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16682   layout:
16683     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16684     layout: "plot-throughput-speedup-analysis"
16685
16686 #- type: "plot"
16687 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16688 #  algorithm: "plot_tsa_name"
16689 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16690 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16691 #  include:
16692 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16693 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16694 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16695 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16696 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16697 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16698 #  layout:
16699 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16700 #    layout: "plot-throughput-speedup-analysis"
16701 #
16702 #- type: "plot"
16703 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16704 #  algorithm: "plot_tsa_name"
16705 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16706 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16707 #  include:
16708 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16709 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16710 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16711 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16712 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16713 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16714 #  layout:
16715 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16716 #    layout: "plot-throughput-speedup-analysis"
16717
16718 - type: "plot"
16719   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16720   algorithm: "plot_tsa_name"
16721   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16722   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16723   include:
16724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16729   layout:
16730     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16731     layout: "plot-throughput-speedup-analysis"
16732
16733 - type: "plot"
16734   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16735   algorithm: "plot_tsa_name"
16736   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16737   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16738   include:
16739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16740     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16744   layout:
16745     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16746     layout: "plot-throughput-speedup-analysis"
16747
16748 - type: "plot"
16749   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16750   algorithm: "plot_tsa_name"
16751   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16752   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16753   include:
16754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16760   layout:
16761     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16762     layout: "plot-throughput-speedup-analysis"
16763
16764 - type: "plot"
16765   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16766   algorithm: "plot_tsa_name"
16767   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16768   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16769   include:
16770     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16771     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16776   layout:
16777     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16778     layout: "plot-throughput-speedup-analysis"
16779
16780 - type: "plot"
16781   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16782   algorithm: "plot_tsa_name"
16783   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16784   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16785   include:
16786     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16787     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16788     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16789     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16790     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16791   layout:
16792     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16793     layout: "plot-throughput-speedup-analysis"
16794
16795 - type: "plot"
16796   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16797   algorithm: "plot_tsa_name"
16798   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16799   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16800   include:
16801     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16802     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16806   layout:
16807     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16808     layout: "plot-throughput-speedup-analysis"
16809
16810 - type: "plot"
16811   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16812   algorithm: "plot_tsa_name"
16813   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16814   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16815   include:
16816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16817     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16818     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16819     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16820   layout:
16821     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16822     layout: "plot-throughput-speedup-analysis"
16823
16824 - type: "plot"
16825   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16826   algorithm: "plot_tsa_name"
16827   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16828   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16829   include:
16830     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16834   layout:
16835     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16836     layout: "plot-throughput-speedup-analysis"
16837
16838 - type: "plot"
16839   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16840   algorithm: "plot_tsa_name"
16841   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16842   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16843   include:
16844     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16845     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16850   layout:
16851     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16852     layout: "plot-throughput-speedup-analysis"
16853
16854 - type: "plot"
16855   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16856   algorithm: "plot_tsa_name"
16857   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16858   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16859   include:
16860     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16866   layout:
16867     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16868     layout: "plot-throughput-speedup-analysis"
16869
16870 - type: "plot"
16871   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16872   algorithm: "plot_tsa_name"
16873   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16874   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16875   include:
16876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16881   layout:
16882     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16883     layout: "plot-throughput-speedup-analysis"
16884
16885 - type: "plot"
16886   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16887   algorithm: "plot_tsa_name"
16888   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16889   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16890   include:
16891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16896   layout:
16897     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16898     layout: "plot-throughput-speedup-analysis"
16899
16900 - type: "plot"
16901   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16902   algorithm: "plot_tsa_name"
16903   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16904   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16905   include:
16906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16911   layout:
16912     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16913     layout: "plot-throughput-speedup-analysis"
16914
16915 - type: "plot"
16916   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16917   algorithm: "plot_tsa_name"
16918   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16919   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16920   include:
16921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16926   layout:
16927     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16928     layout: "plot-throughput-speedup-analysis"
16929
16930 - type: "plot"
16931   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16932   algorithm: "plot_tsa_name"
16933   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16934   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16935   include:
16936     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16937     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16940   layout:
16941     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16942     layout: "plot-throughput-speedup-analysis"
16943
16944 - type: "plot"
16945   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16946   algorithm: "plot_tsa_name"
16947   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16948   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16949   include:
16950     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16951     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16952     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16953     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16954   layout:
16955     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16956     layout: "plot-throughput-speedup-analysis"
16957
16958 - type: "plot"
16959   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16960   algorithm: "plot_tsa_name"
16961   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16962   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16963   include:
16964     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16965     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16966     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16967     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16968     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16969   layout:
16970     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16971     layout: "plot-throughput-speedup-analysis"
16972
16973 - type: "plot"
16974   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16975   algorithm: "plot_tsa_name"
16976   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16977   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16978   include:
16979     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16981     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16984   layout:
16985     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16986     layout: "plot-throughput-speedup-analysis"
16987
16988 - type: "plot"
16989   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16990   algorithm: "plot_tsa_name"
16991   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16992   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16993   include:
16994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17000   layout:
17001     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17002     layout: "plot-throughput-speedup-analysis"
17003
17004 - type: "plot"
17005   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17006   algorithm: "plot_tsa_name"
17007   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17008   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17009   include:
17010     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17011     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17012     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17016   layout:
17017     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17018     layout: "plot-throughput-speedup-analysis"
17019
17020 - type: "plot"
17021   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17022   algorithm: "plot_tsa_name"
17023   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17024   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17025   include:
17026     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17030   layout:
17031     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17032     layout: "plot-throughput-speedup-analysis"
17033
17034 - type: "plot"
17035   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17036   algorithm: "plot_tsa_name"
17037   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17038   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17039   include:
17040     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17041     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17042     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17043     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17044   layout:
17045     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17046     layout: "plot-throughput-speedup-analysis"
17047
17048 - type: "plot"
17049   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17050   algorithm: "plot_tsa_name"
17051   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17052   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17053   include:
17054     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17055     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17056     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17057     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17058     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17060   layout:
17061     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17062     layout: "plot-throughput-speedup-analysis"
17063
17064 - type: "plot"
17065   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17066   algorithm: "plot_tsa_name"
17067   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17068   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17069   include:
17070     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17071     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17072     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17073     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17076   layout:
17077     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17078     layout: "plot-throughput-speedup-analysis"
17079
17080 - type: "plot"
17081   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17082   algorithm: "plot_tsa_name"
17083   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17084   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17085   include:
17086     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17087     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17088     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17089     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17090     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17091     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17092   layout:
17093     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17094     layout: "plot-throughput-speedup-analysis"
17095
17096 - type: "plot"
17097   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17098   algorithm: "plot_tsa_name"
17099   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17100   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17101   include:
17102     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17103     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17104     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17105     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17106     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17107     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17108   layout:
17109     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17110     layout: "plot-throughput-speedup-analysis"
17111
17112 #- type: "plot"
17113 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17114 #  algorithm: "plot_tsa_name"
17115 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17116 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17117 #  include:
17118 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17119 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17120 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17121 #  layout:
17122 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17123 #    layout: "plot-throughput-speedup-analysis"
17124 #
17125 #- type: "plot"
17126 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17127 #  algorithm: "plot_tsa_name"
17128 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17129 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17130 #  include:
17131 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17132 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17133 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17134 #  layout:
17135 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17136 #    layout: "plot-throughput-speedup-analysis"
17137
17138 ################################################################################
17139
17140 # Packet Throughput - DPDK
17141
17142 # 2n-skx-xxv710
17143
17144 - type: "plot"
17145   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17146   algorithm: "plot_perf_box_name"
17147   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17148   data: "plot-dpdk-throughput-latency-2n-skx"
17149   include:
17150     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17151     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17152   layout:
17153     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17154     layout: "plot-throughput"
17155
17156 - type: "plot"
17157   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17158   algorithm: "plot_perf_box_name"
17159   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17160   data: "plot-dpdk-throughput-latency-2n-skx"
17161   include:
17162     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17163     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17164   layout:
17165     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17166     layout: "plot-throughput"
17167
17168 - type: "plot"
17169   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17170   algorithm: "plot_perf_box_name"
17171   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17172   data: "plot-dpdk-throughput-latency-2n-skx"
17173   include:
17174     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17175     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17176   layout:
17177     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17178     layout: "plot-throughput"
17179
17180 - type: "plot"
17181   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17182   algorithm: "plot_perf_box_name"
17183   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17184   data: "plot-dpdk-throughput-latency-2n-skx"
17185   include:
17186     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17187     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17188   layout:
17189     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17190     layout: "plot-throughput"
17191
17192 # 2n-skx-x710
17193
17194 - type: "plot"
17195   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17196   algorithm: "plot_perf_box_name"
17197   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17198   data: "plot-dpdk-throughput-latency-2n-skx"
17199   include:
17200     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17201     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17202   layout:
17203     title: "2n-skx-x710-64b-2t1c-base-ndr"
17204     layout: "plot-throughput"
17205
17206 - type: "plot"
17207   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17208   algorithm: "plot_perf_box_name"
17209   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17210   data: "plot-dpdk-throughput-latency-2n-skx"
17211   include:
17212     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17213     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17214   layout:
17215     title: "2n-skx-x710-64b-4t2c-base-ndr"
17216     layout: "plot-throughput"
17217
17218 - type: "plot"
17219   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17220   algorithm: "plot_perf_box_name"
17221   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17222   data: "plot-dpdk-throughput-latency-2n-skx"
17223   include:
17224     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17225     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17226   layout:
17227     title: "2n-skx-x710-64b-2t1c-base-pdr"
17228     layout: "plot-throughput"
17229
17230 - type: "plot"
17231   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17232   algorithm: "plot_perf_box_name"
17233   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17234   data: "plot-dpdk-throughput-latency-2n-skx"
17235   include:
17236     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17237     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17238   layout:
17239     title: "2n-skx-x710-64b-4t2c-base-pdr"
17240     layout: "plot-throughput"
17241
17242 # 3n-skx-xxv710
17243
17244 - type: "plot"
17245   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17246   algorithm: "plot_perf_box_name"
17247   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17248   data: "plot-dpdk-throughput-latency-3n-skx"
17249   include:
17250     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17251     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17252   layout:
17253     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17254     layout: "plot-throughput"
17255
17256 - type: "plot"
17257   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17258   algorithm: "plot_perf_box_name"
17259   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17260   data: "plot-dpdk-throughput-latency-3n-skx"
17261   include:
17262     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17263     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17264   layout:
17265     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17266     layout: "plot-throughput"
17267
17268 - type: "plot"
17269   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17270   algorithm: "plot_perf_box_name"
17271   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17272   data: "plot-dpdk-throughput-latency-3n-skx"
17273   include:
17274     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17275     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17276   layout:
17277     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17278     layout: "plot-throughput"
17279
17280 - type: "plot"
17281   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17282   algorithm: "plot_perf_box_name"
17283   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17284   data: "plot-dpdk-throughput-latency-3n-skx"
17285   include:
17286     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17287     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17288   layout:
17289     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17290     layout: "plot-throughput"
17291
17292 # 3n-skx-x710
17293
17294 - type: "plot"
17295   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17296   algorithm: "plot_perf_box_name"
17297   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17298   data: "plot-dpdk-throughput-latency-3n-skx"
17299   include:
17300     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17301     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17302   layout:
17303     title: "3n-skx-x710-64b-2t1c-base-ndr"
17304     layout: "plot-throughput"
17305
17306 - type: "plot"
17307   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17308   algorithm: "plot_perf_box_name"
17309   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17310   data: "plot-dpdk-throughput-latency-3n-skx"
17311   include:
17312     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17313     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17314   layout:
17315     title: "3n-skx-x710-64b-4t2c-base-ndr"
17316     layout: "plot-throughput"
17317
17318 - type: "plot"
17319   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17320   algorithm: "plot_perf_box_name"
17321   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17322   data: "plot-dpdk-throughput-latency-3n-skx"
17323   include:
17324     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17325     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17326   layout:
17327     title: "3n-skx-x710-64b-2t1c-base-pdr"
17328     layout: "plot-throughput"
17329
17330 - type: "plot"
17331   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17332   algorithm: "plot_perf_box_name"
17333   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17334   data: "plot-dpdk-throughput-latency-3n-skx"
17335   include:
17336     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17337     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17338   layout:
17339     title: "3n-skx-x710-64b-4t2c-base-pdr"
17340     layout: "plot-throughput"
17341
17342 # 3n-hsw-xl710
17343
17344 - type: "plot"
17345   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17346   algorithm: "plot_perf_box_name"
17347   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17348   data: "plot-dpdk-throughput-latency-3n-hsw"
17349   include:
17350     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17351     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17352   layout:
17353     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17354     layout: "plot-throughput"
17355
17356 - type: "plot"
17357   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17358   algorithm: "plot_perf_box_name"
17359   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17360   data: "plot-dpdk-throughput-latency-3n-hsw"
17361   include:
17362     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17363     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17364   layout:
17365     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17366     layout: "plot-throughput"
17367
17368 - type: "plot"
17369   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17370   algorithm: "plot_perf_box_name"
17371   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17372   data: "plot-dpdk-throughput-latency-3n-hsw"
17373   include:
17374     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17375     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17376   layout:
17377     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17378     layout: "plot-throughput"
17379
17380 - type: "plot"
17381   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17382   algorithm: "plot_perf_box_name"
17383   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17384   data: "plot-dpdk-throughput-latency-3n-hsw"
17385   include:
17386     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17387     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17388   layout:
17389     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17390     layout: "plot-throughput"
17391
17392 # 3n-hsw-x710
17393
17394 - type: "plot"
17395   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17396   algorithm: "plot_perf_box_name"
17397   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17398   data: "plot-dpdk-throughput-latency-3n-hsw"
17399   include:
17400     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17401     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17402   layout:
17403     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17404     layout: "plot-throughput"
17405
17406 - type: "plot"
17407   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17408   algorithm: "plot_perf_box_name"
17409   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17410   data: "plot-dpdk-throughput-latency-3n-hsw"
17411   include:
17412     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17413     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17414   layout:
17415     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17416     layout: "plot-throughput"
17417
17418 - type: "plot"
17419   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17420   algorithm: "plot_perf_box_name"
17421   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17422   data: "plot-dpdk-throughput-latency-3n-hsw"
17423   include:
17424     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17425     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17426   layout:
17427     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17428     layout: "plot-throughput"
17429
17430 - type: "plot"
17431   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17432   algorithm: "plot_perf_box_name"
17433   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17434   data: "plot-dpdk-throughput-latency-3n-hsw"
17435   include:
17436     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17437     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17438   layout:
17439     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17440     layout: "plot-throughput"
17441
17442 ## 2n-dnv-x553
17443 #
17444 #- type: "plot"
17445 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17446 #  algorithm: "plot_perf_box_name"
17447 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17448 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17449 #  include:
17450 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17451 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17452 #  layout:
17453 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17454 #    layout: "plot-throughput"
17455 #
17456 #- type: "plot"
17457 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17458 #  algorithm: "plot_perf_box_name"
17459 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17460 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17461 #  include:
17462 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17463 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17464 #  layout:
17465 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17466 #    layout: "plot-throughput"
17467 #
17468 #- type: "plot"
17469 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17470 #  algorithm: "plot_perf_box_name"
17471 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17472 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17473 #  include:
17474 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17475 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17476 #  layout:
17477 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17478 #    layout: "plot-throughput"
17479 #
17480 #- type: "plot"
17481 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17482 #  algorithm: "plot_perf_box_name"
17483 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17484 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17485 #  include:
17486 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17487 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17488 #  layout:
17489 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17490 #    layout: "plot-throughput"
17491 #
17492 ## 3n-dnv-x553
17493 #
17494 #- type: "plot"
17495 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17496 #  algorithm: "plot_perf_box_name"
17497 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17498 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17499 #  include:
17500 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17501 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17502 #  layout:
17503 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17504 #    layout: "plot-throughput"
17505 #
17506 #- type: "plot"
17507 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17508 #  algorithm: "plot_perf_box_name"
17509 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17510 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17511 #  include:
17512 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17513 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17514 #  layout:
17515 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17516 #    layout: "plot-throughput"
17517 #
17518 #- type: "plot"
17519 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17520 #  algorithm: "plot_perf_box_name"
17521 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17522 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17523 #  include:
17524 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17525 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17526 #  layout:
17527 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17528 #    layout: "plot-throughput"
17529 #
17530 #- type: "plot"
17531 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17532 #  algorithm: "plot_perf_box_name"
17533 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17534 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17535 #  include:
17536 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17537 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17538 #  layout:
17539 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17540 #    layout: "plot-throughput"
17541
17542 # 3n-tsh-x520
17543
17544 - type: "plot"
17545   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17546   algorithm: "plot_perf_box_name"
17547   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17548   data: "plot-dpdk-throughput-latency-3n-tsh"
17549   include:
17550     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17551     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17552   layout:
17553     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17554     layout: "plot-throughput"
17555
17556 - type: "plot"
17557   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17558   algorithm: "plot_perf_box_name"
17559   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17560   data: "plot-dpdk-throughput-latency-3n-tsh"
17561   include:
17562     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17563     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17564   layout:
17565     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17566     layout: "plot-throughput"
17567
17568 - type: "plot"
17569   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17570   algorithm: "plot_perf_box_name"
17571   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17572   data: "plot-dpdk-throughput-latency-3n-tsh"
17573   include:
17574     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17575     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17576   layout:
17577     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17578     layout: "plot-throughput"
17579
17580 - type: "plot"
17581   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17582   algorithm: "plot_perf_box_name"
17583   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17584   data: "plot-dpdk-throughput-latency-3n-tsh"
17585   include:
17586     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17587     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17588   layout:
17589     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17590     layout: "plot-throughput"
17591
17592 ################################################################################
17593 ###   2n-clx                                                                 ###
17594 ################################################################################
17595
17596 # Packet Throughput
17597
17598 - type: "plot"
17599   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17600   algorithm: "plot_perf_box_name"
17601   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17603   include:
17604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17608   layout:
17609     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17610     layout: "plot-throughput"
17611
17612 - type: "plot"
17613   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17614   algorithm: "plot_perf_box_name"
17615   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17617   include:
17618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17621     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17622   layout:
17623     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17624     layout: "plot-throughput"
17625
17626 - type: "plot"
17627   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17628   algorithm: "plot_perf_box_name"
17629   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17631   include:
17632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17635     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17636   layout:
17637     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17638     layout: "plot-throughput"
17639
17640 - type: "plot"
17641   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17642   algorithm: "plot_perf_box_name"
17643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17645   include:
17646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17647     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17648     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17649     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17650   layout:
17651     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17652     layout: "plot-throughput"
17653
17654 - type: "plot"
17655   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17656   algorithm: "plot_perf_box_name"
17657   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17659   include:
17660     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17661     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17662     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17663     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17664   layout:
17665     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17666     layout: "plot-throughput"
17667
17668 - type: "plot"
17669   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17670   algorithm: "plot_perf_box_name"
17671   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17673   include:
17674     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17675     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17676     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17677     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17678   layout:
17679     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17680     layout: "plot-throughput"
17681
17682 - type: "plot"
17683   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17684   algorithm: "plot_perf_box_name"
17685   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17687   include:
17688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17694   layout:
17695     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17696     layout: "plot-throughput"
17697
17698 - type: "plot"
17699   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17700   algorithm: "plot_perf_box_name"
17701   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17703   include:
17704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17710   layout:
17711     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17712     layout: "plot-throughput"
17713
17714 - type: "plot"
17715   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17716   algorithm: "plot_perf_box_name"
17717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17719   include:
17720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17724   layout:
17725     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17726     layout: "plot-throughput"
17727
17728 - type: "plot"
17729   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17730   algorithm: "plot_perf_box_name"
17731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17733   include:
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17738   layout:
17739     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17740     layout: "plot-throughput"
17741
17742 - type: "plot"
17743   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17744   algorithm: "plot_perf_box_name"
17745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17747   include:
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17751   layout:
17752     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17753     layout: "plot-throughput"
17754
17755 - type: "plot"
17756   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17757   algorithm: "plot_perf_box_name"
17758   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17760   include:
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17764   layout:
17765     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17766     layout: "plot-throughput"
17767
17768 - type: "plot"
17769   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17770   algorithm: "plot_perf_box_name"
17771   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17773   include:
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17779   layout:
17780     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17781     layout: "plot-throughput"
17782
17783 - type: "plot"
17784   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17785   algorithm: "plot_perf_box_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17794   layout:
17795     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17796     layout: "plot-throughput"
17797
17798 - type: "plot"
17799   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17800   algorithm: "plot_perf_box_name"
17801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17803   include:
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17807   layout:
17808     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17809     layout: "plot-throughput"
17810
17811 - type: "plot"
17812   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17813   algorithm: "plot_perf_box_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17820   layout:
17821     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17822     layout: "plot-throughput"
17823
17824 - type: "plot"
17825   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17826   algorithm: "plot_perf_box_name"
17827   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17829   include:
17830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17836   layout:
17837     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17838     layout: "plot-throughput"
17839
17840 - type: "plot"
17841   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17842   algorithm: "plot_perf_box_name"
17843   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17845   include:
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17852   layout:
17853     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17854     layout: "plot-throughput"
17855
17856 - type: "plot"
17857   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17858   algorithm: "plot_perf_box_name"
17859   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17861   include:
17862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17863     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17865     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17866     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17867   layout:
17868     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17869     layout: "plot-throughput"
17870
17871 - type: "plot"
17872   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17873   algorithm: "plot_perf_box_name"
17874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17876   include:
17877     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17878     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17882   layout:
17883     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17884     layout: "plot-throughput"
17885
17886 - type: "plot"
17887   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17888   algorithm: "plot_perf_box_name"
17889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17891   include:
17892     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17893     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17894     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17895     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17896     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17897     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17898     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17902   layout:
17903     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17904     layout: "plot-cps"
17905
17906 - type: "plot"
17907   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17908   algorithm: "plot_perf_box_name"
17909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17911   include:
17912     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17913     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17914     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17915     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
17916     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17917     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
17918     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17919     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
17920     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
17922   layout:
17923     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17924     layout: "plot-throughput"
17925
17926 - type: "plot"
17927   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17928   algorithm: "plot_perf_box_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17933     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17934     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17935     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17937     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17938     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17939     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17940     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17942   layout:
17943     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17944     layout: "plot-cps"
17945
17946 - type: "plot"
17947   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17948   algorithm: "plot_perf_box_name"
17949   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17951   include:
17952     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17953     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17954     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17955     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
17956     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17957     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
17958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17959     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
17960     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17961     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
17962   layout:
17963     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17964     layout: "plot-throughput"
17965
17966 - type: "plot"
17967   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17968   algorithm: "plot_perf_box_name"
17969   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17971   include:
17972     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17973     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17974     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17975     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17976     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17977   layout:
17978     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17979     layout: "plot-throughput"
17980
17981 - type: "plot"
17982   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17983   algorithm: "plot_perf_box_name"
17984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17986   include:
17987     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17988     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17989     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17990     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17991     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17992   layout:
17993     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17994     layout: "plot-throughput"
17995
17996 - type: "plot"
17997   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17998   algorithm: "plot_perf_box_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18003     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18004     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18005     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18006     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18007     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18008     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18009     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18010     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18011     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18012   layout:
18013     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18014     layout: "plot-cps"
18015
18016 - type: "plot"
18017   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18018   algorithm: "plot_perf_box_name"
18019   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18021   include:
18022     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18023     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18024     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18025     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18026     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18027     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18028     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18029     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18030     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18031     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18032   layout:
18033     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18034     layout: "plot-throughput"
18035
18036 - type: "plot"
18037   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18038   algorithm: "plot_perf_box_name"
18039   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18040   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18041   include:
18042     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18044     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18046     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18047     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18048     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18049     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18050     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18051     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18052   layout:
18053     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18054     layout: "plot-cps"
18055
18056 - type: "plot"
18057   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18058   algorithm: "plot_perf_box_name"
18059   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18061   include:
18062     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18063     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18064     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18065     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18066     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18067     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18068     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18069     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18072   layout:
18073     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18074     layout: "plot-throughput"
18075
18076 - type: "plot"
18077   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18078   algorithm: "plot_perf_box_name"
18079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18081   include:
18082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18088   layout:
18089     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18090     layout: "plot-throughput"
18091
18092 - type: "plot"
18093   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18094   algorithm: "plot_perf_box_name"
18095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18097   include:
18098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18104   layout:
18105     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18106     layout: "plot-throughput"
18107
18108 - type: "plot"
18109   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18110   algorithm: "plot_perf_box_name"
18111   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18113   include:
18114     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18115     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18116   layout:
18117     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18118     layout: "plot-throughput"
18119
18120 - type: "plot"
18121   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18122   algorithm: "plot_perf_box_name"
18123   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18125   include:
18126     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18128   layout:
18129     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18130     layout: "plot-throughput"
18131
18132 - type: "plot"
18133   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18134   algorithm: "plot_perf_box_name"
18135   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18137   include:
18138     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18139     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18140     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18143     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18144   layout:
18145     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18146     layout: "plot-throughput"
18147
18148 - type: "plot"
18149   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18150   algorithm: "plot_perf_box_name"
18151   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18153   include:
18154     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18155     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18158     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18159     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18160   layout:
18161     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18162     layout: "plot-throughput"
18163
18164 - type: "plot"
18165   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18166   algorithm: "plot_perf_box_name"
18167   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18169   include:
18170     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18176   layout:
18177     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18178     layout: "plot-throughput"
18179
18180 - type: "plot"
18181   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18182   algorithm: "plot_perf_box_name"
18183   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18185   include:
18186     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18192   layout:
18193     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18194     layout: "plot-throughput"
18195
18196 - type: "plot"
18197   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18198   algorithm: "plot_perf_box_name"
18199   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18201   include:
18202     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18204     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18207     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18208   layout:
18209     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18210     layout: "plot-throughput"
18211
18212 - type: "plot"
18213   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18214   algorithm: "plot_perf_box_name"
18215   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18217   include:
18218     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18221     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18222     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18223     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18224   layout:
18225     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18226     layout: "plot-throughput"
18227
18228 - type: "plot"
18229   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18230   algorithm: "plot_perf_box_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18239   layout:
18240     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18241     layout: "plot-throughput"
18242
18243 - type: "plot"
18244   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18245   algorithm: "plot_perf_box_name"
18246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18248   include:
18249     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18254   layout:
18255     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18256     layout: "plot-throughput"
18257
18258 - type: "plot"
18259   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18260   algorithm: "plot_perf_box_name"
18261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18263   include:
18264     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18265     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18266     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18267     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18268     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18269   layout:
18270     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18271     layout: "plot-throughput"
18272
18273 - type: "plot"
18274   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18275   algorithm: "plot_perf_box_name"
18276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18278   include:
18279     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18280     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18281     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18282     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18283     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18284   layout:
18285     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18286     layout: "plot-throughput"
18287
18288 - type: "plot"
18289   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18290   algorithm: "plot_perf_box_name"
18291   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18293   include:
18294     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18295     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18296     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18297     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18298     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18299   layout:
18300     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18301     layout: "plot-throughput"
18302
18303 - type: "plot"
18304   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18305   algorithm: "plot_perf_box_name"
18306   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18308   include:
18309     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18311     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18314   layout:
18315     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18316     layout: "plot-throughput"
18317
18318 - type: "plot"
18319   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18320   algorithm: "plot_perf_box_name"
18321   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18323   include:
18324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18329   layout:
18330     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18331     layout: "plot-throughput"
18332
18333 - type: "plot"
18334   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18335   algorithm: "plot_perf_box_name"
18336   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18338   include:
18339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18344   layout:
18345     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18346     layout: "plot-throughput"
18347
18348 - type: "plot"
18349   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18350   algorithm: "plot_perf_box_name"
18351   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18353   include:
18354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18359   layout:
18360     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18361     layout: "plot-throughput"
18362
18363 - type: "plot"
18364   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18365   algorithm: "plot_perf_box_name"
18366   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18368   include:
18369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18374   layout:
18375     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18376     layout: "plot-throughput"
18377
18378 - type: "plot"
18379   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18380   algorithm: "plot_perf_box_name"
18381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18383   include:
18384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18390   layout:
18391     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18392     layout: "plot-throughput"
18393
18394 - type: "plot"
18395   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18396   algorithm: "plot_perf_box_name"
18397   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18399   include:
18400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18406   layout:
18407     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18408     layout: "plot-throughput"
18409
18410 - type: "plot"
18411   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18412   algorithm: "plot_perf_box_name"
18413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18415   include:
18416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18420   layout:
18421     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18422     layout: "plot-throughput"
18423
18424 - type: "plot"
18425   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18426   algorithm: "plot_perf_box_name"
18427   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18429   include:
18430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18434   layout:
18435     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18436     layout: "plot-throughput"
18437
18438 - type: "plot"
18439   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18440   algorithm: "plot_perf_box_name"
18441   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18442   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18443   include:
18444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18450   layout:
18451     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18452     layout: "plot-throughput"
18453
18454 - type: "plot"
18455   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18456   algorithm: "plot_perf_box_name"
18457   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18459   include:
18460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18466   layout:
18467     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18468     layout: "plot-throughput"
18469
18470 - type: "plot"
18471   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18472   algorithm: "plot_perf_box_name"
18473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18475   include:
18476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18480   layout:
18481     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18482     layout: "plot-throughput"
18483
18484 - type: "plot"
18485   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18486   algorithm: "plot_perf_box_name"
18487   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18489   include:
18490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18494   layout:
18495     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18496     layout: "plot-throughput"
18497
18498 - type: "plot"
18499   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18500   algorithm: "plot_perf_box_name"
18501   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18503   include:
18504     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18505     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18506     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18507     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18508     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18509     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18510   layout:
18511     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18512     layout: "plot-throughput"
18513
18514 - type: "plot"
18515   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18516   algorithm: "plot_perf_box_name"
18517   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18519   include:
18520     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18521     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18522     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18523     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18524     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18525     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18526   layout:
18527     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18528     layout: "plot-throughput"
18529
18530 - type: "plot"
18531   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18532   algorithm: "plot_perf_box_name"
18533   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18535   include:
18536     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18537     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18538     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18539     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18540   layout:
18541     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18542     layout: "plot-throughput"
18543
18544 - type: "plot"
18545   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18546   algorithm: "plot_perf_box_name"
18547   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18549   include:
18550     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18551     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18552     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18553     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18554   layout:
18555     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18556     layout: "plot-throughput"
18557
18558 - type: "plot"
18559   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18560   algorithm: "plot_perf_box_name"
18561   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18562   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18563   include:
18564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18569   layout:
18570     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18571     layout: "plot-throughput"
18572
18573 - type: "plot"
18574   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18575   algorithm: "plot_perf_box_name"
18576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18578   include:
18579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18584   layout:
18585     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18586     layout: "plot-throughput"
18587
18588 - type: "plot"
18589   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18590   algorithm: "plot_perf_box_name"
18591   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18593   include:
18594     - "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"
18595     - "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"
18596     - "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"
18597     - "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"
18598     - "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"
18599   layout:
18600     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18601     layout: "plot-throughput"
18602
18603 - type: "plot"
18604   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18605   algorithm: "plot_perf_box_name"
18606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18608   include:
18609     - "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"
18610     - "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"
18611     - "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"
18612     - "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"
18613     - "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"
18614   layout:
18615     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18616     layout: "plot-throughput"
18617
18618 - type: "plot"
18619   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18620   algorithm: "plot_perf_box_name"
18621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18623   include:
18624     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18625     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18626     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18629   layout:
18630     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18631     layout: "plot-throughput"
18632
18633 - type: "plot"
18634   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18635   algorithm: "plot_perf_box_name"
18636   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18638   include:
18639     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18640     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18641     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18644   layout:
18645     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18646     layout: "plot-throughput"
18647
18648 - type: "plot"
18649   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18650   algorithm: "plot_perf_box_name"
18651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18653   include:
18654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18659   layout:
18660     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18661     layout: "plot-throughput"
18662
18663 - type: "plot"
18664   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18665   algorithm: "plot_perf_box_name"
18666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18668   include:
18669     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18670     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18671     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18674   layout:
18675     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18676     layout: "plot-throughput"
18677
18678 - type: "plot"
18679   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18680   algorithm: "plot_perf_box_name"
18681   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18683   include:
18684     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18685     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18688   layout:
18689     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18690     layout: "plot-throughput"
18691
18692 - type: "plot"
18693   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18694   algorithm: "plot_perf_box_name"
18695   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18697   include:
18698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18702   layout:
18703     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18704     layout: "plot-throughput"
18705
18706 - type: "plot"
18707   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18708   algorithm: "plot_perf_box_name"
18709   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18711   include:
18712     - "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"
18713     - "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"
18714     - "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"
18715     - "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"
18716   layout:
18717     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18718     layout: "plot-throughput"
18719
18720 - type: "plot"
18721   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18722   algorithm: "plot_perf_box_name"
18723   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18725   include:
18726     - "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"
18727     - "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"
18728     - "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"
18729     - "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"
18730   layout:
18731     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18732     layout: "plot-throughput"
18733
18734 - type: "plot"
18735   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18736   algorithm: "plot_perf_box_name"
18737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18739   include:
18740     - "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"
18741     - "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"
18742     - "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"
18743     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18744     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18745     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18746   layout:
18747     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18748     layout: "plot-throughput"
18749
18750 - type: "plot"
18751   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18752   algorithm: "plot_perf_box_name"
18753   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18755   include:
18756     - "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"
18757     - "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"
18758     - "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"
18759     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18760     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18761     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18762   layout:
18763     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18764     layout: "plot-throughput"
18765
18766 ################################################################################
18767
18768 # Packet Speedup
18769
18770 - type: "plot"
18771   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18772   algorithm: "plot_tsa_name"
18773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18775   include:
18776     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18777     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18779     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18780   layout:
18781     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18782     layout: "plot-throughput-speedup-analysis"
18783
18784 - type: "plot"
18785   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18786   algorithm: "plot_tsa_name"
18787   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18789   include:
18790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18793     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18794   layout:
18795     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18796     layout: "plot-throughput-speedup-analysis"
18797
18798 - type: "plot"
18799   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18800   algorithm: "plot_tsa_name"
18801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18803   include:
18804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18807     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18808   layout:
18809     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18810     layout: "plot-throughput-speedup-analysis"
18811
18812 - type: "plot"
18813   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18814   algorithm: "plot_tsa_name"
18815   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18817   include:
18818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18820     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18821     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18822   layout:
18823     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18824     layout: "plot-throughput-speedup-analysis"
18825
18826 - type: "plot"
18827   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18828   algorithm: "plot_tsa_name"
18829   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18831   include:
18832     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18833     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18834     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18835     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18836   layout:
18837     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18838     layout: "plot-throughput-speedup-analysis"
18839
18840 - type: "plot"
18841   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18842   algorithm: "plot_tsa_name"
18843   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18845   include:
18846     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18847     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18848     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18849     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18850   layout:
18851     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18852     layout: "plot-throughput-speedup-analysis"
18853
18854 - type: "plot"
18855   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18856   algorithm: "plot_tsa_name"
18857   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18859   include:
18860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18866   layout:
18867     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18868     layout: "plot-throughput-speedup-analysis"
18869
18870 - type: "plot"
18871   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18872   algorithm: "plot_tsa_name"
18873   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18875   include:
18876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18882   layout:
18883     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18884     layout: "plot-throughput-speedup-analysis"
18885
18886 - type: "plot"
18887   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18888   algorithm: "plot_tsa_name"
18889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18891   include:
18892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18896   layout:
18897     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18898     layout: "plot-throughput-speedup-analysis"
18899
18900 - type: "plot"
18901   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18902   algorithm: "plot_tsa_name"
18903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18905   include:
18906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18910   layout:
18911     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18912     layout: "plot-throughput-speedup-analysis"
18913
18914 - type: "plot"
18915   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18916   algorithm: "plot_tsa_name"
18917   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18919   include:
18920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18923   layout:
18924     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18925     layout: "plot-throughput-speedup-analysis"
18926
18927 - type: "plot"
18928   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18929   algorithm: "plot_tsa_name"
18930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18932   include:
18933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18936   layout:
18937     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18938     layout: "plot-throughput-speedup-analysis"
18939
18940 - type: "plot"
18941   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18942   algorithm: "plot_tsa_name"
18943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18945   include:
18946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18951   layout:
18952     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18953     layout: "plot-throughput-speedup-analysis"
18954
18955 - type: "plot"
18956   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18957   algorithm: "plot_tsa_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18966   layout:
18967     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18968     layout: "plot-throughput-speedup-analysis"
18969
18970 - type: "plot"
18971   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18972   algorithm: "plot_tsa_name"
18973   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18975   include:
18976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18979   layout:
18980     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18981     layout: "plot-throughput-speedup-analysis"
18982
18983 - type: "plot"
18984   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18985   algorithm: "plot_tsa_name"
18986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18988   include:
18989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18992   layout:
18993     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18994     layout: "plot-throughput-speedup-analysis"
18995
18996 - type: "plot"
18997   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18998   algorithm: "plot_tsa_name"
18999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19001   include:
19002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19008   layout:
19009     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19010     layout: "plot-throughput-speedup-analysis"
19011
19012 - type: "plot"
19013   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19014   algorithm: "plot_tsa_name"
19015   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19017   include:
19018     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19019     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19020     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19021     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19022     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19023   layout:
19024     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19025     layout: "plot-throughput-speedup-analysis"
19026
19027 - type: "plot"
19028   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19029   algorithm: "plot_tsa_name"
19030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19032   include:
19033     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
19034     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
19035     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
19036     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
19037     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
19038   layout:
19039     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19040     layout: "plot-throughput-speedup-analysis"
19041
19042 - type: "plot"
19043   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19044   algorithm: "plot_tsa_name"
19045   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19047   include:
19048     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19049     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19050     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19051     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19052     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19053     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19054     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19055     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19056     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19057     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19058   layout:
19059     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19060     layout: "plot-throughput-speedup-analysis-cps"
19061
19062 - type: "plot"
19063   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19064   algorithm: "plot_tsa_name"
19065   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19067   include:
19068     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19069     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19076     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19077     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19078   layout:
19079     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19080     layout: "plot-throughput-speedup-analysis"
19081
19082 - type: "plot"
19083   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19084   algorithm: "plot_tsa_name"
19085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19087   include:
19088     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19089     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19090     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19092     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19094     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19096     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19098   layout:
19099     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19100     layout: "plot-throughput-speedup-analysis-cps"
19101
19102 - type: "plot"
19103   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19104   algorithm: "plot_tsa_name"
19105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19107   include:
19108     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19109     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19110     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19111     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19112     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19113     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19114     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19115     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19116     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19118   layout:
19119     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19120     layout: "plot-throughput-speedup-analysis"
19121
19122 - type: "plot"
19123   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19124   algorithm: "plot_tsa_name"
19125   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19127   include:
19128     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19129     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19133   layout:
19134     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19135     layout: "plot-throughput-speedup-analysis"
19136
19137 - type: "plot"
19138   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19139   algorithm: "plot_tsa_name"
19140   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19142   include:
19143     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
19144     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
19145     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
19146     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
19147     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
19148   layout:
19149     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19150     layout: "plot-throughput-speedup-analysis"
19151
19152 - type: "plot"
19153   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19154   algorithm: "plot_tsa_name"
19155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19157   include:
19158     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19159     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19160     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19161     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19162     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19163     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19164     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19165     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19166     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19167     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19168   layout:
19169     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19170     layout: "plot-throughput-speedup-analysis-cps"
19171
19172 - type: "plot"
19173   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19174   algorithm: "plot_tsa_name"
19175   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19177   include:
19178     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19179     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19180     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19181     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19182     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19183     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19184     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19185     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19186     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19187     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19188   layout:
19189     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19190     layout: "plot-throughput-speedup-analysis"
19191
19192 - type: "plot"
19193   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19194   algorithm: "plot_tsa_name"
19195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19197   include:
19198     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19199     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19200     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19201     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19202     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19203     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19204     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19205     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19206     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19207     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19208   layout:
19209     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19210     layout: "plot-throughput-speedup-analysis-cps"
19211
19212 - type: "plot"
19213   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19214   algorithm: "plot_tsa_name"
19215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19217   include:
19218     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19219     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19220     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19223     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19224     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19225     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19226     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19227     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19228   layout:
19229     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19230     layout: "plot-throughput-speedup-analysis"
19231
19232 - type: "plot"
19233   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19234   algorithm: "plot_tsa_name"
19235   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19237   include:
19238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19244   layout:
19245     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19246     layout: "plot-throughput-speedup-analysis"
19247
19248 - type: "plot"
19249   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19250   algorithm: "plot_tsa_name"
19251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19253   include:
19254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19260   layout:
19261     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19262     layout: "plot-throughput-speedup-analysis"
19263
19264 - type: "plot"
19265   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19266   algorithm: "plot_tsa_name"
19267   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19269   include:
19270     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19271     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19272   layout:
19273     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19274     layout: "plot-throughput-speedup-analysis"
19275
19276 - type: "plot"
19277   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19278   algorithm: "plot_tsa_name"
19279   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19281   include:
19282     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19283     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19284   layout:
19285     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19286     layout: "plot-throughput-speedup-analysis"
19287
19288 - type: "plot"
19289   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19290   algorithm: "plot_tsa_name"
19291   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19293   include:
19294     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19295     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19296     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19297     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19298     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19299     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19300   layout:
19301     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19302     layout: "plot-throughput-speedup-analysis"
19303
19304 - type: "plot"
19305   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19306   algorithm: "plot_tsa_name"
19307   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19309   include:
19310     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19311     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19312     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19313     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19314     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19315     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19316   layout:
19317     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19318     layout: "plot-throughput-speedup-analysis"
19319
19320 - type: "plot"
19321   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19322   algorithm: "plot_tsa_name"
19323   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19325   include:
19326     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19327     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19328     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19330     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19331     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19332   layout:
19333     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19334     layout: "plot-throughput-speedup-analysis"
19335
19336 - type: "plot"
19337   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19338   algorithm: "plot_tsa_name"
19339   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19341   include:
19342     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19343     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19344     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19348   layout:
19349     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19350     layout: "plot-throughput-speedup-analysis"
19351
19352 - type: "plot"
19353   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19354   algorithm: "plot_tsa_name"
19355   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19357   include:
19358     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19359     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19360     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19361     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19362     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19363     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19364   layout:
19365     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19366     layout: "plot-throughput-speedup-analysis"
19367
19368 - type: "plot"
19369   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19370   algorithm: "plot_tsa_name"
19371   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19373   include:
19374     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19376     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19377     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19378     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19379     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19380   layout:
19381     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19382     layout: "plot-throughput-speedup-analysis"
19383
19384 - type: "plot"
19385   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19386   algorithm: "plot_tsa_name"
19387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19389   include:
19390     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19391     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19392     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19393     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19394     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19395   layout:
19396     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19397     layout: "plot-throughput-speedup-analysis"
19398
19399 - type: "plot"
19400   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19401   algorithm: "plot_tsa_name"
19402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19404   include:
19405     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19406     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19407     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19410   layout:
19411     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19412     layout: "plot-throughput-speedup-analysis"
19413
19414 - type: "plot"
19415   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19416   algorithm: "plot_tsa_name"
19417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19419   include:
19420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19421     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19423     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19424     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19425   layout:
19426     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19427     layout: "plot-throughput-speedup-analysis"
19428
19429 - type: "plot"
19430   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19431   algorithm: "plot_tsa_name"
19432   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19434   include:
19435     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19436     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19437     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19439     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19440   layout:
19441     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19442     layout: "plot-throughput-speedup-analysis"
19443
19444 - type: "plot"
19445   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19446   algorithm: "plot_tsa_name"
19447   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19449   include:
19450     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19451     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19452     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19453     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19454     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19455   layout:
19456     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19457     layout: "plot-throughput-speedup-analysis"
19458
19459 - type: "plot"
19460   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19461   algorithm: "plot_tsa_name"
19462   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19464   include:
19465     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19466     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19467     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19468     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19469     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19470   layout:
19471     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19472     layout: "plot-throughput-speedup-analysis"
19473
19474 - type: "plot"
19475   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19476   algorithm: "plot_tsa_name"
19477   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19479   include:
19480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19485   layout:
19486     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19487     layout: "plot-throughput-speedup-analysis"
19488
19489 - type: "plot"
19490   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19491   algorithm: "plot_tsa_name"
19492   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19494   include:
19495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19500   layout:
19501     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19502     layout: "plot-throughput-speedup-analysis"
19503
19504 - type: "plot"
19505   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19506   algorithm: "plot_tsa_name"
19507   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19509   include:
19510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19515   layout:
19516     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19517     layout: "plot-throughput-speedup-analysis"
19518
19519 - type: "plot"
19520   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19521   algorithm: "plot_tsa_name"
19522   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19524   include:
19525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19530   layout:
19531     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19532     layout: "plot-throughput-speedup-analysis"
19533
19534 - type: "plot"
19535   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19536   algorithm: "plot_tsa_name"
19537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19539   include:
19540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19546   layout:
19547     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19548     layout: "plot-throughput-speedup-analysis"
19549
19550 - type: "plot"
19551   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19552   algorithm: "plot_tsa_name"
19553   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19554   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19555   include:
19556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19562   layout:
19563     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19564     layout: "plot-throughput-speedup-analysis"
19565
19566 - type: "plot"
19567   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19568   algorithm: "plot_tsa_name"
19569   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19571   include:
19572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19576   layout:
19577     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19578     layout: "plot-throughput-speedup-analysis"
19579
19580 - type: "plot"
19581   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19582   algorithm: "plot_tsa_name"
19583   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19585   include:
19586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19590   layout:
19591     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19592     layout: "plot-throughput-speedup-analysis"
19593
19594 - type: "plot"
19595   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19596   algorithm: "plot_tsa_name"
19597   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19599   include:
19600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19606   layout:
19607     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19608     layout: "plot-throughput-speedup-analysis"
19609
19610 - type: "plot"
19611   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19612   algorithm: "plot_tsa_name"
19613   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19615   include:
19616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19622   layout:
19623     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19624     layout: "plot-throughput-speedup-analysis"
19625
19626 - type: "plot"
19627   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19628   algorithm: "plot_tsa_name"
19629   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19631   include:
19632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19636   layout:
19637     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19638     layout: "plot-throughput-speedup-analysis"
19639
19640 - type: "plot"
19641   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19642   algorithm: "plot_tsa_name"
19643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19645   include:
19646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19650   layout:
19651     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19652     layout: "plot-throughput-speedup-analysis"
19653
19654 - type: "plot"
19655   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19656   algorithm: "plot_tsa_name"
19657   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19659   include:
19660     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19661     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19662     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19663     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19664     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19665     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19666   layout:
19667     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19668     layout: "plot-throughput-speedup-analysis"
19669
19670 - type: "plot"
19671   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19672   algorithm: "plot_tsa_name"
19673   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19675   include:
19676     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19677     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19678     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19679     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19680     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19681     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19682   layout:
19683     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19684     layout: "plot-throughput-speedup-analysis"
19685
19686 - type: "plot"
19687   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19688   algorithm: "plot_tsa_name"
19689   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19691   include:
19692     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19693     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19694     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19695     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19696   layout:
19697     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19698     layout: "plot-throughput-speedup-analysis"
19699
19700 - type: "plot"
19701   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19702   algorithm: "plot_tsa_name"
19703   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19705   include:
19706     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19707     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19708     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19709     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19710   layout:
19711     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19712     layout: "plot-throughput-speedup-analysis"
19713
19714 - type: "plot"
19715   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19716   algorithm: "plot_tsa_name"
19717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19719   include:
19720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19725   layout:
19726     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19727     layout: "plot-throughput-speedup-analysis"
19728
19729 - type: "plot"
19730   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19731   algorithm: "plot_tsa_name"
19732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19734   include:
19735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19740   layout:
19741     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19742     layout: "plot-throughput-speedup-analysis"
19743
19744 - type: "plot"
19745   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19746   algorithm: "plot_tsa_name"
19747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19749   include:
19750     - "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"
19751     - "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"
19752     - "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"
19753     - "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"
19754     - "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"
19755   layout:
19756     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19757     layout: "plot-throughput-speedup-analysis"
19758
19759 - type: "plot"
19760   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19761   algorithm: "plot_tsa_name"
19762   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19764   include:
19765     - "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"
19766     - "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"
19767     - "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"
19768     - "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"
19769     - "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"
19770   layout:
19771     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19772     layout: "plot-throughput-speedup-analysis"
19773
19774 - type: "plot"
19775   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19776   algorithm: "plot_tsa_name"
19777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19779   include:
19780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19781     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19785   layout:
19786     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19787     layout: "plot-throughput-speedup-analysis"
19788
19789 - type: "plot"
19790   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19791   algorithm: "plot_tsa_name"
19792   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19794   include:
19795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19800   layout:
19801     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19802     layout: "plot-throughput-speedup-analysis"
19803
19804 - type: "plot"
19805   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19806   algorithm: "plot_tsa_name"
19807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19809   include:
19810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19815   layout:
19816     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19817     layout: "plot-throughput-speedup-analysis"
19818
19819 - type: "plot"
19820   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19821   algorithm: "plot_tsa_name"
19822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19824   include:
19825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19830   layout:
19831     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19832     layout: "plot-throughput-speedup-analysis"
19833
19834 - type: "plot"
19835   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19836   algorithm: "plot_tsa_name"
19837   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19839   include:
19840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19844   layout:
19845     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19846     layout: "plot-throughput-speedup-analysis"
19847
19848 - type: "plot"
19849   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19850   algorithm: "plot_tsa_name"
19851   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19853   include:
19854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19858   layout:
19859     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19860     layout: "plot-throughput-speedup-analysis"
19861
19862 - type: "plot"
19863   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19864   algorithm: "plot_tsa_name"
19865   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19867   include:
19868     - "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"
19869     - "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"
19870     - "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"
19871     - "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"
19872   layout:
19873     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19874     layout: "plot-throughput-speedup-analysis"
19875
19876 - type: "plot"
19877   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19878   algorithm: "plot_tsa_name"
19879   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19881   include:
19882     - "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"
19883     - "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"
19884     - "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"
19885     - "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"
19886   layout:
19887     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19888     layout: "plot-throughput-speedup-analysis"
19889
19890 - type: "plot"
19891   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19892   algorithm: "plot_tsa_name"
19893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19895   include:
19896     - "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"
19897     - "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"
19898     - "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"
19899     - "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"
19900     - "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"
19901     - "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"
19902   layout:
19903     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19904     layout: "plot-throughput-speedup-analysis"
19905
19906 - type: "plot"
19907   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19908   algorithm: "plot_tsa_name"
19909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19911   include:
19912     - "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"
19913     - "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"
19914     - "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"
19915     - "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"
19916     - "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"
19917     - "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"
19918   layout:
19919     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19920     layout: "plot-throughput-speedup-analysis"
19921
19922 ################################################################################
19923
19924 # Packet Throughput - DPDK
19925
19926 # 2n-clx-xxv710
19927
19928 - type: "plot"
19929   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19930   algorithm: "plot_perf_box_name"
19931   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19932   data: "plot-dpdk-throughput-latency-2n-clx"
19933   include:
19934     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19935     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19936   layout:
19937     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19938     layout: "plot-throughput"
19939
19940 - type: "plot"
19941   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19942   algorithm: "plot_perf_box_name"
19943   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19944   data: "plot-dpdk-throughput-latency-2n-clx"
19945   include:
19946     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19947     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19948   layout:
19949     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19950     layout: "plot-throughput"
19951
19952 - type: "plot"
19953   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19954   algorithm: "plot_perf_box_name"
19955   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19956   data: "plot-dpdk-throughput-latency-2n-clx"
19957   include:
19958     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19959     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19960   layout:
19961     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19962     layout: "plot-throughput"
19963
19964 - type: "plot"
19965   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19966   algorithm: "plot_perf_box_name"
19967   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19968   data: "plot-dpdk-throughput-latency-2n-clx"
19969   include:
19970     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19971     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19972   layout:
19973     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19974     layout: "plot-throughput"
19975
19976 # 2n-clx-x710
19977
19978 - type: "plot"
19979   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19980   algorithm: "plot_perf_box_name"
19981   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19982   data: "plot-dpdk-throughput-latency-2n-clx"
19983   include:
19984     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19985     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19986   layout:
19987     title: "2n-clx-x710-64b-2t1c-base-ndr"
19988     layout: "plot-throughput"
19989
19990 - type: "plot"
19991   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19992   algorithm: "plot_perf_box_name"
19993   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19994   data: "plot-dpdk-throughput-latency-2n-clx"
19995   include:
19996     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19997     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19998   layout:
19999     title: "2n-clx-x710-64b-4t2c-base-ndr"
20000     layout: "plot-throughput"
20001
20002 - type: "plot"
20003   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20004   algorithm: "plot_perf_box_name"
20005   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20006   data: "plot-dpdk-throughput-latency-2n-clx"
20007   include:
20008     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20009     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20010   layout:
20011     title: "2n-clx-x710-64b-2t1c-base-pdr"
20012     layout: "plot-throughput"
20013
20014 - type: "plot"
20015   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20016   algorithm: "plot_perf_box_name"
20017   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20018   data: "plot-dpdk-throughput-latency-2n-clx"
20019   include:
20020     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20021     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20022   layout:
20023     title: "2n-clx-x710-64b-4t2c-base-pdr"
20024     layout: "plot-throughput"
20025
20026 ################################################################################
20027
20028 - type: "plot"
20029   title: "Latency by percentile: 2n-skx"
20030   algorithm: "plot_hdrh_lat_by_percentile"
20031   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20032   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20033   target-links: "../../_static/vpp"
20034   data: "plot-vpp-hdrh-lat-2n-skx"
20035   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20036   layout:
20037     layout: "plot-hdrh-latency-by-percentile"
20038
20039 - type: "plot"
20040   title: "Latency by percentile: 2n-skx-nat44"
20041   algorithm: "plot_hdrh_lat_by_percentile"
20042   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20043   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20044   target-links: "../../_static/vpp"
20045   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
20046   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20047   layout:
20048     layout: "plot-hdrh-latency-by-percentile"
20049
20050 - type: "plot"
20051   title: "Latency by percentile: 3n-skx"
20052   algorithm: "plot_hdrh_lat_by_percentile"
20053   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
20054   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
20055   target-links: "../../_static/vpp"
20056   data: "plot-vpp-hdrh-lat-3n-skx"
20057   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20058   layout:
20059     layout: "plot-hdrh-latency-by-percentile"
20060
20061 - type: "plot"
20062   title: "Latency by percentile: 2n-clx"
20063   algorithm: "plot_hdrh_lat_by_percentile"
20064   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20065   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20066   target-links: "../../_static/vpp"
20067   data: "plot-vpp-hdrh-lat-2n-clx"
20068   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20069   layout:
20070     layout: "plot-hdrh-latency-by-percentile"
20071
20072 - type: "plot"
20073   title: "Latency by percentile: 2n-clx-nat44"
20074   algorithm: "plot_hdrh_lat_by_percentile"
20075   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20076   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20077   target-links: "../../_static/vpp"
20078   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
20079   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20080   layout:
20081     layout: "plot-hdrh-latency-by-percentile"
20082
20083 - type: "plot"
20084   title: "Latency by percentile: 3n-hsw"
20085   algorithm: "plot_hdrh_lat_by_percentile"
20086   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
20087   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
20088   target-links: "../../_static/vpp"
20089   data: "plot-vpp-hdrh-lat-3n-hsw"
20090   filter: "'1T1C' and 'NIC_Intel-XL710'"
20091   layout:
20092     layout: "plot-hdrh-latency-by-percentile"
20093
20094 - type: "plot"
20095   title: "Latency by percentile: 3n-tsh"
20096   algorithm: "plot_hdrh_lat_by_percentile"
20097   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
20098   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
20099   target-links: "../../_static/vpp"
20100   data: "plot-vpp-hdrh-lat-3n-tsh"
20101   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20102   layout:
20103     layout: "plot-hdrh-latency-by-percentile"
20104
20105 - type: "plot"
20106   title: "Latency by percentile: DPDK 2n-skx"
20107   algorithm: "plot_hdrh_lat_by_percentile"
20108   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
20109   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
20110   target-links: "../../_static/dpdk"
20111   data: "plot-dpdk-hdrh-lat-2n-skx"
20112   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20113   layout:
20114     layout: "plot-hdrh-latency-by-percentile"
20115
20116 - type: "plot"
20117   title: "Latency by percentile: DPDK 3n-skx"
20118   algorithm: "plot_hdrh_lat_by_percentile"
20119   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
20120   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
20121   target-links: "../../_static/dpdk"
20122   data: "plot-dpdk-hdrh-lat-3n-skx"
20123   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20124   layout:
20125     layout: "plot-hdrh-latency-by-percentile"
20126
20127 - type: "plot"
20128   title: "Latency by percentile: DPDK 2n-clx"
20129   algorithm: "plot_hdrh_lat_by_percentile"
20130   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
20131   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
20132   target-links: "../../_static/dpdk"
20133   data: "plot-dpdk-hdrh-lat-2n-clx"
20134   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20135   layout:
20136     layout: "plot-hdrh-latency-by-percentile"
20137
20138 - type: "plot"
20139   title: "Latency by percentile: DPDK 3n-hsw"
20140   algorithm: "plot_hdrh_lat_by_percentile"
20141   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
20142   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
20143   target-links: "../../_static/dpdk"
20144   data: "plot-dpdk-hdrh-lat-3n-hsw"
20145   filter: "'1T1C' and 'NIC_Intel-XL710'"
20146   layout:
20147     layout: "plot-hdrh-latency-by-percentile"
20148
20149 - type: "plot"
20150   title: "Latency by percentile: DPDK 3n-tsh"
20151   algorithm: "plot_hdrh_lat_by_percentile"
20152   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
20153   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
20154   target-links: "../../_static/dpdk"
20155   data: "plot-dpdk-hdrh-lat-3n-tsh"
20156   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20157   layout:
20158     layout: "plot-hdrh-latency-by-percentile"