fa9b403ea7dbf1ff8b1beb51a424a20d0bb09408
[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         - 119 # rls2009 NDRPDR iter NAT44 env 5
260
261     plot-vpp-hdrh-lat-2n-skx:
262       csit-vpp-perf-report-iterative-2009-2n-skx:
263         - 35  # rls2009 NDRPDR iter env 5
264
265     plot-vpp-hdrh-lat-2n-skx-nat44:
266       csit-vpp-perf-report-iterative-2009-2n-skx:
267         - 110 # rls2009 NDRPDR iter NAT44 env 5
268
269     plot-vpp-soak-2n-skx:
270       csit-vpp-perf-report-iterative-2009-2n-skx:
271         - 33  # rls2009 soak env 5
272         - 34  # rls2009 soak env 5
273
274     plot-vpp-nfv-2n-skx-ndrpdr:
275       csit-vpp-perf-report-iterative-2009-2n-skx:
276         - 38  # rls2009 nf-density iter env 5
277         - 41  # rls2009 nf-density iter env 5
278         - 45  # rls2009 nf-density iter env 5
279         - 47  # rls2009 nf-density iter env 5
280         - 49  # rls2009 nf-density iter env 5
281         - 63  # rls2009 nf-density iter env 5
282         - 65  # rls2009 nf-density iter env 5
283         - 66  # rls2009 nf-density iter env 5
284         - 71  # rls2009 nf-density iter env 5
285         - 72  # rls2009 nf-density iter env 5
286
287     plot-vpp-nfv-2n-skx-mrr:
288       csit-vpp-perf-report-iterative-2009-2n-skx:
289         - 50  # rls2009 MRR nf-density iter env 5
290
291     plot-vpp-nfv-reconf-2n-skx:
292       csit-vpp-perf-report-iterative-2009-2n-skx:
293         - 27  # rls2009 reconf env 5
294         - 28  # rls2009 reconf env 5
295         - 29  # rls2009 reconf env 5
296         - 30  # rls2009 reconf env 5
297         - 31  # rls2009 reconf env 5
298         - 32  # rls2009 reconf env 5
299         - 61  # rls2009 reconf env 5
300         - 62  # rls2009 reconf env 5
301         - 68  # rls2009 reconf env 5
302         - 70  # rls2009 reconf env 5
303
304     plot-dpdk-throughput-latency-2n-skx:
305       csit-dpdk-perf-report-iterative-2009-2n-skx:
306         - 4   # NDRPDR iter env5
307         - 5   # NDRPDR iter env5
308         - 6   # NDRPDR iter env5
309         - 7   # NDRPDR iter env5
310         - 8   # NDRPDR iter env5
311         - 9   # NDRPDR iter env5
312         - 10  # NDRPDR iter env5
313         - 11  # NDRPDR iter env5
314         - 12  # NDRPDR iter env5
315         - 13  # NDRPDR iter env5
316
317     plot-dpdk-hdrh-lat-2n-skx:
318       csit-dpdk-perf-report-iterative-2009-2n-skx:
319         - 4   # NDRPDR iter env5
320
321     # 2n-clx
322
323     plot-vpp-throughput-lat-tsa-2n-clx:
324       csit-vpp-perf-report-iterative-2009-2n-clx:
325         - 36  # rls2009 NDRPDR iter env 5
326         - 39  # rls2009 NDRPDR iter env 5
327         - 40  # rls2009 NDRPDR iter env 5
328         - 65  # rls2009 NDRPDR iter env 5
329         - 66  # rls2009 NDRPDR iter env 5
330         - 79  # rls2009 NDRPDR iter env 5
331         - 82  # rls2009 NDRPDR iter env 5
332         - 88  # rls2009 NDRPDR iter env 5
333         - 89  # rls2009 NDRPDR iter env 5
334         - 90  # rls2009 NDRPDR iter env 5
335         - 114 # rls2009 NDRPDR iter NAT44 env 5
336         - 116 # rls2009 NDRPDR iter NAT44 env 5
337         - 119 # rls2009 NDRPDR iter NAT44 env 5
338         - 121 # rls2009 NDRPDR iter NAT44 env 5
339         - 122 # rls2009 NDRPDR iter NAT44 env 5
340         - 123 # rls2009 NDRPDR iter NAT44 env 5
341
342     plot-vpp-hdrh-lat-2n-clx:
343       csit-vpp-perf-report-iterative-2009-2n-clx:
344         - 36  # rls2009 NDRPDR iter env 5
345
346     plot-vpp-hdrh-lat-2n-clx-nat44:
347       csit-vpp-perf-report-iterative-2009-2n-clx:
348         - 123 # rls2009 NDRPDR iter NAT44 env 5
349
350     plot-vpp-nfv-2n-clx-ndrpdr:
351       csit-vpp-perf-report-iterative-2009-2n-clx:
352         - 37  # rls2009 nf-density iter env 5
353         - 43  # rls2009 nf-density iter env 5
354         - 69  # rls2009 nf-density iter env 5
355         - 70  # rls2009 nf-density iter env 5
356         - 71  # rls2009 nf-density iter env 5
357         - 72  # rls2009 nf-density iter env 5
358         - 73  # rls2009 nf-density iter env 5
359         - 74  # rls2009 nf-density iter env 5
360         - 75  # rls2009 nf-density iter env 5
361         - 76  # rls2009 nf-density iter env 5
362
363     plot-vpp-nfv-2n-clx-mrr:
364       csit-vpp-perf-report-iterative-2009-2n-clx:
365         - 45  # rls2009 MRR nf-density iter env 5
366
367     plot-vpp-nfv-reconf-2n-clx:
368       csit-vpp-perf-report-iterative-2009-2n-clx:
369         - 25  # rls2009 reconf env 5
370         - 27  # rls2009 reconf env 5
371         - 28  # rls2009 reconf env 5
372         - 29  # rls2009 reconf env 5
373         - 30  # rls2009 reconf env 5
374         - 30  # rls2009 reconf env 5
375         - 32  # rls2009 reconf env 5
376         - 48  # rls2009 reconf env 5
377         - 53  # rls2009 reconf env 5
378         - 68  # rls2009 reconf env 5
379
380     plot-vpp-soak-2n-clx:
381       csit-vpp-perf-report-iterative-2009-2n-clx:
382         - 33  # rls2009 soak env 5
383         - 34  # rls2009 soak env 5
384
385     plot-dpdk-throughput-latency-2n-clx:
386       csit-dpdk-perf-report-iterative-2009-2n-clx:
387         - 4   # NDRPDR iter env5
388         - 5   # NDRPDR iter env5
389         - 6   # NDRPDR iter env5
390         - 7   # NDRPDR iter env5
391         - 8   # NDRPDR iter env5
392         - 9   # NDRPDR iter env5
393         - 10  # NDRPDR iter env5
394         - 11  # NDRPDR iter env5
395         - 12  # NDRPDR iter env5
396         - 13  # NDRPDR iter env5
397
398     plot-dpdk-hdrh-lat-2n-clx:
399       csit-dpdk-perf-report-iterative-2009-2n-clx:
400         - 4   # NDRPDR iter env5
401
402     # 3n-tsh
403
404     plot-vpp-throughput-lat-tsa-3n-tsh:
405       # TODO: Add:
406       csit-vpp-perf-report-iterative-2009-3n-tsh:
407         - 14  # rls2009 NDRPDR iter env 5
408         - 20  # rls2009 NDRPDR iter env 5
409         - 21  # rls2009 NDRPDR iter env 5
410         - 22  # rls2009 NDRPDR iter env 5
411         - 23  # rls2009 NDRPDR iter env 5
412         - 28  # rls2009 NDRPDR iter env 5
413         - 30  # rls2009 NDRPDR iter env 5
414         - 33  # rls2009 NDRPDR iter env 5
415         - 38  # rls2009 NDRPDR iter env 5
416
417     plot-vpp-hdrh-lat-3n-tsh:
418       csit-vpp-perf-report-iterative-2009-3n-tsh:
419         - 14  # rls2009 NDRPDR iter env 5
420
421     plot-dpdk-throughput-latency-3n-tsh:
422       csit-dpdk-perf-report-iterative-2009-3n-tsh:
423         - 1   # NDRPDR iter env5
424         - 2   # NDRPDR iter env5
425         - 3   # NDRPDR iter env5
426         - 4   # NDRPDR iter env5
427         - 5   # NDRPDR iter env5
428         - 6   # NDRPDR iter env5
429         - 7   # NDRPDR iter env5
430         - 9   # NDRPDR iter env5
431         - 10  # NDRPDR iter env5
432         - 11  # NDRPDR iter env5
433
434     plot-dpdk-hdrh-lat-3n-tsh:
435       csit-dpdk-perf-report-iterative-2009-3n-tsh:
436         - 1   # NDRPDR iter env5
437
438     # 3n-dnv
439
440     plot-vpp-throughput-lat-tsa-3n-dnv:
441       csit-vpp-perf-report-iterative-2009-3n-dnv:
442         - 3   # rls2009 NDRPDR iter env 5
443         - 6   # rls2009 NDRPDR iter env 5
444         - 7   # rls2009 NDRPDR iter env 5
445         - 8   # rls2009 NDRPDR iter env 5
446         - 10  # rls2009 NDRPDR iter env 5
447         - 11  # rls2009 NDRPDR iter env 5
448         - 12  # rls2009 NDRPDR iter env 5
449         - 14  # rls2009 NDRPDR iter env 5
450         - 15  # rls2009 NDRPDR iter env 5
451         - 24  # rls2009 NDRPDR iter env 5
452
453 #    plot-dpdk-throughput-latency-3n-dnv:
454 #      # No data
455 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
456
457     # 2n-dnv
458
459     plot-vpp-throughput-lat-tsa-2n-dnv:
460       csit-vpp-perf-report-iterative-2009-2n-dnv:
461         - 3   # rls2009 NDRPDR iter env 5
462         - 5   # rls2009 NDRPDR iter env 5
463         - 6   # rls2009 NDRPDR iter env 5
464         - 7   # rls2009 NDRPDR iter env 5
465         - 9   # rls2009 NDRPDR iter env 5
466         - 10  # rls2009 NDRPDR iter env 5
467         - 11  # rls2009 NDRPDR iter env 5
468         - 12  # rls2009 NDRPDR iter env 5
469         - 14  # rls2009 NDRPDR iter env 5
470         - 15  # rls2009 NDRPDR iter env 5
471
472 #    plot-dpdk-throughput-latency-2n-dnv:
473 #      # No data
474 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
475
476     ###########################################################################
477     # Simple tables (only one data set):
478
479     # NIC Comparisons
480
481     vpp-nic-comparison-3n-skx:
482       csit-vpp-perf-report-iterative-2009-3n-skx:
483         - 26  # rls2009 NDRPDR iter env 5
484         - 27  # rls2009 NDRPDR iter env 5
485         - 28  # rls2009 NDRPDR iter env 5
486         - 29  # rls2009 NDRPDR iter env 5
487         - 35  # rls2009 NDRPDR iter env 5
488         - 36  # rls2009 NDRPDR iter env 5
489         - 37  # rls2009 NDRPDR iter env 5
490         - 38  # rls2009 NDRPDR iter env 5
491         - 39  # rls2009 NDRPDR iter env 5
492         - 40  # rls2009 NDRPDR iter env 5
493
494     vpp-nic-comparison-2n-skx:
495       csit-vpp-perf-report-iterative-2009-2n-skx:
496         - 35  # rls2009 NDRPDR iter env 5
497         - 36  # rls2009 NDRPDR iter env 5
498         - 37  # rls2009 NDRPDR iter env 5
499         - 39  # rls2009 NDRPDR iter env 5
500         - 40  # rls2009 NDRPDR iter env 5
501         - 42  # rls2009 NDRPDR iter env 5
502         - 43  # rls2009 NDRPDR iter env 5
503         - 44  # rls2009 NDRPDR iter env 5
504         - 46  # rls2009 NDRPDR iter env 5
505         - 48  # rls2009 NDRPDR iter env 5
506         - 110 # rls2009 NDRPDR iter NAT44 env 5
507         - 119 # rls2009 NDRPDR iter NAT44 env 5
508
509     vpp-nic-comparison-3n-skx-mrr:
510       csit-vpp-perf-report-iterative-2009-3n-skx:
511         - 24  # rls2009 MRR iter env 5
512
513     vpp-nic-comparison-2n-skx-mrr:
514       csit-vpp-perf-report-iterative-2009-2n-skx:
515         - 85  # rls2009 MRR iter env 5
516
517     # Results
518
519     vpp-perf-results-3n-hsw:
520       csit-vpp-perf-report-coverage-2009-3n-hsw:
521         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
522         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
523         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
524         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
525         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
526         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
527         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
528         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
529         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
530         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
531         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
532         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
533         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
534         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
535         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
536         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
537         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
538         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
539         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
540         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
541         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
542         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
543         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
544         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
545         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
546         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
547         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
548         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
549         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
550         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
551         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
552         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
553         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
554         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
555         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
556
557     vpp-perf-results-3n-skx:
558       csit-vpp-perf-report-coverage-2009-3n-skx:
559         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
560         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
561         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
562         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
563         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
564         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
565         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
566         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
567         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
568         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
569         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
570         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
571         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
572         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
573         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
574         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
575         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
576         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
577         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
578         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
579         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
580         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
581         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
582         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
583         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
584         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
585         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
586         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
587         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
588         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
589         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
590         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
591         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
592         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
593         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
594         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
595
596     vpp-perf-results-2n-skx:
597       csit-vpp-perf-report-coverage-2009-2n-skx:
598         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
599         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
600         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
601         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
602         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
603         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
604         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
605         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
606         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
607         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
608         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
609         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
610         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
611         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
612         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
613         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
614         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
615
616     vpp-perf-results-2n-clx:
617       csit-vpp-perf-report-coverage-2009-2n-clx:
618         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
619         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
620         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
621         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
622         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
623         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
624         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
625         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
626         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
627         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
628         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
629         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
630         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
631         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
632         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
633         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
634         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
635
636     vpp-perf-results-3n-tsh:
637       csit-vpp-perf-report-iterative-2009-3n-tsh:
638         - 14  # rls2009 NDRPDR iter env 5
639
640     vpp-perf-results-3n-dnv:
641       csit-vpp-perf-report-coverage-2009-3n-dnv:
642         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
643         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
644         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
645         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
646         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
647         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
648         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
649         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
650         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
651
652     vpp-perf-results-2n-dnv:
653       csit-vpp-perf-report-coverage-2009-2n-dnv:
654         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
655         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
656         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
657         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
658         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
659         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
660
661     vpp-mrr-results-3n-hsw:
662       csit-vpp-perf-report-iterative-2009-3n-hsw:
663         - 23  # rls2009 MRR iter env 5
664
665     vpp-mrr-results-3n-skx:
666       csit-vpp-perf-report-iterative-2009-3n-skx:
667         - 24  # rls2009 MRR iter env 5
668
669     vpp-mrr-results-2n-skx:
670       csit-vpp-perf-report-iterative-2009-2n-skx:
671         - 85  # rls2009 MRR iter env 5
672
673     vpp-mrr-results-2n-clx:
674       csit-vpp-perf-report-iterative-2009-2n-clx:
675         - 102 # rls2009 MRR iter env 5
676
677     vpp-mrr-results-3n-tsh:
678       csit-vpp-perf-report-iterative-2009-3n-tsh:
679         - 15  # rls2009 MRR iter env 5
680
681     vpp-mrr-results-3n-dnv:
682       csit-vpp-perf-report-iterative-2009-3n-dnv:
683         - 22  # rls2009 MRR iter env 5
684
685     vpp-mrr-results-2n-dnv:
686       csit-vpp-perf-report-iterative-2009-2n-dnv:
687         - 13  # rls2009 MRR iter env 5
688
689     vpp-device-results-ubuntu:
690       csit-vpp-device-2009-ubuntu1804-1n-skx:
691         - 131 # rls2009 env 5
692
693     dpdk-perf-results-3n-hsw:
694       csit-dpdk-perf-report-iterative-2009-3n-hsw:
695         - 6   # NDRPDR iter env5
696
697     dpdk-perf-results-3n-skx:
698       csit-dpdk-perf-report-iterative-2009-3n-skx:
699         - 4   # NDRPDR sel env5
700
701     dpdk-perf-results-2n-skx:
702       csit-dpdk-perf-report-iterative-2009-2n-skx:
703         - 4   # NDRPDR iter env5
704
705     dpdk-perf-results-2n-clx:
706       csit-dpdk-perf-report-iterative-2009-2n-clx:
707         - 4   # NDRPDR iter env5
708
709 #    dpdk-perf-results-2n-dnv:
710 #      # No data
711 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
712
713 #    dpdk-perf-results-3n-dnv:
714 #      # No data
715 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
716
717     dpdk-perf-results-3n-tsh:
718       csit-dpdk-perf-report-iterative-2009-3n-tsh:
719         - 1   # NDRPDR iter env5
720
721 ###########################################################################
722     # Tables (more than one data set)
723
724     # Performance changes
725
726     vpp-performance-changes-3n-hsw-h1:
727       csit-vpp-perf-report-iterative-2005-3n-hsw:
728         - 31  # NDRPDR sel 2001.0-4
729         - 32  # NDRPDR sel 2001.0-4
730         - 33  # NDRPDR sel 2001.0-4
731         - 34  # NDRPDR sel 2001.0-4
732         - 35  # NDRPDR sel 2001.0-4
733         - 36  # NDRPDR sel 2001.0-4
734         - 38  # NDRPDR sel 2001.0-4
735     vpp-performance-changes-3n-hsw-ref-env4:
736       csit-vpp-perf-report-iterative-2005-3n-hsw:
737         - 20  # NDRPDR sel env 4
738         - 21  # NDRPDR sel env 4
739         - 22  # NDRPDR sel env 4
740         - 23  # NDRPDR sel env 4
741         - 24  # NDRPDR sel env 4
742         - 25  # NDRPDR sel env 4
743         - 26  # NDRPDR sel env 4
744         - 27  # NDRPDR sel env 4
745         - 28  # NDRPDR sel env 4
746         - 29  # NDRPDR sel env 4
747     vpp-performance-changes-3n-hsw-ref-env5:
748       csit-vpp-perf-report-iterative-2009-3n-hsw:
749         - 9   # rls2005 NDRPDR iter env 5
750         - 10  # rls2005 NDRPDR iter env 5
751         - 11  # rls2005 NDRPDR iter env 5
752         - 12  # rls2005 NDRPDR iter env 5
753         - 13  # rls2005 NDRPDR iter env 5
754         - 14  # rls2005 NDRPDR iter env 5
755         - 15  # rls2005 NDRPDR iter env 5
756         - 16  # rls2005 NDRPDR iter env 5
757         - 17  # rls2005 NDRPDR iter env 5
758         - 19  # rls2005 NDRPDR iter env 5
759     vpp-performance-changes-3n-hsw-cmp:
760       csit-vpp-perf-report-iterative-2009-3n-hsw:
761         - 21  # rls2009 NDRPDR iter env 5
762         - 22  # rls2009 NDRPDR iter env 5
763         - 24  # rls2009 NDRPDR iter env 5
764         - 25  # rls2009 NDRPDR iter env 5
765         - 26  # rls2009 NDRPDR iter env 5
766         - 27  # rls2009 NDRPDR iter env 5
767         - 28  # rls2009 NDRPDR iter env 5
768         - 29  # rls2009 NDRPDR iter env 5
769         - 30  # rls2009 NDRPDR iter env 5
770         - 31  # rls2009 NDRPDR iter env 5
771
772     vpp-performance-changes-3n-skx-h1:
773       csit-vpp-perf-report-iterative-2005-3n-skx:
774         - 50  # NDRPDR sel 2001.0-4
775         - 51  # NDRPDR sel 2001.0-4
776         - 52  # NDRPDR sel 2001.0-4
777         - 53  # NDRPDR sel 2001.0-4
778         - 54  # NDRPDR sel 2001.0-4
779     vpp-performance-changes-3n-skx-ref-env4:
780       csit-vpp-perf-report-iterative-2005-3n-skx:
781         - 42  # NDRPDR sel env 4
782         - 43  # NDRPDR sel env 4
783         - 44  # NDRPDR sel env 4
784         - 45  # NDRPDR sel env 4
785         - 47  # NDRPDR sel env 4
786         - 55  # NDRPDR sel env 4
787         - 56  # NDRPDR sel env 4
788         - 57  # NDRPDR sel env 4
789         - 61  # NDRPDR sel env 4
790         - 62  # NDRPDR sel env 4
791     vpp-performance-changes-3n-skx-ref-env5:
792       csit-vpp-perf-report-iterative-2009-3n-skx:
793         - 13  # rls2005 NDRPDR iter env 5
794         - 18  # rls2005 NDRPDR iter env 5
795         - 19  # rls2005 NDRPDR iter env 5
796         - 41  # rls2005 NDRPDR iter env 5
797         - 43  # rls2005 NDRPDR iter env 5
798         - 44  # rls2005 NDRPDR iter env 5
799         - 45  # rls2005 NDRPDR iter env 5
800         - 46  # rls2005 NDRPDR iter env 5
801         - 48  # rls2005 NDRPDR iter env 5
802         - 49  # rls2005 NDRPDR iter env 5
803     vpp-performance-changes-3n-skx-cmp:
804       csit-vpp-perf-report-iterative-2009-3n-skx:
805         - 26  # rls2009 NDRPDR iter env 5
806         - 27  # rls2009 NDRPDR iter env 5
807         - 28  # rls2009 NDRPDR iter env 5
808         - 29  # rls2009 NDRPDR iter env 5
809         - 35  # rls2009 NDRPDR iter env 5
810         - 36  # rls2009 NDRPDR iter env 5
811         - 37  # rls2009 NDRPDR iter env 5
812         - 38  # rls2009 NDRPDR iter env 5
813         - 39  # rls2009 NDRPDR iter env 5
814         - 40  # rls2009 NDRPDR iter env 5
815
816     vpp-performance-changes-2n-skx-h1:
817       csit-vpp-perf-report-iterative-2005-2n-skx:
818         - 100 # NDRPDR sel 2001.0-4
819         - 101 # NDRPDR sel 2001.0-4
820         - 102 # NDRPDR sel 2001.0-4
821         - 103 # NDRPDR sel 2001.0-4
822         - 104 # NDRPDR sel 2001.0-4
823         - 105 # NDRPDR sel 2001.0-4
824     vpp-performance-changes-2n-skx-ref-env4:
825       csit-vpp-perf-report-iterative-2005-2n-skx:
826         - 88  # NDRPDR sel env 4
827         - 89  # NDRPDR sel env 4
828         - 90  # NDRPDR sel env 4
829         - 91  # NDRPDR sel env 4
830         - 92  # NDRPDR sel env 4
831         - 93  # NDRPDR sel env 4
832         - 94  # NDRPDR sel env 4
833         - 125 # NDRPDR sel env 4
834         - 126 # NDRPDR sel env 4
835         - 127 # NDRPDR sel env 4
836     vpp-performance-changes-2n-skx-ref-env5:
837       csit-vpp-perf-report-iterative-2009-2n-skx:
838         - 13  # rls2005 NDRPDR iter env 5
839         - 16  # rls2005 NDRPDR iter env 5
840         - 17  # rls2005 NDRPDR iter env 5
841         - 18  # rls2005 NDRPDR iter env 5
842         - 19  # rls2005 NDRPDR iter env 5
843         - 21  # rls2005 NDRPDR iter env 5
844         - 22  # rls2005 NDRPDR iter env 5
845         - 23  # rls2005 NDRPDR iter env 5
846         - 24  # rls2005 NDRPDR iter env 5
847         - 25  # rls2005 NDRPDR iter env 5
848     vpp-performance-changes-2n-skx-cmp:
849       csit-vpp-perf-report-iterative-2009-2n-skx:
850         - 35  # rls2009 NDRPDR iter env 5
851         - 36  # rls2009 NDRPDR iter env 5
852         - 37  # rls2009 NDRPDR iter env 5
853         - 39  # rls2009 NDRPDR iter env 5
854         - 40  # rls2009 NDRPDR iter env 5
855         - 42  # rls2009 NDRPDR iter env 5
856         - 43  # rls2009 NDRPDR iter env 5
857         - 44  # rls2009 NDRPDR iter env 5
858         - 46  # rls2009 NDRPDR iter env 5
859         - 48  # rls2009 NDRPDR iter env 5
860         - 110 # rls2009 NDRPDR iter NAT44 env 5
861         - 119 # rls2009 NDRPDR iter NAT44 env 5
862
863     vpp-performance-changes-2n-clx-h1:
864       csit-vpp-perf-report-iterative-2005-2n-clx:
865         - 73  # NDRPDR sel 2001.0-4
866         - 74  # NDRPDR sel 2001.0-4
867         - 75  # NDRPDR sel 2001.0-4
868         - 76  # NDRPDR sel 2001.0-4
869         - 77  # NDRPDR sel 2001.0-4
870         - 78  # NDRPDR sel 2001.0-4
871         - 79  # NDRPDR sel 2001.0-4
872         - 80  # NDRPDR sel 2001.0-4
873     vpp-performance-changes-2n-clx-ref-env4:
874       csit-vpp-perf-report-iterative-2005-2n-clx:
875         - 62  # NDRPDR sel env 4
876         - 63  # NDRPDR sel env 4
877         - 64  # NDRPDR sel env 4
878         - 65  # NDRPDR sel env 4
879         - 66  # NDRPDR sel env 4
880         - 68  # NDRPDR sel env 4
881         - 69  # NDRPDR sel env 4
882         - 70  # NDRPDR sel env 4
883         - 103 # NDRPDR sel env 4
884         - 104 # NDRPDR sel env 4
885     vpp-performance-changes-2n-clx-ref-env5:
886       csit-vpp-perf-report-iterative-2009-2n-clx:
887         - 13  # rls2005 NDRPDR iter env 5
888         - 15  # rls2005 NDRPDR iter env 5
889         - 17  # rls2005 NDRPDR iter env 5
890         - 18  # rls2005 NDRPDR iter env 5
891         - 19  # rls2005 NDRPDR iter env 5
892         - 20  # rls2005 NDRPDR iter env 5
893         - 21  # rls2005 NDRPDR iter env 5
894         - 22  # rls2005 NDRPDR iter env 5
895         - 23  # rls2005 NDRPDR iter env 5
896         - 24  # rls2005 NDRPDR iter env 5
897     vpp-performance-changes-2n-clx-cmp:
898       csit-vpp-perf-report-iterative-2009-2n-clx:
899         - 36  # rls2009 NDRPDR iter env 5
900         - 39  # rls2009 NDRPDR iter env 5
901         - 40  # rls2009 NDRPDR iter env 5
902         - 65  # rls2009 NDRPDR iter env 5
903         - 66  # rls2009 NDRPDR iter env 5
904         - 79  # rls2009 NDRPDR iter env 5
905         - 82  # rls2009 NDRPDR iter env 5
906         - 88  # rls2009 NDRPDR iter env 5
907         - 89  # rls2009 NDRPDR iter env 5
908         - 90  # rls2009 NDRPDR iter env 5
909         - 114 # rls2009 NDRPDR iter NAT44 env 5
910         - 116 # rls2009 NDRPDR iter NAT44 env 5
911         - 119 # rls2009 NDRPDR iter NAT44 env 5
912         - 121 # rls2009 NDRPDR iter NAT44 env 5
913         - 122 # rls2009 NDRPDR iter NAT44 env 5
914         - 123 # rls2009 NDRPDR iter NAT44 env 5
915
916     vpp-performance-changes-2n-dnv-h1:
917       csit-vpp-perf-verify-2001-2n-dnv:
918         - 4   # NDRPDR sel
919         - 5   # NDRPDR sel
920         - 6   # NDRPDR sel
921         - 7   # NDRPDR sel
922         - 8   # NDRPDR sel
923         - 9   # NDRPDR sel
924         - 10  # NDRPDR sel
925         - 11  # NDRPDR sel
926         - 13  # NDRPDR sel
927         - 16  # NDRPDR sel
928     vpp-performance-changes-2n-dnv-ref:
929       csit-vpp-perf-report-iterative-2009-2n-dnv:
930         - 16  # rls2005 NDRPDR iter env 5
931         - 17  # rls2005 NDRPDR iter env 5
932         - 18  # rls2005 NDRPDR iter env 5
933         - 19  # rls2005 NDRPDR iter env 5
934         - 21  # rls2005 NDRPDR iter env 5
935         - 24  # rls2005 NDRPDR iter env 5
936         - 27  # rls2005 NDRPDR iter env 5
937         - 28  # rls2005 NDRPDR iter env 5
938         - 29  # rls2005 NDRPDR iter env 5
939         - 30  # rls2005 NDRPDR iter env 5
940     vpp-performance-changes-2n-dnv-cmp:
941       csit-vpp-perf-report-iterative-2009-2n-dnv:
942         - 3   # rls2009 NDRPDR iter env 5
943         - 5   # rls2009 NDRPDR iter env 5
944         - 6   # rls2009 NDRPDR iter env 5
945         - 7   # rls2009 NDRPDR iter env 5
946         - 9   # rls2009 NDRPDR iter env 5
947         - 10  # rls2009 NDRPDR iter env 5
948         - 11  # rls2009 NDRPDR iter env 5
949         - 12  # rls2009 NDRPDR iter env 5
950         - 14  # rls2009 NDRPDR iter env 5
951         - 15  # rls2009 NDRPDR iter env 5
952
953     vpp-performance-changes-3n-dnv-h1:
954       csit-vpp-perf-verify-2001-3n-dnv:
955         - 5   # NDRPDR sel
956         - 6   # NDRPDR sel
957         - 7   # NDRPDR sel
958         - 8   # NDRPDR sel
959         - 9   # NDRPDR sel
960         - 10  # NDRPDR sel
961         - 12  # NDRPDR sel
962         - 16  # NDRPDR sel
963         - 17  # NDRPDR sel
964         - 18  # NDRPDR sel
965     vpp-performance-changes-3n-dnv-ref:
966       csit-vpp-perf-report-iterative-2009-3n-dnv:
967         - 16  # rls2005 NDRPDR iter env 5
968         - 23  # rls2005 NDRPDR iter env 5
969         - 25  # rls2005 NDRPDR iter env 5
970         - 26  # rls2005 NDRPDR iter env 5
971         - 27  # rls2005 NDRPDR iter env 5
972         - 28  # rls2005 NDRPDR iter env 5
973         - 29  # rls2005 NDRPDR iter env 5
974         - 30  # rls2005 NDRPDR iter env 5
975         - 31  # rls2005 NDRPDR iter env 5
976         - 32  # rls2005 NDRPDR iter env 5
977     vpp-performance-changes-3n-dnv-cmp:
978       csit-vpp-perf-report-iterative-2009-3n-dnv:
979         - 3   # rls2009 NDRPDR iter env 5
980         - 6   # rls2009 NDRPDR iter env 5
981         - 7   # rls2009 NDRPDR iter env 5
982         - 8   # rls2009 NDRPDR iter env 5
983         - 10  # rls2009 NDRPDR iter env 5
984         - 11  # rls2009 NDRPDR iter env 5
985         - 12  # rls2009 NDRPDR iter env 5
986         - 14  # rls2009 NDRPDR iter env 5
987         - 15  # rls2009 NDRPDR iter env 5
988         - 24  # rls2009 NDRPDR iter env 5
989
990     vpp-performance-changes-3n-tsh-h1:
991       csit-vpp-perf-report-iterative-2005-3n-tsh:
992         - 28  # NDRPDR sel 2001.0-4
993         - 29  # NDRPDR sel 2001.0-4
994         - 31  # NDRPDR sel 2001.0-4
995     vpp-performance-changes-3n-tsh-ref-env4:
996       csit-vpp-perf-report-iterative-2005-3n-tsh:
997         - 23  # NDRPDR sel env 4
998         - 25  # NDRPDR sel env 4
999         - 33  # NDRPDR sel env 4
1000         - 34  # NDRPDR sel env 4
1001         - 35  # NDRPDR sel env 4
1002         - 36  # NDRPDR sel env 4
1003         - 37  # NDRPDR sel env 4
1004         - 38  # NDRPDR sel env 4
1005         - 39  # NDRPDR sel env 4
1006         - 40  # NDRPDR sel env 4
1007     vpp-performance-changes-3n-tsh-ref-env5:
1008       csit-vpp-perf-report-iterative-2009-3n-tsh:
1009         - 8   # rls2005 NDRPDR iter env 5
1010         - 11  # rls2005 NDRPDR iter env 5
1011         - 12  # rls2005 NDRPDR iter env 5
1012         - 24  # rls2005 NDRPDR iter env 5
1013         - 27  # rls2005 NDRPDR iter env 5
1014         - 29  # rls2005 NDRPDR iter env 5
1015         - 31  # rls2005 NDRPDR iter env 5
1016         - 39  # rls2005 NDRPDR iter env 5
1017     vpp-performance-changes-3n-tsh-cmp:
1018       # TODO: Add:
1019       csit-vpp-perf-report-iterative-2009-3n-tsh:
1020         - 14  # rls2009 NDRPDR iter env 5
1021         - 20  # rls2009 NDRPDR iter env 5
1022         - 21  # rls2009 NDRPDR iter env 5
1023         - 22  # rls2009 NDRPDR iter env 5
1024         - 23  # rls2009 NDRPDR iter env 5
1025         - 28  # rls2009 NDRPDR iter env 5
1026         - 30  # rls2009 NDRPDR iter env 5
1027         - 33  # rls2009 NDRPDR iter env 5
1028         - 38  # rls2009 NDRPDR iter env 5
1029
1030     vpp-soak-vs-ndr-2n-skx-ref:
1031       csit-vpp-perf-report-iterative-2009-2n-skx:
1032         - 35  # rls2009 NDRPDR iter env 5
1033         - 36  # rls2009 NDRPDR iter env 5
1034         - 37  # rls2009 NDRPDR iter env 5
1035         - 39  # rls2009 NDRPDR iter env 5
1036         - 40  # rls2009 NDRPDR iter env 5
1037         - 42  # rls2009 NDRPDR iter env 5
1038         - 43  # rls2009 NDRPDR iter env 5
1039         - 44  # rls2009 NDRPDR iter env 5
1040         - 46  # rls2009 NDRPDR iter env 5
1041         - 48  # rls2009 NDRPDR iter env 5
1042     vpp-soak-vs-ndr-2n-skx-cmp:
1043       csit-vpp-perf-report-iterative-2009-2n-skx:
1044         - 33  # rls2009 soak env 5
1045         - 34  # rls2009 soak env 5
1046     vpp-soak-vs-ndr-2n-skx:
1047       csit-vpp-perf-report-iterative-2009-2n-skx:
1048         - 35  # rls2009 NDRPDR iter env 5
1049         - 36  # rls2009 NDRPDR iter env 5
1050         - 37  # rls2009 NDRPDR iter env 5
1051         - 39  # rls2009 NDRPDR iter env 5
1052         - 40  # rls2009 NDRPDR iter env 5
1053         - 42  # rls2009 NDRPDR iter env 5
1054         - 43  # rls2009 NDRPDR iter env 5
1055         - 44  # rls2009 NDRPDR iter env 5
1056         - 46  # rls2009 NDRPDR iter env 5
1057         - 48  # rls2009 NDRPDR iter env 5
1058         - 33  # rls2009 soak env 5
1059         - 34  # rls2009 soak env 5
1060
1061     vpp-soak-vs-ndr-2n-clx-ref:
1062       csit-vpp-perf-report-iterative-2009-2n-clx:
1063         - 36  # rls2009 NDRPDR iter env 5
1064         - 39  # rls2009 NDRPDR iter env 5
1065         - 40  # rls2009 NDRPDR iter env 5
1066         - 65  # rls2009 NDRPDR iter env 5
1067         - 66  # rls2009 NDRPDR iter env 5
1068         - 79  # rls2009 NDRPDR iter env 5
1069         - 82  # rls2009 NDRPDR iter env 5
1070         - 88  # rls2009 NDRPDR iter env 5
1071         - 89  # rls2009 NDRPDR iter env 5
1072         - 90  # rls2009 NDRPDR iter env 5
1073     vpp-soak-vs-ndr-2n-clx-cmp:
1074       csit-vpp-perf-report-iterative-2009-2n-clx:
1075         - 33  # rls2009 soak env 5
1076         - 34  # rls2009 soak env 5
1077     vpp-soak-vs-ndr-2n-clx:
1078       csit-vpp-perf-report-iterative-2009-2n-clx:
1079         - 36  # rls2009 NDRPDR iter env 5
1080         - 39  # rls2009 NDRPDR iter env 5
1081         - 40  # rls2009 NDRPDR iter env 5
1082         - 65  # rls2009 NDRPDR iter env 5
1083         - 66  # rls2009 NDRPDR iter env 5
1084         - 79  # rls2009 NDRPDR iter env 5
1085         - 82  # rls2009 NDRPDR iter env 5
1086         - 88  # rls2009 NDRPDR iter env 5
1087         - 89  # rls2009 NDRPDR iter env 5
1088         - 90  # rls2009 NDRPDR iter env 5
1089         - 33  # rls2009 soak env 5
1090         - 34  # rls2009 soak env 5
1091
1092     vpp-performance-changes-3n-hsw-mrr-h1:
1093       csit-vpp-perf-verify-2001-3n-hsw:
1094         - 17  # MRR sel
1095     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1096       csit-vpp-perf-report-iterative-2005-3n-hsw:
1097         - 30  # MRR env 4
1098     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1099       csit-vpp-perf-report-iterative-2009-3n-hsw:
1100         - 18  # rls2005 MRR iter env 5
1101     vpp-performance-changes-3n-hsw-mrr-cmp:
1102       csit-vpp-perf-report-iterative-2009-3n-hsw:
1103         - 23  # rls2009 MRR iter env 5
1104
1105     vpp-performance-changes-3n-skx-mrr-h1:
1106       csit-vpp-perf-verify-2001-3n-skx:
1107         - 50  # MRR sel
1108         - 53  # MRR sel addition
1109     vpp-performance-changes-3n-skx-mrr-ref-env4:
1110       csit-vpp-perf-report-iterative-2005-3n-skx:
1111         - 49  # MRR sel env 4
1112     vpp-performance-changes-3n-skx-mrr-ref-env5:
1113       csit-vpp-perf-report-iterative-2009-3n-skx:
1114         - 17  # rls2005 MRR iter env 5
1115     vpp-performance-changes-3n-skx-mrr-cmp:
1116       csit-vpp-perf-report-iterative-2009-3n-skx:
1117         - 24  # rls2009 MRR iter env 5
1118
1119     vpp-performance-changes-2n-skx-mrr-h1:
1120       csit-vpp-perf-verify-2001-2n-skx:
1121         - 101 # MRR sel
1122         - 128 # MRR sel addition
1123     vpp-performance-changes-2n-skx-mrr-ref-env4:
1124       csit-vpp-perf-report-iterative-2005-2n-skx:
1125         - 99  # MRR sel env 4
1126     vpp-performance-changes-2n-skx-mrr-ref-env5:
1127       csit-vpp-perf-report-iterative-2009-2n-skx:
1128         - 20  # rls2005 MRR iter env 5
1129     vpp-performance-changes-2n-skx-mrr-cmp:
1130       csit-vpp-perf-report-iterative-2009-2n-skx:
1131         - 85  # rls2009 MRR iter env 5
1132
1133     vpp-performance-changes-2n-clx-mrr-h1:
1134       csit-vpp-perf-verify-2001-2n-clx:
1135         - 39  # MRR
1136     vpp-performance-changes-2n-clx-mrr-ref-env4:
1137       csit-vpp-perf-report-iterative-2005-2n-clx:
1138         - 72   # MRR sel env 4
1139     vpp-performance-changes-2n-clx-mrr-ref-env5:
1140       csit-vpp-perf-report-iterative-2009-2n-clx:
1141         - 77  # rls2005 MRR iter env 5
1142     vpp-performance-changes-2n-clx-mrr-cmp:
1143       csit-vpp-perf-report-iterative-2009-2n-clx:
1144         - 102 # rls2009 MRR iter env 5
1145
1146     vpp-performance-changes-2n-dnv-mrr-h1:
1147       csit-vpp-perf-verify-2001-2n-dnv:
1148         - 12  # MRR sel
1149     vpp-performance-changes-2n-dnv-mrr-ref:
1150       csit-vpp-perf-report-iterative-2009-2n-dnv:
1151         - 23  # rls2005 MRR iter env 5
1152     vpp-performance-changes-2n-dnv-mrr-cmp:
1153       csit-vpp-perf-report-iterative-2009-2n-dnv:
1154         - 13  # rls2009 MRR iter env 5
1155
1156     vpp-performance-changes-3n-dnv-mrr-h1:
1157       csit-vpp-perf-verify-2001-3n-dnv:
1158         - 11  # MRR sel
1159     vpp-performance-changes-3n-dnv-mrr-ref:
1160       csit-vpp-perf-report-iterative-2009-3n-dnv:
1161         - 19  # rls2005 MRR iter env 5
1162     vpp-performance-changes-3n-dnv-mrr-cmp:
1163       csit-vpp-perf-report-iterative-2009-3n-dnv:
1164         - 22  # rls2009 MRR iter env 5
1165
1166     vpp-performance-changes-3n-tsh-mrr-h1:
1167       csit-vpp-perf-verify-2001-3n-tsh:
1168         - 9   # MRR sel
1169     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1170       csit-vpp-perf-report-iterative-2005-3n-tsh:
1171         - 27  # MRR sel env 4
1172     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1173       csit-vpp-perf-report-iterative-2009-3n-tsh:
1174         - 13  # rls2005 MRR iter env 5
1175     vpp-performance-changes-3n-tsh-mrr-cmp:
1176       csit-vpp-perf-report-iterative-2009-3n-tsh:
1177         - 15  # rls2009 MRR iter env 5
1178
1179     dpdk-performance-changes-3n-hsw-h1:
1180       csit-dpdk-perf-verify-2001-3n-hsw:
1181         - 4   # NDRPDR sel
1182         - 5   # NDRPDR sel
1183         - 6   # NDRPDR sel
1184         - 7   # NDRPDR sel
1185         - 8   # NDRPDR sel
1186         - 9   # NDRPDR sel
1187         - 10  # NDRPDR sel
1188         - 11  # NDRPDR sel
1189         - 12  # NDRPDR sel
1190         - 13  # NDRPDR sel
1191         - 15  # NDRPDR sel
1192         - 16  # NDRPDR sel
1193         - 17  # NDRPDR sel
1194         - 18  # NDRPDR sel
1195         - 19  # NDRPDR sel
1196         - 20  # NDRPDR sel
1197         - 21  # NDRPDR sel
1198         - 22  # NDRPDR sel
1199         - 23  # NDRPDR sel
1200         - 24  # NDRPDR sel
1201     dpdk-performance-changes-3n-hsw-ref:
1202       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1203         - 25  # NDRPDR iter
1204         - 26  # NDRPDR iter
1205         - 27  # NDRPDR iter
1206         - 28  # NDRPDR iter
1207         - 29  # NDRPDR iter
1208         - 30  # NDRPDR iter
1209         - 31  # NDRPDR iter
1210         - 32  # NDRPDR iter
1211         - 33  # NDRPDR iter
1212         - 34  # NDRPDR iter
1213     dpdk-performance-changes-3n-hsw-cmp:
1214       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1215         - 6   # NDRPDR iter env5
1216         - 7   # NDRPDR iter env5
1217         - 8   # NDRPDR iter env5
1218         - 9   # NDRPDR iter env5
1219         - 10  # NDRPDR iter env5
1220         - 11  # NDRPDR iter env5
1221         - 12  # NDRPDR iter env5
1222         - 13  # NDRPDR iter env5
1223         - 14  # NDRPDR iter env5
1224         - 15  # NDRPDR iter env5
1225
1226     dpdk-performance-changes-3n-skx-h1:
1227       csit-dpdk-perf-verify-2001-3n-skx:
1228         - 29  # NDRPDR sel xxv710
1229         - 33  # NDRPDR sel xxv710
1230         - 34  # NDRPDR sel xxv710
1231         - 35  # NDRPDR sel xxv710
1232         - 36  # NDRPDR sel xxv710
1233         - 37  # NDRPDR sel xxv710
1234         - 41  # NDRPDR sel xxv710
1235         - 42  # NDRPDR sel xxv710
1236         - 43  # NDRPDR sel xxv710
1237         - 45  # NDRPDR sel xxv710
1238         - 30  # NDRPDR sel x710
1239         - 31  # NDRPDR sel x710
1240         - 32  # NDRPDR sel x710
1241         - 38  # NDRPDR sel x710
1242         - 39  # NDRPDR sel x710
1243         - 40  # NDRPDR sel x710
1244         - 44  # NDRPDR sel x710
1245         - 46  # NDRPDR sel x710
1246         - 47  # NDRPDR sel x710
1247         - 48  # NDRPDR sel x710
1248     dpdk-performance-changes-3n-skx-ref:
1249       csit-dpdk-perf-report-iterative-2005-3n-skx:
1250         - 28  # NDRPDR iter
1251         - 29  # NDRPDR iter
1252         - 30  # NDRPDR iter
1253         - 31  # NDRPDR iter
1254         - 32  # NDRPDR iter
1255         - 33  # NDRPDR iter
1256         - 34  # NDRPDR iter
1257         - 35  # NDRPDR iter
1258         - 36  # NDRPDR iter
1259         - 37  # NDRPDR iter
1260     dpdk-performance-changes-3n-skx-cmp:
1261       csit-dpdk-perf-report-iterative-2009-3n-skx:
1262         - 4   # NDRPDR sel env5
1263         - 5   # NDRPDR sel env5
1264         - 6   # NDRPDR sel env5
1265         - 7   # NDRPDR sel env5
1266         - 8   # NDRPDR sel env5
1267         - 9   # NDRPDR sel env5
1268         - 14  # NDRPDR sel env5
1269         - 11  # NDRPDR sel env5
1270         - 12  # NDRPDR sel env5
1271         - 13  # NDRPDR sel env5
1272
1273     dpdk-performance-changes-2n-skx-h1:
1274       csit-dpdk-perf-verify-2001-2n-skx:
1275         - 35  # NDRPDR sel xxv710
1276         - 36  # NDRPDR sel xxv710
1277         - 37  # NDRPDR sel xxv710
1278         - 41  # NDRPDR sel xxv710
1279         - 42  # NDRPDR sel xxv710
1280         - 43  # NDRPDR sel xxv710
1281         - 46  # NDRPDR sel xxv710
1282         - 47  # NDRPDR sel xxv710
1283         - 52  # NDRPDR sel xxv710
1284         - 53  # NDRPDR sel xxv710
1285         - 38  # NDRPDR sel x710
1286         - 39  # NDRPDR sel x710
1287         - 40  # NDRPDR sel x710
1288         - 44  # NDRPDR sel x710
1289         - 45  # NDRPDR sel x710
1290         - 48  # NDRPDR sel x710
1291         - 49  # NDRPDR sel x710
1292         - 50  # NDRPDR sel x710
1293         - 51  # NDRPDR sel x710
1294         - 54  # NDRPDR sel x710
1295     dpdk-performance-changes-2n-skx-ref:
1296       csit-dpdk-perf-report-iterative-2005-2n-skx:
1297         - 20  # NDRPDR iter
1298         - 21  # NDRPDR iter
1299         - 22  # NDRPDR iter
1300         - 23  # NDRPDR iter
1301         - 24  # NDRPDR iter
1302         - 25  # NDRPDR iter
1303         - 26  # NDRPDR iter
1304         - 27  # NDRPDR iter
1305         - 28  # NDRPDR iter
1306         - 29  # NDRPDR iter
1307     dpdk-performance-changes-2n-skx-cmp:
1308       csit-dpdk-perf-report-iterative-2009-2n-skx:
1309         - 4   # NDRPDR iter env5
1310         - 5   # NDRPDR iter env5
1311         - 6   # NDRPDR iter env5
1312         - 7   # NDRPDR iter env5
1313         - 8   # NDRPDR iter env5
1314         - 9   # NDRPDR iter env5
1315         - 10  # NDRPDR iter env5
1316         - 11  # NDRPDR iter env5
1317         - 12  # NDRPDR iter env5
1318         - 13  # NDRPDR iter env5
1319
1320     dpdk-performance-changes-2n-clx-h1:
1321       csit-dpdk-perf-verify-2001-2n-clx:
1322         - 15  # NDRPDR sel
1323         - 16  # NDRPDR sel
1324         - 17  # NDRPDR sel
1325         - 18  # NDRPDR sel
1326         - 19  # NDRPDR sel
1327         - 20  # NDRPDR sel
1328         - 21  # NDRPDR sel
1329         - 22  # NDRPDR sel
1330         - 23  # NDRPDR sel
1331         - 24  # NDRPDR sel
1332         - 25  # NDRPDR sel
1333         - 26  # NDRPDR sel
1334         - 27  # NDRPDR sel
1335         - 28  # NDRPDR sel
1336         - 29  # NDRPDR sel
1337         - 30  # NDRPDR sel
1338         - 31  # NDRPDR sel
1339         - 32  # NDRPDR sel
1340         - 33  # NDRPDR sel
1341         - 34  # NDRPDR sel
1342     dpdk-performance-changes-2n-clx-ref:
1343       csit-dpdk-perf-report-iterative-2005-2n-clx:
1344         - 20  # NDRPDR iter
1345         - 21  # NDRPDR iter
1346         - 22  # NDRPDR iter
1347         - 23  # NDRPDR iter
1348         - 24  # NDRPDR iter
1349         - 25  # NDRPDR iter
1350         - 26  # NDRPDR iter
1351         - 27  # NDRPDR iter
1352         - 28  # NDRPDR iter
1353         - 29  # NDRPDR iter
1354     dpdk-performance-changes-2n-clx-cmp:
1355       csit-dpdk-perf-report-iterative-2009-2n-clx:
1356         - 4   # NDRPDR iter env5
1357         - 5   # NDRPDR iter env5
1358         - 6   # NDRPDR iter env5
1359         - 7   # NDRPDR iter env5
1360         - 8   # NDRPDR iter env5
1361         - 9   # NDRPDR iter env5
1362         - 10  # NDRPDR iter env5
1363         - 11  # NDRPDR iter env5
1364         - 12  # NDRPDR iter env5
1365         - 13  # NDRPDR iter env5
1366
1367 #    dpdk-performance-changes-2n-dnv-h1:
1368 #      csit-dpdk-perf-verify-2001-2n-dnv:
1369 #        - 9   # NDRPDR sel
1370 #        - 10  # NDRPDR sel
1371 #        - 11  # NDRPDR sel
1372 #        - 12  # NDRPDR sel
1373 #        - 13  # NDRPDR sel
1374 #        - 14  # NDRPDR sel
1375 #        - 15  # NDRPDR sel
1376 #        - 16  # NDRPDR sel
1377 #        - 17  # NDRPDR sel
1378 #        - 18  # NDRPDR sel
1379 #    dpdk-performance-changes-2n-dnv-ref:
1380 #      # No data
1381 #    dpdk-performance-changes-2n-dnv-cmp:
1382 #      # No data
1383 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1384
1385 #    dpdk-performance-changes-3n-dnv-h1:
1386 #      csit-dpdk-perf-verify-2001-3n-dnv:
1387 #        - 12  # NDRPDR sel
1388 #        - 13  # NDRPDR sel
1389 #        - 14  # NDRPDR sel
1390 #        - 15  # NDRPDR sel
1391 #        - 16  # NDRPDR sel
1392 #        - 17  # NDRPDR sel
1393 #        - 18  # NDRPDR sel
1394 #        - 19  # NDRPDR sel
1395 #        - 20  # NDRPDR sel
1396 #        - 22  # NDRPDR sel
1397 #    dpdk-performance-changes-3n-dnv-ref:
1398 #      # No data
1399 #    dpdk-performance-changes-3n-dnv-cmp:
1400 #      # No data
1401 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1402
1403     dpdk-performance-changes-3n-tsh-h1:
1404       csit-dpdk-perf-verify-2001-3n-tsh:
1405         - 3   # NDRPDR sel
1406         - 4   # NDRPDR sel
1407         - 5   # NDRPDR sel
1408         - 9   # NDRPDR sel
1409         - 10  # NDRPDR sel
1410         - 11  # NDRPDR sel
1411         - 12  # NDRPDR sel
1412         - 14  # NDRPDR sel
1413         - 15  # NDRPDR sel
1414         - 18  # NDRPDR sel
1415     dpdk-performance-changes-3n-tsh-ref:
1416       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1417         - 5   # NDRPDR sel
1418     dpdk-performance-changes-3n-tsh-cmp:
1419       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1420         - 1   # NDRPDR iter env5
1421         - 2   # NDRPDR iter env5
1422         - 3   # NDRPDR iter env5
1423         - 4   # NDRPDR iter env5
1424         - 5   # NDRPDR iter env5
1425         - 6   # NDRPDR iter env5
1426         - 7   # NDRPDR iter env5
1427         - 9   # NDRPDR iter env5
1428         - 10  # NDRPDR iter env5
1429         - 11  # NDRPDR iter env5
1430
1431     # Compare testbeds
1432
1433     vpp-compare-testbeds-ref:
1434       csit-vpp-perf-report-iterative-2009-3n-hsw:
1435         - 21  # rls2009 NDRPDR iter env 5
1436         - 22  # rls2009 NDRPDR iter env 5
1437         - 24  # rls2009 NDRPDR iter env 5
1438         - 25  # rls2009 NDRPDR iter env 5
1439         - 26  # rls2009 NDRPDR iter env 5
1440         - 27  # rls2009 NDRPDR iter env 5
1441         - 28  # rls2009 NDRPDR iter env 5
1442         - 29  # rls2009 NDRPDR iter env 5
1443         - 30  # rls2009 NDRPDR iter env 5
1444         - 31  # rls2009 NDRPDR iter env 5
1445     vpp-compare-testbeds-cmp:
1446       csit-vpp-perf-report-iterative-2009-3n-skx:
1447         - 26  # rls2009 NDRPDR iter env 5
1448         - 27  # rls2009 NDRPDR iter env 5
1449         - 28  # rls2009 NDRPDR iter env 5
1450         - 29  # rls2009 NDRPDR iter env 5
1451         - 35  # rls2009 NDRPDR iter env 5
1452         - 36  # rls2009 NDRPDR iter env 5
1453         - 37  # rls2009 NDRPDR iter env 5
1454         - 38  # rls2009 NDRPDR iter env 5
1455         - 39  # rls2009 NDRPDR iter env 5
1456         - 40  # rls2009 NDRPDR iter env 5
1457
1458     vpp-compare-testbeds-skx-clx-ref:
1459       csit-vpp-perf-report-iterative-2009-2n-skx:
1460         - 35  # rls2009 NDRPDR iter env 5
1461         - 36  # rls2009 NDRPDR iter env 5
1462         - 37  # rls2009 NDRPDR iter env 5
1463         - 39  # rls2009 NDRPDR iter env 5
1464         - 40  # rls2009 NDRPDR iter env 5
1465         - 42  # rls2009 NDRPDR iter env 5
1466         - 43  # rls2009 NDRPDR iter env 5
1467         - 44  # rls2009 NDRPDR iter env 5
1468         - 46  # rls2009 NDRPDR iter env 5
1469         - 48  # rls2009 NDRPDR iter env 5
1470         - 110 # rls2009 NDRPDR iter NAT44 env 5
1471         - 119 # rls2009 NDRPDR iter NAT44 env 5
1472     vpp-compare-testbeds-skx-clx-cmp:
1473       csit-vpp-perf-report-iterative-2009-2n-clx:
1474         - 36  # rls2009 NDRPDR iter env 5
1475         - 39  # rls2009 NDRPDR iter env 5
1476         - 40  # rls2009 NDRPDR iter env 5
1477         - 65  # rls2009 NDRPDR iter env 5
1478         - 66  # rls2009 NDRPDR iter env 5
1479         - 79  # rls2009 NDRPDR iter env 5
1480         - 82  # rls2009 NDRPDR iter env 5
1481         - 88  # rls2009 NDRPDR iter env 5
1482         - 89  # rls2009 NDRPDR iter env 5
1483         - 90  # rls2009 NDRPDR iter env 5
1484         - 114 # rls2009 NDRPDR iter NAT44 env 5
1485         - 116 # rls2009 NDRPDR iter NAT44 env 5
1486         - 119 # rls2009 NDRPDR iter NAT44 env 5
1487         - 121 # rls2009 NDRPDR iter NAT44 env 5
1488         - 122 # rls2009 NDRPDR iter NAT44 env 5
1489         - 123 # rls2009 NDRPDR iter NAT44 env 5
1490
1491     vpp-compare-testbeds-hsw-clx-ref:
1492       csit-vpp-perf-report-iterative-2009-3n-hsw:
1493         - 21  # rls2009 NDRPDR iter env 5
1494         - 22  # rls2009 NDRPDR iter env 5
1495         - 24  # rls2009 NDRPDR iter env 5
1496         - 25  # rls2009 NDRPDR iter env 5
1497         - 26  # rls2009 NDRPDR iter env 5
1498         - 27  # rls2009 NDRPDR iter env 5
1499         - 28  # rls2009 NDRPDR iter env 5
1500         - 29  # rls2009 NDRPDR iter env 5
1501         - 30  # rls2009 NDRPDR iter env 5
1502         - 31  # rls2009 NDRPDR iter env 5
1503     vpp-compare-testbeds-hsw-clx-cmp:
1504       csit-vpp-perf-report-iterative-2009-2n-clx:
1505         - 36  # rls2009 NDRPDR iter env 5
1506         - 39  # rls2009 NDRPDR iter env 5
1507         - 40  # rls2009 NDRPDR iter env 5
1508         - 65  # rls2009 NDRPDR iter env 5
1509         - 66  # rls2009 NDRPDR iter env 5
1510         - 79  # rls2009 NDRPDR iter env 5
1511         - 82  # rls2009 NDRPDR iter env 5
1512         - 88  # rls2009 NDRPDR iter env 5
1513         - 89  # rls2009 NDRPDR iter env 5
1514         - 90  # rls2009 NDRPDR iter env 5
1515
1516     vpp-compare-testbeds-mrr-ref:
1517       csit-vpp-perf-report-iterative-2009-3n-hsw:
1518         - 23  # rls2009 MRR iter env 5
1519     vpp-compare-testbeds-mrr-cmp:
1520       csit-vpp-perf-report-iterative-2009-3n-skx:
1521         - 24  # rls2009 MRR iter env 5
1522
1523     vpp-compare-testbeds-mrr-skx-clx-ref:
1524       csit-vpp-perf-report-iterative-2009-2n-skx:
1525         - 85  # rls2009 MRR iter env 5
1526     vpp-compare-testbeds-mrr-skx-clx-cmp:
1527       csit-vpp-perf-report-iterative-2009-2n-clx:
1528         - 102 # rls2009 MRR iter env 5
1529
1530     vpp-compare-testbeds-mrr-hsw-clx-ref:
1531       csit-vpp-perf-report-iterative-2009-3n-hsw:
1532         - 23  # rls2009 MRR iter env 5
1533     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1534       csit-vpp-perf-report-iterative-2009-2n-clx:
1535         - 102 # rls2009 MRR iter env 5
1536
1537     dpdk-compare-testbeds-ref:
1538       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1539         - 6   # NDRPDR iter env5
1540         - 7   # NDRPDR iter env5
1541         - 8   # NDRPDR iter env5
1542         - 9   # NDRPDR iter env5
1543         - 10  # NDRPDR iter env5
1544         - 11  # NDRPDR iter env5
1545         - 12  # NDRPDR iter env5
1546         - 13  # NDRPDR iter env5
1547         - 14  # NDRPDR iter env5
1548         - 15  # NDRPDR iter env5
1549     dpdk-compare-testbeds-cmp:
1550       csit-dpdk-perf-report-iterative-2009-3n-skx:
1551         - 4   # NDRPDR sel env5
1552         - 5   # NDRPDR sel env5
1553         - 6   # NDRPDR sel env5
1554         - 7   # NDRPDR sel env5
1555         - 8   # NDRPDR sel env5
1556         - 9   # NDRPDR sel env5
1557         - 14  # NDRPDR sel env5
1558         - 11  # NDRPDR sel env5
1559         - 12  # NDRPDR sel env5
1560         - 13  # NDRPDR sel env5
1561
1562     dpdk-compare-testbeds-skx-clx-ref:
1563       csit-dpdk-perf-report-iterative-2009-2n-skx:
1564         - 4   # NDRPDR iter env5
1565         - 5   # NDRPDR iter env5
1566         - 6   # NDRPDR iter env5
1567         - 7   # NDRPDR iter env5
1568         - 8   # NDRPDR iter env5
1569         - 9   # NDRPDR iter env5
1570         - 10  # NDRPDR iter env5
1571         - 11  # NDRPDR iter env5
1572         - 12  # NDRPDR iter env5
1573         - 13  # NDRPDR iter env5
1574     dpdk-compare-testbeds-skx-clx-cmp:
1575       csit-dpdk-perf-report-iterative-2009-2n-clx:
1576         - 4   # NDRPDR iter env5
1577         - 5   # NDRPDR iter env5
1578         - 6   # NDRPDR iter env5
1579         - 7   # NDRPDR iter env5
1580         - 8   # NDRPDR iter env5
1581         - 9   # NDRPDR iter env5
1582         - 10  # NDRPDR iter env5
1583         - 11  # NDRPDR iter env5
1584         - 12  # NDRPDR iter env5
1585         - 13  # NDRPDR iter env5
1586
1587     # Compare topologies
1588
1589     vpp-compare-topologies-ref:
1590       csit-vpp-perf-report-iterative-2009-3n-skx:
1591         - 26  # rls2009 NDRPDR iter env 5
1592         - 27  # rls2009 NDRPDR iter env 5
1593         - 28  # rls2009 NDRPDR iter env 5
1594         - 29  # rls2009 NDRPDR iter env 5
1595         - 35  # rls2009 NDRPDR iter env 5
1596         - 36  # rls2009 NDRPDR iter env 5
1597         - 37  # rls2009 NDRPDR iter env 5
1598         - 38  # rls2009 NDRPDR iter env 5
1599         - 39  # rls2009 NDRPDR iter env 5
1600         - 40  # rls2009 NDRPDR iter env 5
1601     vpp-compare-topologies-cmp:
1602       csit-vpp-perf-report-iterative-2009-2n-skx:
1603         - 35  # rls2009 NDRPDR iter env 5
1604         - 36  # rls2009 NDRPDR iter env 5
1605         - 37  # rls2009 NDRPDR iter env 5
1606         - 39  # rls2009 NDRPDR iter env 5
1607         - 40  # rls2009 NDRPDR iter env 5
1608         - 42  # rls2009 NDRPDR iter env 5
1609         - 43  # rls2009 NDRPDR iter env 5
1610         - 44  # rls2009 NDRPDR iter env 5
1611         - 46  # rls2009 NDRPDR iter env 5
1612         - 48  # rls2009 NDRPDR iter env 5
1613
1614     vpp-compare-topologies-mrr-ref:
1615       csit-vpp-perf-report-iterative-2009-3n-skx:
1616         - 24  # rls2009 MRR iter env 5
1617     vpp-compare-topologies-mrr-cmp:
1618       csit-vpp-perf-report-iterative-2009-2n-skx:
1619         - 85  # rls2009 MRR iter env 5
1620
1621     dpdk-compare-topologies-ref:
1622       csit-dpdk-perf-report-iterative-2009-3n-skx:
1623         - 4   # NDRPDR sel env5
1624         - 5   # NDRPDR sel env5
1625         - 6   # NDRPDR sel env5
1626         - 7   # NDRPDR sel env5
1627         - 8   # NDRPDR sel env5
1628         - 9   # NDRPDR sel env5
1629         - 14  # NDRPDR sel env5
1630         - 11  # NDRPDR sel env5
1631         - 12  # NDRPDR sel env5
1632         - 13  # NDRPDR sel env5
1633     dpdk-compare-topologies-cmp:
1634       csit-dpdk-perf-report-iterative-2009-2n-skx:
1635         - 4   # NDRPDR iter env5
1636         - 5   # NDRPDR iter env5
1637         - 6   # NDRPDR iter env5
1638         - 7   # NDRPDR iter env5
1639         - 8   # NDRPDR iter env5
1640         - 9   # NDRPDR iter env5
1641         - 10  # NDRPDR iter env5
1642         - 11  # NDRPDR iter env5
1643         - 12  # NDRPDR iter env5
1644         - 13  # NDRPDR iter env5
1645
1646   plot-layouts:
1647
1648     plot-soak-throughput:
1649       titlefont:
1650         size: 16
1651       xaxis:
1652         title: "<b>Test Cases [Index]</b>"
1653         titlefont:
1654           size: 14
1655         autorange: True
1656         fixedrange: False
1657         gridcolor: "rgb(230, 230, 230)"
1658         linecolor: "rgb(220, 220, 220)"
1659         linewidth: 1
1660         showgrid: True
1661         showline: True
1662         showticklabels: True
1663         tickcolor: "rgb(220, 220, 220)"
1664         tickmode: "linear"
1665         tickfont:
1666           size: 14
1667         zeroline: False
1668       yaxis:
1669         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1670         titlefont:
1671           size: 14
1672         gridcolor: "rgb(230, 230, 230)"
1673         hoverformat: ".4r"
1674         tickformat: ".3r"
1675         linecolor: "rgb(220, 220, 220)"
1676         linewidth: 1
1677         showgrid: True
1678         showline: True
1679         showticklabels: True
1680         tickcolor: "rgb(220, 220, 220)"
1681         tickfont:
1682           size: 14
1683         zeroline: False
1684         range: [0,50]
1685       autosize: False
1686       margin:
1687         t: 50
1688         b: 0
1689         l: 80
1690         r: 20
1691       showlegend: True
1692       legend:
1693         orientation: "h"
1694         font:
1695           size: 14
1696       width: 700
1697       height: 900
1698       paper_bgcolor: "#fff"
1699       plot_bgcolor: "#fff"
1700       hoverlabel:
1701         namelength: -1
1702
1703     plot-service-density:
1704       titlefont:
1705         size: 16
1706       xaxis:
1707         side: "top"
1708         autorange: True
1709         fixedrange: False
1710         showgrid: False
1711         showline: False
1712         showticklabels: False
1713         ticks: ""
1714         ticklen: 0
1715         tickwidth: 0
1716         zeroline: False
1717       yaxis:
1718         autorange: "reversed"
1719         showgrid: False
1720         showline: False
1721         showticklabels: False
1722         ticks: ""
1723         ticklen: 0
1724         tickwidth: 0
1725         zeroline: False
1726       showlegend: False
1727       paper_bgcolor: "#fff"
1728       plot_bgcolor: "#fff"
1729       width: 700
1730       height: 700
1731       hoverlabel:
1732         namelength: -1
1733
1734     plot-hoststack:
1735       titlefont:
1736         size: 16
1737       xaxis:
1738         title: "<b>Test Cases [Index]</b>"
1739         titlefont:
1740           size: 14
1741         autorange: True
1742         fixedrange: False
1743         gridcolor: "rgb(230, 230, 230)"
1744         linecolor: "rgb(220, 220, 220)"
1745         linewidth: 1
1746         showgrid: True
1747         showline: True
1748         showticklabels: True
1749         tickcolor: "rgb(220, 220, 220)"
1750         tickmode: "linear"
1751         tickfont:
1752           size: 14
1753         zeroline: False
1754       yaxis:
1755         title: "<b>Bandwidth [Gbps]</b>"
1756         titlefont:
1757           size: 14
1758         gridcolor: "rgb(230, 230, 230)"
1759         hoverformat: ".4s"
1760         linecolor: "rgb(220, 220, 220)"
1761         linewidth: 1
1762         rangemode: "tozero"
1763         showgrid: True
1764         showline: True
1765         showticklabels: True
1766         tickcolor: "rgb(230, 230, 230)"
1767         tickformat: ".3s"
1768         tickfont:
1769           size: 14
1770         zeroline: False
1771       autosize: False
1772       margin:
1773         t: 50
1774         b: 20
1775         l: 80
1776         r: 20
1777       showlegend: True
1778       legend:
1779         orientation: "h"
1780         font:
1781           size: 14
1782       width: 700
1783       height: 800
1784       paper_bgcolor: "#fff"
1785       plot_bgcolor: "#fff"
1786       hoverlabel:
1787         namelength: -1
1788
1789     plot-throughput:
1790       titlefont:
1791         size: 16
1792       xaxis:
1793         title: "<b>Test Cases [Index]</b>"
1794         titlefont:
1795           size: 14
1796         autorange: True
1797         fixedrange: False
1798         gridcolor: "rgb(230, 230, 230)"
1799         linecolor: "rgb(220, 220, 220)"
1800         linewidth: 1
1801         showgrid: True
1802         showline: True
1803         showticklabels: True
1804         tickcolor: "rgb(220, 220, 220)"
1805         tickmode: "linear"
1806         tickfont:
1807           size: 14
1808         zeroline: False
1809       yaxis:
1810         title: "<b>Packet Throughput [Mpps]</b>"
1811         titlefont:
1812           size: 14
1813         gridcolor: "rgb(230, 230, 230)"
1814         hoverformat: ".4r"
1815         tickformat: ".3r"
1816         linecolor: "rgb(220, 220, 220)"
1817         linewidth: 1
1818         showgrid: True
1819         showline: True
1820         showticklabels: True
1821         tickcolor: "rgb(220, 220, 220)"
1822         tickfont:
1823           size: 14
1824         zeroline: False
1825         range: [0,50]
1826       autosize: False
1827       margin:
1828         t: 50
1829         b: 0
1830         l: 80
1831         r: 20
1832       showlegend: True
1833       legend:
1834         orientation: "h"
1835         font:
1836           size: 14
1837       width: 700
1838       height: 900
1839       paper_bgcolor: "#fff"
1840       plot_bgcolor: "#fff"
1841       hoverlabel:
1842         namelength: -1
1843
1844     plot-throughput-gbps:
1845       titlefont:
1846         size: 16
1847       xaxis:
1848         title: "<b>Test Cases [Index]</b>"
1849         titlefont:
1850           size: 14
1851         autorange: True
1852         fixedrange: False
1853         gridcolor: "rgb(230, 230, 230)"
1854         linecolor: "rgb(220, 220, 220)"
1855         linewidth: 1
1856         showgrid: True
1857         showline: True
1858         showticklabels: True
1859         tickcolor: "rgb(220, 220, 220)"
1860         tickmode: "linear"
1861         tickfont:
1862           size: 14
1863         zeroline: False
1864       yaxis:
1865         title: "<b>Packet Throughput [Gbps]</b>"
1866         titlefont:
1867           size: 14
1868         gridcolor: "rgb(230, 230, 230)"
1869         hoverformat: ".4r"
1870         tickformat: ".3r"
1871         linecolor: "rgb(220, 220, 220)"
1872         linewidth: 1
1873         showgrid: True
1874         showline: True
1875         showticklabels: True
1876         tickcolor: "rgb(220, 220, 220)"
1877         tickfont:
1878           size: 14
1879         zeroline: False
1880         range: [0,10]
1881       autosize: False
1882       margin:
1883         t: 50
1884         b: 0
1885         l: 80
1886         r: 20
1887       showlegend: True
1888       legend:
1889         orientation: "h"
1890         font:
1891           size: 14
1892       width: 700
1893       height: 900
1894       paper_bgcolor: "#fff"
1895       plot_bgcolor: "#fff"
1896       hoverlabel:
1897         namelength: -1
1898
1899     plot-cps:
1900       titlefont:
1901         size: 16
1902       xaxis:
1903         title: "<b>Test Cases [Index]</b>"
1904         titlefont:
1905           size: 14
1906         autorange: True
1907         fixedrange: False
1908         gridcolor: "rgb(230, 230, 230)"
1909         linecolor: "rgb(220, 220, 220)"
1910         linewidth: 1
1911         showgrid: True
1912         showline: True
1913         showticklabels: True
1914         tickcolor: "rgb(220, 220, 220)"
1915         tickmode: "linear"
1916         tickfont:
1917           size: 14
1918         zeroline: False
1919       yaxis:
1920         title: "<b>Connection Rate [Mcps]</b>"
1921         titlefont:
1922           size: 14
1923         gridcolor: "rgb(230, 230, 230)"
1924         hoverformat: ".4r"
1925         tickformat: ".3s"
1926         linecolor: "rgb(220, 220, 220)"
1927         linewidth: 1
1928         showgrid: True
1929         showline: True
1930         showticklabels: True
1931         tickcolor: "rgb(220, 220, 220)"
1932         tickfont:
1933           size: 14
1934         zeroline: False
1935         range: [0,10]
1936       autosize: False
1937       margin:
1938         t: 50
1939         b: 0
1940         l: 80
1941         r: 20
1942       showlegend: True
1943       legend:
1944         orientation: "h"
1945         font:
1946           size: 14
1947       width: 700
1948       height: 900
1949       paper_bgcolor: "#fff"
1950       plot_bgcolor: "#fff"
1951       hoverlabel:
1952         namelength: -1
1953
1954     plot-throughput-speedup-analysis:
1955       titlefont:
1956         size: 16
1957       xaxis:
1958         title: "<b>Number of Cores [Qty]</b>"
1959         titlefont:
1960           size: 14
1961         autorange: True
1962         fixedrange: False
1963         gridcolor: "rgb(230, 230, 230)"
1964         linecolor: "rgb(220, 220, 220)"
1965         linewidth: 1
1966         showgrid: True
1967         showline: True
1968         showticklabels: True
1969         tickcolor: "rgb(238, 238, 238)"
1970         tickmode: "linear"
1971         tickfont:
1972           size: 14
1973         zeroline: False
1974       yaxis:
1975         title: "<b>Packet Throughput [Mpps]</b>"
1976         titlefont:
1977           size: 14
1978         type: "linear"
1979         gridcolor: "rgb(230, 230, 230)"
1980         hoverformat: ".4s"
1981         linecolor: "rgb(220, 220, 220)"
1982         linewidth: 1
1983         showgrid: True
1984         showline: True
1985         showticklabels: True
1986         tickcolor: "rgb(220, 220, 220)"
1987         tickformat: ".4s"
1988         tickfont:
1989           size: 14
1990         zeroline: True
1991         rangemode: "tozero"
1992         range: [0,100]
1993       legend:
1994         orientation: "h"
1995         font:
1996           size: 14
1997         xanchor: "left"
1998         yanchor: "top"
1999         x: 0
2000         y: -0.2
2001         bgcolor: "rgba(255, 255, 255, 0)"
2002         bordercolor: "rgba(255, 255, 255, 0)"
2003         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2004       autosize: False
2005       margin:
2006           't': 50
2007           'b': 150
2008           'l': 85
2009           'r': 10
2010       showlegend: True
2011       width: 700
2012       height: 700
2013       paper_bgcolor: "#fff"
2014       plot_bgcolor: "#fff"
2015       hoverlabel:
2016         namelength: -1
2017       annotations: [
2018         {
2019           text: "_ _          __          ...",
2020           align: "left",
2021           showarrow: False,
2022           xref: "paper",
2023           yref: "paper",
2024           xanchor: "left",
2025           yanchor: "top",
2026           x: 0,
2027           y: -0.14,
2028           font: {
2029             family: "Consolas, Courier New",
2030             size: 13
2031           },
2032         },
2033         {
2034           text: "    Perfect     Measured     Limit",
2035           align: "left",
2036           showarrow: False,
2037           xref: "paper",
2038           yref: "paper",
2039           xanchor: "left",
2040           yanchor: "top",
2041           x: 0,
2042           y: -0.15,
2043           font: {
2044             family: "Consolas, Courier New",
2045             size: 13
2046           },
2047         },
2048       ]
2049
2050     plot-throughput-speedup-analysis-gbps:
2051       titlefont:
2052         size: 16
2053       xaxis:
2054         title: "<b>Number of Cores [Qty]</b>"
2055         titlefont:
2056           size: 14
2057         autorange: True
2058         fixedrange: False
2059         gridcolor: "rgb(230, 230, 230)"
2060         linecolor: "rgb(220, 220, 220)"
2061         linewidth: 1
2062         showgrid: True
2063         showline: True
2064         showticklabels: True
2065         tickcolor: "rgb(238, 238, 238)"
2066         tickmode: "linear"
2067         tickfont:
2068           size: 14
2069         zeroline: False
2070       yaxis:
2071         title: "<b>Packet Throughput [Gbps]</b>"
2072         titlefont:
2073           size: 14
2074         type: "linear"
2075         gridcolor: "rgb(230, 230, 230)"
2076         hoverformat: ".4s"
2077         linecolor: "rgb(220, 220, 220)"
2078         linewidth: 1
2079         showgrid: True
2080         showline: True
2081         showticklabels: True
2082         tickcolor: "rgb(220, 220, 220)"
2083         tickformat: ".4s"
2084         tickfont:
2085           size: 14
2086         zeroline: True
2087         rangemode: "tozero"
2088         range: [0,100]
2089       legend:
2090         orientation: "h"
2091         font:
2092           size: 14
2093         xanchor: "left"
2094         yanchor: "top"
2095         x: 0
2096         y: -0.2
2097         bgcolor: "rgba(255, 255, 255, 0)"
2098         bordercolor: "rgba(255, 255, 255, 0)"
2099         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2100       autosize: False
2101       margin:
2102           't': 50
2103           'b': 150
2104           'l': 85
2105           'r': 10
2106       showlegend: True
2107       width: 700
2108       height: 700
2109       paper_bgcolor: "#fff"
2110       plot_bgcolor: "#fff"
2111       hoverlabel:
2112         namelength: -1
2113       annotations: [
2114         {
2115           text: "_ _          __",
2116           align: "left",
2117           showarrow: False,
2118           xref: "paper",
2119           yref: "paper",
2120           xanchor: "left",
2121           yanchor: "top",
2122           x: 0,
2123           y: -0.13,
2124           font: {
2125             family: "Consolas, Courier New",
2126             size: 13
2127           },
2128         },
2129         {
2130           text: "    Perfect     Measured",
2131           align: "left",
2132           showarrow: False,
2133           xref: "paper",
2134           yref: "paper",
2135           xanchor: "left",
2136           yanchor: "top",
2137           x: 0,
2138           y: -0.15,
2139           font: {
2140             family: "Consolas, Courier New",
2141             size: 13
2142           },
2143         },
2144       ]
2145
2146     plot-throughput-speedup-analysis-cps:
2147       titlefont:
2148         size: 16
2149       xaxis:
2150         title: "<b>Number of Cores [Qty]</b>"
2151         titlefont:
2152           size: 14
2153         autorange: True
2154         fixedrange: False
2155         gridcolor: "rgb(230, 230, 230)"
2156         linecolor: "rgb(220, 220, 220)"
2157         linewidth: 1
2158         showgrid: True
2159         showline: True
2160         showticklabels: True
2161         tickcolor: "rgb(238, 238, 238)"
2162         tickmode: "linear"
2163         tickfont:
2164           size: 14
2165         zeroline: False
2166       yaxis:
2167         title: "<b>Connection Rate [Mcps]</b>"
2168         titlefont:
2169           size: 14
2170         type: "linear"
2171         gridcolor: "rgb(230, 230, 230)"
2172         hoverformat: ".4s"
2173         linecolor: "rgb(220, 220, 220)"
2174         linewidth: 1
2175         showgrid: True
2176         showline: True
2177         showticklabels: True
2178         tickcolor: "rgb(220, 220, 220)"
2179         tickformat: ".4s"
2180         tickfont:
2181           size: 14
2182         zeroline: True
2183         rangemode: "tozero"
2184         range: [0,100]
2185       legend:
2186         orientation: "h"
2187         font:
2188           size: 14
2189         xanchor: "left"
2190         yanchor: "top"
2191         x: 0
2192         y: -0.2
2193         bgcolor: "rgba(255, 255, 255, 0)"
2194         bordercolor: "rgba(255, 255, 255, 0)"
2195         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2196       autosize: False
2197       margin:
2198           't': 50
2199           'b': 150
2200           'l': 85
2201           'r': 10
2202       showlegend: True
2203       width: 700
2204       height: 700
2205       paper_bgcolor: "#fff"
2206       plot_bgcolor: "#fff"
2207       hoverlabel:
2208         namelength: -1
2209       annotations: [
2210         {
2211           text: "_ _          __",
2212           align: "left",
2213           showarrow: False,
2214           xref: "paper",
2215           yref: "paper",
2216           xanchor: "left",
2217           yanchor: "top",
2218           x: 0,
2219           y: -0.13,
2220           font: {
2221             family: "Consolas, Courier New",
2222             size: 13
2223           },
2224         },
2225         {
2226           text: "    Perfect     Measured",
2227           align: "left",
2228           showarrow: False,
2229           xref: "paper",
2230           yref: "paper",
2231           xanchor: "left",
2232           yanchor: "top",
2233           x: 0,
2234           y: -0.15,
2235           font: {
2236             family: "Consolas, Courier New",
2237             size: 13
2238           },
2239         },
2240       ]
2241
2242     plot-latency:
2243       titlefont:
2244         size: 16
2245       xaxis:
2246         title: "<b>Direction</b>"
2247         titlefont:
2248           size: 14
2249         autorange: True
2250         fixedrange: False
2251         gridcolor: "rgb(230, 230, 230)"
2252         linecolor: "rgb(220, 220, 220)"
2253         linewidth: 1
2254         showgrid: True
2255         showline: True
2256         showticklabels: False
2257         tickcolor: "rgb(220, 220, 220)"
2258         tickmode: "linear"
2259         tickfont:
2260           size: 14
2261         zeroline: False
2262       yaxis:
2263         title: "<b>Packet Latency [uSec]</b>"
2264         titlefont:
2265           size: 14
2266         type: "linear"
2267         gridcolor: "rgb(230, 230, 230)"
2268         hoverformat: ".4s"
2269         linecolor: "rgb(220, 220, 220)"
2270         linewidth: 1
2271         showgrid: True
2272         showline: True
2273         showticklabels: True
2274         tickcolor: "rgb(220, 220, 220)"
2275         tickformat: ".4s"
2276         tickfont:
2277           size: 14
2278         zeroline: True
2279         rangemode: "tozero"
2280       legend:
2281         orientation: "h"
2282         font:
2283           size: 14
2284         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2285       autosize: False
2286       margin:
2287           't': 50
2288           'b': 150
2289           'l': 80
2290           'r': 10
2291       showlegend: True
2292       width: 700
2293       height: 700
2294       paper_bgcolor: "#fff"
2295       plot_bgcolor: "#fff"
2296       hoverlabel:
2297         namelength: -1
2298
2299     plot-hdrh-latency:
2300       title:
2301         text: ""
2302         xanchor: "center"
2303         x: 0.5
2304         font:
2305           size: 16
2306       width: 700
2307       plot_bgcolor: "white"
2308       annotations:
2309         - font:
2310             size: 14
2311           showarrow: False
2312           text: "<b>Packet Latency [uSec]</b>"
2313           x: 1
2314           xanchor: "right"
2315           xref: "paper"
2316           y: -0.045
2317           yanchor: "top"
2318           yref: "paper"
2319         - font:
2320             size: 14
2321           showarrow: False
2322           text: "<b>Probability [%]</b>"
2323           textangle: 270
2324           x: -0.06
2325           xanchor: "center"
2326           xref: "paper"
2327           y: 0.5
2328           yanchor: "middle"
2329           yref: "paper"
2330         - font:
2331             size: 14
2332           showarrow: False
2333           text: "<b>Direction: E-W</b>"
2334           x: 0.24
2335           xanchor: "center"
2336           xref: "paper"
2337           y: 1.05
2338           yanchor: "bottom"
2339           yref: "paper"
2340         - font:
2341             size: 14
2342           showarrow: False
2343           text: "<b>Direction: W-E</b>"
2344           x: 0.74
2345           xanchor: "center"
2346           xref: "paper"
2347           y: 1.05
2348           yanchor: "bottom"
2349           yref: "paper"
2350
2351     plot-hdrh-latency-percentile:
2352       title:
2353         text: ""
2354         xanchor: "center"
2355         x: 0.5
2356         font:
2357           size: 16
2358       xaxis:
2359         type: "log"
2360         title: "<b>Percentile [%]</b>"
2361         titlefont:
2362           size: 14
2363         autorange: True
2364         fixedrange: False
2365         gridcolor: "rgb(230, 230, 230)"
2366         linecolor: "rgb(220, 220, 220)"
2367         linewidth: 1
2368         showgrid: True
2369         showline: True
2370         showticklabels: True
2371         tickcolor: "rgb(220, 220, 220)"
2372         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2373         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2374         tickfont:
2375           size: 14
2376       yaxis:
2377         title: "<b>Packet Latency [uSec]</b>"
2378         titlefont:
2379           size: 14
2380         gridcolor: "rgb(230, 230, 230)"
2381         linecolor: "rgb(220, 220, 220)"
2382         linewidth: 1
2383         showgrid: True
2384         showline: True
2385         showticklabels: True
2386         tickcolor: "rgb(220, 220, 220)"
2387         tickfont:
2388           size: 14
2389       autosize: False
2390       showlegend: True
2391       legend:
2392         traceorder: "normal"
2393         orientation: "h"
2394         font:
2395           size: 14
2396         xanchor: "left"
2397         yanchor: "top"
2398         x: 0
2399         y: -0.15
2400         bgcolor: "rgba(255, 255, 255, 0)"
2401         bordercolor: "rgba(255, 255, 255, 0)"
2402       width: 700
2403       height: 700
2404       paper_bgcolor: "white"
2405       plot_bgcolor: "white"
2406
2407     plot-hdrh-latency-by-percentile:
2408       title:
2409         text: "<b>Latency by Percentile Distribution</b>"
2410         xanchor: "center"
2411         x: 0.5
2412         font:
2413           size: 18
2414       showlegend: True
2415       legend:
2416         traceorder: "normal"
2417         orientation: "h"
2418         font:
2419           size: 16
2420         xanchor: "left"
2421         yanchor: "top"
2422         x: 0
2423         y: -0.2
2424         bgcolor: "rgba(255, 255, 255, 0)"
2425         bordercolor: "rgba(255, 255, 255, 0)"
2426       xaxis:
2427         type: "linear"
2428         title: "<b>Percentile [%]</b>"
2429         titlefont:
2430           size: 14
2431         autorange: False
2432         fixedrange: False
2433         range: [0, 100]
2434         gridcolor: "rgb(230, 230, 230)"
2435         linecolor: "rgb(220, 220, 220)"
2436         linewidth: 1
2437         showgrid: True
2438         showline: True
2439         showticklabels: True
2440         tickcolor: "rgb(220, 220, 220)"
2441         tickvals: [0, 25, 50, 75, 100]
2442         ticktext: [0, 25, 50, 75, 100]
2443         tickfont:
2444           size: 14
2445       yaxis:
2446         title: "<b>One-Way Latency per Direction [uSec]</b>"
2447         titlefont:
2448           size: 14
2449         gridcolor: "rgb(230, 230, 230)"
2450         linecolor: "rgb(220, 220, 220)"
2451         linewidth: 1
2452         showgrid: True
2453         showline: True
2454         showticklabels: True
2455         tickcolor: "rgb(220, 220, 220)"
2456         tickfont:
2457           size: 14
2458       width: 700
2459       height: 700
2460       paper_bgcolor: "white"
2461       plot_bgcolor: "white"
2462
2463 - type: "static"
2464   src-path: "{DIR[RST]}"
2465   dst-path: "{DIR[WORKING,SRC]}"
2466
2467 - type: "input"
2468   general:
2469     file-name: "output_info.xml.gz"
2470     file-format: ".gz"
2471     arch-file-format:
2472       - ".gz"
2473       - ".zip"
2474     download-path: "{job}/{build}/archives/{filename}"
2475     extract: "output.xml"
2476
2477     zip-file-name: "robot-plugin.zip"
2478     zip-file-format: ".zip"
2479     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2480     zip-extract: "robot-plugin/output.xml"
2481
2482   builds:
2483
2484     csit-vpp-perf-verify-2001-3n-hsw:
2485       - 17  # MRR sel
2486     csit-vpp-perf-report-iterative-2005-3n-hsw:
2487       - 20  # NDRPDR sel env 4
2488       - 21  # NDRPDR sel env 4
2489       - 22  # NDRPDR sel env 4
2490       - 23  # NDRPDR sel env 4
2491       - 24  # NDRPDR sel env 4
2492       - 25  # NDRPDR sel env 4
2493       - 26  # NDRPDR sel env 4
2494       - 27  # NDRPDR sel env 4
2495       - 28  # NDRPDR sel env 4
2496       - 29  # NDRPDR sel env 4
2497       - 30  # MRR env 4
2498       - 31  # NDRPDR sel 2001.0-4
2499       - 32  # NDRPDR sel 2001.0-4
2500       - 33  # NDRPDR sel 2001.0-4
2501       - 34  # NDRPDR sel 2001.0-4
2502       - 35  # NDRPDR sel 2001.0-4
2503       - 36  # NDRPDR sel 2001.0-4
2504       - 38  # NDRPDR sel 2001.0-4
2505     csit-vpp-perf-report-iterative-2009-3n-hsw:
2506       - 18  # rls2005 MRR iter env 5
2507       - 9   # rls2005 NDRPDR iter env 5
2508       - 10  # rls2005 NDRPDR iter env 5
2509       - 11  # rls2005 NDRPDR iter env 5
2510       - 12  # rls2005 NDRPDR iter env 5
2511       - 13  # rls2005 NDRPDR iter env 5
2512       - 14  # rls2005 NDRPDR iter env 5
2513       - 15  # rls2005 NDRPDR iter env 5
2514       - 16  # rls2005 NDRPDR iter env 5
2515       - 17  # rls2005 NDRPDR iter env 5
2516       - 19  # rls2005 NDRPDR iter env 5
2517       - 23  # rls2009 MRR iter env 5
2518       - 21  # rls2009 NDRPDR iter env 5
2519       - 22  # rls2009 NDRPDR iter env 5
2520       - 24  # rls2009 NDRPDR iter env 5
2521       - 25  # rls2009 NDRPDR iter env 5
2522       - 26  # rls2009 NDRPDR iter env 5
2523       - 27  # rls2009 NDRPDR iter env 5
2524       - 28  # rls2009 NDRPDR iter env 5
2525       - 29  # rls2009 NDRPDR iter env 5
2526       - 30  # rls2009 NDRPDR iter env 5
2527       - 31  # rls2009 NDRPDR iter env 5
2528       - 32  # rls2009 Hoststack iter env 5
2529       - 33  # rls2009 Hoststack iter env 5
2530       - 34  # rls2009 Hoststack iter env 5
2531       - 35  # rls2009 Hoststack iter env 5
2532       - 36  # rls2009 Hoststack iter env 5
2533       - 37  # rls2009 Hoststack iter env 5
2534       - 38  # rls2009 Hoststack iter env 5
2535       - 39  # rls2009 Hoststack iter env 5
2536       - 40  # rls2009 Hoststack iter env 5
2537       - 41  # rls2009 Hoststack iter env 5
2538     csit-vpp-perf-report-coverage-2009-3n-hsw:
2539       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2540       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2541       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2542       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2543       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2544       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2545       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2546       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2547       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2548       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2549       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2550       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2551       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2552       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2553       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2554       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2555       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2556       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2557       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2558       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2559       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2560       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2561       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2562       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2563       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2564       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2565       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2566       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2567       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2568       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2569       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2570       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2571       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2572       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2573       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2574
2575     csit-vpp-perf-verify-2001-3n-skx:
2576       - 50  # MRR sel
2577       - 53  # MRR sel addition
2578     csit-vpp-perf-report-iterative-2005-3n-skx:
2579       - 4   # NDRPDR sel
2580       - 5   # NDRPDR sel ??? all x710 failed
2581       - 33  # NDRPDR sel
2582       - 28  # NDRPDR sel
2583       - 34  # NDRPDR sel
2584       - 42  # NDRPDR sel env 4
2585       - 43  # NDRPDR sel env 4
2586       - 44  # NDRPDR sel env 4
2587       - 45  # NDRPDR sel env 4
2588       - 47  # NDRPDR sel env 4
2589       - 55  # NDRPDR sel env 4
2590       - 56  # NDRPDR sel env 4
2591       - 57  # NDRPDR sel env 4
2592       - 61  # NDRPDR sel env 4
2593       - 62  # NDRPDR sel env 4
2594       - 50  # NDRPDR sel 2001.0-4
2595       - 51  # NDRPDR sel 2001.0-4
2596       - 52  # NDRPDR sel 2001.0-4
2597       - 53  # NDRPDR sel 2001.0-4
2598       - 54  # NDRPDR sel 2001.0-4
2599       - 49  # MRR sel env 4
2600     csit-vpp-perf-report-iterative-2009-3n-skx:
2601       - 17  # rls2005 MRR iter env 5
2602       - 13  # rls2005 NDRPDR iter env 5
2603       - 18  # rls2005 NDRPDR iter env 5
2604       - 19  # rls2005 NDRPDR iter env 5
2605       - 41  # rls2005 NDRPDR iter env 5
2606       - 43  # rls2005 NDRPDR iter env 5
2607       - 44  # rls2005 NDRPDR iter env 5
2608       - 45  # rls2005 NDRPDR iter env 5
2609       - 46  # rls2005 NDRPDR iter env 5
2610       - 48  # rls2005 NDRPDR iter env 5
2611       - 49  # rls2005 NDRPDR iter env 5
2612       - 24  # rls2009 MRR iter env 5
2613       - 26  # rls2009 NDRPDR iter env 5
2614       - 27  # rls2009 NDRPDR iter env 5
2615       - 28  # rls2009 NDRPDR iter env 5
2616       - 29  # rls2009 NDRPDR iter env 5
2617       - 35  # rls2009 NDRPDR iter env 5
2618       - 36  # rls2009 NDRPDR iter env 5
2619       - 37  # rls2009 NDRPDR iter env 5
2620       - 38  # rls2009 NDRPDR iter env 5
2621       - 39  # rls2009 NDRPDR iter env 5
2622       - 40  # rls2009 NDRPDR iter env 5
2623     csit-vpp-perf-report-coverage-2009-3n-skx:
2624       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2625       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2626       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2627       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2628       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2629       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2630       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2631       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2632       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2633       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2634       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2635       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2636       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2637       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2638       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2639       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2640       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2641       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2642       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2643       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2644       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2645       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2646       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2647       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2648       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2649       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2650       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2651       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2652       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2653       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2654       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2655       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2656       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2657       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2658       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2659       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2660
2661     csit-vpp-perf-verify-2001-2n-skx:
2662       - 101  # MRR sel - old
2663       - 128  # MRR sel addition - old
2664     csit-vpp-perf-report-iterative-2005-2n-skx:
2665       - 88  # NDRPDR sel env 4
2666       - 89  # NDRPDR sel env 4
2667       - 90  # NDRPDR sel env 4
2668       - 91  # NDRPDR sel env 4
2669       - 92  # NDRPDR sel env 4
2670       - 93  # NDRPDR sel env 4
2671       - 94  # NDRPDR sel env 4
2672       - 125 # NDRPDR sel env 4
2673       - 126 # NDRPDR sel env 4
2674       - 127 # NDRPDR sel env 4
2675       - 100 # NDRPDR sel 2001.0-4
2676       - 101 # NDRPDR sel 2001.0-4
2677       - 102 # NDRPDR sel 2001.0-4
2678       - 103 # NDRPDR sel 2001.0-4
2679       - 104 # NDRPDR sel 2001.0-4
2680       - 105 # NDRPDR sel 2001.0-4
2681       - 99  # MRR sel env 4
2682     csit-vpp-perf-report-iterative-2009-2n-skx:
2683       - 20  # rls2005 MRR iter env 5
2684       - 13  # rls2005 NDRPDR iter env 5
2685       - 16  # rls2005 NDRPDR iter env 5
2686       - 17  # rls2005 NDRPDR iter env 5
2687       - 18  # rls2005 NDRPDR iter env 5
2688       - 19  # rls2005 NDRPDR iter env 5
2689       - 21  # rls2005 NDRPDR iter env 5
2690       - 22  # rls2005 NDRPDR iter env 5
2691       - 23  # rls2005 NDRPDR iter env 5
2692       - 24  # rls2005 NDRPDR iter env 5
2693       - 25  # rls2005 NDRPDR iter env 5
2694       - 85  # rls2009 MRR iter env 5
2695       - 35  # rls2009 NDRPDR iter env 5
2696       - 36  # rls2009 NDRPDR iter env 5
2697       - 37  # rls2009 NDRPDR iter env 5
2698       - 39  # rls2009 NDRPDR iter env 5
2699       - 40  # rls2009 NDRPDR iter env 5
2700       - 42  # rls2009 NDRPDR iter env 5
2701       - 43  # rls2009 NDRPDR iter env 5
2702       - 44  # rls2009 NDRPDR iter env 5
2703       - 46  # rls2009 NDRPDR iter env 5
2704       - 48  # rls2009 NDRPDR iter env 5
2705       - 110 # rls2009 NDRPDR iter NAT44 env 5
2706       - 119 # rls2009 NDRPDR iter NAT44 env 5
2707       - 38  # rls2009 nf-density iter env 5
2708       - 41  # rls2009 nf-density iter env 5
2709       - 45  # rls2009 nf-density iter env 5
2710       - 47  # rls2009 nf-density iter env 5
2711       - 49  # rls2009 nf-density iter env 5
2712       - 63  # rls2009 nf-density iter env 5
2713       - 65  # rls2009 nf-density iter env 5
2714       - 66  # rls2009 nf-density iter env 5
2715       - 71  # rls2009 nf-density iter env 5
2716       - 72  # rls2009 nf-density iter env 5
2717       - 50  # rls2009 MRR nf-density iter env 5
2718       - 27  # rls2009 reconf env 5
2719       - 28  # rls2009 reconf env 5
2720       - 29  # rls2009 reconf env 5
2721       - 30  # rls2009 reconf env 5
2722       - 31  # rls2009 reconf env 5
2723       - 32  # rls2009 reconf env 5
2724       - 61  # rls2009 reconf env 5
2725       - 62  # rls2009 reconf env 5
2726       - 68  # rls2009 reconf env 5
2727       - 70  # rls2009 reconf env 5
2728       - 33  # rls2009 soak env 5
2729       - 34  # rls2009 soak env 5
2730     csit-vpp-perf-report-coverage-2009-2n-skx:
2731       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2732       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2733       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2734       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2735       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2736       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2737       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2738       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2739       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2740       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2741       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2742       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2743       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2744       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2745       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2746       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2747       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2748
2749     csit-vpp-perf-verify-2001-2n-clx:
2750       - 39  # MRR
2751     csit-vpp-perf-report-iterative-2005-2n-clx:
2752       - 62  # NDRPDR sel env 4
2753       - 63  # NDRPDR sel env 4
2754       - 64  # NDRPDR sel env 4
2755       - 65  # NDRPDR sel env 4
2756       - 66  # NDRPDR sel env 4
2757       - 68  # NDRPDR sel env 4
2758       - 69  # NDRPDR sel env 4
2759       - 70  # NDRPDR sel env 4
2760       - 103 # NDRPDR sel env 4
2761       - 104 # NDRPDR sel env 4
2762       - 73  # NDRPDR sel 2001.0-4
2763       - 74  # NDRPDR sel 2001.0-4
2764       - 75  # NDRPDR sel 2001.0-4
2765       - 76  # NDRPDR sel 2001.0-4
2766       - 77  # NDRPDR sel 2001.0-4
2767       - 78  # NDRPDR sel 2001.0-4
2768       - 79  # NDRPDR sel 2001.0-4
2769       - 80  # NDRPDR sel 2001.0-4
2770       - 72  # MRR env 4
2771     csit-vpp-perf-report-iterative-2009-2n-clx:
2772       - 77  # rls2005 MRR iter env 5
2773       - 13  # rls2005 NDRPDR iter env 5
2774       - 15  # rls2005 NDRPDR iter env 5
2775       - 17  # rls2005 NDRPDR iter env 5
2776       - 18  # rls2005 NDRPDR iter env 5
2777       - 19  # rls2005 NDRPDR iter env 5
2778       - 20  # rls2005 NDRPDR iter env 5
2779       - 21  # rls2005 NDRPDR iter env 5
2780       - 22  # rls2005 NDRPDR iter env 5
2781       - 23  # rls2005 NDRPDR iter env 5
2782       - 24  # rls2005 NDRPDR iter env 5
2783       - 102 # rls2009 MRR iter env 5
2784       - 36  # rls2009 NDRPDR iter env 5
2785       - 39  # rls2009 NDRPDR iter env 5
2786       - 40  # rls2009 NDRPDR iter env 5
2787       - 65  # rls2009 NDRPDR iter env 5
2788       - 66  # rls2009 NDRPDR iter env 5
2789       - 79  # rls2009 NDRPDR iter env 5
2790       - 82  # rls2009 NDRPDR iter env 5
2791       - 88  # rls2009 NDRPDR iter env 5
2792       - 89  # rls2009 NDRPDR iter env 5
2793       - 90  # rls2009 NDRPDR iter env 5
2794       - 114 # rls2009 NDRPDR iter NAT44 env 5
2795       - 116 # rls2009 NDRPDR iter NAT44 env 5
2796       - 119 # rls2009 NDRPDR iter NAT44 env 5
2797       - 121 # rls2009 NDRPDR iter NAT44 env 5
2798       - 122 # rls2009 NDRPDR iter NAT44 env 5
2799       - 123 # rls2009 NDRPDR iter NAT44 env 5
2800       - 37  # rls2009 nf-density iter env 5
2801       - 43  # rls2009 nf-density iter env 5
2802       - 69  # rls2009 nf-density iter env 5
2803       - 70  # rls2009 nf-density iter env 5
2804       - 71  # rls2009 nf-density iter env 5
2805       - 72  # rls2009 nf-density iter env 5
2806       - 73  # rls2009 nf-density iter env 5
2807       - 74  # rls2009 nf-density iter env 5
2808       - 75  # rls2009 nf-density iter env 5
2809       - 76  # rls2009 nf-density iter env 5
2810       - 45  # rls2009 MRR nf-density iter env 5
2811       - 25  # rls2009 reconf env 5
2812       - 27  # rls2009 reconf env 5
2813       - 28  # rls2009 reconf env 5
2814       - 29  # rls2009 reconf env 5
2815       - 30  # rls2009 reconf env 5
2816       - 30  # rls2009 reconf env 5
2817       - 32  # rls2009 reconf env 5
2818       - 48  # rls2009 reconf env 5
2819       - 53  # rls2009 reconf env 5
2820       - 68  # rls2009 reconf env 5
2821       - 33  # rls2009 soak env 5
2822       - 34  # rls2009 soak env 5
2823     csit-vpp-perf-report-coverage-2009-2n-clx:
2824       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2825       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2826       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2827       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2828       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2829       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
2830       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
2831       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
2832       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2833       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2834       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2835       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2836       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2837       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2838       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2839       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2840       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2841
2842     csit-vpp-perf-verify-2001-3n-tsh:
2843       - 9   # MRR sel
2844     csit-vpp-perf-report-iterative-2005-3n-tsh:
2845       - 23  # NDRPDR sel env 4
2846       - 25  # NDRPDR sel env 4
2847       - 33  # NDRPDR sel env 4
2848       - 34  # NDRPDR sel env 4
2849       - 35  # NDRPDR sel env 4
2850       - 36  # NDRPDR sel env 4
2851       - 37  # NDRPDR sel env 4
2852       - 38  # NDRPDR sel env 4
2853       - 39  # NDRPDR sel env 4
2854       - 40  # NDRPDR sel env 4
2855       - 28  # NDRPDR sel 2001.0-4
2856       - 29  # NDRPDR sel 2001.0-4
2857       - 31  # NDRPDR sel 2001.0-4
2858       - 27  # MRR sel env 4
2859     # TODO: Add:
2860     csit-vpp-perf-report-iterative-2009-3n-tsh:
2861       - 8   # rls2005 NDRPDR iter env 5
2862       - 11  # rls2005 NDRPDR iter env 5
2863       - 12  # rls2005 NDRPDR iter env 5
2864       - 24  # rls2005 NDRPDR iter env 5
2865       - 27  # rls2005 NDRPDR iter env 5
2866       - 29  # rls2005 NDRPDR iter env 5
2867       - 31  # rls2005 NDRPDR iter env 5
2868       - 39  # rls2005 NDRPDR iter env 5
2869       - 13  # rls2005 MRR iter env 5
2870       - 14  # rls2009 NDRPDR iter env 5
2871       - 20  # rls2009 NDRPDR iter env 5
2872       - 21  # rls2009 NDRPDR iter env 5
2873       - 22  # rls2009 NDRPDR iter env 5
2874       - 23  # rls2009 NDRPDR iter env 5
2875       - 28  # rls2009 NDRPDR iter env 5
2876       - 30  # rls2009 NDRPDR iter env 5
2877       - 33  # rls2009 NDRPDR iter env 5
2878       - 38  # rls2009 NDRPDR iter env 5
2879       - 15  # rls2009 MRR iter env 5
2880
2881     csit-vpp-perf-verify-2001-3n-dnv:
2882       - 5   # NDRPDR sel
2883       - 6   # NDRPDR sel
2884       - 7   # NDRPDR sel
2885       - 8   # NDRPDR sel
2886       - 9   # NDRPDR sel
2887       - 10  # NDRPDR sel
2888       - 12  # NDRPDR sel
2889       - 16  # NDRPDR sel
2890       - 17  # NDRPDR sel
2891       - 18  # NDRPDR sel
2892       - 11  # MRR sel
2893     csit-vpp-perf-report-iterative-2009-3n-dnv:
2894       - 16  # rls2005 NDRPDR iter env 5
2895       - 23  # rls2005 NDRPDR iter env 5
2896       - 25  # rls2005 NDRPDR iter env 5
2897       - 26  # rls2005 NDRPDR iter env 5
2898       - 27  # rls2005 NDRPDR iter env 5
2899       - 28  # rls2005 NDRPDR iter env 5
2900       - 29  # rls2005 NDRPDR iter env 5
2901       - 30  # rls2005 NDRPDR iter env 5
2902       - 31  # rls2005 NDRPDR iter env 5
2903       - 32  # rls2005 NDRPDR iter env 5
2904       - 19  # rls2005 MRR iter env 5
2905       - 3   # rls2009 NDRPDR iter env 5
2906       - 6   # rls2009 NDRPDR iter env 5
2907       - 7   # rls2009 NDRPDR iter env 5
2908       - 8   # rls2009 NDRPDR iter env 5
2909       - 10  # rls2009 NDRPDR iter env 5
2910       - 11  # rls2009 NDRPDR iter env 5
2911       - 12  # rls2009 NDRPDR iter env 5
2912       - 14  # rls2009 NDRPDR iter env 5
2913       - 15  # rls2009 NDRPDR iter env 5
2914       - 24  # rls2009 NDRPDR iter env 5
2915       - 22  # rls2009 MRR iter env 5
2916     csit-vpp-perf-report-coverage-2009-3n-dnv:
2917       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2918       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2919       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2920       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2921       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2922       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2923       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2924       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2925       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2926
2927     csit-vpp-perf-verify-2001-2n-dnv:
2928       - 4   # NDRPDR sel
2929       - 5   # NDRPDR sel
2930       - 6   # NDRPDR sel
2931       - 7   # NDRPDR sel
2932       - 8   # NDRPDR sel
2933       - 9   # NDRPDR sel
2934       - 10  # NDRPDR sel
2935       - 11  # NDRPDR sel
2936       - 13  # NDRPDR sel
2937       - 16  # NDRPDR sel
2938       - 12  # MRR sel
2939     csit-vpp-perf-report-iterative-2009-2n-dnv:
2940       - 16  # rls2005 NDRPDR iter env 5
2941       - 17  # rls2005 NDRPDR iter env 5
2942       - 18  # rls2005 NDRPDR iter env 5
2943       - 19  # rls2005 NDRPDR iter env 5
2944       - 21  # rls2005 NDRPDR iter env 5
2945       - 24  # rls2005 NDRPDR iter env 5
2946       - 27  # rls2005 NDRPDR iter env 5
2947       - 28  # rls2005 NDRPDR iter env 5
2948       - 29  # rls2005 NDRPDR iter env 5
2949       - 30  # rls2005 NDRPDR iter env 5
2950       - 23  # rls2005 MRR iter env 5
2951       - 3   # rls2009 NDRPDR iter env 5
2952       - 5   # rls2009 NDRPDR iter env 5
2953       - 6   # rls2009 NDRPDR iter env 5
2954       - 7   # rls2009 NDRPDR iter env 5
2955       - 9   # rls2009 NDRPDR iter env 5
2956       - 10  # rls2009 NDRPDR iter env 5
2957       - 11  # rls2009 NDRPDR iter env 5
2958       - 12  # rls2009 NDRPDR iter env 5
2959       - 14  # rls2009 NDRPDR iter env 5
2960       - 15  # rls2009 NDRPDR iter env 5
2961       - 13  # rls2009 MRR iter env 5
2962     csit-vpp-perf-report-coverage-2009-2n-dnv:
2963       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2964       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2965       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2966       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2967       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2968       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2969
2970     csit-dpdk-perf-verify-2001-3n-hsw:
2971       - 4   # NDRPDR sel
2972       - 5   # NDRPDR sel
2973       - 6   # NDRPDR sel
2974       - 7   # NDRPDR sel
2975       - 8   # NDRPDR sel
2976       - 9   # NDRPDR sel
2977       - 10  # NDRPDR sel
2978       - 11  # NDRPDR sel
2979       - 12  # NDRPDR sel
2980       - 13  # NDRPDR sel
2981       - 15  # NDRPDR sel
2982       - 16  # NDRPDR sel
2983       - 17  # NDRPDR sel
2984       - 18  # NDRPDR sel
2985       - 19  # NDRPDR sel
2986       - 20  # NDRPDR sel
2987       - 21  # NDRPDR sel
2988       - 22  # NDRPDR sel
2989       - 23  # NDRPDR sel
2990       - 24  # NDRPDR sel
2991     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2992       - 25  # NDRPDR iter
2993       - 26  # NDRPDR iter
2994       - 27  # NDRPDR iter
2995       - 28  # NDRPDR iter
2996       - 29  # NDRPDR iter
2997       - 30  # NDRPDR iter
2998       - 31  # NDRPDR iter
2999       - 32  # NDRPDR iter
3000       - 33  # NDRPDR iter
3001       - 34  # NDRPDR iter
3002     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3003       - 6   # NDRPDR iter env5
3004       - 7   # NDRPDR iter env5
3005       - 8   # NDRPDR iter env5
3006       - 9   # NDRPDR iter env5
3007       - 10  # NDRPDR iter env5
3008       - 11  # NDRPDR iter env5
3009       - 12  # NDRPDR iter env5
3010       - 13  # NDRPDR iter env5
3011       - 14  # NDRPDR iter env5
3012       - 15  # NDRPDR iter env5
3013
3014     csit-dpdk-perf-verify-2001-3n-skx:
3015       - 29  # NDRPDR sel xxv710
3016       - 33  # NDRPDR sel xxv710
3017       - 34  # NDRPDR sel xxv710
3018       - 35  # NDRPDR sel xxv710
3019       - 36  # NDRPDR sel xxv710
3020       - 37  # NDRPDR sel xxv710
3021       - 41  # NDRPDR sel xxv710
3022       - 42  # NDRPDR sel xxv710
3023       - 43  # NDRPDR sel xxv710
3024       - 45  # NDRPDR sel xxv710
3025       - 30  # NDRPDR sel x710
3026       - 31  # NDRPDR sel x710
3027       - 32  # NDRPDR sel x710
3028       - 38  # NDRPDR sel x710
3029       - 39  # NDRPDR sel x710
3030       - 40  # NDRPDR sel x710
3031       - 44  # NDRPDR sel x710
3032       - 46  # NDRPDR sel x710
3033       - 47  # NDRPDR sel x710
3034       - 48  # NDRPDR sel x710
3035     csit-dpdk-perf-report-iterative-2005-3n-skx:
3036       - 28  # NDRPDR iter
3037       - 29  # NDRPDR iter
3038       - 30  # NDRPDR iter
3039       - 31  # NDRPDR iter
3040       - 32  # NDRPDR iter
3041       - 33  # NDRPDR iter
3042       - 34  # NDRPDR iter
3043       - 35  # NDRPDR iter
3044       - 36  # NDRPDR iter
3045       - 37  # NDRPDR iter
3046     csit-dpdk-perf-report-iterative-2009-3n-skx:
3047       - 4   # NDRPDR sel env5
3048       - 5   # NDRPDR sel env5
3049       - 6   # NDRPDR sel env5
3050       - 7   # NDRPDR sel env5
3051       - 8   # NDRPDR sel env5
3052       - 9   # NDRPDR sel env5
3053       - 14  # NDRPDR sel env5
3054       - 11  # NDRPDR sel env5
3055       - 12  # NDRPDR sel env5
3056       - 13  # NDRPDR sel env5
3057
3058     csit-dpdk-perf-verify-2001-2n-skx:
3059       - 35  # NDRPDR sel xxv710
3060       - 36  # NDRPDR sel xxv710
3061       - 37  # NDRPDR sel xxv710
3062       - 41  # NDRPDR sel xxv710
3063       - 42  # NDRPDR sel xxv710
3064       - 43  # NDRPDR sel xxv710
3065       - 46  # NDRPDR sel xxv710
3066       - 47  # NDRPDR sel xxv710
3067       - 52  # NDRPDR sel xxv710
3068       - 53  # NDRPDR sel xxv710
3069       - 38  # NDRPDR sel x710
3070       - 39  # NDRPDR sel x710
3071       - 40  # NDRPDR sel x710
3072       - 44  # NDRPDR sel x710
3073       - 45  # NDRPDR sel x710
3074       - 48  # NDRPDR sel x710
3075       - 49  # NDRPDR sel x710
3076       - 50  # NDRPDR sel x710
3077       - 51  # NDRPDR sel x710
3078       - 54  # NDRPDR sel x710
3079     csit-dpdk-perf-report-iterative-2005-2n-skx:
3080       - 20  # NDRPDR iter
3081       - 21  # NDRPDR iter
3082       - 22  # NDRPDR iter
3083       - 23  # NDRPDR iter
3084       - 24  # NDRPDR iter
3085       - 25  # NDRPDR iter
3086       - 26  # NDRPDR iter
3087       - 27  # NDRPDR iter
3088       - 28  # NDRPDR iter
3089       - 29  # NDRPDR iter
3090     csit-dpdk-perf-report-iterative-2009-2n-skx:
3091       - 4   # NDRPDR iter env5
3092       - 5   # NDRPDR iter env5
3093       - 6   # NDRPDR iter env5
3094       - 7   # NDRPDR iter env5
3095       - 8   # NDRPDR iter env5
3096       - 9   # NDRPDR iter env5
3097       - 10  # NDRPDR iter env5
3098       - 11  # NDRPDR iter env5
3099       - 12  # NDRPDR iter env5
3100       - 13  # NDRPDR iter env5
3101
3102     csit-dpdk-perf-verify-2001-2n-clx:
3103       - 15  # NDRPDR sel
3104       - 16  # NDRPDR sel
3105       - 17  # NDRPDR sel
3106       - 18  # NDRPDR sel
3107       - 19  # NDRPDR sel
3108       - 20  # NDRPDR sel
3109       - 21  # NDRPDR sel
3110       - 22  # NDRPDR sel
3111       - 23  # NDRPDR sel
3112       - 24  # NDRPDR sel
3113       - 25  # NDRPDR sel
3114       - 26  # NDRPDR sel
3115       - 27  # NDRPDR sel
3116       - 28  # NDRPDR sel
3117       - 29  # NDRPDR sel
3118       - 30  # NDRPDR sel
3119       - 31  # NDRPDR sel
3120       - 32  # NDRPDR sel
3121       - 33  # NDRPDR sel
3122       - 34  # NDRPDR sel
3123     csit-dpdk-perf-report-iterative-2005-2n-clx:
3124       - 20  # NDRPDR iter
3125       - 21  # NDRPDR iter
3126       - 22  # NDRPDR iter
3127       - 23  # NDRPDR iter
3128       - 24  # NDRPDR iter
3129       - 25  # NDRPDR iter
3130       - 26  # NDRPDR iter
3131       - 27  # NDRPDR iter
3132       - 28  # NDRPDR iter
3133       - 29  # NDRPDR iter
3134     csit-dpdk-perf-report-iterative-2009-2n-clx:
3135       - 4   # NDRPDR iter env5
3136       - 5   # NDRPDR iter env5
3137       - 6   # NDRPDR iter env5
3138       - 7   # NDRPDR iter env5
3139       - 8   # NDRPDR iter env5
3140       - 9   # NDRPDR iter env5
3141       - 10  # NDRPDR iter env5
3142       - 11  # NDRPDR iter env5
3143       - 12  # NDRPDR iter env5
3144       - 13  # NDRPDR iter env5
3145
3146 #    csit-dpdk-perf-verify-2001-2n-dnv:
3147 #      - 9   # NDRPDR sel
3148 #      - 10  # NDRPDR sel
3149 #      - 11  # NDRPDR sel
3150 #      - 12  # NDRPDR sel
3151 #      - 13  # NDRPDR sel
3152 #      - 14  # NDRPDR sel
3153 #      - 15  # NDRPDR sel
3154 #      - 16  # NDRPDR sel
3155 #      - 17  # NDRPDR sel
3156 #      - 18  # NDRPDR sel
3157 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3158 #      # No data
3159 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3160 #      # No data
3161
3162 #    csit-dpdk-perf-verify-2001-3n-dnv:
3163 #      - 12  # NDRPDR sel
3164 #      - 13  # NDRPDR sel
3165 #      - 14  # NDRPDR sel
3166 #      - 15  # NDRPDR sel
3167 #      - 16  # NDRPDR sel
3168 #      - 17  # NDRPDR sel
3169 #      - 18  # NDRPDR sel
3170 #      - 19  # NDRPDR sel
3171 #      - 20  # NDRPDR sel
3172 #      - 22  # NDRPDR sel
3173 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3174 #      # No data
3175 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3176 #      # No data
3177
3178     csit-dpdk-perf-verify-2001-3n-tsh:
3179       - 3   # NDRPDR sel
3180       - 4   # NDRPDR sel
3181       - 5   # NDRPDR sel
3182       - 9   # NDRPDR sel
3183       - 10  # NDRPDR sel
3184       - 11  # NDRPDR sel
3185       - 12  # NDRPDR sel
3186       - 14  # NDRPDR sel
3187       - 15  # NDRPDR sel
3188       - 18  # NDRPDR sel
3189     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3190       - 5   # NDRPDR sel
3191     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3192       - 1   # NDRPDR iter env5
3193       - 2   # NDRPDR iter env5
3194       - 3   # NDRPDR iter env5
3195       - 4   # NDRPDR iter env5
3196       - 5   # NDRPDR iter env5
3197       - 6   # NDRPDR iter env5
3198       - 7   # NDRPDR iter env5
3199       - 9   # NDRPDR iter env5
3200       - 10  # NDRPDR iter env5
3201       - 11  # NDRPDR iter env5
3202
3203     csit-vpp-device-2009-ubuntu1804-1n-skx:
3204       - 131 # rls2009 env 5
3205
3206 - type: "output"
3207   output: "report"
3208   format:
3209     html:
3210     - full
3211     pdf:
3212     - minimal
3213
3214 ################################################################################
3215 ###                               T A B L E S                                ###
3216 ################################################################################
3217
3218 # VPP Soak vs NDR - 2n-skx
3219 - type: "table"
3220   title: "VPP Soak vs NDR 2n-skx"
3221   algorithm: "table_soak_vs_ndr"
3222   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3223   reference:
3224     title: "NDR"
3225     data: "vpp-soak-vs-ndr-2n-skx-ref"
3226   compare:
3227     title: "Soak"
3228     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3229   data: "vpp-soak-vs-ndr-2n-skx"
3230   include-tests: "NDR"
3231   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3232   parameters:
3233     - "throughput"
3234     - "name"
3235     - "parent"
3236
3237 # VPP Soak vs NDR - 2n-clx
3238 - type: "table"
3239   title: "VPP Soak vs NDR 2n-clx"
3240   algorithm: "table_soak_vs_ndr"
3241   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3242   reference:
3243     title: "NDR"
3244     data: "vpp-soak-vs-ndr-2n-clx-ref"
3245   compare:
3246     title: "Soak"
3247     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3248   data: "vpp-soak-vs-ndr-2n-clx"
3249   include-tests: "NDR"
3250   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3251   parameters:
3252     - "throughput"
3253     - "name"
3254     - "parent"
3255
3256 ################################################################################
3257
3258 # VPP Compare NICs 3n-skx 2t1c ndr
3259 - type: "table"
3260   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3261   algorithm: "table_comparison"
3262   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3264   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3265   columns:
3266     - title: "x710"
3267       data-set: "vpp-nic-comparison-3n-skx"
3268       tag: "NIC_Intel-X710"
3269     - title: "xxv710"
3270       data-set: "vpp-nic-comparison-3n-skx"
3271       tag: "NIC_Intel-XXV710"
3272   comparisons:
3273     - title: "Diff"
3274       reference: 1
3275       compare: 2
3276   legend:
3277     - ""
3278     - "x710, xxv710 - NICs tested."
3279     - "Diff - difference between x710 and xxv710 NIC."
3280
3281 # VPP Compare NICs 3n-skx 4t2c ndr
3282 - type: "table"
3283   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3284   algorithm: "table_comparison"
3285   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3286   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3287   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3288   columns:
3289     - title: "x710"
3290       data-set: "vpp-nic-comparison-3n-skx"
3291       tag: "NIC_Intel-X710"
3292     - title: "xxv710"
3293       data-set: "vpp-nic-comparison-3n-skx"
3294       tag: "NIC_Intel-XXV710"
3295   comparisons:
3296     - title: "Diff"
3297       reference: 1
3298       compare: 2
3299   legend:
3300     - ""
3301     - "x710, xxv710 - NICs tested."
3302     - "Diff - difference between x710 and xxv710 NIC."
3303
3304 # VPP Compare NICs 3n-skx 2t1c pdr
3305 - type: "table"
3306   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3307   algorithm: "table_comparison"
3308   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3310   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3311   columns:
3312     - title: "x710"
3313       data-set: "vpp-nic-comparison-3n-skx"
3314       tag: "NIC_Intel-X710"
3315     - title: "xxv710"
3316       data-set: "vpp-nic-comparison-3n-skx"
3317       tag: "NIC_Intel-XXV710"
3318   comparisons:
3319     - title: "Diff"
3320       reference: 1
3321       compare: 2
3322   legend:
3323     - ""
3324     - "x710, xxv710 - NICs tested."
3325     - "Diff - difference between x710 and xxv710 NIC."
3326
3327 # VPP Compare NICs 3n-skx 4t2c pdr
3328 - type: "table"
3329   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3330   algorithm: "table_comparison"
3331   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3332   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3333   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3334   columns:
3335     - title: "x710"
3336       data-set: "vpp-nic-comparison-3n-skx"
3337       tag: "NIC_Intel-X710"
3338     - title: "xxv710"
3339       data-set: "vpp-nic-comparison-3n-skx"
3340       tag: "NIC_Intel-XXV710"
3341   comparisons:
3342     - title: "Diff"
3343       reference: 1
3344       compare: 2
3345   legend:
3346     - ""
3347     - "x710, xxv710 - NICs tested."
3348     - "Diff - difference between x710 and xxv710 NIC."
3349
3350 # VPP Compare NICs 3n-skx 2t1c mrr
3351 - type: "table"
3352   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3353   algorithm: "table_comparison"
3354   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3355   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3356   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3357   columns:
3358     - title: "x710"
3359       data-set: "vpp-nic-comparison-3n-skx-mrr"
3360       tag: "NIC_Intel-X710"
3361     - title: "xxv710"
3362       data-set: "vpp-nic-comparison-3n-skx-mrr"
3363       tag: "NIC_Intel-XXV710"
3364   comparisons:
3365     - title: "Diff"
3366       reference: 1
3367       compare: 2
3368   legend:
3369     - ""
3370     - "x710, xxv710 - NICs tested."
3371     - "Diff - difference between x710 and xxv710 NIC."
3372
3373 # VPP Compare NICs 3n-skx 4t2c mrr
3374 - type: "table"
3375   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3376   algorithm: "table_comparison"
3377   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3378   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3379   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3380   columns:
3381     - title: "x710"
3382       data-set: "vpp-nic-comparison-3n-skx-mrr"
3383       tag: "NIC_Intel-X710"
3384     - title: "xxv710"
3385       data-set: "vpp-nic-comparison-3n-skx-mrr"
3386       tag: "NIC_Intel-XXV710"
3387   comparisons:
3388     - title: "Diff"
3389       reference: 1
3390       compare: 2
3391   legend:
3392     - ""
3393     - "x710, xxv710 - NICs tested."
3394     - "Diff - difference between x710 and xxv710 NIC."
3395
3396 # VPP Compare NICs 3n-skx 8t4c mrr
3397 - type: "table"
3398   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3399   algorithm: "table_comparison"
3400   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3401   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3402   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3403   columns:
3404     - title: "x710"
3405       data-set: "vpp-nic-comparison-3n-skx-mrr"
3406       tag: "NIC_Intel-X710"
3407     - title: "xxv710"
3408       data-set: "vpp-nic-comparison-3n-skx-mrr"
3409       tag: "NIC_Intel-XXV710"
3410   comparisons:
3411     - title: "Diff"
3412       reference: 1
3413       compare: 2
3414   legend:
3415     - ""
3416     - "x710, xxv710 - NICs tested."
3417     - "Diff - difference between x710 and xxv710 NIC."
3418
3419 # VPP Compare NICs 2n-skx 2t1c ndr
3420 - type: "table"
3421   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3422   algorithm: "table_comparison"
3423   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3425   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3426   columns:
3427     - title: "x710"
3428       data-set: "vpp-nic-comparison-2n-skx"
3429       tag: "NIC_Intel-X710"
3430     - title: "xxv710"
3431       data-set: "vpp-nic-comparison-2n-skx"
3432       tag: "NIC_Intel-XXV710"
3433   comparisons:
3434     - title: "Diff"
3435       reference: 1
3436       compare: 2
3437   legend:
3438     - ""
3439     - "x710, xxv710 - NICs tested."
3440     - "Diff - difference between x710 and xxv710 NIC."
3441
3442 # VPP Compare NICs 2n-skx 4t2c ndr
3443 - type: "table"
3444   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3445   algorithm: "table_comparison"
3446   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3448   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3449   columns:
3450     - title: "x710"
3451       data-set: "vpp-nic-comparison-2n-skx"
3452       tag: "NIC_Intel-X710"
3453     - title: "xxv710"
3454       data-set: "vpp-nic-comparison-2n-skx"
3455       tag: "NIC_Intel-XXV710"
3456   comparisons:
3457     - title: "Diff"
3458       reference: 1
3459       compare: 2
3460   legend:
3461     - ""
3462     - "x710, xxv710 - NICs tested."
3463     - "Diff - difference between x710 and xxv710 NIC."
3464
3465 # VPP Compare NICs 2n-skx 2t1c pdr
3466 - type: "table"
3467   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3468   algorithm: "table_comparison"
3469   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3470   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3471   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3472   columns:
3473     - title: "x710"
3474       data-set: "vpp-nic-comparison-2n-skx"
3475       tag: "NIC_Intel-X710"
3476     - title: "xxv710"
3477       data-set: "vpp-nic-comparison-2n-skx"
3478       tag: "NIC_Intel-XXV710"
3479   comparisons:
3480     - title: "Diff"
3481       reference: 1
3482       compare: 2
3483   legend:
3484     - ""
3485     - "x710, xxv710 - NICs tested."
3486     - "Diff - difference between x710 and xxv710 NIC."
3487
3488 # VPP Compare NICs 2n-skx 4t2c pdr
3489 - type: "table"
3490   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3491   algorithm: "table_comparison"
3492   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3494   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3495   columns:
3496     - title: "x710"
3497       data-set: "vpp-nic-comparison-2n-skx"
3498       tag: "NIC_Intel-X710"
3499     - title: "xxv710"
3500       data-set: "vpp-nic-comparison-2n-skx"
3501       tag: "NIC_Intel-XXV710"
3502   comparisons:
3503     - title: "Diff"
3504       reference: 1
3505       compare: 2
3506   legend:
3507     - ""
3508     - "x710, xxv710 - NICs tested."
3509     - "Diff - difference between x710 and xxv710 NIC."
3510
3511 # VPP Compare NICs 2n-skx 2t1c mrr
3512 - type: "table"
3513   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3514   algorithm: "table_comparison"
3515   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3516   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3517   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3518   columns:
3519     - title: "x710"
3520       data-set: "vpp-nic-comparison-2n-skx-mrr"
3521       tag: "NIC_Intel-X710"
3522     - title: "xxv710"
3523       data-set: "vpp-nic-comparison-2n-skx-mrr"
3524       tag: "NIC_Intel-XXV710"
3525   comparisons:
3526     - title: "Diff"
3527       reference: 1
3528       compare: 2
3529   legend:
3530     - ""
3531     - "x710, xxv710 - NICs tested."
3532     - "Diff - difference between x710 and xxv710 NIC."
3533
3534 # VPP Compare NICs 2n-skx 4t2c mrr
3535 - type: "table"
3536   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3537   algorithm: "table_comparison"
3538   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3539   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3540   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3541   columns:
3542     - title: "x710"
3543       data-set: "vpp-nic-comparison-2n-skx-mrr"
3544       tag: "NIC_Intel-X710"
3545     - title: "xxv710"
3546       data-set: "vpp-nic-comparison-2n-skx-mrr"
3547       tag: "NIC_Intel-XXV710"
3548   comparisons:
3549     - title: "Diff"
3550       reference: 1
3551       compare: 2
3552   legend:
3553     - ""
3554     - "x710, xxv710 - NICs tested."
3555     - "Diff - difference between x710 and xxv710 NIC."
3556
3557 # VPP Compare NICs 2n-skx 8t4c mrr
3558 - type: "table"
3559   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3560   algorithm: "table_comparison"
3561   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3563   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3564   columns:
3565     - title: "x710"
3566       data-set: "vpp-nic-comparison-2n-skx-mrr"
3567       tag: "NIC_Intel-X710"
3568     - title: "xxv710"
3569       data-set: "vpp-nic-comparison-2n-skx-mrr"
3570       tag: "NIC_Intel-XXV710"
3571   comparisons:
3572     - title: "Diff"
3573       reference: 1
3574       compare: 2
3575   legend:
3576     - ""
3577     - "x710, xxv710 - NICs tested."
3578     - "Diff - difference between x710 and xxv710 NIC."
3579
3580 ################################################################################
3581 # VPP
3582
3583 # VPP Performance Changes 3n-hsw 1t1c pdr
3584 - type: "table"
3585   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3586   algorithm: "table_comparison"
3587   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3589   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3590   columns:
3591     - title: "2001.0-4"
3592       data-set: "vpp-performance-changes-3n-hsw-h1"
3593     - title: "2005.0-4"
3594       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3595     - title: "2005.0-5"
3596       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3597     - title: "2009.0-5"
3598       data-set: "vpp-performance-changes-3n-hsw-cmp"
3599   comparisons:
3600     - title: "2005.0-5 vs 2005.0-4"
3601       reference: 2
3602       compare: 3
3603 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3604     - title: "2009.0-5 vs 2005.0-5"
3605       reference: 3
3606       compare: 4
3607 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3608   legend:
3609     - ''
3610     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3611     - '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).'
3612     - '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.'
3613     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3614     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3615
3616 # VPP Performance Changes 3n-hsw 2t2c pdr
3617 - type: "table"
3618   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3619   algorithm: "table_comparison"
3620   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3621   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3622   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3623   columns:
3624     - title: "2001.0-4"
3625       data-set: "vpp-performance-changes-3n-hsw-h1"
3626     - title: "2005.0-4"
3627       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3628     - title: "2005.0-5"
3629       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3630     - title: "2009.0-5"
3631       data-set: "vpp-performance-changes-3n-hsw-cmp"
3632   comparisons:
3633     - title: "2005.0-5 vs 2005.0-4"
3634       reference: 2
3635       compare: 3
3636 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3637     - title: "2009.0-5 vs 2005.0-5"
3638       reference: 3
3639       compare: 4
3640 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3641   legend:
3642     - ''
3643     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3644     - '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).'
3645     - '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.'
3646     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3647     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3648
3649 # VPP Performance Changes 3n-hsw 1t1c ndr
3650 - type: "table"
3651   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3652   algorithm: "table_comparison"
3653   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3655   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3656   columns:
3657     - title: "2001.0-4"
3658       data-set: "vpp-performance-changes-3n-hsw-h1"
3659     - title: "2005.0-4"
3660       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3661     - title: "2005.0-5"
3662       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3663     - title: "2009.0-5"
3664       data-set: "vpp-performance-changes-3n-hsw-cmp"
3665   comparisons:
3666     - title: "2005.0-5 vs 2005.0-4"
3667       reference: 2
3668       compare: 3
3669 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3670     - title: "2009.0-5 vs 2005.0-5"
3671       reference: 3
3672       compare: 4
3673 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3674   legend:
3675     - ''
3676     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3677     - '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).'
3678     - '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.'
3679     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3680     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3681
3682 # VPP Performance Changes 3n-hsw 2t2c ndr
3683 - type: "table"
3684   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3685   algorithm: "table_comparison"
3686   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3688   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3689   columns:
3690     - title: "2001.0-4"
3691       data-set: "vpp-performance-changes-3n-hsw-h1"
3692     - title: "2005.0-4"
3693       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3694     - title: "2005.0-5"
3695       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3696     - title: "2009.0-5"
3697       data-set: "vpp-performance-changes-3n-hsw-cmp"
3698   comparisons:
3699     - title: "2005.0-5 vs 2005.0-4"
3700       reference: 2
3701       compare: 3
3702 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3703     - title: "2009.0-5 vs 2005.0-5"
3704       reference: 3
3705       compare: 4
3706 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3707   legend:
3708     - ''
3709     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3710     - '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).'
3711     - '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.'
3712     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3713     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3714
3715 # VPP Performance Changes 3n-skx 2t1c pdr
3716 - type: "table"
3717   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3718   algorithm: "table_comparison"
3719   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3721   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3722   columns:
3723     - title: "2001.0-4"
3724       data-set: "vpp-performance-changes-3n-skx-h1"
3725     - title: "2005.0-4"
3726       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3727     - title: "2005.0-5"
3728       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3729     - title: "2009.0-5"
3730       data-set: "vpp-performance-changes-3n-skx-cmp"
3731   comparisons:
3732     - title: "2005.0-5 vs 2005.0-4"
3733       reference: 2
3734       compare: 3
3735 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3736     - title: "2009.0-5 vs 2005.0-5"
3737       reference: 3
3738       compare: 4
3739 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3740   legend:
3741     - ''
3742     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3743     - '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).'
3744     - '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.'
3745     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3746     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3747
3748 # VPP Performance Changes 3n-skx 4t2c pdr
3749 - type: "table"
3750   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3751   algorithm: "table_comparison"
3752   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3754   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3755   columns:
3756     - title: "2001.0-4"
3757       data-set: "vpp-performance-changes-3n-skx-h1"
3758     - title: "2005.0-4"
3759       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3760     - title: "2005.0-5"
3761       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3762     - title: "2009.0-5"
3763       data-set: "vpp-performance-changes-3n-skx-cmp"
3764   comparisons:
3765     - title: "2005.0-5 vs 2005.0-4"
3766       reference: 2
3767       compare: 3
3768 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3769     - title: "2009.0-5 vs 2005.0-5"
3770       reference: 3
3771       compare: 4
3772 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3773   legend:
3774     - ''
3775     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3776     - '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).'
3777     - '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.'
3778     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3779     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3780
3781 # VPP Performance Changes 3n-skx 2t1c ndr
3782 - type: "table"
3783   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3784   algorithm: "table_comparison"
3785   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3786   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3787   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3788   columns:
3789     - title: "2001.0-4"
3790       data-set: "vpp-performance-changes-3n-skx-h1"
3791     - title: "2005.0-4"
3792       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3793     - title: "2005.0-5"
3794       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3795     - title: "2009.0-5"
3796       data-set: "vpp-performance-changes-3n-skx-cmp"
3797   comparisons:
3798     - title: "2005.0-5 vs 2005.0-4"
3799       reference: 2
3800       compare: 3
3801 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3802     - title: "2009.0-5 vs 2005.0-5"
3803       reference: 3
3804       compare: 4
3805 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3806   legend:
3807     - ''
3808     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3809     - '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).'
3810     - '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.'
3811     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3812     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3813
3814 # VPP Performance Changes 3n-skx 4t2c ndr
3815 - type: "table"
3816   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3817   algorithm: "table_comparison"
3818   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3819   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3820   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3821   columns:
3822     - title: "2001.0-4"
3823       data-set: "vpp-performance-changes-3n-skx-h1"
3824     - title: "2005.0-4"
3825       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3826     - title: "2005.0-5"
3827       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3828     - title: "2009.0-5"
3829       data-set: "vpp-performance-changes-3n-skx-cmp"
3830   comparisons:
3831     - title: "2005.0-5 vs 2005.0-4"
3832       reference: 2
3833       compare: 3
3834 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3835     - title: "2009.0-5 vs 2005.0-5"
3836       reference: 3
3837       compare: 4
3838 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3839   legend:
3840     - ''
3841     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3842     - '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).'
3843     - '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.'
3844     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3845     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3846
3847 # VPP Performance Changes 2n-skx 2t1c pdr
3848 - type: "table"
3849   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3850   algorithm: "table_comparison"
3851   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3853   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3854   columns:
3855     - title: "2001.0-4"
3856       data-set: "vpp-performance-changes-2n-skx-h1"
3857     - title: "2005.0-4"
3858       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3859     - title: "2005.0-5"
3860       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3861     - title: "2009.0-5"
3862       data-set: "vpp-performance-changes-2n-skx-cmp"
3863   comparisons:
3864     - title: "2005.0-5 vs 2005.0-4"
3865       reference: 2
3866       compare: 3
3867 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3868     - title: "2009.0-5 vs 2005.0-5"
3869       reference: 3
3870       compare: 4
3871 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3872   legend:
3873     - ''
3874     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3875     - '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).'
3876     - '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.'
3877     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3878     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3879
3880 # VPP Performance Changes 2n-skx 4t2c pdr
3881 - type: "table"
3882   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3883   algorithm: "table_comparison"
3884   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3885   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3886   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3887   columns:
3888     - title: "2001.0-4"
3889       data-set: "vpp-performance-changes-2n-skx-h1"
3890     - title: "2005.0-4"
3891       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3892     - title: "2005.0-5"
3893       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3894     - title: "2009.0-5"
3895       data-set: "vpp-performance-changes-2n-skx-cmp"
3896   comparisons:
3897     - title: "2005.0-5 vs 2005.0-4"
3898       reference: 2
3899       compare: 3
3900 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3901     - title: "2009.0-5 vs 2005.0-5"
3902       reference: 3
3903       compare: 4
3904 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3905   legend:
3906     - ''
3907     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3908     - '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).'
3909     - '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.'
3910     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3911     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3912
3913 # VPP Performance Changes 2n-skx 2t1c ndr
3914 - type: "table"
3915   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3916   algorithm: "table_comparison"
3917   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3918   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3919   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3920   columns:
3921     - title: "2001.0-4"
3922       data-set: "vpp-performance-changes-2n-skx-h1"
3923     - title: "2005.0-4"
3924       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3925     - title: "2005.0-5"
3926       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3927     - title: "2009.0-5"
3928       data-set: "vpp-performance-changes-2n-skx-cmp"
3929   comparisons:
3930     - title: "2005.0-5 vs 2005.0-4"
3931       reference: 2
3932       compare: 3
3933 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3934     - title: "2009.0-5 vs 2005.0-5"
3935       reference: 3
3936       compare: 4
3937 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3938   legend:
3939     - ''
3940     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3941     - '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).'
3942     - '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.'
3943     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3944     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3945
3946 # VPP Performance Changes 2n-skx 4t2c ndr
3947 - type: "table"
3948   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3949   algorithm: "table_comparison"
3950   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3951   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3952   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3953   columns:
3954     - title: "2001.0-4"
3955       data-set: "vpp-performance-changes-2n-skx-h1"
3956     - title: "2005.0-4"
3957       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3958     - title: "2005.0-5"
3959       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3960     - title: "2009.0-5"
3961       data-set: "vpp-performance-changes-2n-skx-cmp"
3962   comparisons:
3963     - title: "2005.0-5 vs 2005.0-4"
3964       reference: 2
3965       compare: 3
3966 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3967     - title: "2009.0-5 vs 2005.0-5"
3968       reference: 3
3969       compare: 4
3970 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3971   legend:
3972     - ''
3973     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3974     - '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).'
3975     - '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.'
3976     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3977     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3978
3979 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3980 - type: "table"
3981   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3982   algorithm: "table_comparison"
3983   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3985   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3986   columns:
3987     - title: "2001.0-4"
3988       data-set: "vpp-performance-changes-2n-clx-h1"
3989     - title: "2005.0-4"
3990       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3991     - title: "2005.0-5"
3992       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3993     - title: "2009.0-5"
3994       data-set: "vpp-performance-changes-2n-clx-cmp"
3995   comparisons:
3996     - title: "2005.0-5 vs 2005.0-4"
3997       reference: 2
3998       compare: 3
3999 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4000     - title: "2009.0-5 vs 2005.0-5"
4001       reference: 3
4002       compare: 4
4003 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4004   legend:
4005     - ''
4006     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4007     - '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).'
4008     - '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.'
4009     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4010     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4011
4012 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4013 - type: "table"
4014   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4015   algorithm: "table_comparison"
4016   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4017   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4018   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4019   columns:
4020     - title: "2001.0-4"
4021       data-set: "vpp-performance-changes-2n-clx-h1"
4022     - title: "2005.0-4"
4023       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4024     - title: "2005.0-5"
4025       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4026     - title: "2009.0-5"
4027       data-set: "vpp-performance-changes-2n-clx-cmp"
4028   comparisons:
4029     - title: "2005.0-5 vs 2005.0-4"
4030       reference: 2
4031       compare: 3
4032 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4033     - title: "2009.0-5 vs 2005.0-5"
4034       reference: 3
4035       compare: 4
4036 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4037   legend:
4038     - ''
4039     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4040     - '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).'
4041     - '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.'
4042     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4043     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4044
4045 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4046 - type: "table"
4047   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4048   algorithm: "table_comparison"
4049   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4050   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4051   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4052   columns:
4053     - title: "2001.0-4"
4054       data-set: "vpp-performance-changes-2n-clx-h1"
4055     - title: "2005.0-4"
4056       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4057     - title: "2005.0-5"
4058       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4059     - title: "2009.0-5"
4060       data-set: "vpp-performance-changes-2n-clx-cmp"
4061   comparisons:
4062     - title: "2005.0-5 vs 2005.0-4"
4063       reference: 2
4064       compare: 3
4065 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4066     - title: "2009.0-5 vs 2005.0-5"
4067       reference: 3
4068       compare: 4
4069 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4070   legend:
4071     - ''
4072     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4073     - '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).'
4074     - '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.'
4075     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4076     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4077
4078 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4079 - type: "table"
4080   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4081   algorithm: "table_comparison"
4082   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4083   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4084   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4085   columns:
4086     - title: "2001.0-4"
4087       data-set: "vpp-performance-changes-2n-clx-h1"
4088     - title: "2005.0-4"
4089       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4090     - title: "2005.0-5"
4091       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4092     - title: "2009.0-5"
4093       data-set: "vpp-performance-changes-2n-clx-cmp"
4094   comparisons:
4095     - title: "2005.0-5 vs 2005.0-4"
4096       reference: 2
4097       compare: 3
4098 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4099     - title: "2009.0-5 vs 2005.0-5"
4100       reference: 3
4101       compare: 4
4102 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4103   legend:
4104     - ''
4105     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4106     - '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).'
4107     - '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.'
4108     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4109     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4110
4111 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4112 #- type: "table"
4113 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4114 #  algorithm: "table_comparison"
4115 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4116 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4117 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4118 #  columns:
4119 #    - title: "2001.0-2"
4120 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4121 #    - title: "2005.0-3"
4122 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4123 #  comparisons:
4124 #    - title: "Diff"
4125 #      reference: 1
4126 #      compare: 2
4127 #  legend:
4128 #    - ''
4129 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4130 #    - '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).'
4131 #    - '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.'
4132 #    - '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.'
4133 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4134 #
4135 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4136 #- type: "table"
4137 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4138 #  algorithm: "table_comparison"
4139 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4140 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4141 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4142 #  columns:
4143 #    - title: "2001.0-2"
4144 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4145 #    - title: "2005.0-3"
4146 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4147 #  comparisons:
4148 #    - title: "Diff"
4149 #      reference: 1
4150 #      compare: 2
4151 #  legend:
4152 #    - ''
4153 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4154 #    - '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).'
4155 #    - '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.'
4156 #    - '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.'
4157 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4158 #
4159 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4160 #- type: "table"
4161 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4162 #  algorithm: "table_comparison"
4163 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4164 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4165 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4166 #  columns:
4167 #    - title: "2001.0-2"
4168 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4169 #    - title: "2005.0-3"
4170 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4171 #  comparisons:
4172 #    - title: "Diff"
4173 #      reference: 1
4174 #      compare: 2
4175 #  legend:
4176 #    - ''
4177 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4178 #    - '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).'
4179 #    - '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.'
4180 #    - '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.'
4181 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4182 #
4183 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4184 #- type: "table"
4185 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4186 #  algorithm: "table_comparison"
4187 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4188 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4189 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4190 #  columns:
4191 #    - title: "2001.0-2"
4192 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4193 #    - title: "2005.0-3"
4194 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4195 #  comparisons:
4196 #    - title: "Diff"
4197 #      reference: 1
4198 #      compare: 2
4199 #  legend:
4200 #    - ''
4201 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4202 #    - '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).'
4203 #    - '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.'
4204 #    - '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.'
4205 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4206
4207 # VPP Performance Changes 2n-dnv 1t1c pdr
4208 - type: "table"
4209   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4210   algorithm: "table_comparison"
4211   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4213   filter: "'1T1C'"
4214   columns:
4215     - title: "2001.0-2"
4216       data-set: "vpp-performance-changes-2n-dnv-h1"
4217     - title: "2005.0-5"
4218       data-set: "vpp-performance-changes-2n-dnv-ref"
4219     - title: "2009.0-5"
4220       data-set: "vpp-performance-changes-2n-dnv-cmp"
4221   comparisons:
4222     - title: "2009.0-5 vs 2005.0-5"
4223       reference: 2
4224       compare: 3
4225   legend:
4226     - ''
4227     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4228     - '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).'
4229     - '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.'
4230     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4231
4232 # VPP Performance Changes 2n-dnv 2t2c pdr
4233 - type: "table"
4234   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4235   algorithm: "table_comparison"
4236   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4237   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4238   filter: "'2T2C'"
4239   columns:
4240     - title: "2001.0-2"
4241       data-set: "vpp-performance-changes-2n-dnv-h1"
4242     - title: "2005.0-5"
4243       data-set: "vpp-performance-changes-2n-dnv-ref"
4244     - title: "2009.0-5"
4245       data-set: "vpp-performance-changes-2n-dnv-cmp"
4246   comparisons:
4247     - title: "2009.0-5 vs 2005.0-5"
4248       reference: 2
4249       compare: 3
4250   legend:
4251     - ''
4252     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4253     - '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).'
4254     - '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.'
4255     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4256
4257 # VPP Performance Changes 2n-dnv 1t1c ndr
4258 - type: "table"
4259   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4260   algorithm: "table_comparison"
4261   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4262   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4263   filter: "'1T1C'"
4264   columns:
4265     - title: "2001.0-2"
4266       data-set: "vpp-performance-changes-2n-dnv-h1"
4267     - title: "2005.0-5"
4268       data-set: "vpp-performance-changes-2n-dnv-ref"
4269     - title: "2009.0-5"
4270       data-set: "vpp-performance-changes-2n-dnv-cmp"
4271   comparisons:
4272     - title: "2009.0-5 vs 2005.0-5"
4273       reference: 2
4274       compare: 3
4275   legend:
4276     - ''
4277     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4278     - '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).'
4279     - '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.'
4280     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4281
4282 # VPP Performance Changes 2n-dnv 2t2c ndr
4283 - type: "table"
4284   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4285   algorithm: "table_comparison"
4286   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4288   filter: "'2T2C'"
4289   columns:
4290     - title: "2001.0-2"
4291       data-set: "vpp-performance-changes-2n-dnv-h1"
4292     - title: "2005.0-5"
4293       data-set: "vpp-performance-changes-2n-dnv-ref"
4294     - title: "2009.0-5"
4295       data-set: "vpp-performance-changes-2n-dnv-cmp"
4296   comparisons:
4297     - title: "2009.0-5 vs 2005.0-5"
4298       reference: 2
4299       compare: 3
4300   legend:
4301     - ''
4302     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4303     - '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).'
4304     - '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.'
4305     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4306
4307 # VPP Performance Changes 3n-dnv 1t1c pdr
4308 - type: "table"
4309   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4310   algorithm: "table_comparison"
4311   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4312   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4313   filter: "'1T1C'"
4314   columns:
4315     - title: "2001.0-2"
4316       data-set: "vpp-performance-changes-3n-dnv-h1"
4317     - title: "2005.0-5"
4318       data-set: "vpp-performance-changes-3n-dnv-ref"
4319     - title: "2009.0-5"
4320       data-set: "vpp-performance-changes-3n-dnv-cmp"
4321   comparisons:
4322     - title: "2009.0-5 vs 2005.0-5"
4323       reference: 2
4324       compare: 3
4325   legend:
4326     - ''
4327     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4328     - '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).'
4329     - '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.'
4330     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4331
4332 # VPP Performance Changes 3n-dnv 2t2c pdr
4333 - type: "table"
4334   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4335   algorithm: "table_comparison"
4336   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4337   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4338   filter: "'2T2C'"
4339   columns:
4340     - title: "2001.0-2"
4341       data-set: "vpp-performance-changes-3n-dnv-h1"
4342     - title: "2005.0-5"
4343       data-set: "vpp-performance-changes-3n-dnv-ref"
4344     - title: "2009.0-5"
4345       data-set: "vpp-performance-changes-3n-dnv-cmp"
4346   comparisons:
4347     - title: "2009.0-5 vs 2005.0-5"
4348       reference: 2
4349       compare: 3
4350   legend:
4351     - ''
4352     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4353     - '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).'
4354     - '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.'
4355     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4356
4357 # VPP Performance Changes 3n-dnv 1t1c ndr
4358 - type: "table"
4359   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4360   algorithm: "table_comparison"
4361   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4363   filter: "'1T1C'"
4364   columns:
4365     - title: "2001.0-2"
4366       data-set: "vpp-performance-changes-3n-dnv-h1"
4367     - title: "2005.0-5"
4368       data-set: "vpp-performance-changes-3n-dnv-ref"
4369     - title: "2009.0-5"
4370       data-set: "vpp-performance-changes-3n-dnv-cmp"
4371   comparisons:
4372     - title: "2009.0-5 vs 2005.0-5"
4373       reference: 2
4374       compare: 3
4375   legend:
4376     - ''
4377     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4378     - '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).'
4379     - '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.'
4380     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4381
4382 # VPP Performance Changes 3n-dnv 2t2c ndr
4383 - type: "table"
4384   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4385   algorithm: "table_comparison"
4386   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4387   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4388   filter: "'2T2C'"
4389   columns:
4390     - title: "2001.0-2"
4391       data-set: "vpp-performance-changes-3n-dnv-h1"
4392     - title: "2005.0-5"
4393       data-set: "vpp-performance-changes-3n-dnv-ref"
4394     - title: "2009.0-5"
4395       data-set: "vpp-performance-changes-3n-dnv-cmp"
4396   comparisons:
4397     - title: "2009.0-5 vs 2005.0-5"
4398       reference: 2
4399       compare: 3
4400   legend:
4401     - ''
4402     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4403     - '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).'
4404     - '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.'
4405     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4406
4407 # VPP Performance Changes 3n-tsh 1t1c pdr
4408 - type: "table"
4409   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4410   algorithm: "table_comparison"
4411   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4412   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4413   filter: "'1T1C'"
4414   columns:
4415     - title: "2001.0-4"
4416       data-set: "vpp-performance-changes-3n-tsh-h1"
4417     - title: "2005.0-4"
4418       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4419     - title: "2005.0-5"
4420       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4421     - title: "2009.0-5"
4422       data-set: "vpp-performance-changes-3n-tsh-cmp"
4423   comparisons:
4424     - title: "2005.0-5 vs 2005.0-4"
4425       reference: 2
4426       compare: 3
4427 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4428     - title: "2009.0-5 vs 2005.0-5"
4429       reference: 3
4430       compare: 4
4431 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4432   legend:
4433     - ''
4434     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4435     - '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).'
4436     - '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.'
4437     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
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-tsh 2t2c pdr
4441 - type: "table"
4442   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4443   algorithm: "table_comparison"
4444   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4445   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4446   filter: "'2T2C'"
4447   columns:
4448     - title: "2001.0-4"
4449       data-set: "vpp-performance-changes-3n-tsh-h1"
4450     - title: "2005.0-4"
4451       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4452     - title: "2005.0-5"
4453       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4454     - title: "2009.0-5"
4455       data-set: "vpp-performance-changes-3n-tsh-cmp"
4456   comparisons:
4457     - title: "2005.0-5 vs 2005.0-4"
4458       reference: 2
4459       compare: 3
4460 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4461     - title: "2009.0-5 vs 2005.0-5"
4462       reference: 3
4463       compare: 4
4464 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4465   legend:
4466     - ''
4467     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4468     - '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).'
4469     - '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.'
4470     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4471     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4472
4473 # VPP Performance Changes 3n-tsh 1t1c ndr
4474 - type: "table"
4475   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4476   algorithm: "table_comparison"
4477   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4478   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4479   filter: "'1T1C'"
4480   columns:
4481     - title: "2001.0-4"
4482       data-set: "vpp-performance-changes-3n-tsh-h1"
4483     - title: "2005.0-4"
4484       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4485     - title: "2005.0-5"
4486       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4487     - title: "2009.0-5"
4488       data-set: "vpp-performance-changes-3n-tsh-cmp"
4489   comparisons:
4490     - title: "2005.0-5 vs 2005.0-4"
4491       reference: 2
4492       compare: 3
4493 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4494     - title: "2009.0-5 vs 2005.0-5"
4495       reference: 3
4496       compare: 4
4497 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4498   legend:
4499     - ''
4500     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4501     - '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).'
4502     - '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.'
4503     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4504     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4505
4506 # VPP Performance Changes 3n-tsh 2t2c ndr
4507 - type: "table"
4508   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4509   algorithm: "table_comparison"
4510   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4511   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4512   filter: "'2T2C'"
4513   columns:
4514     - title: "2001.0-4"
4515       data-set: "vpp-performance-changes-3n-tsh-h1"
4516     - title: "2005.0-4"
4517       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4518     - title: "2005.0-5"
4519       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4520     - title: "2009.0-5"
4521       data-set: "vpp-performance-changes-3n-tsh-cmp"
4522   comparisons:
4523     - title: "2005.0-5 vs 2005.0-4"
4524       reference: 2
4525       compare: 3
4526 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4527     - title: "2009.0-5 vs 2005.0-5"
4528       reference: 3
4529       compare: 4
4530 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4531   legend:
4532     - ''
4533     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4534     - '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).'
4535     - '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.'
4536     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4537     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4538
4539 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4540 - type: "table"
4541   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4542   algorithm: "table_comparison"
4543   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4545   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4546   columns:
4547     - title: "3n-hsw xl710"
4548       data-set: "vpp-compare-testbeds-ref"
4549       tag: "NIC_Intel-XL710"
4550     - title: "3n-skx xxv710"
4551       data-set: "vpp-compare-testbeds-cmp"
4552       tag: "NIC_Intel-XXV710"
4553   comparisons:
4554     - title: "Diff"
4555       reference: 1
4556       compare: 2
4557   legend:
4558     - ""
4559     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4560     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4561
4562 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4563 - type: "table"
4564   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4565   algorithm: "table_comparison"
4566   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4567   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4568   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4569   columns:
4570     - title: "3n-hsw xl710"
4571       data-set: "vpp-compare-testbeds-ref"
4572       tag: "NIC_Intel-XL710"
4573     - title: "3n-skx xxv710"
4574       data-set: "vpp-compare-testbeds-cmp"
4575       tag: "NIC_Intel-XXV710"
4576   comparisons:
4577     - title: "Diff"
4578       reference: 1
4579       compare: 2
4580   legend:
4581     - ""
4582     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4583     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4584
4585 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4586 - type: "table"
4587   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4588   algorithm: "table_comparison"
4589   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4591   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4592   columns:
4593     - title: "3n-hsw xl710"
4594       data-set: "vpp-compare-testbeds-ref"
4595       tag: "NIC_Intel-XL710"
4596     - title: "3n-skx xxv710"
4597       data-set: "vpp-compare-testbeds-cmp"
4598       tag: "NIC_Intel-XXV710"
4599   comparisons:
4600     - title: "Diff"
4601       reference: 1
4602       compare: 2
4603   legend:
4604     - ""
4605     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4606     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4607
4608 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4609 - type: "table"
4610   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4611   algorithm: "table_comparison"
4612   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4614   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4615   columns:
4616     - title: "3n-hsw xl710"
4617       data-set: "vpp-compare-testbeds-ref"
4618       tag: "NIC_Intel-XL710"
4619     - title: "3n-skx xxv710"
4620       data-set: "vpp-compare-testbeds-cmp"
4621       tag: "NIC_Intel-XXV710"
4622   comparisons:
4623     - title: "Diff"
4624       reference: 1
4625       compare: 2
4626   legend:
4627     - ""
4628     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4629     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4630
4631 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4632 - type: "table"
4633   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4634   algorithm: "table_comparison"
4635   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4637   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4638   columns:
4639     - title: "2n-skx"
4640       data-set: "vpp-compare-testbeds-skx-clx-ref"
4641     - title: "2n-clx"
4642       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4643   comparisons:
4644     - title: "Diff"
4645       reference: 1
4646       compare: 2
4647   legend:
4648     - ""
4649     - "2n-skx, 2n-clx - testbeds and NICs tested."
4650     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4651
4652 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4653 - type: "table"
4654   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4655   algorithm: "table_comparison"
4656   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4657   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4658   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4659   columns:
4660     - title: "2n-skx"
4661       data-set: "vpp-compare-testbeds-skx-clx-ref"
4662     - title: "2n-clx"
4663       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4664   comparisons:
4665     - title: "Diff"
4666       reference: 1
4667       compare: 2
4668   legend:
4669     - ""
4670     - "2n-skx, 2n-clx - testbeds and NICs tested."
4671     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4672
4673 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4674 - type: "table"
4675   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4676   algorithm: "table_comparison"
4677   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4678   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4679   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4680   columns:
4681     - title: "2n-skx"
4682       data-set: "vpp-compare-testbeds-skx-clx-ref"
4683     - title: "2n-clx"
4684       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4685   comparisons:
4686     - title: "Diff"
4687       reference: 1
4688       compare: 2
4689   legend:
4690     - ""
4691     - "2n-skx, 2n-clx - testbeds and NICs tested."
4692     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4693
4694 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4695 - type: "table"
4696   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4697   algorithm: "table_comparison"
4698   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4700   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4701   columns:
4702     - title: "2n-skx"
4703       data-set: "vpp-compare-testbeds-skx-clx-ref"
4704     - title: "2n-clx"
4705       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4706   comparisons:
4707     - title: "Diff"
4708       reference: 1
4709       compare: 2
4710   legend:
4711     - ""
4712     - "2n-skx, 2n-clx - testbeds and NICs tested."
4713     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4714
4715 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4716 - type: "table"
4717   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4718   algorithm: "table_comparison"
4719   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4720   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4721   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4722   columns:
4723     - title: "3n-hsw xl710"
4724       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4725       tag: "NIC_Intel-XL710"
4726     - title: "2n-clx xxv710"
4727       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4728       tag: "NIC_Intel-XXV710"
4729   comparisons:
4730     - title: "Diff"
4731       reference: 1
4732       compare: 2
4733   legend:
4734     - ""
4735     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4736     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4737
4738 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4739 - type: "table"
4740   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4741   algorithm: "table_comparison"
4742   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4743   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4744   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4745   columns:
4746     - title: "3n-hsw xl710"
4747       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4748       tag: "NIC_Intel-XL710"
4749     - title: "2n-clx xxv710"
4750       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4751       tag: "NIC_Intel-XXV710"
4752   comparisons:
4753     - title: "Diff"
4754       reference: 1
4755       compare: 2
4756   legend:
4757     - ""
4758     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4759     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4760
4761 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4762 - type: "table"
4763   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4764   algorithm: "table_comparison"
4765   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4766   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4767   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4768   columns:
4769     - title: "3n-hsw xl710"
4770       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4771       tag: "NIC_Intel-XL710"
4772     - title: "2n-clx xxv710"
4773       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4774       tag: "NIC_Intel-XXV710"
4775   comparisons:
4776     - title: "Diff"
4777       reference: 1
4778       compare: 2
4779   legend:
4780     - ""
4781     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4782     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4783
4784 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4785 - type: "table"
4786   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4787   algorithm: "table_comparison"
4788   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4789   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4790   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4791   columns:
4792     - title: "3n-hsw xl710"
4793       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4794       tag: "NIC_Intel-XL710"
4795     - title: "2n-clx xxv710"
4796       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4797       tag: "NIC_Intel-XXV710"
4798   comparisons:
4799     - title: "Diff"
4800       reference: 1
4801       compare: 2
4802   legend:
4803     - ""
4804     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4805     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4806
4807 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4808 - type: "table"
4809   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4810   algorithm: "table_comparison"
4811   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4812   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4813   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4814   columns:
4815     - title: "3n-skx"
4816       data-set: "vpp-compare-topologies-ref"
4817     - title: "2n-skx"
4818       data-set: "vpp-compare-topologies-cmp"
4819   comparisons:
4820     - title: "Diff"
4821       reference: 1
4822       compare: 2
4823   legend:
4824     - ""
4825     - "3n-skx, 2n-skx - topologies tested."
4826     - "Diff - difference between 3n-skx and 2n-skx topologies."
4827
4828 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4829 - type: "table"
4830   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4831   algorithm: "table_comparison"
4832   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4834   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4835   columns:
4836     - title: "3n-skx"
4837       data-set: "vpp-compare-topologies-ref"
4838     - title: "2n-skx"
4839       data-set: "vpp-compare-topologies-cmp"
4840   comparisons:
4841     - title: "Diff"
4842       reference: 1
4843       compare: 2
4844   legend:
4845     - ""
4846     - "3n-skx, 2n-skx - topologies tested."
4847     - "Diff - difference between 3n-skx and 2n-skx topologies."
4848
4849 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4850 - type: "table"
4851   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4852   algorithm: "table_comparison"
4853   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4854   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4855   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4856   columns:
4857     - title: "3n-skx"
4858       data-set: "vpp-compare-topologies-ref"
4859     - title: "2n-skx"
4860       data-set: "vpp-compare-topologies-cmp"
4861   comparisons:
4862     - title: "Diff"
4863       reference: 1
4864       compare: 2
4865   legend:
4866     - ""
4867     - "3n-skx, 2n-skx - topologies tested."
4868     - "Diff - difference between 3n-skx and 2n-skx topologies."
4869
4870 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4871 - type: "table"
4872   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4873   algorithm: "table_comparison"
4874   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4876   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4877   columns:
4878     - title: "3n-skx"
4879       data-set: "vpp-compare-topologies-ref"
4880     - title: "2n-skx"
4881       data-set: "vpp-compare-topologies-cmp"
4882   comparisons:
4883     - title: "Diff"
4884       reference: 1
4885       compare: 2
4886   legend:
4887     - ""
4888     - "3n-skx, 2n-skx - topologies tested."
4889     - "Diff - difference between 3n-skx and 2n-skx topologies."
4890
4891 # VPP Performance Changes 3n-hsw 1t1c mrr
4892 - type: "table"
4893   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4894   algorithm: "table_comparison"
4895   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4896   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4897   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4898   columns:
4899     - title: "2001.0-2"
4900       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4901     - title: "2005.0-4"
4902       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4903     - title: "2005.0-5"
4904       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4905     - title: "2009.0-5"
4906       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4907   comparisons:
4908     - title: "2005.0-5 vs 2005.0-4"
4909       reference: 2
4910       compare: 3
4911 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4912     - title: "2009.0-5 vs 2005.0-5"
4913       reference: 3
4914       compare: 4
4915 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4916   legend:
4917     - ''
4918     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4919     - '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).'
4920     - '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.'
4921     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4922     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4923
4924 # VPP Performance Changes 3n-hsw 2t2c mrr
4925 - type: "table"
4926   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4927   algorithm: "table_comparison"
4928   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4929   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4930   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4931   columns:
4932     - title: "2001.0-2"
4933       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4934     - title: "2005.0-4"
4935       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4936     - title: "2005.0-5"
4937       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4938     - title: "2009.0-5"
4939       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4940   comparisons:
4941     - title: "2005.0-5 vs 2005.0-4"
4942       reference: 2
4943       compare: 3
4944 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4945     - title: "2009.0-5 vs 2005.0-5"
4946       reference: 3
4947       compare: 4
4948 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4949   legend:
4950     - ''
4951     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4952     - '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).'
4953     - '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.'
4954     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4955     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4956
4957 # VPP Performance Changes 3n-hsw 4t4c mrr
4958 - type: "table"
4959   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4960   algorithm: "table_comparison"
4961   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4962   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4963   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4964   columns:
4965     - title: "2001.0-2"
4966       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4967     - title: "2005.0-4"
4968       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4969     - title: "2005.0-5"
4970       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4971     - title: "2009.0-5"
4972       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4973   comparisons:
4974     - title: "2005.0-5 vs 2005.0-4"
4975       reference: 2
4976       compare: 3
4977 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4978     - title: "2009.0-5 vs 2005.0-5"
4979       reference: 3
4980       compare: 4
4981 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4982   legend:
4983     - ''
4984     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4985     - '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).'
4986     - '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.'
4987     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4988     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4989
4990 # VPP Performance Changes 3n-skx 2t1c mrr
4991 - type: "table"
4992   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4993   algorithm: "table_comparison"
4994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4995   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4996   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4997   columns:
4998     - title: "2001.0-2"
4999       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5000     - title: "2005.0-4"
5001       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5002     - title: "2005.0-5"
5003       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5004     - title: "2009.0-5"
5005       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5006   comparisons:
5007     - title: "2005.0-5 vs 2005.0-4"
5008       reference: 2
5009       compare: 3
5010 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5011     - title: "2009.0-5 vs 2005.0-5"
5012       reference: 2
5013       compare: 3
5014 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5015   legend:
5016     - ''
5017     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5018     - '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).'
5019     - '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.'
5020     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5021     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5022
5023 # VPP Performance Changes 3n-skx 4t2c mrr
5024 - type: "table"
5025   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5026   algorithm: "table_comparison"
5027   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5028   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5029   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5030   columns:
5031     - title: "2001.0-2"
5032       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5033     - title: "2005.0-4"
5034       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5035     - title: "2005.0-5"
5036       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5037     - title: "2009.0-5"
5038       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5039   comparisons:
5040     - title: "2005.0-5 vs 2005.0-4"
5041       reference: 2
5042       compare: 3
5043 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5044     - title: "2009.0-5 vs 2005.0-5"
5045       reference: 2
5046       compare: 3
5047 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5048   legend:
5049     - ''
5050     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5051     - '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).'
5052     - '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.'
5053     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5054     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5055
5056 # VPP Performance Changes 3n-skx 8t4c mrr
5057 - type: "table"
5058   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5059   algorithm: "table_comparison"
5060   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5061   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5062   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5063   columns:
5064     - title: "2001.0-2"
5065       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5066     - title: "2005.0-4"
5067       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5068     - title: "2005.0-5"
5069       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5070     - title: "2009.0-5"
5071       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5072   comparisons:
5073     - title: "2005.0-5 vs 2005.0-4"
5074       reference: 2
5075       compare: 3
5076 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5077     - title: "2009.0-5 vs 2005.0-5"
5078       reference: 2
5079       compare: 3
5080 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5081   legend:
5082     - ''
5083     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5084     - '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).'
5085     - '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.'
5086     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5087     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5088
5089 # VPP Performance Changes 2n-skx 2t1c mrr
5090 - type: "table"
5091   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5092   algorithm: "table_comparison"
5093   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5094   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5095   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5096   columns:
5097     - title: "2001.0-2"
5098       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5099     - title: "2005.0-4"
5100       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5101     - title: "2005.0-5"
5102       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5103     - title: "2009.0-5"
5104       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5105   comparisons:
5106     - title: "2005.0-5 vs 2005.0-4"
5107       reference: 2
5108       compare: 3
5109 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5110     - title: "2009.0-5 vs 2005.0-4"
5111       reference: 3
5112       compare: 4
5113 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5114   legend:
5115     - ''
5116     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5117     - '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).'
5118     - '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.'
5119     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5120     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5121
5122 # VPP Performance Changes 2n-skx 4t2c mrr
5123 - type: "table"
5124   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5125   algorithm: "table_comparison"
5126   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5127   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5128   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5129   columns:
5130     - title: "2001.0-2"
5131       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5132     - title: "2005.0-4"
5133       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5134     - title: "2005.0-5"
5135       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5136     - title: "2009.0-5"
5137       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5138   comparisons:
5139     - title: "2005.0-5 vs 2005.0-4"
5140       reference: 2
5141       compare: 3
5142 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5143     - title: "2009.0-5 vs 2005.0-4"
5144       reference: 3
5145       compare: 4
5146 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5147   legend:
5148     - ''
5149     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5150     - '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).'
5151     - '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.'
5152     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5153     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5154
5155 # VPP Performance Changes 2n-skx 8t4c mrr
5156 - type: "table"
5157   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5158   algorithm: "table_comparison"
5159   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5160   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5161   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5162   columns:
5163     - title: "2001.0-2"
5164       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5165     - title: "2005.0-4"
5166       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5167     - title: "2005.0-5"
5168       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5169     - title: "2009.0-5"
5170       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5171   comparisons:
5172     - title: "2005.0-5 vs 2005.0-4"
5173       reference: 2
5174       compare: 3
5175 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5176     - title: "2009.0-5 vs 2005.0-4"
5177       reference: 3
5178       compare: 4
5179 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5180   legend:
5181     - ''
5182     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5183     - '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).'
5184     - '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.'
5185     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5186     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5187
5188 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5189 - type: "table"
5190   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5191   algorithm: "table_comparison"
5192   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5193   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5194   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5195   columns:
5196     - title: "2001.0-2"
5197       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5198     - title: "2005.0-4"
5199       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5200     - title: "2005.0-5"
5201       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5202     - title: "2009.0-5"
5203       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5204   comparisons:
5205     - title: "2005.0-5 vs 2005.0-4"
5206       reference: 2
5207       compare: 3
5208 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5209     - title: "2009.0-5 vs 2005.0-5"
5210       reference: 3
5211       compare: 4
5212 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5213   legend:
5214     - ''
5215     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5216     - '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).'
5217     - '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.'
5218     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5219     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5220
5221 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5222 - type: "table"
5223   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5224   algorithm: "table_comparison"
5225   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5226   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5227   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5228   columns:
5229     - title: "2001.0-2"
5230       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5231     - title: "2005.0-4"
5232       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5233     - title: "2005.0-5"
5234       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5235     - title: "2009.0-5"
5236       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5237   comparisons:
5238     - title: "2005.0-5 vs 2005.0-4"
5239       reference: 2
5240       compare: 3
5241 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5242     - title: "2009.0-5 vs 2005.0-5"
5243       reference: 3
5244       compare: 4
5245 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5246   legend:
5247     - ''
5248     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5249     - '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).'
5250     - '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.'
5251     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5252     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5253
5254 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5255 - type: "table"
5256   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5257   algorithm: "table_comparison"
5258   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5260   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5261   columns:
5262     - title: "2001.0-2"
5263       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5264     - title: "2005.0-4"
5265       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5266     - title: "2005.0-5"
5267       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5268     - title: "2009.0-5"
5269       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5270   comparisons:
5271     - title: "2005.0-5 vs 2005.0-4"
5272       reference: 2
5273       compare: 3
5274 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5275     - title: "2009.0-5 vs 2005.0-5"
5276       reference: 3
5277       compare: 4
5278 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5279   legend:
5280     - ''
5281     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5282     - '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).'
5283     - '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.'
5284     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5285     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5286
5287 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5288 #- type: "table"
5289 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5290 #  algorithm: "table_comparison"
5291 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5292 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5293 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5294 #  columns:
5295 #    - title: "2001"
5296 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5297 #    - title: "2005"
5298 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5299 #  comparisons:
5300 #    - title: "Diff"
5301 #      reference: 1
5302 #      compare: 2
5303 #  legend:
5304 #    - ""
5305 #    - "2001, 2005 - VPP versions tested."
5306 #    - "Diff - difference between 2001 and 2005 VPP version."
5307 #
5308 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5309 #- type: "table"
5310 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5311 #  algorithm: "table_comparison"
5312 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5313 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5314 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5315 #  columns:
5316 #    - title: "2001"
5317 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5318 #    - title: "2005"
5319 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5320 #  comparisons:
5321 #    - title: "Diff"
5322 #      reference: 1
5323 #      compare: 2
5324 #  legend:
5325 #    - ""
5326 #    - "2001, 2005 - VPP versions tested."
5327 #    - "Diff - difference between 2001 and 2005 VPP version."
5328 #
5329 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5330 #- type: "table"
5331 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5332 #  algorithm: "table_comparison"
5333 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5334 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5335 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5336 #  columns:
5337 #    - title: "2001"
5338 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5339 #    - title: "2005"
5340 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5341 #  comparisons:
5342 #    - title: "Diff"
5343 #      reference: 1
5344 #      compare: 2
5345 #  legend:
5346 #    - ""
5347 #    - "2001, 2005 - VPP versions tested."
5348 #    - "Diff - difference between 2001 and 2005 VPP version."
5349
5350 # VPP Performance Changes 2n-dnv 1t1c mrr
5351 - type: "table"
5352   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5353   algorithm: "table_comparison"
5354   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5355   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5356   filter: "'1T1C'"
5357   columns:
5358     - title: "2001.0-2"
5359       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5360     - title: "2005.0-5"
5361       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5362     - title: "2009.0-5"
5363       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5364   comparisons:
5365     - title: "2009.0-5 vs 2005.0-5"
5366       reference: 2
5367       compare: 3
5368   legend:
5369     - ''
5370     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5371     - '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).'
5372     - '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.'
5373     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5374
5375 # VPP Performance Changes 2n-dnv 2t2c mrr
5376 - type: "table"
5377   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5378   algorithm: "table_comparison"
5379   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5380   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5381   filter: "'2T2C'"
5382   columns:
5383     - title: "2001.0-2"
5384       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5385     - title: "2005.0-5"
5386       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5387     - title: "2009.0-5"
5388       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5389   comparisons:
5390     - title: "2009.0-5 vs 2005.0-5"
5391       reference: 2
5392       compare: 3
5393   legend:
5394     - ''
5395     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5396     - '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).'
5397     - '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.'
5398     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5399
5400 # VPP Performance Changes 2n-dnv 4t4c mrr
5401 - type: "table"
5402   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5403   algorithm: "table_comparison"
5404   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5406   filter: "'4T4C'"
5407   columns:
5408     - title: "2001.0-2"
5409       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5410     - title: "2005.0-5"
5411       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5412     - title: "2009.0-5"
5413       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5414   comparisons:
5415     - title: "2009.0-5 vs 2005.0-5"
5416       reference: 2
5417       compare: 3
5418   legend:
5419     - ''
5420     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5421     - '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).'
5422     - '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.'
5423     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5424
5425 # VPP Performance Changes 3n-dnv 1t1c mrr
5426 - type: "table"
5427   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5428   algorithm: "table_comparison"
5429   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5431   filter: "'1T1C'"
5432   columns:
5433     - title: "2001.0-2"
5434       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5435     - title: "2005.0-5"
5436       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5437     - title: "2009.0-5"
5438       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5439   comparisons:
5440     - title: "2009.0-5 vs 2005.0-5"
5441       reference: 2
5442       compare: 3
5443   legend:
5444     - ''
5445     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5446     - '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).'
5447     - '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.'
5448     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5449
5450 # VPP Performance Changes 3n-dnv 2t2c mrr
5451 - type: "table"
5452   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5453   algorithm: "table_comparison"
5454   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5455   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5456   filter: "'2T2C'"
5457   columns:
5458     - title: "2001.0-2"
5459       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5460     - title: "2005.0-5"
5461       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5462     - title: "2009.0-5"
5463       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5464   comparisons:
5465     - title: "2009.0-5 vs 2005.0-5"
5466       reference: 2
5467       compare: 3
5468   legend:
5469     - ''
5470     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5471     - '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).'
5472     - '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.'
5473     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5474
5475 # VPP Performance Changes 3n-dnv 4t4c mrr
5476 - type: "table"
5477   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5478   algorithm: "table_comparison"
5479   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5480   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5481   filter: "'4T4C'"
5482   columns:
5483     - title: "2001.0-2"
5484       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5485     - title: "2005.0-5"
5486       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5487     - title: "2009.0-5"
5488       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5489   comparisons:
5490     - title: "2009.0-5 vs 2005.0-5"
5491       reference: 2
5492       compare: 3
5493   legend:
5494     - ''
5495     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5496     - '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).'
5497     - '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.'
5498     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5499
5500 # VPP Performance Changes 3n-tsh 1t1c mrr
5501 - type: "table"
5502   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5503   algorithm: "table_comparison"
5504   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5505   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5506   filter: "'1T1C'"
5507   columns:
5508     - title: "2001.0-2"
5509       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5510     - title: "2005.0-4"
5511       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5512     - title: "2005.0-5"
5513       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5514     - title: "2009.0-5"
5515       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5516   comparisons:
5517     - title: "2005.0-5 vs 2005.0-4"
5518       reference: 2
5519       compare: 3
5520 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5521     - title: "2009.0-5 vs 2005.0-5"
5522       reference: 3
5523       compare: 4
5524 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5525   legend:
5526     - ''
5527     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5528     - '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).'
5529     - '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.'
5530     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
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-tsh 2t2c mrr
5534 - type: "table"
5535   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5536   algorithm: "table_comparison"
5537   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5539   filter: "'2T2C'"
5540   columns:
5541     - title: "2001.0-2"
5542       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5543     - title: "2005.0-4"
5544       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5545     - title: "2005.0-5"
5546       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5547     - title: "2009.0-5"
5548       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5549   comparisons:
5550     - title: "2005.0-5 vs 2005.0-4"
5551       reference: 2
5552       compare: 3
5553 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5554     - title: "2009.0-5 vs 2005.0-5"
5555       reference: 3
5556       compare: 4
5557 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5558   legend:
5559     - ''
5560     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5561     - '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).'
5562     - '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.'
5563     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5564     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5565
5566 # VPP Performance Changes 3n-tsh 4t4c mrr
5567 - type: "table"
5568   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5569   algorithm: "table_comparison"
5570   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5572   filter: "'4T4C'"
5573   columns:
5574     - title: "2001.0-2"
5575       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5576     - title: "2005.0-4"
5577       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5578     - title: "2005.0-5"
5579       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5580     - title: "2009.0-5"
5581       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5582   comparisons:
5583     - title: "2005.0-5 vs 2005.0-4"
5584       reference: 2
5585       compare: 3
5586 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5587     - title: "2009.0-5 vs 2005.0-5"
5588       reference: 3
5589       compare: 4
5590 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5591   legend:
5592     - ''
5593     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5594     - '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).'
5595     - '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.'
5596     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5597     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5598
5599 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5600 - type: "table"
5601   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5602   algorithm: "table_comparison"
5603   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5605   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5606   columns:
5607     - title: "3n-hsw xl710"
5608       data-set: "vpp-compare-testbeds-mrr-ref"
5609       tag: "NIC_Intel-XL710"
5610     - title: "3n-skx xxv710"
5611       data-set: "vpp-compare-testbeds-mrr-cmp"
5612       tag: "NIC_Intel-XXV710"
5613   comparisons:
5614     - title: "Diff"
5615       reference: 1
5616       compare: 2
5617   legend:
5618     - ""
5619     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5620     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5621
5622 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5623 - type: "table"
5624   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5625   algorithm: "table_comparison"
5626   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5627   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5628   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5629   columns:
5630     - title: "3n-hsw xl710"
5631       data-set: "vpp-compare-testbeds-mrr-ref"
5632       tag: "NIC_Intel-XL710"
5633     - title: "3n-skx xxv710"
5634       data-set: "vpp-compare-testbeds-mrr-cmp"
5635       tag: "NIC_Intel-XXV710"
5636   comparisons:
5637     - title: "Diff"
5638       reference: 1
5639       compare: 2
5640   legend:
5641     - ""
5642     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5643     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5644
5645 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5646 - type: "table"
5647   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5648   algorithm: "table_comparison"
5649   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5651   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5652   columns:
5653     - title: "3n-hsw xl710"
5654       data-set: "vpp-compare-testbeds-mrr-ref"
5655       tag: "NIC_Intel-XL710"
5656     - title: "3n-skx xxv710"
5657       data-set: "vpp-compare-testbeds-mrr-cmp"
5658       tag: "NIC_Intel-XXV710"
5659   comparisons:
5660     - title: "Diff"
5661       reference: 1
5662       compare: 2
5663   legend:
5664     - ""
5665     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5666     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5667
5668 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5669 - type: "table"
5670   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5671   algorithm: "table_comparison"
5672   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5673   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5674   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5675   columns:
5676     - title: "2n-skx"
5677       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5678     - title: "2n-clx"
5679       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5680   comparisons:
5681     - title: "Diff"
5682       reference: 1
5683       compare: 2
5684   legend:
5685     - ""
5686     - "2n-skx, 2n-clx - testbeds and NICs tested."
5687     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5688
5689 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5690 - type: "table"
5691   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5692   algorithm: "table_comparison"
5693   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5695   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5696   columns:
5697     - title: "2n-skx"
5698       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5699     - title: "2n-clx"
5700       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5701   comparisons:
5702     - title: "Diff"
5703       reference: 1
5704       compare: 2
5705   legend:
5706     - ""
5707     - "2n-skx, 2n-clx - testbeds and NICs tested."
5708     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5709
5710 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5711 - type: "table"
5712   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5713   algorithm: "table_comparison"
5714   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5715   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5716   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5717   columns:
5718     - title: "2n-skx"
5719       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5720     - title: "2n-clx"
5721       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5722   comparisons:
5723     - title: "Diff"
5724       reference: 1
5725       compare: 2
5726   legend:
5727     - ""
5728     - "2n-skx, 2n-clx - testbeds and NICs tested."
5729     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5730
5731 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5732 - type: "table"
5733   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5734   algorithm: "table_comparison"
5735   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5737   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5738   columns:
5739     - title: "3n-skx"
5740       data-set: "vpp-compare-topologies-mrr-ref"
5741     - title: "2n-skx"
5742       data-set: "vpp-compare-topologies-mrr-cmp"
5743   comparisons:
5744     - title: "Diff"
5745       reference: 1
5746       compare: 2
5747   legend:
5748     - ""
5749     - "3n-skx, 2n-skx - topologies tested."
5750     - "Diff - difference between 3n-skx and 2n-skx topologies."
5751
5752 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5753 - type: "table"
5754   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5755   algorithm: "table_comparison"
5756   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5758   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5759   columns:
5760     - title: "3n-skx"
5761       data-set: "vpp-compare-topologies-mrr-ref"
5762     - title: "2n-skx"
5763       data-set: "vpp-compare-topologies-mrr-cmp"
5764   comparisons:
5765     - title: "Diff"
5766       reference: 1
5767       compare: 2
5768   legend:
5769     - ""
5770     - "3n-skx, 2n-skx - topologies tested."
5771     - "Diff - difference between 3n-skx and 2n-skx topologies."
5772
5773 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5774 - type: "table"
5775   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5776   algorithm: "table_comparison"
5777   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5778   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5779   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5780   columns:
5781     - title: "3n-skx"
5782       data-set: "vpp-compare-topologies-mrr-ref"
5783     - title: "2n-skx"
5784       data-set: "vpp-compare-topologies-mrr-cmp"
5785   comparisons:
5786     - title: "Diff"
5787       reference: 1
5788       compare: 2
5789   legend:
5790     - ""
5791     - "3n-skx, 2n-skx - topologies tested."
5792     - "Diff - difference between 3n-skx and 2n-skx topologies."
5793
5794 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5795 - type: "table"
5796   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5797   algorithm: "table_comparison"
5798   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5800   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5801   columns:
5802     - title: "3n-hsw xl710"
5803       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5804       tag: "NIC_Intel-XL710"
5805     - title: "2n-clx xxv710"
5806       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5807       tag: "NIC_Intel-XXV710"
5808   comparisons:
5809     - title: "Diff"
5810       reference: 1
5811       compare: 2
5812   legend:
5813     - ""
5814     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5815     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5816
5817 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5818 - type: "table"
5819   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5820   algorithm: "table_comparison"
5821   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5823   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5824   columns:
5825     - title: "3n-hsw xl710"
5826       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5827       tag: "NIC_Intel-XL710"
5828     - title: "2n-clx xxv710"
5829       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5830       tag: "NIC_Intel-XXV710"
5831   comparisons:
5832     - title: "Diff"
5833       reference: 1
5834       compare: 2
5835   legend:
5836     - ""
5837     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5838     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5839
5840 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5841 - type: "table"
5842   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5843   algorithm: "table_comparison"
5844   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5846   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5847   columns:
5848     - title: "3n-hsw xl710"
5849       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5850       tag: "NIC_Intel-XL710"
5851     - title: "2n-clx xxv710"
5852       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5853       tag: "NIC_Intel-XXV710"
5854   comparisons:
5855     - title: "Diff"
5856       reference: 1
5857       compare: 2
5858   legend:
5859     - ""
5860     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5861     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5862
5863 # Detailed Test Results - VPP Performance Results 3n-hsw
5864 - type: "table"
5865   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5866   algorithm: "table_merged_details"
5867   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5868   columns:
5869     - title: " |prein| Test Name |preout| "
5870       data: "data name"
5871     - 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| "
5872       data: "data msg"
5873   data: "vpp-perf-results-3n-hsw"
5874   filter: "all"
5875   parameters:
5876   - "name"
5877   - "parent"
5878   - "msg"
5879
5880 # Detailed Test Results - VPP Performance Results 3n-skx
5881 - type: "table"
5882   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5883   algorithm: "table_merged_details"
5884   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5885   columns:
5886     - title: " |prein| Test Name |preout| "
5887       data: "data name"
5888     - 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| "
5889       data: "data msg"
5890   data: "vpp-perf-results-3n-skx"
5891   filter: "all"
5892   remove-ndr: False
5893   parameters:
5894   - "name"
5895   - "parent"
5896   - "msg"
5897
5898 # Detailed Test Results - VPP Performance Results 2n-skx
5899 - type: "table"
5900   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5901   algorithm: "table_merged_details"
5902   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5903   columns:
5904     - title: " |prein| Test Name |preout| "
5905       data: "data name"
5906     - 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| "
5907       data: "data msg"
5908   data: "vpp-perf-results-2n-skx"
5909   filter: "all"
5910   remove-ndr: False
5911   parameters:
5912   - "name"
5913   - "parent"
5914   - "msg"
5915
5916 # Detailed Test Results - VPP Performance Results 2n-clx
5917 - type: "table"
5918   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5919   algorithm: "table_merged_details"
5920   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5921   columns:
5922     - title: " |prein| Test Name |preout| "
5923       data: "data name"
5924     - 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| "
5925       data: "data msg"
5926   data: "vpp-perf-results-2n-clx"
5927   filter: "all"
5928   parameters:
5929   - "name"
5930   - "parent"
5931   - "msg"
5932
5933 # Detailed Test Results - VPP Performance Results 3n-tsh
5934 - type: "table"
5935   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5936   algorithm: "table_merged_details"
5937   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5938   columns:
5939     - title: " |prein| Test Name |preout| "
5940       data: "data name"
5941     - 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| "
5942       data: "data msg"
5943   data: "vpp-perf-results-3n-tsh"
5944   filter: "all"
5945   parameters:
5946   - "name"
5947   - "parent"
5948   - "msg"
5949
5950 # Detailed Test Results - VPP Performance Results 3n-dnv
5951 - type: "table"
5952   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5953   algorithm: "table_merged_details"
5954   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5955   columns:
5956     - title: " |prein| Test Name |preout| "
5957       data: "data name"
5958     - 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| "
5959       data: "data msg"
5960   data: "vpp-perf-results-3n-dnv"
5961   filter: "all"
5962   parameters:
5963   - "name"
5964   - "parent"
5965   - "msg"
5966
5967 # Detailed Test Results - VPP Performance Results 2n-dnv
5968 - type: "table"
5969   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5970   algorithm: "table_merged_details"
5971   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5972   columns:
5973     - title: " |prein| Test Name |preout| "
5974       data: "data name"
5975     - 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| "
5976       data: "data msg"
5977   data: "vpp-perf-results-2n-dnv"
5978   filter: "all"
5979   parameters:
5980   - "name"
5981   - "parent"
5982   - "msg"
5983
5984 # Test configuration - VPP Performance Test Configs 3n-hsw
5985 - type: "table"
5986   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5987   algorithm: "table_merged_details"
5988   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5989   columns:
5990     - title: " |prein| Test Name |preout| "
5991       data: "data name"
5992     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5993       data: "data conf-history"
5994   data: "vpp-perf-results-3n-hsw"
5995   filter: "all"
5996   parameters:
5997   - "parent"
5998   - "name"
5999   - "conf-history"
6000
6001 # Test configuration - VPP Performance Test Configs 3n-skx
6002 - type: "table"
6003   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6004   algorithm: "table_merged_details"
6005   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6006   columns:
6007     - title: " |prein| Test Name |preout| "
6008       data: "data name"
6009     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6010       data: "data conf-history"
6011   data: "vpp-perf-results-3n-skx"
6012   filter: "all"
6013   parameters:
6014   - "parent"
6015   - "name"
6016   - "conf-history"
6017
6018 # Test configuration - VPP Performance Test Configs 2n-skx
6019 - type: "table"
6020   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6021   algorithm: "table_merged_details"
6022   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6023   columns:
6024     - title: " |prein| Test Name |preout| "
6025       data: "data name"
6026     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6027       data: "data conf-history"
6028   data: "vpp-perf-results-2n-skx"
6029   filter: "all"
6030   parameters:
6031   - "parent"
6032   - "name"
6033   - "conf-history"
6034
6035 # Test configuration - VPP Performance Test Configs 2n-clx
6036 - type: "table"
6037   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6038   algorithm: "table_merged_details"
6039   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6040   columns:
6041     - title: " |prein| Test Name |preout| "
6042       data: "data name"
6043     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6044       data: "data conf-history"
6045   data: "vpp-perf-results-2n-clx"
6046   filter: "all"
6047   parameters:
6048   - "parent"
6049   - "name"
6050   - "conf-history"
6051
6052 # Test configuration - VPP Performance Test Configs 3n-tsh
6053 - type: "table"
6054   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6055   algorithm: "table_merged_details"
6056   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6057   columns:
6058     - title: " |prein| Test Name |preout| "
6059       data: "data name"
6060     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6061       data: "data conf-history"
6062   data: "vpp-perf-results-3n-tsh"
6063   filter: "all"
6064   parameters:
6065   - "parent"
6066   - "name"
6067   - "conf-history"
6068
6069 # Test configuration - VPP Performance Test Configs 3n-dnv
6070 - type: "table"
6071   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6072   algorithm: "table_merged_details"
6073   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6074   columns:
6075     - title: " |prein| Test Name |preout| "
6076       data: "data name"
6077     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6078       data: "data conf-history"
6079   data: "vpp-perf-results-3n-dnv"
6080   filter: "all"
6081   parameters:
6082   - "parent"
6083   - "name"
6084   - "conf-history"
6085
6086 # Test configuration - VPP Performance Test Configs 2n-dnv
6087 - type: "table"
6088   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6089   algorithm: "table_merged_details"
6090   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6091   columns:
6092     - title: " |prein| Test Name |preout| "
6093       data: "data name"
6094     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6095       data: "data conf-history"
6096   data: "vpp-perf-results-2n-dnv"
6097   filter: "all"
6098   parameters:
6099   - "parent"
6100   - "name"
6101   - "conf-history"
6102
6103 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6104 - type: "table"
6105   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6106   algorithm: "table_oper_data_html"
6107   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6108   data: "vpp-perf-results-3n-hsw"
6109   filter: "all"
6110
6111 # Test Operational Data - VPP Performance Operational Data 3n-skx
6112 - type: "table"
6113   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6114   algorithm: "table_oper_data_html"
6115   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6116   data: "vpp-perf-results-3n-skx"
6117   filter: "all"
6118
6119 # Test Operational Data - VPP Performance Operational Data 2n-skx
6120 - type: "table"
6121   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6122   algorithm: "table_oper_data_html"
6123   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6124   data: "vpp-perf-results-2n-skx"
6125   filter: "all"
6126
6127 # Test Operational Data - VPP Performance Operational Data 2n-clx
6128 - type: "table"
6129   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6130   algorithm: "table_oper_data_html"
6131   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6132   data: "vpp-perf-results-2n-clx"
6133   filter: "all"
6134
6135 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6136 - type: "table"
6137   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6138   algorithm: "table_oper_data_html"
6139   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6140   data: "vpp-perf-results-3n-tsh"
6141   filter: "all"
6142
6143 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6144 - type: "table"
6145   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6146   algorithm: "table_oper_data_html"
6147   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6148   data: "vpp-perf-results-3n-dnv"
6149   filter: "all"
6150
6151 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6152 - type: "table"
6153   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6154   algorithm: "table_oper_data_html"
6155   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6156   data: "vpp-perf-results-2n-dnv"
6157   filter: "all"
6158
6159 # Detailed Test Results - VPP MRR Results 3n-hsw
6160 - type: "table"
6161   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6162   algorithm: "table_merged_details"
6163   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6164   columns:
6165     - title: " |prein| Test Name |preout| "
6166       data: "data name"
6167     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6168       data: "data msg"
6169   data: "vpp-mrr-results-3n-hsw"
6170   filter: "all"
6171   parameters:
6172   - "name"
6173   - "parent"
6174   - "msg"
6175
6176 # Detailed Test Results - VPP MRR Results 3n-skx
6177 - type: "table"
6178   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6179   algorithm: "table_merged_details"
6180   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6181   columns:
6182     - title: " |prein| Test Name |preout| "
6183       data: "data name"
6184     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6185       data: "data msg"
6186   data: "vpp-mrr-results-3n-skx"
6187   filter: "all"
6188   parameters:
6189   - "name"
6190   - "parent"
6191   - "msg"
6192
6193 # Detailed Test Results - VPP MRR Results 2n-skx
6194 - type: "table"
6195   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6196   algorithm: "table_merged_details"
6197   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6198   columns:
6199     - title: " |prein| Test Name |preout| "
6200       data: "data name"
6201     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6202       data: "data msg"
6203   data: "vpp-mrr-results-2n-skx"
6204   filter: "all"
6205   parameters:
6206   - "name"
6207   - "parent"
6208   - "msg"
6209
6210 # Detailed Test Results - VPP MRR Results 2n-clx
6211 - type: "table"
6212   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6213   algorithm: "table_merged_details"
6214   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6215   columns:
6216     - title: " |prein| Test Name |preout| "
6217       data: "data name"
6218     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6219       data: "data msg"
6220   data: "vpp-mrr-results-2n-clx"
6221   filter: "all"
6222   parameters:
6223   - "name"
6224   - "parent"
6225   - "msg"
6226
6227 # Detailed Test Results - VPP MRR Results 3n-tsh
6228 - type: "table"
6229   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6230   algorithm: "table_merged_details"
6231   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6232   columns:
6233     - title: " |prein| Test Name |preout| "
6234       data: "data name"
6235     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6236       data: "data msg"
6237   data: "vpp-mrr-results-3n-tsh"
6238   filter: "all"
6239   parameters:
6240   - "name"
6241   - "parent"
6242   - "msg"
6243
6244 # Detailed Test Results - VPP MRR Results 3n-dnv
6245 - type: "table"
6246   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6247   algorithm: "table_merged_details"
6248   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6249   columns:
6250     - title: " |prein| Test Name |preout| "
6251       data: "data name"
6252     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6253       data: "data msg"
6254   data: "vpp-mrr-results-3n-dnv"
6255   filter: "all"
6256   parameters:
6257   - "name"
6258   - "parent"
6259   - "msg"
6260
6261 # Detailed Test Results - VPP MRR Results 2n-dnv
6262 - type: "table"
6263   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6264   algorithm: "table_merged_details"
6265   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6266   columns:
6267     - title: " |prein| Test Name |preout| "
6268       data: "data name"
6269     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6270       data: "data msg"
6271   data: "vpp-mrr-results-2n-dnv"
6272   filter: "all"
6273   parameters:
6274   - "name"
6275   - "parent"
6276   - "msg"
6277
6278 # Test configuration - VPP MRR Test Configs 3n-hsw
6279 - type: "table"
6280   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6281   algorithm: "table_merged_details"
6282   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6283   columns:
6284     - title: " |prein| Test Name |preout| "
6285       data: "data name"
6286     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6287       data: "data conf-history"
6288   data: "vpp-mrr-results-3n-hsw"
6289   filter: "all"
6290   parameters:
6291   - "parent"
6292   - "name"
6293   - "conf-history"
6294
6295 # Test configuration - VPP MRR Test Configs 3n-skx
6296 - type: "table"
6297   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6298   algorithm: "table_merged_details"
6299   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6300   columns:
6301     - title: " |prein| Test Name |preout| "
6302       data: "data name"
6303     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6304       data: "data conf-history"
6305   data: "vpp-mrr-results-3n-skx"
6306   filter: "all"
6307   parameters:
6308   - "parent"
6309   - "name"
6310   - "conf-history"
6311
6312 # Test configuration - VPP MRR Test Configs 2n-skx
6313 - type: "table"
6314   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6315   algorithm: "table_merged_details"
6316   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6317   columns:
6318     - title: " |prein| Test Name |preout| "
6319       data: "data name"
6320     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6321       data: "data conf-history"
6322   data: "vpp-mrr-results-2n-skx"
6323   filter: "all"
6324   parameters:
6325   - "parent"
6326   - "name"
6327   - "conf-history"
6328
6329 # Test configuration - VPP MRR Test Configs 2n-clx
6330 - type: "table"
6331   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6332   algorithm: "table_merged_details"
6333   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6334   columns:
6335     - title: " |prein| Test Name |preout| "
6336       data: "data name"
6337     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6338       data: "data conf-history"
6339   data: "vpp-mrr-results-2n-clx"
6340   filter: "all"
6341   parameters:
6342   - "parent"
6343   - "name"
6344   - "conf-history"
6345
6346 # Test configuration - VPP MRR Test Configs 3n-tsh
6347 - type: "table"
6348   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6349   algorithm: "table_merged_details"
6350   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6351   columns:
6352     - title: " |prein| Test Name |preout| "
6353       data: "data name"
6354     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6355       data: "data conf-history"
6356   data: "vpp-mrr-results-3n-tsh"
6357   filter: "all"
6358   parameters:
6359   - "parent"
6360   - "name"
6361   - "conf-history"
6362
6363 # Test configuration - VPP MRR Test Configs 3n-dnv
6364 - type: "table"
6365   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6366   algorithm: "table_merged_details"
6367   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6368   columns:
6369     - title: " |prein| Test Name |preout| "
6370       data: "data name"
6371     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6372       data: "data conf-history"
6373   data: "vpp-mrr-results-3n-dnv"
6374   filter: "all"
6375   parameters:
6376   - "parent"
6377   - "name"
6378   - "conf-history"
6379
6380 # Test configuration - VPP MRR Test Configs 2n-dnv
6381 - type: "table"
6382   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6383   algorithm: "table_merged_details"
6384   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6385   columns:
6386     - title: " |prein| Test Name |preout| "
6387       data: "data name"
6388     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6389       data: "data conf-history"
6390   data: "vpp-mrr-results-2n-dnv"
6391   filter: "all"
6392   parameters:
6393   - "parent"
6394   - "name"
6395   - "conf-history"
6396
6397 # Detailed Test Results - VPP Device Results - Ubuntu
6398 - type: "table"
6399   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6400   algorithm: "table_merged_details"
6401   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6402   columns:
6403     - title: " |prein| Test Name |preout| "
6404       data: "data name"
6405     - title: " |prein| Status |preout| "
6406       data: "data status"
6407   data: "vpp-device-results-ubuntu"
6408   filter: "all"
6409   parameters:
6410   - "name"
6411   - "parent"
6412   - "doc"
6413   - "status"
6414
6415 # Test configuration - VPP Device Test Configs - Ubuntu
6416 - type: "table"
6417   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6418   algorithm: "table_merged_details"
6419   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6420   columns:
6421     - title: " |prein| Test Name |preout| "
6422       data: "data name"
6423     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6424       data: "data conf-history"
6425   data: "vpp-device-results-ubuntu"
6426   filter: "all"
6427   parameters:
6428   - "parent"
6429   - "name"
6430   - "conf-history"
6431
6432 ################################################################################
6433
6434 # DPDK Performance Changes 3n-hsw 1t1c pdr
6435 - type: "table"
6436   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6437   algorithm: "table_comparison"
6438   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6439   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6440   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6441   columns:
6442     - title: "2001"
6443       data-set: "dpdk-performance-changes-3n-hsw-h1"
6444     - title: "2005"
6445       data-set: "dpdk-performance-changes-3n-hsw-ref"
6446     - title: "2009"
6447       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6448   comparisons:
6449     - title: "Diff"
6450       reference: 2
6451       compare: 3
6452   legend:
6453     - ""
6454     - "2001, 2005, 2009 - DPDK versions tested."
6455     - "Diff - difference between 2005 and 2009 DPDK version."
6456
6457 # DPDK Performance Changes 3n-hsw 2t2c pdr
6458 - type: "table"
6459   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6460   algorithm: "table_comparison"
6461   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6462   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6463   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6464   columns:
6465     - title: "2001"
6466       data-set: "dpdk-performance-changes-3n-hsw-h1"
6467     - title: "2005"
6468       data-set: "dpdk-performance-changes-3n-hsw-ref"
6469     - title: "2009"
6470       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6471   comparisons:
6472     - title: "Diff"
6473       reference: 2
6474       compare: 3
6475   legend:
6476     - ""
6477     - "2001, 2005, 2009 - DPDK versions tested."
6478     - "Diff - difference between 2005 and 2009 DPDK version."
6479
6480 # DPDK Performance Changes 3n-hsw 1t1c pdr
6481 - type: "table"
6482   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6483   algorithm: "table_comparison"
6484   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6486   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6487   columns:
6488     - title: "2001"
6489       data-set: "dpdk-performance-changes-3n-hsw-h1"
6490     - title: "2005"
6491       data-set: "dpdk-performance-changes-3n-hsw-ref"
6492     - title: "2009"
6493       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6494   comparisons:
6495     - title: "Diff"
6496       reference: 2
6497       compare: 3
6498   legend:
6499     - ""
6500     - "2001, 2005, 2009 - DPDK versions tested."
6501     - "Diff - difference between 2005 and 2009 DPDK version."
6502
6503 # DPDK Performance Changes 3n-hsw 2t2c ndr
6504 - type: "table"
6505   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6506   algorithm: "table_comparison"
6507   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6509   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6510   columns:
6511     - title: "2001"
6512       data-set: "dpdk-performance-changes-3n-hsw-h1"
6513     - title: "2005"
6514       data-set: "dpdk-performance-changes-3n-hsw-ref"
6515     - title: "2009"
6516       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6517   comparisons:
6518     - title: "Diff"
6519       reference: 2
6520       compare: 3
6521   legend:
6522     - ""
6523     - "2001, 2005, 2009 - DPDK versions tested."
6524     - "Diff - difference between 2005 and 2009 DPDK version."
6525
6526 # DPDK Performance Changes 3n-skx 2t1c pdr
6527 - type: "table"
6528   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6529   algorithm: "table_comparison"
6530   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6532   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6533   columns:
6534     - title: "2001"
6535       data-set: "dpdk-performance-changes-3n-skx-h1"
6536     - title: "2005"
6537       data-set: "dpdk-performance-changes-3n-skx-ref"
6538     - title: "2009"
6539       data-set: "dpdk-performance-changes-3n-skx-cmp"
6540   comparisons:
6541     - title: "Diff"
6542       reference: 2
6543       compare: 3
6544   legend:
6545     - ""
6546     - "2001, 2005, 2009 - DPDK versions tested."
6547     - "Diff - difference between 2005 and 2009 DPDK version."
6548
6549 # DPDK Performance Changes 3n-skx 4t2c pdr
6550 - type: "table"
6551   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6552   algorithm: "table_comparison"
6553   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6555   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6556   columns:
6557     - title: "2001"
6558       data-set: "dpdk-performance-changes-3n-skx-h1"
6559     - title: "2005"
6560       data-set: "dpdk-performance-changes-3n-skx-ref"
6561     - title: "2009"
6562       data-set: "dpdk-performance-changes-3n-skx-cmp"
6563   comparisons:
6564     - title: "Diff"
6565       reference: 2
6566       compare: 3
6567   legend:
6568     - ""
6569     - "2001, 2005, 2009 - DPDK versions tested."
6570     - "Diff - difference between 2005 and 2009 DPDK version."
6571
6572 # DPDK Performance Changes 3n-skx 2t1c ndr
6573 - type: "table"
6574   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6575   algorithm: "table_comparison"
6576   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6578   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6579   columns:
6580     - title: "2001"
6581       data-set: "dpdk-performance-changes-3n-skx-h1"
6582     - title: "2005"
6583       data-set: "dpdk-performance-changes-3n-skx-ref"
6584     - title: "2009"
6585       data-set: "dpdk-performance-changes-3n-skx-cmp"
6586   comparisons:
6587     - title: "Diff"
6588       reference: 2
6589       compare: 3
6590   legend:
6591     - ""
6592     - "2001, 2005, 2009 - DPDK versions tested."
6593     - "Diff - difference between 2005 and 2009 DPDK version."
6594
6595 # DPDK Performance Changes 3n-skx 4t2c ndr
6596 - type: "table"
6597   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6598   algorithm: "table_comparison"
6599   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6601   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6602   columns:
6603     - title: "2001"
6604       data-set: "dpdk-performance-changes-3n-skx-h1"
6605     - title: "2005"
6606       data-set: "dpdk-performance-changes-3n-skx-ref"
6607     - title: "2009"
6608       data-set: "dpdk-performance-changes-3n-skx-cmp"
6609   comparisons:
6610     - title: "Diff"
6611       reference: 2
6612       compare: 3
6613   legend:
6614     - ""
6615     - "2001, 2005, 2009 - DPDK versions tested."
6616     - "Diff - difference between 2005 and 2009 DPDK version."
6617
6618 # DPDK Performance Changes 2n-skx 2t1c pdr
6619 - type: "table"
6620   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6621   algorithm: "table_comparison"
6622   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6624   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6625   columns:
6626     - title: "2001"
6627       data-set: "dpdk-performance-changes-2n-skx-h1"
6628     - title: "2005"
6629       data-set: "dpdk-performance-changes-2n-skx-ref"
6630     - title: "2009"
6631       data-set: "dpdk-performance-changes-2n-skx-cmp"
6632   comparisons:
6633     - title: "Diff"
6634       reference: 2
6635       compare: 3
6636   legend:
6637     - ""
6638     - "2001, 2005, 2009 - DPDK versions tested."
6639     - "Diff - difference between 2005 and 2009 DPDK version."
6640
6641 # DPDK Performance Changes 2n-skx 4t2c pdr
6642 - type: "table"
6643   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6644   algorithm: "table_comparison"
6645   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6646   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6647   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6648   columns:
6649     - title: "2001"
6650       data-set: "dpdk-performance-changes-2n-skx-h1"
6651     - title: "2005"
6652       data-set: "dpdk-performance-changes-2n-skx-ref"
6653     - title: "2009"
6654       data-set: "dpdk-performance-changes-2n-skx-cmp"
6655   comparisons:
6656     - title: "Diff"
6657       reference: 2
6658       compare: 3
6659   legend:
6660     - ""
6661     - "2001, 2005, 2009 - DPDK versions tested."
6662     - "Diff - difference between 2005 and 2009 DPDK version."
6663
6664 # DPDK Performance Changes 2n-skx 2t1c ndr
6665 - type: "table"
6666   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6667   algorithm: "table_comparison"
6668   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6670   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6671   columns:
6672     - title: "2001"
6673       data-set: "dpdk-performance-changes-2n-skx-h1"
6674     - title: "2005"
6675       data-set: "dpdk-performance-changes-2n-skx-ref"
6676     - title: "2009"
6677       data-set: "dpdk-performance-changes-2n-skx-cmp"
6678   comparisons:
6679     - title: "Diff"
6680       reference: 2
6681       compare: 3
6682   legend:
6683     - ""
6684     - "2001, 2005, 2009 - DPDK versions tested."
6685     - "Diff - difference between 2005 and 2009 DPDK version."
6686
6687 # DPDK Performance Changes 2n-skx 4t2c ndr
6688 - type: "table"
6689   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6690   algorithm: "table_comparison"
6691   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6693   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6694   columns:
6695     - title: "2001"
6696       data-set: "dpdk-performance-changes-2n-skx-h1"
6697     - title: "2005"
6698       data-set: "dpdk-performance-changes-2n-skx-ref"
6699     - title: "2009"
6700       data-set: "dpdk-performance-changes-2n-skx-cmp"
6701   comparisons:
6702     - title: "Diff"
6703       reference: 2
6704       compare: 3
6705   legend:
6706     - ""
6707     - "2001, 2005, 2009 - DPDK versions tested."
6708     - "Diff - difference between 2005 and 2009 DPDK version."
6709
6710 # DPDK Performance Changes 2n-clx 2t1c pdr
6711 - type: "table"
6712   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6713   algorithm: "table_comparison"
6714   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6715   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6716   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6717   columns:
6718     - title: "2001"
6719       data-set: "dpdk-performance-changes-2n-clx-h1"
6720     - title: "2005"
6721       data-set: "dpdk-performance-changes-2n-clx-ref"
6722     - title: "2009"
6723       data-set: "dpdk-performance-changes-2n-clx-cmp"
6724   comparisons:
6725     - title: "Diff"
6726       reference: 2
6727       compare: 3
6728   legend:
6729     - ""
6730     - "2001, 2005, 2009 - DPDK versions tested."
6731     - "Diff - difference between 2005 and 2009 DPDK version."
6732
6733 # DPDK Performance Changes 2n-clx 4t2c pdr
6734 - type: "table"
6735   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6736   algorithm: "table_comparison"
6737   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6739   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6740   columns:
6741     - title: "2001"
6742       data-set: "dpdk-performance-changes-2n-clx-h1"
6743     - title: "2005"
6744       data-set: "dpdk-performance-changes-2n-clx-ref"
6745     - title: "2009"
6746       data-set: "dpdk-performance-changes-2n-clx-cmp"
6747   comparisons:
6748     - title: "Diff"
6749       reference: 2
6750       compare: 3
6751   legend:
6752     - ""
6753     - "2001, 2005, 2009 - DPDK versions tested."
6754     - "Diff - difference between 2005 and 2009 DPDK version."
6755
6756 # DPDK Performance Changes 2n-clx 2t1c ndr
6757 - type: "table"
6758   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6759   algorithm: "table_comparison"
6760   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6761   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6762   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6763   columns:
6764     - title: "2001"
6765       data-set: "dpdk-performance-changes-2n-clx-h1"
6766     - title: "2005"
6767       data-set: "dpdk-performance-changes-2n-clx-ref"
6768     - title: "2009"
6769       data-set: "dpdk-performance-changes-2n-clx-cmp"
6770   comparisons:
6771     - title: "Diff"
6772       reference: 2
6773       compare: 3
6774   legend:
6775     - ""
6776     - "2001, 2005, 2009 - DPDK versions tested."
6777     - "Diff - difference between 2005 and 2009 DPDK version."
6778
6779 # DPDK Performance Changes 2n-clx 4t2c ndr
6780 - type: "table"
6781   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6782   algorithm: "table_comparison"
6783   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6784   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6785   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6786   columns:
6787     - title: "2001"
6788       data-set: "dpdk-performance-changes-2n-clx-h1"
6789     - title: "2005"
6790       data-set: "dpdk-performance-changes-2n-clx-ref"
6791     - title: "2009"
6792       data-set: "dpdk-performance-changes-2n-clx-cmp"
6793   comparisons:
6794     - title: "Diff"
6795       reference: 2
6796       compare: 3
6797   legend:
6798     - ""
6799     - "2001, 2005, 2009 - DPDK versions tested."
6800     - "Diff - difference between 2005 and 2009 DPDK version."
6801
6802 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6803 #- type: "table"
6804 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6805 #  algorithm: "table_comparison"
6806 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6807 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6808 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6809 #  columns:
6810 #    - title: "2001"
6811 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6812 #    - title: "2005"
6813 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6814 #    - title: "2009"
6815 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6816 #  comparisons:
6817 #    - title: "Diff"
6818 #      reference: 2
6819 #      compare: 3
6820 #  legend:
6821 #    - ""
6822 #    - "2001, 2005, 2009 - DPDK versions tested."
6823 #    - "Diff - difference between 2005 and 2009 DPDK version."
6824 #
6825 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6826 #- type: "table"
6827 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6828 #  algorithm: "table_comparison"
6829 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6830 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6831 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6832 #  columns:
6833 #    - title: "2001"
6834 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6835 #    - title: "2005"
6836 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6837 #    - title: "2009"
6838 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6839 #  comparisons:
6840 #    - title: "Diff"
6841 #      reference: 2
6842 #      compare: 3
6843 #  legend:
6844 #    - ""
6845 #    - "2001, 2005, 2009 - DPDK versions tested."
6846 #    - "Diff - difference between 2005 and 2009 DPDK version."
6847 #
6848 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6849 #- type: "table"
6850 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6851 #  algorithm: "table_comparison"
6852 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6853 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6854 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6855 #  columns:
6856 #    - title: "2001"
6857 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6858 #    - title: "2005"
6859 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6860 #    - title: "2009"
6861 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6862 #  comparisons:
6863 #    - title: "Diff"
6864 #      reference: 2
6865 #      compare: 3
6866 #  legend:
6867 #    - ""
6868 #    - "2001, 2005, 2009 - DPDK versions tested."
6869 #    - "Diff - difference between 2005 and 2009 DPDK version."
6870 #
6871 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6872 #- type: "table"
6873 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6874 #  algorithm: "table_comparison"
6875 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6876 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6877 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6878 #  columns:
6879 #    - title: "2001"
6880 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6881 #    - title: "2005"
6882 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6883 #    - title: "2009"
6884 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6885 #  comparisons:
6886 #    - title: "Diff"
6887 #      reference: 2
6888 #      compare: 3
6889 #  legend:
6890 #    - ""
6891 #    - "2001, 2005, 2009 - DPDK versions tested."
6892 #    - "Diff - difference between 2005 and 2009 DPDK version."
6893 #
6894 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6895 #- type: "table"
6896 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6897 #  algorithm: "table_comparison"
6898 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6899 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6900 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6901 #  columns:
6902 #    - title: "2001"
6903 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6904 #    - title: "2005"
6905 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6906 #    - title: "2009"
6907 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6908 #  comparisons:
6909 #    - title: "Diff"
6910 #      reference: 2
6911 #      compare: 3
6912 #  legend:
6913 #    - ""
6914 #    - "2001, 2005, 2009 - DPDK versions tested."
6915 #    - "Diff - difference between 2005 and 2009 DPDK version."
6916 #
6917 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6918 #- type: "table"
6919 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6920 #  algorithm: "table_comparison"
6921 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6922 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6923 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6924 #  columns:
6925 #    - title: "2001"
6926 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6927 #    - title: "2005"
6928 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6929 #    - title: "2009"
6930 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6931 #  comparisons:
6932 #    - title: "Diff"
6933 #      reference: 2
6934 #      compare: 3
6935 #  legend:
6936 #    - ""
6937 #    - "2001, 2005, 2009 - DPDK versions tested."
6938 #    - "Diff - difference between 2005 and 2009 DPDK version."
6939 #
6940 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6941 #- type: "table"
6942 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6943 #  algorithm: "table_comparison"
6944 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6945 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6946 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6947 #  columns:
6948 #    - title: "2001"
6949 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6950 #    - title: "2005"
6951 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6952 #    - title: "2009"
6953 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6954 #  comparisons:
6955 #    - title: "Diff"
6956 #      reference: 2
6957 #      compare: 3
6958 #  legend:
6959 #    - ""
6960 #    - "2001, 2005, 2009 - DPDK versions tested."
6961 #    - "Diff - difference between 2005 and 2009 DPDK version."
6962 #
6963 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6964 #- type: "table"
6965 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6966 #  algorithm: "table_comparison"
6967 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6968 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6969 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6970 #  columns:
6971 #    - title: "2001"
6972 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6973 #    - title: "2005"
6974 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6975 #    - title: "2009"
6976 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6977 #  comparisons:
6978 #    - title: "Diff"
6979 #      reference: 2
6980 #      compare: 3
6981 #  legend:
6982 #    - ""
6983 #    - "2001, 2005, 2009 - DPDK versions tested."
6984 #    - "Diff - difference between 2005 and 2009 DPDK version."
6985
6986 # DPDK Performance Changes 3n-tsh 1t1c pdr
6987 - type: "table"
6988   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6989   algorithm: "table_comparison"
6990   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6992   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6993   columns:
6994     - title: "2001"
6995       data-set: "dpdk-performance-changes-3n-tsh-h1"
6996     - title: "2005"
6997       data-set: "dpdk-performance-changes-3n-tsh-ref"
6998     - title: "2009"
6999       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7000   comparisons:
7001     - title: "Diff"
7002       reference: 2
7003       compare: 3
7004   legend:
7005     - ""
7006     - "2001, 2005, 2009 - DPDK versions tested."
7007     - "Diff - difference between 2005 and 2009 DPDK version."
7008
7009 # DPDK Performance Changes 3n-tsh 2t2c pdr
7010 - type: "table"
7011   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7012   algorithm: "table_comparison"
7013   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7014   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7015   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7016   columns:
7017     - title: "2001"
7018       data-set: "dpdk-performance-changes-3n-tsh-h1"
7019     - title: "2005"
7020       data-set: "dpdk-performance-changes-3n-tsh-ref"
7021     - title: "2009"
7022       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7023   comparisons:
7024     - title: "Diff"
7025       reference: 2
7026       compare: 3
7027   legend:
7028     - ""
7029     - "2001, 2005, 2009 - DPDK versions tested."
7030     - "Diff - difference between 2005 and 2009 DPDK version."
7031
7032 # DPDK Performance Changes 3n-tsh 1t1c ndr
7033 - type: "table"
7034   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7035   algorithm: "table_comparison"
7036   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7037   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7038   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7039   columns:
7040     - title: "2001"
7041       data-set: "dpdk-performance-changes-3n-tsh-h1"
7042     - title: "2005"
7043       data-set: "dpdk-performance-changes-3n-tsh-ref"
7044     - title: "2009"
7045       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7046   comparisons:
7047     - title: "Diff"
7048       reference: 2
7049       compare: 3
7050   legend:
7051     - ""
7052     - "2001, 2005, 2009 - DPDK versions tested."
7053     - "Diff - difference between 2005 and 2009 DPDK version."
7054
7055 # DPDK Performance Changes 3n-tsh 2t2c ndr
7056 - type: "table"
7057   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7058   algorithm: "table_comparison"
7059   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7061   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7062   columns:
7063     - title: "2001"
7064       data-set: "dpdk-performance-changes-3n-tsh-h1"
7065     - title: "2005"
7066       data-set: "dpdk-performance-changes-3n-tsh-ref"
7067     - title: "2009"
7068       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7069   comparisons:
7070     - title: "Diff"
7071       reference: 2
7072       compare: 3
7073   legend:
7074     - ""
7075     - "2001, 2005, 2009 - DPDK versions tested."
7076     - "Diff - difference between 2005 and 2009 DPDK version."
7077
7078 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7079 - type: "table"
7080   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7081   algorithm: "table_comparison"
7082   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7083   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7084   filter: "'NIC_Intel-X710'"
7085   columns:
7086     - title: "3n-hsw x710"
7087       data-set: "dpdk-compare-testbeds-ref"
7088     - title: "3n-skx x710"
7089       data-set: "dpdk-compare-testbeds-cmp"
7090   comparisons:
7091     - title: "Diff"
7092       reference: 1
7093       compare: 2
7094   legend:
7095     - ""
7096     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7097     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7098
7099 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7100 - type: "table"
7101   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7102   algorithm: "table_comparison"
7103   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7104   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7105   filter: "'NIC_Intel-X710'"
7106   columns:
7107     - title: "3n-hsw x710"
7108       data-set: "dpdk-compare-testbeds-ref"
7109     - title: "3n-skx x710"
7110       data-set: "dpdk-compare-testbeds-cmp"
7111   comparisons:
7112     - title: "Diff"
7113       reference: 1
7114       compare: 2
7115   legend:
7116     - ""
7117     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7118     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7119
7120 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7121 - type: "table"
7122   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7123   algorithm: "table_comparison"
7124   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7125   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7126   filter: "'NIC_Intel-XXV710'"
7127   columns:
7128     - title: "2n-skx"
7129       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7130     - title: "2n-clx"
7131       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7132   comparisons:
7133     - title: "Diff"
7134       reference: 1
7135       compare: 2
7136   legend:
7137     - ""
7138     - "2n-skx, 2n-clx - testbeds and NICs tested."
7139     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7140
7141 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7142 - type: "table"
7143   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7144   algorithm: "table_comparison"
7145   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7146   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7147   filter: "'NIC_Intel-XXV710'"
7148   columns:
7149     - title: "2n-skx"
7150       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7151     - title: "2n-clx"
7152       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7153   comparisons:
7154     - title: "Diff"
7155       reference: 1
7156       compare: 2
7157   legend:
7158     - ""
7159     - "2n-skx, 2n-clx - testbeds and NICs tested."
7160     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7161
7162 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7163 - type: "table"
7164   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7165   algorithm: "table_comparison"
7166   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7168   filter: "'NIC_Intel-XXV710'"
7169   columns:
7170     - title: "3n-skx"
7171       data-set: "dpdk-compare-topologies-ref"
7172     - title: "2n-skx"
7173       data-set: "dpdk-compare-topologies-cmp"
7174   comparisons:
7175     - title: "Diff"
7176       reference: 1
7177       compare: 2
7178   legend:
7179     - ""
7180     - "3n-skx, 2n-skx - topologies tested."
7181     - "Diff - difference between 3n-skx and 2n-skx topologies."
7182
7183 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7184 - type: "table"
7185   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7186   algorithm: "table_comparison"
7187   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7188   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7189   filter: "'NIC_Intel-XXV710'"
7190   columns:
7191     - title: "3n-skx"
7192       data-set: "dpdk-compare-topologies-ref"
7193     - title: "2n-skx"
7194       data-set: "dpdk-compare-topologies-cmp"
7195   comparisons:
7196     - title: "Diff"
7197       reference: 1
7198       compare: 2
7199   legend:
7200     - ""
7201     - "3n-skx, 2n-skx - topologies tested."
7202     - "Diff - difference between 3n-skx and 2n-skx topologies."
7203
7204 # Detailed Test Results - DPDK Performance Results 3n-hsw
7205 - type: "table"
7206   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7207   algorithm: "table_merged_details"
7208   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7209   columns:
7210     - title: " |prein| Test Name |preout| "
7211       data: "data name"
7212     - 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| "
7213       data: "data msg"
7214   data: "dpdk-perf-results-3n-hsw"
7215   filter: "all"
7216   parameters:
7217   - "name"
7218   - "parent"
7219   - "msg"
7220
7221 # Detailed Test Results - DPDK Performance Results 3n-skx
7222 - type: "table"
7223   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7224   algorithm: "table_merged_details"
7225   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7226   columns:
7227     - title: " |prein| Test Name |preout| "
7228       data: "data name"
7229     - 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| "
7230       data: "data msg"
7231   data: "dpdk-perf-results-3n-skx"
7232   filter: "all"
7233   remove-ndr: False
7234   parameters:
7235   - "name"
7236   - "parent"
7237   - "msg"
7238
7239 # Detailed Test Results - DPDK Performance Results 2n-skx
7240 - type: "table"
7241   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7242   algorithm: "table_merged_details"
7243   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7244   columns:
7245     - title: " |prein| Test Name |preout| "
7246       data: "data name"
7247     - 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| "
7248       data: "data msg"
7249   data: "dpdk-perf-results-2n-skx"
7250   filter: "all"
7251   remove-ndr: False
7252   parameters:
7253   - "name"
7254   - "parent"
7255   - "msg"
7256
7257 # Detailed Test Results - DPDK Performance Results 2n-clx
7258 - type: "table"
7259   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7260   algorithm: "table_merged_details"
7261   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7262   columns:
7263     - title: " |prein| Test Name |preout| "
7264       data: "data name"
7265     - 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| "
7266       data: "data msg"
7267   data: "dpdk-perf-results-2n-clx"
7268   filter: "all"
7269   parameters:
7270   - "name"
7271   - "parent"
7272   - "msg"
7273
7274 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7275 #- type: "table"
7276 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7277 #  algorithm: "table_merged_details"
7278 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7279 #  columns:
7280 #    - title: " |prein| Test Name |preout| "
7281 #      data: "data name"
7282 #    - 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| "
7283 #      data: "data msg"
7284 #  data: "dpdk-perf-results-2n-dnv"
7285 #  filter: "all"
7286 #  parameters:
7287 #  - "name"
7288 #  - "parent"
7289 #  - "msg"
7290 #
7291 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7292 #- type: "table"
7293 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7294 #  algorithm: "table_merged_details"
7295 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7296 #  columns:
7297 #    - title: " |prein| Test Name |preout| "
7298 #      data: "data name"
7299 #    - 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| "
7300 #      data: "data msg"
7301 #  data: "dpdk-perf-results-3n-dnv"
7302 #  filter: "all"
7303 #  parameters:
7304 #  - "name"
7305 #  - "parent"
7306 #  - "msg"
7307
7308 # Detailed Test Results - DPDK Performance Results 3n-tsh
7309 - type: "table"
7310   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7311   algorithm: "table_merged_details"
7312   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7313   columns:
7314     - title: " |prein| Test Name |preout| "
7315       data: "data name"
7316     - 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| "
7317       data: "data msg"
7318   data: "dpdk-perf-results-3n-tsh"
7319   filter: "all"
7320   parameters:
7321   - "name"
7322   - "parent"
7323   - "msg"
7324
7325 ################################################################################
7326 ###                                F I L E S                                 ###
7327 ################################################################################
7328
7329 # VPP Performance Results
7330 - type: "file"
7331   title: "VPP Performance Results"
7332   algorithm: "file_details_split"
7333   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7334   dir-tables:
7335     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7336     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7337     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7338     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7339     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7340     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7341     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7342   data:
7343     - "vpp-perf-results-2n-skx"
7344     - "vpp-perf-results-3n-skx"
7345     - "vpp-perf-results-2n-clx"
7346     - "vpp-perf-results-3n-hsw"
7347     - "vpp-perf-results-3n-tsh"
7348     - "vpp-perf-results-2n-dnv"
7349     - "vpp-perf-results-3n-dnv"
7350   filter: "all"
7351   data-start-level: 4
7352   order-chapters:
7353     level-1:
7354       - "l2"
7355       - "ip4"
7356       - "ip6"
7357       - "srv6"
7358       - "ip4_tunnels"
7359       - "ip6_tunnels"
7360       - "vm_vhost"
7361       - "container_memif"
7362       - "crypto"
7363       - "vts"
7364       - "lb"
7365       - "nfv_density"
7366       - "hoststack"
7367     level-2:
7368       - "2n-skx"
7369       - "3n-skx"
7370       - "2n-clx"
7371       - "3n-hsw"
7372       - "3n-tsh"
7373       - "2n-dnv"
7374       - "3n-dnv"
7375     level-3:
7376       - "xl710"
7377       - "x520"
7378       - "xxv710"
7379       - "x710"
7380       - "x553"
7381       - "cx556a"
7382       - "vic1227"
7383       - "vic1385"
7384
7385 # VPP Performance Configuration
7386 - type: "file"
7387   title: "VPP Performance Configuration"
7388   algorithm: "file_details_split"
7389   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7390   dir-tables:
7391     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7392     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7393     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7394     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7395     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7396     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7397     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7398   data:
7399     - "vpp-perf-results-2n-skx"
7400     - "vpp-perf-results-3n-skx"
7401     - "vpp-perf-results-2n-clx"
7402     - "vpp-perf-results-3n-hsw"
7403     - "vpp-perf-results-3n-tsh"
7404     - "vpp-perf-results-2n-dnv"
7405     - "vpp-perf-results-3n-dnv"
7406   filter: "all"
7407   data-start-level: 4
7408   order-chapters:
7409     level-1:
7410       - "l2"
7411       - "ip4"
7412       - "ip6"
7413       - "srv6"
7414       - "ip4_tunnels"
7415       - "ip6_tunnels"
7416       - "vm_vhost"
7417       - "container_memif"
7418       - "crypto"
7419       - "vts"
7420       - "lb"
7421       - "nfv_density"
7422       - "hoststack"
7423     level-2:
7424       - "2n-skx"
7425       - "3n-skx"
7426       - "2n-clx"
7427       - "3n-hsw"
7428       - "3n-tsh"
7429       - "2n-dnv"
7430       - "3n-dnv"
7431     level-3:
7432       - "xl710"
7433       - "x520"
7434       - "xxv710"
7435       - "x710"
7436       - "x553"
7437       - "cx556a"
7438       - "vic1227"
7439       - "vic1385"
7440
7441 # VPP Performance Operational
7442 - type: "file"
7443   title: "VPP Performance Operational"
7444   algorithm: "file_details_split_html"
7445   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7446   dir-tables:
7447     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7448     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7449     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7450     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7451     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7452     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7453     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7454   data:
7455     - "vpp-perf-results-2n-skx"
7456     - "vpp-perf-results-3n-skx"
7457     - "vpp-perf-results-2n-clx"
7458     - "vpp-perf-results-3n-hsw"
7459     - "vpp-perf-results-3n-tsh"
7460     - "vpp-perf-results-2n-dnv"
7461     - "vpp-perf-results-3n-dnv"
7462   filter: "all"
7463   data-start-level: 4
7464   order-chapters:
7465     level-1:
7466       - "l2"
7467       - "ip4"
7468       - "ip6"
7469       - "srv6"
7470       - "ip4_tunnels"
7471       - "ip6_tunnels"
7472       - "vm_vhost"
7473       - "container_memif"
7474       - "crypto"
7475       - "vts"
7476       - "lb"
7477       - "nfv_density"
7478       - "hoststack"
7479     level-2:
7480       - "2n-skx"
7481       - "3n-skx"
7482       - "2n-clx"
7483       - "3n-hsw"
7484       - "3n-tsh"
7485       - "2n-dnv"
7486       - "3n-dnv"
7487     level-3:
7488       - "xl710"
7489       - "x520"
7490       - "xxv710"
7491       - "x710"
7492       - "x553"
7493       - "cx556a"
7494       - "vic1227"
7495       - "vic1385"
7496
7497 # VPP MRR Results
7498 - type: "file"
7499   title: "VPP MRR Results"
7500   algorithm: "file_details_split"
7501   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7502   dir-tables:
7503     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7504     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7505     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7506     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7507     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7508     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7509     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7510   data:
7511     - "vpp-mrr-results-2n-skx"
7512     - "vpp-mrr-results-3n-skx"
7513     - "vpp-mrr-results-2n-clx"
7514     - "vpp-mrr-results-3n-hsw"
7515     - "vpp-mrr-results-3n-tsh"
7516     - "vpp-mrr-results-2n-dnv"
7517     - "vpp-mrr-results-3n-dnv"
7518   filter: "all"
7519   data-start-level: 4
7520   order-chapters:
7521     level-1:
7522       - "l2"
7523       - "ip4"
7524       - "ip6"
7525       - "srv6"
7526       - "ip4_tunnels"
7527       - "ip6_tunnels"
7528       - "vm_vhost"
7529       - "container_memif"
7530       - "crypto"
7531       - "vts"
7532       - "lb"
7533       - "nfv_density"
7534       - "hoststack"
7535     level-2:
7536       - "2n-skx"
7537       - "3n-skx"
7538       - "2n-clx"
7539       - "3n-hsw"
7540       - "3n-tsh"
7541       - "2n-dnv"
7542       - "3n-dnv"
7543     level-3:
7544       - "xl710"
7545       - "x520"
7546       - "xxv710"
7547       - "x710"
7548       - "x553"
7549       - "cx556a"
7550       - "vic1227"
7551       - "vic1385"
7552
7553 # VPP MRR Configuration
7554 - type: "file"
7555   title: "VPP MRR Configuration"
7556   algorithm: "file_details_split"
7557   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7558   dir-tables:
7559     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7560     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7561     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7562     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7563     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7564     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7565     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7566   data:
7567     - "vpp-mrr-results-2n-skx"
7568     - "vpp-mrr-results-3n-skx"
7569     - "vpp-mrr-results-2n-clx"
7570     - "vpp-mrr-results-3n-hsw"
7571     - "vpp-mrr-results-3n-tsh"
7572     - "vpp-mrr-results-2n-dnv"
7573     - "vpp-mrr-results-3n-dnv"
7574   filter: "all"
7575   data-start-level: 4
7576   order-chapters:
7577     level-1:
7578       - "l2"
7579       - "ip4"
7580       - "ip6"
7581       - "srv6"
7582       - "ip4_tunnels"
7583       - "ip6_tunnels"
7584       - "vm_vhost"
7585       - "container_memif"
7586       - "crypto"
7587       - "vts"
7588       - "lb"
7589       - "nfv_density"
7590       - "hoststack"
7591     level-2:
7592       - "2n-skx"
7593       - "3n-skx"
7594       - "2n-clx"
7595       - "3n-hsw"
7596       - "3n-tsh"
7597       - "2n-dnv"
7598       - "3n-dnv"
7599     level-3:
7600       - "xl710"
7601       - "x520"
7602       - "xxv710"
7603       - "x710"
7604       - "x553"
7605       - "cx556a"
7606       - "vic1227"
7607       - "vic1385"
7608
7609 # VPP Device Results - Ubuntu
7610 - type: "file"
7611   title: "VPP Device Results - Ubuntu"
7612   algorithm: "file_test_results"
7613   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7614   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7615   data: "vpp-device-results-ubuntu"
7616   filter: "all"
7617   data-start-level: 4
7618
7619 # VPP Device Configuration - Ubuntu
7620 - type: "file"
7621   title: "VPP Device Configuration - Ubuntu"
7622   algorithm: "file_test_results"
7623   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7624   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7625   data: "vpp-device-results-ubuntu"
7626   filter: "all"
7627   data-start-level: 4
7628
7629 # DPDK Performance Results 3n-hsw
7630 - type: "file"
7631   title: "DPDK Performance Results 3n-hsw"
7632   algorithm: "file_test_results"
7633   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7634   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7635   data: "dpdk-perf-results-3n-hsw"
7636   filter: "all"
7637   data-start-level: 4
7638
7639 # DPDK Performance Results 3n-skx
7640 - type: "file"
7641   title: "DPDK Performance Results 3n-skx"
7642   algorithm: "file_test_results"
7643   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7644   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7645   data: "dpdk-perf-results-3n-skx"
7646   filter: "all"
7647   data-start-level: 4
7648
7649 # DPDK Performance Results 2n-skx
7650 - type: "file"
7651   title: "DPDK Performance Results 2n-skx"
7652   algorithm: "file_test_results"
7653   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7654   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7655   data: "dpdk-perf-results-2n-skx"
7656   filter: "all"
7657   data-start-level: 4
7658
7659 # DPDK Performance Results 2n-clx
7660 - type: "file"
7661   title: "DPDK Performance Results 2n-clx"
7662   algorithm: "file_test_results"
7663   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7664   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7665   data: "dpdk-perf-results-2n-clx"
7666   filter: "all"
7667   data-start-level: 4
7668
7669 ## DPDK Performance Results 2n-dnv
7670 #- type: "file"
7671 #  title: "DPDK Performance Results 2n-dnv"
7672 #  algorithm: "file_test_results"
7673 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7674 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7675 #  data: "dpdk-perf-results-2n-dnv"
7676 #  filter: "all"
7677 #  data-start-level: 4
7678 #
7679 ## DPDK Performance Results 3n-dnv
7680 #- type: "file"
7681 #  title: "DPDK Performance Results 3n-dnv"
7682 #  algorithm: "file_test_results"
7683 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7684 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7685 #  data: "dpdk-perf-results-3n-dnv"
7686 #  filter: "all"
7687 #  data-start-level: 4
7688
7689 # DPDK Performance Results 3n-tsh
7690 - type: "file"
7691   title: "DPDK Performance Results 3n-tsh"
7692   algorithm: "file_test_results"
7693   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7694   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7695   data: "dpdk-perf-results-3n-tsh"
7696   filter: "all"
7697   data-start-level: 4
7698
7699 ################################################################################
7700 ###                                P L O T S                                 ###
7701 ################################################################################
7702
7703 # Hoststack tests 3n-hsw
7704
7705 - type: "plot"
7706   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7707   algorithm: "plot_perf_box_name"
7708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7709   data: "plot-vpp-hoststack-3n-hsw"
7710   include:
7711     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7712     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7713   layout:
7714     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7715     layout: "plot-hoststack"
7716
7717 - type: "plot"
7718   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7719   algorithm: "plot_perf_box_name"
7720   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7721   data: "plot-vpp-hoststack-3n-hsw"
7722   include:
7723     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7724     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7725   layout:
7726     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7727     layout: "plot-hoststack"
7728
7729 - type: "plot"
7730   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7731   algorithm: "plot_perf_box_name"
7732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7733   data: "plot-vpp-hoststack-3n-hsw"
7734   include:
7735     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7736     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7737     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7738     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7739   layout:
7740     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7741     layout: "plot-hoststack"
7742
7743 ################################################################################
7744
7745 # Soak Test (PLRsearch), boxes - 2n-clx
7746 - type: "plot"
7747   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7748   algorithm: "plot_perf_box_name"
7749   output-file-type: ".html"
7750   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7751   data: "plot-vpp-soak-2n-clx"
7752   include:
7753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7759   layout:
7760     title: "30 Minutes Soak Test (PLRsearch)"
7761     layout: "plot-soak-throughput"
7762
7763 # Soak Test (PLRsearch), boxes - 2n-clx
7764 - type: "plot"
7765   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7766   algorithm: "plot_perf_box_name"
7767   output-file-type: ".html"
7768   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7769   data: "plot-vpp-soak-2n-clx"
7770   include:
7771     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7772     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7773     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7774     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7775     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7776     - "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"
7777   layout:
7778     title: "30 Minutes Soak Test (PLRsearch)"
7779     layout: "plot-soak-throughput"
7780
7781 # Soak Test (PLRsearch), boxes - 2n-skx
7782 - type: "plot"
7783   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7784   algorithm: "plot_perf_box_name"
7785   output-file-type: ".html"
7786   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7787   data: "plot-vpp-soak-2n-skx"
7788   include:
7789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7795   layout:
7796     title: "30 Minutes Soak Test (PLRsearch)"
7797     layout: "plot-soak-throughput"
7798
7799 # Soak Test (PLRsearch), boxes - 2n-skx
7800 - type: "plot"
7801   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7802   algorithm: "plot_perf_box_name"
7803   output-file-type: ".html"
7804   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7805   data: "plot-vpp-soak-2n-skx"
7806   include:
7807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7808     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7812     - "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"
7813   layout:
7814     title: "30 Minutes Soak Test (PLRsearch)"
7815     layout: "plot-soak-throughput"
7816
7817 ###############################################################################
7818
7819 # Reconf tests 2n-skx
7820
7821 - type: "plot"
7822   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7823   algorithm: "plot_nf_reconf_box_name"
7824   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7825   data: "plot-vpp-nfv-reconf-2n-skx"
7826   include:
7827     - "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"
7828     - "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"
7829     - "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"
7830     - "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"
7831     - "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"
7832     - "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"
7833   layout:
7834     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7835     layout: "plot-throughput"
7836
7837 - type: "plot"
7838   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7839   algorithm: "plot_nf_reconf_box_name"
7840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7841   data: "plot-vpp-nfv-reconf-2n-skx"
7842   include:
7843     - "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"
7844     - "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"
7845     - "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"
7846     - "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"
7847     - "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"
7848     - "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"
7849   layout:
7850     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7851     layout: "plot-throughput"
7852
7853 - type: "plot"
7854   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7855   algorithm: "plot_nf_reconf_box_name"
7856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7857   data: "plot-vpp-nfv-reconf-2n-skx"
7858   include:
7859     - "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"
7860     - "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"
7861     - "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"
7862     - "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"
7863     - "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"
7864     - "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"
7865   layout:
7866     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7867     layout: "plot-throughput"
7868
7869 ###############################################################################
7870
7871 # Reconf tests 2n-clx
7872
7873 - type: "plot"
7874   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7875   algorithm: "plot_nf_reconf_box_name"
7876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7877   data: "plot-vpp-nfv-reconf-2n-clx"
7878   include:
7879     - "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"
7880     - "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"
7881     - "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"
7882     - "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"
7883   layout:
7884     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7885     layout: "plot-throughput"
7886
7887 - type: "plot"
7888   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7889   algorithm: "plot_nf_reconf_box_name"
7890   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7891   data: "plot-vpp-nfv-reconf-2n-clx"
7892   include:
7893     - "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"
7894     - "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"
7895     - "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"
7896     - "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"
7897   layout:
7898     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7899     layout: "plot-throughput"
7900
7901 - type: "plot"
7902   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7903   algorithm: "plot_nf_reconf_box_name"
7904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7905   data: "plot-vpp-nfv-reconf-2n-clx"
7906   include:
7907     - "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"
7908     - "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"
7909     - "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"
7910     - "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"
7911   layout:
7912     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7913     layout: "plot-throughput"
7914
7915 ###############################################################################
7916
7917 # Plots - NF Density - VSC - MRR IMIX
7918 - type: "plot"
7919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7920   algorithm: "plot_nf_heatmap"
7921   output-file-type: ".html"
7922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7923   data: "plot-vpp-nfv-2n-skx-mrr"
7924   filter: "'NIC_Intel-XXV710' and
7925            'NF_DENSITY' and
7926            'VHOST' and
7927            not 'VXLAN' and
7928            'CHAIN' and
7929            'NF_VPPIP4' and
7930            'IMIX' and
7931            '2T1C' and
7932            'MRR'"
7933   parameters:
7934   - "result"
7935   - "name"
7936   - "tags"
7937   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7938   x-axis: "X = VNFs per Service Chain"
7939   y-axis: "Y = Number of Service Chains"
7940   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7941   layout:
7942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7943     layout: "plot-service-density"
7944
7945 - type: "plot"
7946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7947   algorithm: "plot_nf_heatmap"
7948   output-file-type: ".html"
7949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7950   data: "plot-vpp-nfv-2n-skx-mrr"
7951   filter: "'NIC_Intel-XXV710' and
7952            'NF_DENSITY' and
7953            'VHOST' and
7954            not 'VXLAN' and
7955            'CHAIN' and
7956            'NF_VPPIP4' and
7957            'IMIX' and
7958            '4T2C' and
7959            'MRR'"
7960   parameters:
7961   - "result"
7962   - "name"
7963   - "tags"
7964   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7965   x-axis: "X = VNFs per Service Chain"
7966   y-axis: "Y = Number of Service Chains"
7967   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7968   layout:
7969     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7970     layout: "plot-service-density"
7971
7972 - type: "plot"
7973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7974   algorithm: "plot_nf_heatmap"
7975   output-file-type: ".html"
7976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7977   data: "plot-vpp-nfv-2n-skx-mrr"
7978   filter: "'NIC_Intel-XXV710' and
7979            'NF_DENSITY' and
7980            'VHOST' and
7981            not 'VXLAN' and
7982            'CHAIN' and
7983            'NF_VPPIP4' and
7984            'IMIX' and
7985            '8T4C' and
7986            'MRR'"
7987   parameters:
7988   - "result"
7989   - "name"
7990   - "tags"
7991   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7992   x-axis: "X = VNFs per Service Chain"
7993   y-axis: "Y = Number of Service Chains"
7994   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7995   layout:
7996     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7997     layout: "plot-service-density"
7998
7999 # Plots - NF Density - VSC - NDR IMIX
8000 - type: "plot"
8001   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8002   algorithm: "plot_nf_heatmap"
8003   output-file-type: ".html"
8004   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8005   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8006   filter: "'NIC_Intel-XXV710' and
8007            'NF_DENSITY' and
8008            'VHOST' and
8009            not 'VXLAN' and
8010            'CHAIN' and
8011            'NF_VPPIP4' and
8012            'IMIX' and
8013            '2T1C' and
8014            'NDRPDR'"
8015   parameters:
8016   - "throughput"
8017   - "name"
8018   - "tags"
8019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8020   x-axis: "X = VNFs per Service Chain"
8021   y-axis: "Y = Number of Service Chains"
8022   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8023   layout:
8024     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8025     layout: "plot-service-density"
8026
8027 - type: "plot"
8028   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8029   algorithm: "plot_nf_heatmap"
8030   output-file-type: ".html"
8031   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8032   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8033   filter: "'NIC_Intel-XXV710' and
8034            'NF_DENSITY' and
8035            'VHOST' and
8036            not 'VXLAN' and
8037            'CHAIN' and
8038            'NF_VPPIP4' and
8039            'IMIX' and
8040            '4T2C' and
8041            'NDRPDR'"
8042   parameters:
8043   - "throughput"
8044   - "name"
8045   - "tags"
8046   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8047   x-axis: "X = VNFs per Service Chain"
8048   y-axis: "Y = Number of Service Chains"
8049   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8050   layout:
8051     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8052     layout: "plot-service-density"
8053
8054 - type: "plot"
8055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8056   algorithm: "plot_nf_heatmap"
8057   output-file-type: ".html"
8058   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8059   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8060   filter: "'NIC_Intel-XXV710' and
8061            'NF_DENSITY' and
8062            'VHOST' and
8063            not 'VXLAN' and
8064            'CHAIN' and
8065            'NF_VPPIP4' and
8066            'IMIX' and
8067            '8T4C' and
8068            'NDRPDR'"
8069   parameters:
8070   - "throughput"
8071   - "name"
8072   - "tags"
8073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8074   x-axis: "X = VNFs per Service Chain"
8075   y-axis: "Y = Number of Service Chains"
8076   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8077   layout:
8078     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8079     layout: "plot-service-density"
8080
8081 # Plots - NF Density - VSC - PDR IMIX
8082 - type: "plot"
8083   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8084   algorithm: "plot_nf_heatmap"
8085   output-file-type: ".html"
8086   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8087   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8088   filter: "'NIC_Intel-XXV710' and
8089            'NF_DENSITY' and
8090            'VHOST' and
8091            not 'VXLAN' and
8092            'CHAIN' and
8093            'NF_VPPIP4' and
8094            'IMIX' and
8095            '2T1C' and
8096            'NDRPDR'"
8097   parameters:
8098   - "throughput"
8099   - "name"
8100   - "tags"
8101   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8102   x-axis: "X = VNFs per Service Chain"
8103   y-axis: "Y = Number of Service Chains"
8104   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8105   layout:
8106     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8107     layout: "plot-service-density"
8108
8109 - type: "plot"
8110   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8111   algorithm: "plot_nf_heatmap"
8112   output-file-type: ".html"
8113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8114   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8115   filter: "'NIC_Intel-XXV710' and
8116            'NF_DENSITY' and
8117            'VHOST' and
8118            not 'VXLAN' and
8119            'CHAIN' and
8120            'NF_VPPIP4' and
8121            'IMIX' and
8122            '4T2C' and
8123            'NDRPDR'"
8124   parameters:
8125   - "throughput"
8126   - "name"
8127   - "tags"
8128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8129   x-axis: "X = VNFs per Service Chain"
8130   y-axis: "Y = Number of Service Chains"
8131   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8132   layout:
8133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8134     layout: "plot-service-density"
8135
8136 - type: "plot"
8137   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8138   algorithm: "plot_nf_heatmap"
8139   output-file-type: ".html"
8140   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8141   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8142   filter: "'NIC_Intel-XXV710' and
8143            'NF_DENSITY' and
8144            'VHOST' and
8145            not 'VXLAN' and
8146            'CHAIN' and
8147            'NF_VPPIP4' and
8148            'IMIX' and
8149            '8T4C' and
8150            'NDRPDR'"
8151   parameters:
8152   - "throughput"
8153   - "name"
8154   - "tags"
8155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8156   x-axis: "X = VNFs per Service Chain"
8157   y-axis: "Y = Number of Service Chains"
8158   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8159   layout:
8160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8161     layout: "plot-service-density"
8162
8163 ###############################################################################
8164
8165 # Plots - NF Density - VSC - MRR IMIX
8166 - type: "plot"
8167   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8168   algorithm: "plot_nf_heatmap"
8169   output-file-type: ".html"
8170   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8171   data: "plot-vpp-nfv-2n-skx-mrr"
8172   filter: "'NIC_Intel-XXV710' and
8173            'NF_DENSITY' and
8174            'VHOST' and
8175            'VXLAN' and
8176            'CHAIN' and
8177            'IMIX' and
8178            '2T1C' and
8179            'MRR'"
8180   parameters:
8181   - "result"
8182   - "name"
8183   - "tags"
8184   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8185   x-axis: "X = VNFs per Service Chain"
8186   y-axis: "Y = Number of Service Chains"
8187   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8188   layout:
8189     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8190     layout: "plot-service-density"
8191
8192 - type: "plot"
8193   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8194   algorithm: "plot_nf_heatmap"
8195   output-file-type: ".html"
8196   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8197   data: "plot-vpp-nfv-2n-skx-mrr"
8198   filter: "'NIC_Intel-XXV710' and
8199            'NF_DENSITY' and
8200            'VHOST' and
8201            'VXLAN' and
8202            'CHAIN' and
8203            'IMIX' and
8204            '4T2C' and
8205            'MRR'"
8206   parameters:
8207   - "result"
8208   - "name"
8209   - "tags"
8210   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8211   x-axis: "X = VNFs per Service Chain"
8212   y-axis: "Y = Number of Service Chains"
8213   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8214   layout:
8215     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8216     layout: "plot-service-density"
8217
8218 - type: "plot"
8219   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8220   algorithm: "plot_nf_heatmap"
8221   output-file-type: ".html"
8222   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8223   data: "plot-vpp-nfv-2n-skx-mrr"
8224   filter: "'NIC_Intel-XXV710' and
8225            'NF_DENSITY' and
8226            'VHOST' and
8227            'VXLAN' and
8228            'CHAIN' and
8229            'IMIX' and
8230            '8T4C' and
8231            'MRR'"
8232   parameters:
8233   - "result"
8234   - "name"
8235   - "tags"
8236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8237   x-axis: "X = VNFs per Service Chain"
8238   y-axis: "Y = Number of Service Chains"
8239   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8240   layout:
8241     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8242     layout: "plot-service-density"
8243
8244 # Plots - NF Density - VSC - NDR IMIX
8245 - type: "plot"
8246   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8247   algorithm: "plot_nf_heatmap"
8248   output-file-type: ".html"
8249   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8250   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8251   filter: "'NIC_Intel-XXV710' and
8252            'NF_DENSITY' and
8253            'VHOST' and
8254            'VXLAN' and
8255            'CHAIN' and
8256            'IMIX' and
8257            '2T1C' and
8258            'NDRPDR'"
8259   parameters:
8260   - "throughput"
8261   - "name"
8262   - "tags"
8263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8264   x-axis: "X = VNFs per Service Chain"
8265   y-axis: "Y = Number of Service Chains"
8266   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8267   layout:
8268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8269     layout: "plot-service-density"
8270
8271 - type: "plot"
8272   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8273   algorithm: "plot_nf_heatmap"
8274   output-file-type: ".html"
8275   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8276   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8277   filter: "'NIC_Intel-XXV710' and
8278            'NF_DENSITY' and
8279            'VHOST' and
8280            'VXLAN' and
8281            'CHAIN' and
8282            'IMIX' and
8283            '4T2C' and
8284            'NDRPDR'"
8285   parameters:
8286   - "throughput"
8287   - "name"
8288   - "tags"
8289   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8290   x-axis: "X = VNFs per Service Chain"
8291   y-axis: "Y = Number of Service Chains"
8292   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8293   layout:
8294     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8295     layout: "plot-service-density"
8296
8297 - type: "plot"
8298   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8299   algorithm: "plot_nf_heatmap"
8300   output-file-type: ".html"
8301   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8302   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8303   filter: "'NIC_Intel-XXV710' and
8304            'NF_DENSITY' and
8305            'VHOST' and
8306            'VXLAN' and
8307            'CHAIN' and
8308            'IMIX' and
8309            '8T4C' and
8310            'NDRPDR'"
8311   parameters:
8312   - "throughput"
8313   - "name"
8314   - "tags"
8315   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8316   x-axis: "X = VNFs per Service Chain"
8317   y-axis: "Y = Number of Service Chains"
8318   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8319   layout:
8320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8321     layout: "plot-service-density"
8322
8323 # Plots - NF Density - VSC - PDR IMIX
8324 - type: "plot"
8325   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8326   algorithm: "plot_nf_heatmap"
8327   output-file-type: ".html"
8328   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8329   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8330   filter: "'NIC_Intel-XXV710' and
8331            'NF_DENSITY' and
8332            'VHOST' and
8333            'VXLAN' and
8334            'CHAIN' and
8335            'IMIX' and
8336            '2T1C' and
8337            'NDRPDR'"
8338   parameters:
8339   - "throughput"
8340   - "name"
8341   - "tags"
8342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8343   x-axis: "X = VNFs per Service Chain"
8344   y-axis: "Y = Number of Service Chains"
8345   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8346   layout:
8347     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8348     layout: "plot-service-density"
8349
8350 - type: "plot"
8351   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8352   algorithm: "plot_nf_heatmap"
8353   output-file-type: ".html"
8354   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8355   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8356   filter: "'NIC_Intel-XXV710' and
8357            'NF_DENSITY' and
8358            'VHOST' and
8359            'VXLAN' and
8360            'CHAIN' and
8361            'IMIX' and
8362            '4T2C' and
8363            'NDRPDR'"
8364   parameters:
8365   - "throughput"
8366   - "name"
8367   - "tags"
8368   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8369   x-axis: "X = VNFs per Service Chain"
8370   y-axis: "Y = Number of Service Chains"
8371   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8372   layout:
8373     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8374     layout: "plot-service-density"
8375
8376 - type: "plot"
8377   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8378   algorithm: "plot_nf_heatmap"
8379   output-file-type: ".html"
8380   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8381   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8382   filter: "'NIC_Intel-XXV710' and
8383            'NF_DENSITY' and
8384            'VHOST' and
8385            'VXLAN' and
8386            'CHAIN' and
8387            'IMIX' and
8388            '8T4C' and
8389            'NDRPDR'"
8390   parameters:
8391   - "throughput"
8392   - "name"
8393   - "tags"
8394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8395   x-axis: "X = VNFs per Service Chain"
8396   y-axis: "Y = Number of Service Chains"
8397   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8398   layout:
8399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8400     layout: "plot-service-density"
8401
8402 ###############################################################################
8403
8404 # Plots - NF Density - CSC - MRR IMIX
8405 - type: "plot"
8406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8407   algorithm: "plot_nf_heatmap"
8408   output-file-type: ".html"
8409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8410   data: "plot-vpp-nfv-2n-skx-mrr"
8411   filter: "'NIC_Intel-XXV710' and
8412            'NF_DENSITY' and
8413            'DOCKER' and
8414            'CHAIN' and
8415            'NF_VPPIP4' and
8416            'IMIX' and
8417            '2T1C' and
8418            'MRR'"
8419   parameters:
8420   - "result"
8421   - "name"
8422   - "tags"
8423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8424   x-axis: "X = CNFs per Service Chain"
8425   y-axis: "Y = Number of Service Chains"
8426   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8427   layout:
8428     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8429     layout: "plot-service-density"
8430
8431 - type: "plot"
8432   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8433   algorithm: "plot_nf_heatmap"
8434   output-file-type: ".html"
8435   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8436   data: "plot-vpp-nfv-2n-skx-mrr"
8437   filter: "'NIC_Intel-XXV710' and
8438            'NF_DENSITY' and
8439            'DOCKER' and
8440            'CHAIN' and
8441            'NF_VPPIP4' and
8442            'IMIX' and
8443            '4T2C' and
8444            'MRR'"
8445   parameters:
8446   - "result"
8447   - "name"
8448   - "tags"
8449   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8450   x-axis: "X = CNFs per Service Chain"
8451   y-axis: "Y = Number of Service Chains"
8452   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8453   layout:
8454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8455     layout: "plot-service-density"
8456
8457 - type: "plot"
8458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8459   algorithm: "plot_nf_heatmap"
8460   output-file-type: ".html"
8461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8462   data: "plot-vpp-nfv-2n-skx-mrr"
8463   filter: "'NIC_Intel-XXV710' and
8464            'NF_DENSITY' and
8465            'DOCKER' and
8466            'CHAIN' and
8467            'NF_VPPIP4' and
8468            'IMIX' and
8469            '8T4C' and
8470            'MRR'"
8471   parameters:
8472   - "result"
8473   - "name"
8474   - "tags"
8475   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8476   x-axis: "X = CNFs per Service Chain"
8477   y-axis: "Y = Number of Service Chains"
8478   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8479   layout:
8480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8481     layout: "plot-service-density"
8482
8483 # Plots - NF Density - CSC - NDR IMIX
8484 - type: "plot"
8485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8486   algorithm: "plot_nf_heatmap"
8487   output-file-type: ".html"
8488   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8489   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8490   filter: "'NIC_Intel-XXV710' and
8491            'NF_DENSITY' and
8492            'DOCKER' and
8493            'CHAIN' and
8494            'NF_VPPIP4' and
8495            'IMIX' and
8496            '2T1C' and
8497            'NDRPDR'"
8498   parameters:
8499   - "throughput"
8500   - "name"
8501   - "tags"
8502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8503   x-axis: "X = CNFs per Service Chain"
8504   y-axis: "Y = Number of Service Chains"
8505   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8506   layout:
8507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8508     layout: "plot-service-density"
8509
8510 - type: "plot"
8511   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8512   algorithm: "plot_nf_heatmap"
8513   output-file-type: ".html"
8514   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8515   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8516   filter: "'NIC_Intel-XXV710' and
8517            'NF_DENSITY' and
8518            'DOCKER' and
8519            'CHAIN' and
8520            'NF_VPPIP4' and
8521            'IMIX' and
8522            '4T2C' and
8523            'NDRPDR'"
8524   parameters:
8525   - "throughput"
8526   - "name"
8527   - "tags"
8528   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8529   x-axis: "X = CNFs per Service Chain"
8530   y-axis: "Y = Number of Service Chains"
8531   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8532   layout:
8533     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8534     layout: "plot-service-density"
8535
8536 - type: "plot"
8537   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8538   algorithm: "plot_nf_heatmap"
8539   output-file-type: ".html"
8540   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8541   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8542   filter: "'NIC_Intel-XXV710' and
8543            'NF_DENSITY' and
8544            'DOCKER' and
8545            'CHAIN' and
8546            'NF_VPPIP4' and
8547            'IMIX' and
8548            '8T4C' and
8549            'NDRPDR'"
8550   parameters:
8551   - "throughput"
8552   - "name"
8553   - "tags"
8554   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8555   x-axis: "X = CNFs per Service Chain"
8556   y-axis: "Y = Number of Service Chains"
8557   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8558   layout:
8559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8560     layout: "plot-service-density"
8561
8562 # Plots - NF Density - CSC - PDR IMIX
8563 - type: "plot"
8564   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8565   algorithm: "plot_nf_heatmap"
8566   output-file-type: ".html"
8567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8568   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8569   filter: "'NIC_Intel-XXV710' and
8570            'NF_DENSITY' and
8571            'DOCKER' and
8572            'CHAIN' and
8573            'NF_VPPIP4' and
8574            'IMIX' and
8575            '2T1C' and
8576            'NDRPDR'"
8577   parameters:
8578   - "throughput"
8579   - "name"
8580   - "tags"
8581   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8582   x-axis: "X = CNFs per Service Chain"
8583   y-axis: "Y = Number of Service Chains"
8584   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8585   layout:
8586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8587     layout: "plot-service-density"
8588
8589 - type: "plot"
8590   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8591   algorithm: "plot_nf_heatmap"
8592   output-file-type: ".html"
8593   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8594   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8595   filter: "'NIC_Intel-XXV710' and
8596            'NF_DENSITY' and
8597            'DOCKER' and
8598            'CHAIN' and
8599            'NF_VPPIP4' and
8600            'IMIX' and
8601            '4T2C' and
8602            'NDRPDR'"
8603   parameters:
8604   - "throughput"
8605   - "name"
8606   - "tags"
8607   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8608   x-axis: "X = CNFs per Service Chain"
8609   y-axis: "Y = Number of Service Chains"
8610   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8611   layout:
8612     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8613     layout: "plot-service-density"
8614
8615 - type: "plot"
8616   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8617   algorithm: "plot_nf_heatmap"
8618   output-file-type: ".html"
8619   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8620   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8621   filter: "'NIC_Intel-XXV710' and
8622            'NF_DENSITY' and
8623            'DOCKER' and
8624            'CHAIN' and
8625            'NF_VPPIP4' and
8626            'IMIX' and
8627            '8T4C' and
8628            'NDRPDR'"
8629   parameters:
8630   - "throughput"
8631   - "name"
8632   - "tags"
8633   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8634   x-axis: "X = CNFs per Service Chain"
8635   y-axis: "Y = Number of Service Chains"
8636   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8637   layout:
8638     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8639     layout: "plot-service-density"
8640
8641 ################################################################################
8642 #
8643 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8644 #- type: "plot"
8645 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8646 #  algorithm: "plot_nf_heatmap"
8647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8648 #  data: "plot-vpp-nfv-3n-skx-mrr"
8649 #  filter: "'NIC_Intel-XXV710' and
8650 #           'NF_DENSITY' and
8651 #           'DOCKER' and
8652 #           'CHAIN' and
8653 #           'NF_VPPIP4' and
8654 #           'IPSEC' and
8655 #           'TNL_4' and
8656 #           'IMIX' and
8657 #           '2T1C' and
8658 #           'MRR'"
8659 #  parameters:
8660 #  - "result"
8661 #  - "name"
8662 #  - "tags"
8663 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8664 #  x-axis: "X = CNFs per Service Chain"
8665 #  y-axis: "Y = Number of Service Chains"
8666 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8667 #  layout:
8668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8669 #    layout: "plot-service-density"
8670 #
8671 #- type: "plot"
8672 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8673 #  algorithm: "plot_nf_heatmap"
8674 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8675 #  data: "plot-vpp-nfv-3n-skx-mrr"
8676 #  filter: "'NIC_Intel-XXV710' and
8677 #           'NF_DENSITY' and
8678 #           'DOCKER' and
8679 #           'CHAIN' and
8680 #           'NF_VPPIP4' and
8681 #           'IPSEC' and
8682 #           'TNL_4' and
8683 #           'IMIX' and
8684 #           '4T2C' and
8685 #           'MRR'"
8686 #  parameters:
8687 #  - "result"
8688 #  - "name"
8689 #  - "tags"
8690 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8691 #  x-axis: "X = CNFs per Service Chain"
8692 #  y-axis: "Y = Number of Service Chains"
8693 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8694 #  layout:
8695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8696 #    layout: "plot-service-density"
8697 #
8698 #- type: "plot"
8699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8700 #  algorithm: "plot_nf_heatmap"
8701 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8702 #  data: "plot-vpp-nfv-3n-skx-mrr"
8703 #  filter: "'NIC_Intel-XXV710' and
8704 #           'NF_DENSITY' and
8705 #           'DOCKER' and
8706 #           'CHAIN' and
8707 #           'NF_VPPIP4' and
8708 #           'IPSEC' and
8709 #           'TNL_4' and
8710 #           'IMIX' and
8711 #           '8T4C' and
8712 #           'MRR'"
8713 #  parameters:
8714 #  - "result"
8715 #  - "name"
8716 #  - "tags"
8717 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8718 #  x-axis: "X = CNFs per Service Chain"
8719 #  y-axis: "Y = Number of Service Chains"
8720 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8721 #  layout:
8722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8723 #    layout: "plot-service-density"
8724
8725 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8726 #- type: "plot"
8727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8728 #  algorithm: "plot_nf_heatmap"
8729 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8730 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8731 #  filter: "'NIC_Intel-XXV710' and
8732 #           'NF_DENSITY' and
8733 #           'DOCKER' and
8734 #           'CHAIN' and
8735 #           'NF_VPPIP4' and
8736 #           'IPSEC' and
8737 #           'TNL_4' and
8738 #           'IMIX' and
8739 #           '2T1C' and
8740 #           'NDRPDR'"
8741 #  parameters:
8742 #  - "throughput"
8743 #  - "name"
8744 #  - "tags"
8745 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8746 #  x-axis: "X = CNFs per Service Chain"
8747 #  y-axis: "Y = Number of Service Chains"
8748 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8749 #  layout:
8750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8751 #    layout: "plot-service-density"
8752 #
8753 #- type: "plot"
8754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8755 #  algorithm: "plot_nf_heatmap"
8756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8757 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8758 #  filter: "'NIC_Intel-XXV710' and
8759 #           'NF_DENSITY' and
8760 #           'DOCKER' and
8761 #           'CHAIN' and
8762 #           'NF_VPPIP4' and
8763 #           'IPSEC' and
8764 #           'TNL_4' and
8765 #           'IMIX' and
8766 #           '4T2C' and
8767 #           'NDRPDR'"
8768 #  parameters:
8769 #  - "throughput"
8770 #  - "name"
8771 #  - "tags"
8772 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8773 #  x-axis: "X = CNFs per Service Chain"
8774 #  y-axis: "Y = Number of Service Chains"
8775 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8776 #  layout:
8777 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8778 #    layout: "plot-service-density"
8779 #
8780 #- type: "plot"
8781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8782 #  algorithm: "plot_nf_heatmap"
8783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8784 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8785 #  filter: "'NIC_Intel-XXV710' and
8786 #           'NF_DENSITY' and
8787 #           'DOCKER' and
8788 #           'CHAIN' and
8789 #           'NF_VPPIP4' and
8790 #           'IPSEC' and
8791 #           'TNL_4' and
8792 #           'IMIX' and
8793 #           '8T4C' and
8794 #           'NDRPDR'"
8795 #  parameters:
8796 #  - "throughput"
8797 #  - "name"
8798 #  - "tags"
8799 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8800 #  x-axis: "X = CNFs per Service Chain"
8801 #  y-axis: "Y = Number of Service Chains"
8802 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8803 #  layout:
8804 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8805 #    layout: "plot-service-density"
8806 #
8807 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8808 #- type: "plot"
8809 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8810 #  algorithm: "plot_nf_heatmap"
8811 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8812 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8813 #  filter: "'NIC_Intel-XXV710' and
8814 #           'NF_DENSITY' and
8815 #           'DOCKER' and
8816 #           'CHAIN' and
8817 #           'NF_VPPIP4' and
8818 #           'IPSEC' and
8819 #           'TNL_4' and
8820 #           'IMIX' and
8821 #           '2T1C' and
8822 #           'NDRPDR'"
8823 #  parameters:
8824 #  - "throughput"
8825 #  - "name"
8826 #  - "tags"
8827 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8828 #  x-axis: "X = CNFs per Service Chain"
8829 #  y-axis: "Y = Number of Service Chains"
8830 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8831 #  layout:
8832 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8833 #    layout: "plot-service-density"
8834 #
8835 #- type: "plot"
8836 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8837 #  algorithm: "plot_nf_heatmap"
8838 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8839 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8840 #  filter: "'NIC_Intel-XXV710' and
8841 #           'NF_DENSITY' and
8842 #           'DOCKER' and
8843 #           'CHAIN' and
8844 #           'NF_VPPIP4' and
8845 #           'IPSEC' and
8846 #           'TNL_4' and
8847 #           'IMIX' and
8848 #           '4T2C' and
8849 #           'NDRPDR'"
8850 #  parameters:
8851 #  - "throughput"
8852 #  - "name"
8853 #  - "tags"
8854 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8855 #  x-axis: "X = CNFs per Service Chain"
8856 #  y-axis: "Y = Number of Service Chains"
8857 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8858 #  layout:
8859 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8860 #    layout: "plot-service-density"
8861 #
8862 #- type: "plot"
8863 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8864 #  algorithm: "plot_nf_heatmap"
8865 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8866 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8867 #  filter: "'NIC_Intel-XXV710' and
8868 #           'NF_DENSITY' and
8869 #           'DOCKER' and
8870 #           'CHAIN' and
8871 #           'NF_VPPIP4' and
8872 #           'IPSEC' and
8873 #           'TNL_4' and
8874 #           'IMIX' and
8875 #           '8T4C' and
8876 #           'NDRPDR'"
8877 #  parameters:
8878 #  - "throughput"
8879 #  - "name"
8880 #  - "tags"
8881 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8882 #  x-axis: "X = CNFs per Service Chain"
8883 #  y-axis: "Y = Number of Service Chains"
8884 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8885 #  layout:
8886 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8887 #    layout: "plot-service-density"
8888
8889 ###############################################################################
8890
8891 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8892 #- type: "plot"
8893 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8894 #  algorithm: "plot_nf_heatmap"
8895 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8896 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8897 #  filter: "'NIC_Intel-XL710' and
8898 #           'NF_DENSITY' and
8899 #           'DOCKER' and
8900 #           'CHAIN' and
8901 #           'NF_VPPIP4' and
8902 #           'IMIX' and
8903 #           'TNL_4' and
8904 #           '1T1C' and
8905 #           'MRR'"
8906 #  parameters:
8907 #  - "result"
8908 #  - "name"
8909 #  - "tags"
8910 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8911 #  x-axis: "X = CNFs per Service Chain"
8912 #  y-axis: "Y = Number of Service Chains"
8913 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8914 #  layout:
8915 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8916 #    layout: "plot-service-density"
8917 #
8918 #- type: "plot"
8919 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8920 #  algorithm: "plot_nf_heatmap"
8921 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8922 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8923 #  filter: "'NIC_Intel-XL710' and
8924 #           'NF_DENSITY' and
8925 #           'DOCKER' and
8926 #           'CHAIN' and
8927 #           'NF_VPPIP4' and
8928 #           'IPSEC' and
8929 #           'TNL_4' and
8930 #           'IMIX' and
8931 #           '2T2C' and
8932 #           'MRR'"
8933 #  parameters:
8934 #  - "result"
8935 #  - "name"
8936 #  - "tags"
8937 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8938 #  x-axis: "X = CNFs per Service Chain"
8939 #  y-axis: "Y = Number of Service Chains"
8940 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8941 #  layout:
8942 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8943 #    layout: "plot-service-density"
8944 #
8945 #- type: "plot"
8946 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8947 #  algorithm: "plot_nf_heatmap"
8948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8949 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8950 #  filter: "'NIC_Intel-XL710' and
8951 #           'NF_DENSITY' and
8952 #           'DOCKER' and
8953 #           'CHAIN' and
8954 #           'NF_VPPIP4' and
8955 #           'IPSEC' and
8956 #           'TNL_4' and
8957 #           'IMIX' and
8958 #           '4T4C' and
8959 #           'MRR'"
8960 #  parameters:
8961 #  - "result"
8962 #  - "name"
8963 #  - "tags"
8964 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8965 #  x-axis: "X = CNFs per Service Chain"
8966 #  y-axis: "Y = Number of Service Chains"
8967 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8968 #  layout:
8969 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8970 #    layout: "plot-service-density"
8971
8972 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8973 #- type: "plot"
8974 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8975 #  algorithm: "plot_nf_heatmap"
8976 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8977 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8978 #  filter: "'NIC_Intel-XL710' and
8979 #           'NF_DENSITY' and
8980 #           'DOCKER' and
8981 #           'CHAIN' and
8982 #           'NF_VPPIP4' and
8983 #           'IPSEC' and
8984 #           'TNL_4' and
8985 #           'IMIX' and
8986 #           '1T1C' and
8987 #           'NDRPDR'"
8988 #  parameters:
8989 #  - "throughput"
8990 #  - "name"
8991 #  - "tags"
8992 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8993 #  x-axis: "X = CNFs per Service Chain"
8994 #  y-axis: "Y = Number of Service Chains"
8995 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8996 #  layout:
8997 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8998 #    layout: "plot-service-density"
8999 #
9000 #- type: "plot"
9001 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9002 #  algorithm: "plot_nf_heatmap"
9003 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9004 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9005 #  filter: "'NIC_Intel-XL710' and
9006 #           'NF_DENSITY' and
9007 #           'DOCKER' and
9008 #           'CHAIN' and
9009 #           'NF_VPPIP4' and
9010 #           'IPSEC' and
9011 #           'TNL_4' and
9012 #           'IMIX' and
9013 #           '2T2C' and
9014 #           'NDRPDR'"
9015 #  parameters:
9016 #  - "throughput"
9017 #  - "name"
9018 #  - "tags"
9019 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9020 #  x-axis: "X = CNFs per Service Chain"
9021 #  y-axis: "Y = Number of Service Chains"
9022 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9023 #  layout:
9024 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9025 #    layout: "plot-service-density"
9026 #
9027 #- type: "plot"
9028 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9029 #  algorithm: "plot_nf_heatmap"
9030 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9031 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9032 #  filter: "'NIC_Intel-XL710' and
9033 #           'NF_DENSITY' and
9034 #           'DOCKER' and
9035 #           'CHAIN' and
9036 #           'NF_VPPIP4' and
9037 #           'IPSEC' and
9038 #           'TNL_4' and
9039 #           'IMIX' and
9040 #           '4T4C' and
9041 #           'NDRPDR'"
9042 #  parameters:
9043 #  - "throughput"
9044 #  - "name"
9045 #  - "tags"
9046 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9047 #  x-axis: "X = CNFs per Service Chain"
9048 #  y-axis: "Y = Number of Service Chains"
9049 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9050 #  layout:
9051 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9052 #    layout: "plot-service-density"
9053 #
9054 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9055 #- type: "plot"
9056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9057 #  algorithm: "plot_nf_heatmap"
9058 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9059 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9060 #  filter: "'NIC_Intel-XL710' and
9061 #           'NF_DENSITY' and
9062 #           'DOCKER' and
9063 #           'CHAIN' and
9064 #           'NF_VPPIP4' and
9065 #           'IPSEC' and
9066 #           'TNL_4' and
9067 #           'IMIX' and
9068 #           '1T1C' and
9069 #           'NDRPDR'"
9070 #  parameters:
9071 #  - "throughput"
9072 #  - "name"
9073 #  - "tags"
9074 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9075 #  x-axis: "X = CNFs per Service Chain"
9076 #  y-axis: "Y = Number of Service Chains"
9077 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9078 #  layout:
9079 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9080 #    layout: "plot-service-density"
9081 #
9082 #- type: "plot"
9083 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9084 #  algorithm: "plot_nf_heatmap"
9085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9086 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9087 #  filter: "'NIC_Intel-XL710' and
9088 #           'NF_DENSITY' and
9089 #           'DOCKER' and
9090 #           'CHAIN' and
9091 #           'NF_VPPIP4' and
9092 #           'IPSEC' and
9093 #           'TNL_4' and
9094 #           'IMIX' and
9095 #           '2T2C' and
9096 #           'NDRPDR'"
9097 #  parameters:
9098 #  - "throughput"
9099 #  - "name"
9100 #  - "tags"
9101 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9102 #  x-axis: "X = CNFs per Service Chain"
9103 #  y-axis: "Y = Number of Service Chains"
9104 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9105 #  layout:
9106 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9107 #    layout: "plot-service-density"
9108 #
9109 #- type: "plot"
9110 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9111 #  algorithm: "plot_nf_heatmap"
9112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9113 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9114 #  filter: "'NIC_Intel-XL710' and
9115 #           'NF_DENSITY' and
9116 #           'DOCKER' and
9117 #           'CHAIN' and
9118 #           'NF_VPPIP4' and
9119 #           'IPSEC' and
9120 #           'TNL_4' and
9121 #           'IMIX' and
9122 #           '4T4C' and
9123 #           'NDRPDR'"
9124 #  parameters:
9125 #  - "throughput"
9126 #  - "name"
9127 #  - "tags"
9128 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9129 #  x-axis: "X = CNFs per Service Chain"
9130 #  y-axis: "Y = Number of Service Chains"
9131 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9132 #  layout:
9133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9134 #    layout: "plot-service-density"
9135
9136 ###############################################################################
9137
9138 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9139 #- type: "plot"
9140 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9141 #  algorithm: "plot_nf_heatmap"
9142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9143 #  data: "plot-vpp-nfv-3n-skx-mrr"
9144 #  filter: "'NIC_Intel-XXV710' and
9145 #           'NF_DENSITY' and
9146 #           'DOCKER' and
9147 #           'CHAIN' and
9148 #           'NF_VPPIP4' and
9149 #           'IPSEC' and
9150 #           'TNL_1000' and
9151 #           'IMIX' and
9152 #           '2T1C' and
9153 #           'MRR'"
9154 #  parameters:
9155 #  - "result"
9156 #  - "name"
9157 #  - "tags"
9158 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9159 #  x-axis: "X = CNFs per Service Chain"
9160 #  y-axis: "Y = Number of Service Chains"
9161 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9162 #  layout:
9163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9164 #    layout: "plot-service-density"
9165 #
9166 #- type: "plot"
9167 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9168 #  algorithm: "plot_nf_heatmap"
9169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9170 #  data: "plot-vpp-nfv-3n-skx-mrr"
9171 #  filter: "'NIC_Intel-XXV710' and
9172 #           'NF_DENSITY' and
9173 #           'DOCKER' and
9174 #           'CHAIN' and
9175 #           'NF_VPPIP4' and
9176 #           'IPSEC' and
9177 #           'TNL_1000' and
9178 #           'IMIX' and
9179 #           '4T2C' and
9180 #           'MRR'"
9181 #  parameters:
9182 #  - "result"
9183 #  - "name"
9184 #  - "tags"
9185 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9186 #  x-axis: "X = CNFs per Service Chain"
9187 #  y-axis: "Y = Number of Service Chains"
9188 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9189 #  layout:
9190 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9191 #    layout: "plot-service-density"
9192 #
9193 #- type: "plot"
9194 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9195 #  algorithm: "plot_nf_heatmap"
9196 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9197 #  data: "plot-vpp-nfv-3n-skx-mrr"
9198 #  filter: "'NIC_Intel-XXV710' and
9199 #           'NF_DENSITY' and
9200 #           'DOCKER' and
9201 #           'CHAIN' and
9202 #           'NF_VPPIP4' and
9203 #           'IPSEC' and
9204 #           'TNL_1000' and
9205 #           'IMIX' and
9206 #           '8T4C' and
9207 #           'MRR'"
9208 #  parameters:
9209 #  - "result"
9210 #  - "name"
9211 #  - "tags"
9212 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9213 #  x-axis: "X = CNFs per Service Chain"
9214 #  y-axis: "Y = Number of Service Chains"
9215 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9216 #  layout:
9217 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9218 #    layout: "plot-service-density"
9219
9220 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9221 #- type: "plot"
9222 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9223 #  algorithm: "plot_nf_heatmap"
9224 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9225 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9226 #  filter: "'NIC_Intel-XXV710' and
9227 #           'NF_DENSITY' and
9228 #           'DOCKER' and
9229 #           'CHAIN' and
9230 #           'NF_VPPIP4' and
9231 #           'IPSEC' and
9232 #           'TNL_1000' and
9233 #           'IMIX' and
9234 #           '2T1C' and
9235 #           'NDRPDR'"
9236 #  parameters:
9237 #  - "throughput"
9238 #  - "name"
9239 #  - "tags"
9240 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9241 #  x-axis: "X = CNFs per Service Chain"
9242 #  y-axis: "Y = Number of Service Chains"
9243 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9244 #  layout:
9245 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9246 #    layout: "plot-service-density"
9247 #
9248 #- type: "plot"
9249 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9250 #  algorithm: "plot_nf_heatmap"
9251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9252 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9253 #  filter: "'NIC_Intel-XXV710' and
9254 #           'NF_DENSITY' and
9255 #           'DOCKER' and
9256 #           'CHAIN' and
9257 #           'NF_VPPIP4' and
9258 #           'IPSEC' and
9259 #           'TNL_1000' and
9260 #           'IMIX' and
9261 #           '4T2C' and
9262 #           'NDRPDR'"
9263 #  parameters:
9264 #  - "throughput"
9265 #  - "name"
9266 #  - "tags"
9267 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9268 #  x-axis: "X = CNFs per Service Chain"
9269 #  y-axis: "Y = Number of Service Chains"
9270 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9271 #  layout:
9272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9273 #    layout: "plot-service-density"
9274 #
9275 #- type: "plot"
9276 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9277 #  algorithm: "plot_nf_heatmap"
9278 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9279 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9280 #  filter: "'NIC_Intel-XXV710' and
9281 #           'NF_DENSITY' and
9282 #           'DOCKER' and
9283 #           'CHAIN' and
9284 #           'NF_VPPIP4' and
9285 #           'IPSEC' and
9286 #           'TNL_1000' and
9287 #           'IMIX' and
9288 #           '8T4C' and
9289 #           'NDRPDR'"
9290 #  parameters:
9291 #  - "throughput"
9292 #  - "name"
9293 #  - "tags"
9294 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9295 #  x-axis: "X = CNFs per Service Chain"
9296 #  y-axis: "Y = Number of Service Chains"
9297 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9298 #  layout:
9299 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9300 #    layout: "plot-service-density"
9301 #
9302 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9303 #- type: "plot"
9304 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9305 #  algorithm: "plot_nf_heatmap"
9306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9307 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9308 #  filter: "'NIC_Intel-XXV710' and
9309 #           'NF_DENSITY' and
9310 #           'DOCKER' and
9311 #           'CHAIN' and
9312 #           'NF_VPPIP4' and
9313 #           'IPSEC' and
9314 #           'TNL_1000' and
9315 #           'IMIX' and
9316 #           '2T1C' and
9317 #           'NDRPDR'"
9318 #  parameters:
9319 #  - "throughput"
9320 #  - "name"
9321 #  - "tags"
9322 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9323 #  x-axis: "X = CNFs per Service Chain"
9324 #  y-axis: "Y = Number of Service Chains"
9325 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9326 #  layout:
9327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9328 #    layout: "plot-service-density"
9329 #
9330 #- type: "plot"
9331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9332 #  algorithm: "plot_nf_heatmap"
9333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9334 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9335 #  filter: "'NIC_Intel-XXV710' and
9336 #           'NF_DENSITY' and
9337 #           'DOCKER' and
9338 #           'CHAIN' and
9339 #           'NF_VPPIP4' and
9340 #           'IPSEC' and
9341 #           'TNL_1000' and
9342 #           'IMIX' and
9343 #           '4T2C' and
9344 #           'NDRPDR'"
9345 #  parameters:
9346 #  - "throughput"
9347 #  - "name"
9348 #  - "tags"
9349 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9350 #  x-axis: "X = CNFs per Service Chain"
9351 #  y-axis: "Y = Number of Service Chains"
9352 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9353 #  layout:
9354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9355 #    layout: "plot-service-density"
9356 #
9357 #- type: "plot"
9358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9359 #  algorithm: "plot_nf_heatmap"
9360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9361 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9362 #  filter: "'NIC_Intel-XXV710' and
9363 #           'NF_DENSITY' and
9364 #           'DOCKER' and
9365 #           'CHAIN' and
9366 #           'NF_VPPIP4' and
9367 #           'IPSEC' and
9368 #           'TNL_1000' and
9369 #           'IMIX' and
9370 #           '8T4C' and
9371 #           'NDRPDR'"
9372 #  parameters:
9373 #  - "throughput"
9374 #  - "name"
9375 #  - "tags"
9376 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9377 #  x-axis: "X = CNFs per Service Chain"
9378 #  y-axis: "Y = Number of Service Chains"
9379 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9380 #  layout:
9381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9382 #    layout: "plot-service-density"
9383
9384 ###############################################################################
9385
9386 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9387 #- type: "plot"
9388 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9389 #  algorithm: "plot_nf_heatmap"
9390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9391 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9392 #  filter: "'NIC_Intel-XL710' and
9393 #           'NF_DENSITY' and
9394 #           'DOCKER' and
9395 #           'CHAIN' and
9396 #           'NF_VPPIP4' and
9397 #           'IMIX' and
9398 #           'TNL_1000' and
9399 #           '1T1C' and
9400 #           'MRR'"
9401 #  parameters:
9402 #  - "result"
9403 #  - "name"
9404 #  - "tags"
9405 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9406 #  x-axis: "X = CNFs per Service Chain"
9407 #  y-axis: "Y = Number of Service Chains"
9408 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9409 #  layout:
9410 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9411 #    layout: "plot-service-density"
9412 #
9413 #- type: "plot"
9414 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9415 #  algorithm: "plot_nf_heatmap"
9416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9417 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9418 #  filter: "'NIC_Intel-XL710' and
9419 #           'NF_DENSITY' and
9420 #           'DOCKER' and
9421 #           'CHAIN' and
9422 #           'NF_VPPIP4' and
9423 #           'IPSEC' and
9424 #           'TNL_1000' and
9425 #           'IMIX' and
9426 #           '2T2C' and
9427 #           'MRR'"
9428 #  parameters:
9429 #  - "result"
9430 #  - "name"
9431 #  - "tags"
9432 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9433 #  x-axis: "X = CNFs per Service Chain"
9434 #  y-axis: "Y = Number of Service Chains"
9435 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9436 #  layout:
9437 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9438 #    layout: "plot-service-density"
9439 #
9440 #- type: "plot"
9441 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9442 #  algorithm: "plot_nf_heatmap"
9443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9444 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9445 #  filter: "'NIC_Intel-XL710' and
9446 #           'NF_DENSITY' and
9447 #           'DOCKER' and
9448 #           'CHAIN' and
9449 #           'NF_VPPIP4' and
9450 #           'IPSEC' and
9451 #           'TNL_1000' and
9452 #           'IMIX' and
9453 #           '4T4C' and
9454 #           'MRR'"
9455 #  parameters:
9456 #  - "result"
9457 #  - "name"
9458 #  - "tags"
9459 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9460 #  x-axis: "X = CNFs per Service Chain"
9461 #  y-axis: "Y = Number of Service Chains"
9462 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9463 #  layout:
9464 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9465 #    layout: "plot-service-density"
9466
9467 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9468 #- type: "plot"
9469 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9470 #  algorithm: "plot_nf_heatmap"
9471 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9472 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9473 #  filter: "'NIC_Intel-XL710' and
9474 #           'NF_DENSITY' and
9475 #           'DOCKER' and
9476 #           'CHAIN' and
9477 #           'NF_VPPIP4' and
9478 #           'IPSEC' and
9479 #           'TNL_1000' and
9480 #           'IMIX' and
9481 #           '1T1C' and
9482 #           'NDRPDR'"
9483 #  parameters:
9484 #  - "throughput"
9485 #  - "name"
9486 #  - "tags"
9487 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9488 #  x-axis: "X = CNFs per Service Chain"
9489 #  y-axis: "Y = Number of Service Chains"
9490 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9491 #  layout:
9492 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9493 #    layout: "plot-service-density"
9494 #
9495 #- type: "plot"
9496 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9497 #  algorithm: "plot_nf_heatmap"
9498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9499 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9500 #  filter: "'NIC_Intel-XL710' and
9501 #           'NF_DENSITY' and
9502 #           'DOCKER' and
9503 #           'CHAIN' and
9504 #           'NF_VPPIP4' and
9505 #           'IPSEC' and
9506 #           'TNL_1000' and
9507 #           'IMIX' and
9508 #           '2T2C' and
9509 #           'NDRPDR'"
9510 #  parameters:
9511 #  - "throughput"
9512 #  - "name"
9513 #  - "tags"
9514 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9515 #  x-axis: "X = CNFs per Service Chain"
9516 #  y-axis: "Y = Number of Service Chains"
9517 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9518 #  layout:
9519 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9520 #    layout: "plot-service-density"
9521 #
9522 #- type: "plot"
9523 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9524 #  algorithm: "plot_nf_heatmap"
9525 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9526 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9527 #  filter: "'NIC_Intel-XL710' and
9528 #           'NF_DENSITY' and
9529 #           'DOCKER' and
9530 #           'CHAIN' and
9531 #           'NF_VPPIP4' and
9532 #           'IPSEC' and
9533 #           'TNL_1000' and
9534 #           'IMIX' and
9535 #           '4T4C' and
9536 #           'NDRPDR'"
9537 #  parameters:
9538 #  - "throughput"
9539 #  - "name"
9540 #  - "tags"
9541 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9542 #  x-axis: "X = CNFs per Service Chain"
9543 #  y-axis: "Y = Number of Service Chains"
9544 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9545 #  layout:
9546 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9547 #    layout: "plot-service-density"
9548 #
9549 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9550 #- type: "plot"
9551 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9552 #  algorithm: "plot_nf_heatmap"
9553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9554 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9555 #  filter: "'NIC_Intel-XL710' and
9556 #           'NF_DENSITY' and
9557 #           'DOCKER' and
9558 #           'CHAIN' and
9559 #           'NF_VPPIP4' and
9560 #           'IPSEC' and
9561 #           'TNL_1000' and
9562 #           'IMIX' and
9563 #           '1T1C' and
9564 #           'NDRPDR'"
9565 #  parameters:
9566 #  - "throughput"
9567 #  - "name"
9568 #  - "tags"
9569 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9570 #  x-axis: "X = CNFs per Service Chain"
9571 #  y-axis: "Y = Number of Service Chains"
9572 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9573 #  layout:
9574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9575 #    layout: "plot-service-density"
9576 #
9577 #- type: "plot"
9578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9579 #  algorithm: "plot_nf_heatmap"
9580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9581 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9582 #  filter: "'NIC_Intel-XL710' and
9583 #           'NF_DENSITY' and
9584 #           'DOCKER' and
9585 #           'CHAIN' and
9586 #           'NF_VPPIP4' and
9587 #           'IPSEC' and
9588 #           'TNL_1000' and
9589 #           'IMIX' and
9590 #           '2T2C' and
9591 #           'NDRPDR'"
9592 #  parameters:
9593 #  - "throughput"
9594 #  - "name"
9595 #  - "tags"
9596 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9597 #  x-axis: "X = CNFs per Service Chain"
9598 #  y-axis: "Y = Number of Service Chains"
9599 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9600 #  layout:
9601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9602 #    layout: "plot-service-density"
9603 #
9604 #- type: "plot"
9605 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9606 #  algorithm: "plot_nf_heatmap"
9607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9608 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9609 #  filter: "'NIC_Intel-XL710' and
9610 #           'NF_DENSITY' and
9611 #           'DOCKER' and
9612 #           'CHAIN' and
9613 #           'NF_VPPIP4' and
9614 #           'IPSEC' and
9615 #           'TNL_1000' and
9616 #           'IMIX' and
9617 #           '4T4C' and
9618 #           'NDRPDR'"
9619 #  parameters:
9620 #  - "throughput"
9621 #  - "name"
9622 #  - "tags"
9623 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9624 #  x-axis: "X = CNFs per Service Chain"
9625 #  y-axis: "Y = Number of Service Chains"
9626 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9627 #  layout:
9628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9629 #    layout: "plot-service-density"
9630
9631 ###############################################################################
9632
9633 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9634 #- type: "plot"
9635 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9636 #  algorithm: "plot_nf_heatmap"
9637 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9638 #  data: "plot-vpp-nfv-3n-skx-mrr"
9639 #  filter: "'NIC_Intel-XXV710' and
9640 #           'NF_DENSITY' and
9641 #           'DOCKER' and
9642 #           'CHAIN' and
9643 #           'NF_VPPIP4' and
9644 #           'IPSEC' and
9645 #           'TNL_10000' and
9646 #           'IMIX' and
9647 #           '2T1C' and
9648 #           'MRR'"
9649 #  parameters:
9650 #  - "result"
9651 #  - "name"
9652 #  - "tags"
9653 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9654 #  x-axis: "X = CNFs per Service Chain"
9655 #  y-axis: "Y = Number of Service Chains"
9656 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9657 #  layout:
9658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9659 #    layout: "plot-service-density"
9660 #
9661 #- type: "plot"
9662 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9663 #  algorithm: "plot_nf_heatmap"
9664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9665 #  data: "plot-vpp-nfv-3n-skx-mrr"
9666 #  filter: "'NIC_Intel-XXV710' and
9667 #           'NF_DENSITY' and
9668 #           'DOCKER' and
9669 #           'CHAIN' and
9670 #           'NF_VPPIP4' and
9671 #           'IPSEC' and
9672 #           'TNL_10000' and
9673 #           'IMIX' and
9674 #           '4T2C' and
9675 #           'MRR'"
9676 #  parameters:
9677 #  - "result"
9678 #  - "name"
9679 #  - "tags"
9680 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9681 #  x-axis: "X = CNFs per Service Chain"
9682 #  y-axis: "Y = Number of Service Chains"
9683 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9684 #  layout:
9685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9686 #    layout: "plot-service-density"
9687 #
9688 #- type: "plot"
9689 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9690 #  algorithm: "plot_nf_heatmap"
9691 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9692 #  data: "plot-vpp-nfv-3n-skx-mrr"
9693 #  filter: "'NIC_Intel-XXV710' and
9694 #           'NF_DENSITY' and
9695 #           'DOCKER' and
9696 #           'CHAIN' and
9697 #           'NF_VPPIP4' and
9698 #           'IPSEC' and
9699 #           'TNL_10000' and
9700 #           'IMIX' and
9701 #           '8T4C' and
9702 #           'MRR'"
9703 #  parameters:
9704 #  - "result"
9705 #  - "name"
9706 #  - "tags"
9707 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9708 #  x-axis: "X = CNFs per Service Chain"
9709 #  y-axis: "Y = Number of Service Chains"
9710 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9711 #  layout:
9712 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9713 #    layout: "plot-service-density"
9714
9715 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9716 #- type: "plot"
9717 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9718 #  algorithm: "plot_nf_heatmap"
9719 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9720 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9721 #  filter: "'NIC_Intel-XXV710' and
9722 #           'NF_DENSITY' and
9723 #           'DOCKER' and
9724 #           'CHAIN' and
9725 #           'NF_VPPIP4' and
9726 #           'IPSEC' and
9727 #           'TNL_10000' and
9728 #           'IMIX' and
9729 #           '2T1C' and
9730 #           'NDRPDR'"
9731 #  parameters:
9732 #  - "throughput"
9733 #  - "name"
9734 #  - "tags"
9735 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9736 #  x-axis: "X = CNFs per Service Chain"
9737 #  y-axis: "Y = Number of Service Chains"
9738 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9739 #  layout:
9740 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9741 #    layout: "plot-service-density"
9742 #
9743 #- type: "plot"
9744 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9745 #  algorithm: "plot_nf_heatmap"
9746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9747 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9748 #  filter: "'NIC_Intel-XXV710' and
9749 #           'NF_DENSITY' and
9750 #           'DOCKER' and
9751 #           'CHAIN' and
9752 #           'NF_VPPIP4' and
9753 #           'IPSEC' and
9754 #           'TNL_10000' and
9755 #           'IMIX' and
9756 #           '4T2C' and
9757 #           'NDRPDR'"
9758 #  parameters:
9759 #  - "throughput"
9760 #  - "name"
9761 #  - "tags"
9762 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9763 #  x-axis: "X = CNFs per Service Chain"
9764 #  y-axis: "Y = Number of Service Chains"
9765 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9766 #  layout:
9767 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9768 #    layout: "plot-service-density"
9769 #
9770 #- type: "plot"
9771 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9772 #  algorithm: "plot_nf_heatmap"
9773 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9774 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9775 #  filter: "'NIC_Intel-XXV710' and
9776 #           'NF_DENSITY' and
9777 #           'DOCKER' and
9778 #           'CHAIN' and
9779 #           'NF_VPPIP4' and
9780 #           'IPSEC' and
9781 #           'TNL_10000' and
9782 #           'IMIX' and
9783 #           '8T4C' and
9784 #           'NDRPDR'"
9785 #  parameters:
9786 #  - "throughput"
9787 #  - "name"
9788 #  - "tags"
9789 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9790 #  x-axis: "X = CNFs per Service Chain"
9791 #  y-axis: "Y = Number of Service Chains"
9792 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9793 #  layout:
9794 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9795 #    layout: "plot-service-density"
9796 #
9797 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9798 #- type: "plot"
9799 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9800 #  algorithm: "plot_nf_heatmap"
9801 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9802 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9803 #  filter: "'NIC_Intel-XXV710' and
9804 #           'NF_DENSITY' and
9805 #           'DOCKER' and
9806 #           'CHAIN' and
9807 #           'NF_VPPIP4' and
9808 #           'IPSEC' and
9809 #           'TNL_10000' and
9810 #           'IMIX' and
9811 #           '2T1C' and
9812 #           'NDRPDR'"
9813 #  parameters:
9814 #  - "throughput"
9815 #  - "name"
9816 #  - "tags"
9817 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9818 #  x-axis: "X = CNFs per Service Chain"
9819 #  y-axis: "Y = Number of Service Chains"
9820 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9821 #  layout:
9822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9823 #    layout: "plot-service-density"
9824 #
9825 #- type: "plot"
9826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9827 #  algorithm: "plot_nf_heatmap"
9828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9829 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9830 #  filter: "'NIC_Intel-XXV710' and
9831 #           'NF_DENSITY' and
9832 #           'DOCKER' and
9833 #           'CHAIN' and
9834 #           'NF_VPPIP4' and
9835 #           'IPSEC' and
9836 #           'TNL_10000' and
9837 #           'IMIX' and
9838 #           '4T2C' and
9839 #           'NDRPDR'"
9840 #  parameters:
9841 #  - "throughput"
9842 #  - "name"
9843 #  - "tags"
9844 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9845 #  x-axis: "X = CNFs per Service Chain"
9846 #  y-axis: "Y = Number of Service Chains"
9847 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9848 #  layout:
9849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9850 #    layout: "plot-service-density"
9851 #
9852 #- type: "plot"
9853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9854 #  algorithm: "plot_nf_heatmap"
9855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9856 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9857 #  filter: "'NIC_Intel-XXV710' and
9858 #           'NF_DENSITY' and
9859 #           'DOCKER' and
9860 #           'CHAIN' and
9861 #           'NF_VPPIP4' and
9862 #           'IPSEC' and
9863 #           'TNL_10000' and
9864 #           'IMIX' and
9865 #           '8T4C' and
9866 #           'NDRPDR'"
9867 #  parameters:
9868 #  - "throughput"
9869 #  - "name"
9870 #  - "tags"
9871 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9872 #  x-axis: "X = CNFs per Service Chain"
9873 #  y-axis: "Y = Number of Service Chains"
9874 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9875 #  layout:
9876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9877 #    layout: "plot-service-density"
9878
9879 ###############################################################################
9880
9881 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9882 #- type: "plot"
9883 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9884 #  algorithm: "plot_nf_heatmap"
9885 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9886 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9887 #  filter: "'NIC_Intel-XL710' and
9888 #           'NF_DENSITY' and
9889 #           'DOCKER' and
9890 #           'CHAIN' and
9891 #           'NF_VPPIP4' and
9892 #           'IMIX' and
9893 #           'TNL_10000' and
9894 #           '1T1C' and
9895 #           'MRR'"
9896 #  parameters:
9897 #  - "result"
9898 #  - "name"
9899 #  - "tags"
9900 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9901 #  x-axis: "X = CNFs per Service Chain"
9902 #  y-axis: "Y = Number of Service Chains"
9903 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9904 #  layout:
9905 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9906 #    layout: "plot-service-density"
9907 #
9908 #- type: "plot"
9909 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9910 #  algorithm: "plot_nf_heatmap"
9911 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9912 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9913 #  filter: "'NIC_Intel-XL710' and
9914 #           'NF_DENSITY' and
9915 #           'DOCKER' and
9916 #           'CHAIN' and
9917 #           'NF_VPPIP4' and
9918 #           'IPSEC' and
9919 #           'TNL_10000' and
9920 #           'IMIX' and
9921 #           '2T2C' and
9922 #           'MRR'"
9923 #  parameters:
9924 #  - "result"
9925 #  - "name"
9926 #  - "tags"
9927 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9928 #  x-axis: "X = CNFs per Service Chain"
9929 #  y-axis: "Y = Number of Service Chains"
9930 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9931 #  layout:
9932 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9933 #    layout: "plot-service-density"
9934 #
9935 #- type: "plot"
9936 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9937 #  algorithm: "plot_nf_heatmap"
9938 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9939 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9940 #  filter: "'NIC_Intel-XL710' and
9941 #           'NF_DENSITY' and
9942 #           'DOCKER' and
9943 #           'CHAIN' and
9944 #           'NF_VPPIP4' and
9945 #           'IPSEC' and
9946 #           'TNL_10000' and
9947 #           'IMIX' and
9948 #           '4T4C' and
9949 #           'MRR'"
9950 #  parameters:
9951 #  - "result"
9952 #  - "name"
9953 #  - "tags"
9954 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9955 #  x-axis: "X = CNFs per Service Chain"
9956 #  y-axis: "Y = Number of Service Chains"
9957 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9958 #  layout:
9959 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9960 #    layout: "plot-service-density"
9961
9962 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9963 #- type: "plot"
9964 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9965 #  algorithm: "plot_nf_heatmap"
9966 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9967 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9968 #  filter: "'NIC_Intel-XL710' and
9969 #           'NF_DENSITY' and
9970 #           'DOCKER' and
9971 #           'CHAIN' and
9972 #           'NF_VPPIP4' and
9973 #           'IPSEC' and
9974 #           'TNL_10000' and
9975 #           'IMIX' and
9976 #           '1T1C' and
9977 #           'NDRPDR'"
9978 #  parameters:
9979 #  - "throughput"
9980 #  - "name"
9981 #  - "tags"
9982 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9983 #  x-axis: "X = CNFs per Service Chain"
9984 #  y-axis: "Y = Number of Service Chains"
9985 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9986 #  layout:
9987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9988 #    layout: "plot-service-density"
9989 #
9990 #- type: "plot"
9991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9992 #  algorithm: "plot_nf_heatmap"
9993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9994 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9995 #  filter: "'NIC_Intel-XL710' and
9996 #           'NF_DENSITY' and
9997 #           'DOCKER' and
9998 #           'CHAIN' and
9999 #           'NF_VPPIP4' and
10000 #           'IPSEC' and
10001 #           'TNL_10000' and
10002 #           'IMIX' and
10003 #           '2T2C' and
10004 #           'NDRPDR'"
10005 #  parameters:
10006 #  - "throughput"
10007 #  - "name"
10008 #  - "tags"
10009 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10010 #  x-axis: "X = CNFs per Service Chain"
10011 #  y-axis: "Y = Number of Service Chains"
10012 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10013 #  layout:
10014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10015 #    layout: "plot-service-density"
10016 #
10017 #- type: "plot"
10018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10019 #  algorithm: "plot_nf_heatmap"
10020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10021 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10022 #  filter: "'NIC_Intel-XL710' and
10023 #           'NF_DENSITY' and
10024 #           'DOCKER' and
10025 #           'CHAIN' and
10026 #           'NF_VPPIP4' and
10027 #           'IPSEC' and
10028 #           'TNL_10000' and
10029 #           'IMIX' and
10030 #           '4T4C' and
10031 #           'NDRPDR'"
10032 #  parameters:
10033 #  - "throughput"
10034 #  - "name"
10035 #  - "tags"
10036 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10037 #  x-axis: "X = CNFs per Service Chain"
10038 #  y-axis: "Y = Number of Service Chains"
10039 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10040 #  layout:
10041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10042 #    layout: "plot-service-density"
10043 #
10044 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10045 #- type: "plot"
10046 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10047 #  algorithm: "plot_nf_heatmap"
10048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10049 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10050 #  filter: "'NIC_Intel-XL710' and
10051 #           'NF_DENSITY' and
10052 #           'DOCKER' and
10053 #           'CHAIN' and
10054 #           'NF_VPPIP4' and
10055 #           'IPSEC' and
10056 #           'TNL_10000' and
10057 #           'IMIX' and
10058 #           '1T1C' and
10059 #           'NDRPDR'"
10060 #  parameters:
10061 #  - "throughput"
10062 #  - "name"
10063 #  - "tags"
10064 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10065 #  x-axis: "X = CNFs per Service Chain"
10066 #  y-axis: "Y = Number of Service Chains"
10067 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10068 #  layout:
10069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10070 #    layout: "plot-service-density"
10071 #
10072 #- type: "plot"
10073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10074 #  algorithm: "plot_nf_heatmap"
10075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10076 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10077 #  filter: "'NIC_Intel-XL710' and
10078 #           'NF_DENSITY' and
10079 #           'DOCKER' and
10080 #           'CHAIN' and
10081 #           'NF_VPPIP4' and
10082 #           'IPSEC' and
10083 #           'TNL_10000' and
10084 #           'IMIX' and
10085 #           '2T2C' and
10086 #           'NDRPDR'"
10087 #  parameters:
10088 #  - "throughput"
10089 #  - "name"
10090 #  - "tags"
10091 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10092 #  x-axis: "X = CNFs per Service Chain"
10093 #  y-axis: "Y = Number of Service Chains"
10094 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10095 #  layout:
10096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10097 #    layout: "plot-service-density"
10098 #
10099 #- type: "plot"
10100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10101 #  algorithm: "plot_nf_heatmap"
10102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10103 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10104 #  filter: "'NIC_Intel-XL710' and
10105 #           'NF_DENSITY' and
10106 #           'DOCKER' and
10107 #           'CHAIN' and
10108 #           'NF_VPPIP4' and
10109 #           'IPSEC' and
10110 #           'TNL_10000' and
10111 #           'IMIX' and
10112 #           '4T4C' and
10113 #           'NDRPDR'"
10114 #  parameters:
10115 #  - "throughput"
10116 #  - "name"
10117 #  - "tags"
10118 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10119 #  x-axis: "X = CNFs per Service Chain"
10120 #  y-axis: "Y = Number of Service Chains"
10121 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10122 #  layout:
10123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10124 #    layout: "plot-service-density"
10125
10126 ###############################################################################
10127
10128 # Plots - NF Density - CSP - MRR IMIX
10129 - type: "plot"
10130   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10131   algorithm: "plot_nf_heatmap"
10132   output-file-type: ".html"
10133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10134   data: "plot-vpp-nfv-2n-skx-mrr"
10135   filter: "'NIC_Intel-XXV710' and
10136            'NF_DENSITY' and
10137            'DOCKER' and
10138            'PIPELINE' and
10139            'NF_VPPIP4' and
10140            'IMIX' and
10141            '2T1C' and
10142            'MRR'"
10143   parameters:
10144   - "result"
10145   - "name"
10146   - "tags"
10147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10148   x-axis: "X = CNFs per Service Pipeline"
10149   y-axis: "Y = Number of Service Pipelines"
10150   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10151   layout:
10152     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10153     layout: "plot-service-density"
10154
10155 - type: "plot"
10156   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10157   algorithm: "plot_nf_heatmap"
10158   output-file-type: ".html"
10159   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10160   data: "plot-vpp-nfv-2n-skx-mrr"
10161   filter: "'NIC_Intel-XXV710' and
10162            'NF_DENSITY' and
10163            'DOCKER' and
10164            'PIPELINE' and
10165            'NF_VPPIP4' and
10166            'IMIX' and
10167            '4T2C' and
10168            'MRR'"
10169   parameters:
10170   - "result"
10171   - "name"
10172   - "tags"
10173   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10174   x-axis: "X = CNFs per Service Pipeline"
10175   y-axis: "Y = Number of Service Pipelines"
10176   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10177   layout:
10178     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10179     layout: "plot-service-density"
10180
10181 - type: "plot"
10182   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10183   algorithm: "plot_nf_heatmap"
10184   output-file-type: ".html"
10185   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10186   data: "plot-vpp-nfv-2n-skx-mrr"
10187   filter: "'NIC_Intel-XXV710' and
10188            'NF_DENSITY' and
10189            'DOCKER' and
10190            'PIPELINE' and
10191            'NF_VPPIP4' and
10192            'IMIX' and
10193            '8T4C' and
10194            'MRR'"
10195   parameters:
10196   - "result"
10197   - "name"
10198   - "tags"
10199   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10200   x-axis: "X = CNFs per Service Pipeline"
10201   y-axis: "Y = Number of Service Pipelines"
10202   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10203   layout:
10204     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10205     layout: "plot-service-density"
10206
10207 # Plots - NF Density - CSP - NDR IMIX
10208 - type: "plot"
10209   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10210   algorithm: "plot_nf_heatmap"
10211   output-file-type: ".html"
10212   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10213   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10214   filter: "'NIC_Intel-XXV710' and
10215            'NF_DENSITY' and
10216            'DOCKER' and
10217            'PIPELINE' and
10218            'NF_VPPIP4' and
10219            'IMIX' and
10220            '2T1C' and
10221            'NDRPDR'"
10222   parameters:
10223   - "throughput"
10224   - "name"
10225   - "tags"
10226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10227   x-axis: "X = CNFs per Service Pipeline"
10228   y-axis: "Y = Number of Service Pipelines"
10229   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10230   layout:
10231     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10232     layout: "plot-service-density"
10233
10234 - type: "plot"
10235   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10236   algorithm: "plot_nf_heatmap"
10237   output-file-type: ".html"
10238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10239   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10240   filter: "'NIC_Intel-XXV710' and
10241            'NF_DENSITY' and
10242            'DOCKER' and
10243            'PIPELINE' and
10244            'NF_VPPIP4' and
10245            'IMIX' and
10246            '4T2C' and
10247            'NDRPDR'"
10248   parameters:
10249   - "throughput"
10250   - "name"
10251   - "tags"
10252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10253   x-axis: "X = CNFs per Service Pipeline"
10254   y-axis: "Y = Number of Service Pipelines"
10255   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10256   layout:
10257     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10258     layout: "plot-service-density"
10259
10260 - type: "plot"
10261   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10262   algorithm: "plot_nf_heatmap"
10263   output-file-type: ".html"
10264   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10265   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10266   filter: "'NIC_Intel-XXV710' and
10267            'NF_DENSITY' and
10268            'DOCKER' and
10269            'PIPELINE' and
10270            'NF_VPPIP4' and
10271            'IMIX' and
10272            '8T4C' and
10273            'NDRPDR'"
10274   parameters:
10275   - "throughput"
10276   - "name"
10277   - "tags"
10278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10279   x-axis: "X = CNFs per Service Pipeline"
10280   y-axis: "Y = Number of Service Pipelines"
10281   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10282   layout:
10283     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10284     layout: "plot-service-density"
10285
10286 # Plots - NF Density - CSP - PDR IMIX
10287 - type: "plot"
10288   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10289   algorithm: "plot_nf_heatmap"
10290   output-file-type: ".html"
10291   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10292   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10293   filter: "'NIC_Intel-XXV710' and
10294            'NF_DENSITY' and
10295            'DOCKER' and
10296            'PIPELINE' and
10297            'NF_VPPIP4' and
10298            'IMIX' and
10299            '2T1C' and
10300            'NDRPDR'"
10301   parameters:
10302   - "throughput"
10303   - "name"
10304   - "tags"
10305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10306   x-axis: "X = CNFs per Service Pipeline"
10307   y-axis: "Y = Number of Service Pipelines"
10308   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10309   layout:
10310     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10311     layout: "plot-service-density"
10312
10313 - type: "plot"
10314   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10315   algorithm: "plot_nf_heatmap"
10316   output-file-type: ".html"
10317   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10318   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10319   filter: "'NIC_Intel-XXV710' and
10320            'NF_DENSITY' and
10321            'DOCKER' and
10322            'PIPELINE' and
10323            'NF_VPPIP4' and
10324            'IMIX' and
10325            '4T2C' and
10326            'NDRPDR'"
10327   parameters:
10328   - "throughput"
10329   - "name"
10330   - "tags"
10331   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10332   x-axis: "X = CNFs per Service Pipeline"
10333   y-axis: "Y = Number of Service Pipelines"
10334   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10335   layout:
10336     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10337     layout: "plot-service-density"
10338
10339 - type: "plot"
10340   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10341   algorithm: "plot_nf_heatmap"
10342   output-file-type: ".html"
10343   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10344   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10345   filter: "'NIC_Intel-XXV710' and
10346            'NF_DENSITY' and
10347            'DOCKER' and
10348            'PIPELINE' and
10349            'NF_VPPIP4' and
10350            'IMIX' and
10351            '8T4C' and
10352            'NDRPDR'"
10353   parameters:
10354   - "throughput"
10355   - "name"
10356   - "tags"
10357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10358   x-axis: "X = CNFs per Service Pipeline"
10359   y-axis: "Y = Number of Service Pipelines"
10360   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10361   layout:
10362     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10363     layout: "plot-service-density"
10364
10365 ###############################################################################
10366 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10367
10368 - type: "plot"
10369   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10370   algorithm: "plot_nf_heatmap"
10371   output-file-type: ".html"
10372   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10373   data: "plot-vpp-nfv-2n-clx-mrr"
10374   filter: "'NIC_Intel-XXV710' and
10375            'NF_DENSITY' and
10376            'VHOST' and
10377            not 'VXLAN' and
10378            'CHAIN' and
10379            'NF_VPPIP4' and
10380            'IMIX' and
10381            '2T1C' and
10382            'MRR'"
10383   parameters:
10384   - "result"
10385   - "name"
10386   - "tags"
10387   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10388   x-axis: "X = VNFs per Service Chain"
10389   y-axis: "Y = Number of Service Chains"
10390   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10391   layout:
10392     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10393     layout: "plot-service-density"
10394
10395 - type: "plot"
10396   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10397   algorithm: "plot_nf_heatmap"
10398   output-file-type: ".html"
10399   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10400   data: "plot-vpp-nfv-2n-clx-mrr"
10401   filter: "'NIC_Intel-XXV710' and
10402            'NF_DENSITY' and
10403            'VHOST' and
10404            not 'VXLAN' and
10405            'CHAIN' and
10406            'NF_VPPIP4' and
10407            'IMIX' and
10408            '4T2C' and
10409            'MRR'"
10410   parameters:
10411   - "result"
10412   - "name"
10413   - "tags"
10414   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10415   x-axis: "X = VNFs per Service Chain"
10416   y-axis: "Y = Number of Service Chains"
10417   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10418   layout:
10419     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10420     layout: "plot-service-density"
10421
10422 - type: "plot"
10423   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10424   algorithm: "plot_nf_heatmap"
10425   output-file-type: ".html"
10426   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10427   data: "plot-vpp-nfv-2n-clx-mrr"
10428   filter: "'NIC_Intel-XXV710' and
10429            'NF_DENSITY' and
10430            'VHOST' and
10431            not 'VXLAN' and
10432            'CHAIN' and
10433            'NF_VPPIP4' and
10434            'IMIX' and
10435            '8T4C' and
10436            'MRR'"
10437   parameters:
10438   - "result"
10439   - "name"
10440   - "tags"
10441   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10442   x-axis: "X = VNFs per Service Chain"
10443   y-axis: "Y = Number of Service Chains"
10444   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10445   layout:
10446     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10447     layout: "plot-service-density"
10448
10449 # Plots - NF Density - VSC - NDR IMIX
10450 - type: "plot"
10451   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10452   algorithm: "plot_nf_heatmap"
10453   output-file-type: ".html"
10454   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10455   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10456   filter: "'NIC_Intel-XXV710' and
10457            'NF_DENSITY' and
10458            'VHOST' and
10459            not 'VXLAN' and
10460            'CHAIN' and
10461            'NF_VPPIP4' and
10462            'IMIX' and
10463            '2T1C' and
10464            'NDRPDR'"
10465   parameters:
10466   - "throughput"
10467   - "name"
10468   - "tags"
10469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10470   x-axis: "X = VNFs per Service Chain"
10471   y-axis: "Y = Number of Service Chains"
10472   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10473   layout:
10474     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10475     layout: "plot-service-density"
10476
10477 - type: "plot"
10478   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10479   algorithm: "plot_nf_heatmap"
10480   output-file-type: ".html"
10481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10482   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10483   filter: "'NIC_Intel-XXV710' and
10484            'NF_DENSITY' and
10485            'VHOST' and
10486            not 'VXLAN' and
10487            'CHAIN' and
10488            'NF_VPPIP4' and
10489            'IMIX' and
10490            '4T2C' and
10491            'NDRPDR'"
10492   parameters:
10493   - "throughput"
10494   - "name"
10495   - "tags"
10496   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10497   x-axis: "X = VNFs per Service Chain"
10498   y-axis: "Y = Number of Service Chains"
10499   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10500   layout:
10501     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10502     layout: "plot-service-density"
10503
10504 - type: "plot"
10505   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10506   algorithm: "plot_nf_heatmap"
10507   output-file-type: ".html"
10508   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10509   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10510   filter: "'NIC_Intel-XXV710' and
10511            'NF_DENSITY' and
10512            'VHOST' and
10513            not 'VXLAN' and
10514            'CHAIN' and
10515            'NF_VPPIP4' and
10516            'IMIX' and
10517            '8T4C' and
10518            'NDRPDR'"
10519   parameters:
10520   - "throughput"
10521   - "name"
10522   - "tags"
10523   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10524   x-axis: "X = VNFs per Service Chain"
10525   y-axis: "Y = Number of Service Chains"
10526   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10527   layout:
10528     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10529     layout: "plot-service-density"
10530
10531 # Plots - NF Density - VSC - PDR IMIX
10532 - type: "plot"
10533   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10534   algorithm: "plot_nf_heatmap"
10535   output-file-type: ".html"
10536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10537   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10538   filter: "'NIC_Intel-XXV710' and
10539            'NF_DENSITY' and
10540            'VHOST' and
10541            not 'VXLAN' and
10542            'CHAIN' and
10543            'NF_VPPIP4' and
10544            'IMIX' and
10545            '2T1C' and
10546            'NDRPDR'"
10547   parameters:
10548   - "throughput"
10549   - "name"
10550   - "tags"
10551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10552   x-axis: "X = VNFs per Service Chain"
10553   y-axis: "Y = Number of Service Chains"
10554   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10555   layout:
10556     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10557     layout: "plot-service-density"
10558
10559 - type: "plot"
10560   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10561   algorithm: "plot_nf_heatmap"
10562   output-file-type: ".html"
10563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10564   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10565   filter: "'NIC_Intel-XXV710' and
10566            'NF_DENSITY' and
10567            'VHOST' and
10568            not 'VXLAN' and
10569            'CHAIN' and
10570            'NF_VPPIP4' and
10571            'IMIX' and
10572            '4T2C' and
10573            'NDRPDR'"
10574   parameters:
10575   - "throughput"
10576   - "name"
10577   - "tags"
10578   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10579   x-axis: "X = VNFs per Service Chain"
10580   y-axis: "Y = Number of Service Chains"
10581   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10582   layout:
10583     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10584     layout: "plot-service-density"
10585
10586 - type: "plot"
10587   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10588   algorithm: "plot_nf_heatmap"
10589   output-file-type: ".html"
10590   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10591   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10592   filter: "'NIC_Intel-XXV710' and
10593            'NF_DENSITY' and
10594            'VHOST' and
10595            not 'VXLAN' and
10596            'CHAIN' and
10597            'NF_VPPIP4' and
10598            'IMIX' and
10599            '8T4C' and
10600            'NDRPDR'"
10601   parameters:
10602   - "throughput"
10603   - "name"
10604   - "tags"
10605   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10606   x-axis: "X = VNFs per Service Chain"
10607   y-axis: "Y = Number of Service Chains"
10608   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10609   layout:
10610     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10611     layout: "plot-service-density"
10612
10613 # Plots - NF Density - VSC - MRR IMIX
10614 - type: "plot"
10615   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10616   algorithm: "plot_nf_heatmap"
10617   output-file-type: ".html"
10618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10619   data: "plot-vpp-nfv-2n-clx-mrr"
10620   filter: "'NIC_Intel-XXV710' and
10621            'NF_DENSITY' and
10622            'VHOST' and
10623            'VXLAN' and
10624            'CHAIN' and
10625            'IMIX' and
10626            '2T1C' and
10627            'MRR'"
10628   parameters:
10629   - "result"
10630   - "name"
10631   - "tags"
10632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10633   x-axis: "X = VNFs per Service Chain"
10634   y-axis: "Y = Number of Service Chains"
10635   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10636   layout:
10637     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10638     layout: "plot-service-density"
10639
10640 - type: "plot"
10641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10642   algorithm: "plot_nf_heatmap"
10643   output-file-type: ".html"
10644   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10645   data: "plot-vpp-nfv-2n-clx-mrr"
10646   filter: "'NIC_Intel-XXV710' and
10647            'NF_DENSITY' and
10648            'VHOST' and
10649            'VXLAN' and
10650            'CHAIN' and
10651            'IMIX' and
10652            '4T2C' and
10653            'MRR'"
10654   parameters:
10655   - "result"
10656   - "name"
10657   - "tags"
10658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10659   x-axis: "X = VNFs per Service Chain"
10660   y-axis: "Y = Number of Service Chains"
10661   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10662   layout:
10663     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10664     layout: "plot-service-density"
10665
10666 - type: "plot"
10667   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10668   algorithm: "plot_nf_heatmap"
10669   output-file-type: ".html"
10670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10671   data: "plot-vpp-nfv-2n-clx-mrr"
10672   filter: "'NIC_Intel-XXV710' and
10673            'NF_DENSITY' and
10674            'VHOST' and
10675            'VXLAN' and
10676            'CHAIN' and
10677            'IMIX' and
10678            '8T4C' and
10679            'MRR'"
10680   parameters:
10681   - "result"
10682   - "name"
10683   - "tags"
10684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10685   x-axis: "X = VNFs per Service Chain"
10686   y-axis: "Y = Number of Service Chains"
10687   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10688   layout:
10689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10690     layout: "plot-service-density"
10691
10692 # Plots - NF Density - VSC - NDR IMIX
10693 - type: "plot"
10694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10695   algorithm: "plot_nf_heatmap"
10696   output-file-type: ".html"
10697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10698   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10699   filter: "'NIC_Intel-XXV710' and
10700            'NF_DENSITY' and
10701            'VHOST' and
10702            'VXLAN' and
10703            'CHAIN' and
10704            'IMIX' and
10705            '2T1C' and
10706            'NDRPDR'"
10707   parameters:
10708   - "throughput"
10709   - "name"
10710   - "tags"
10711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10712   x-axis: "X = VNFs per Service Chain"
10713   y-axis: "Y = Number of Service Chains"
10714   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10715   layout:
10716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10717     layout: "plot-service-density"
10718
10719 - type: "plot"
10720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10721   algorithm: "plot_nf_heatmap"
10722   output-file-type: ".html"
10723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10724   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10725   filter: "'NIC_Intel-XXV710' and
10726            'NF_DENSITY' and
10727            'VHOST' and
10728            'VXLAN' and
10729            'CHAIN' and
10730            'IMIX' and
10731            '4T2C' and
10732            'NDRPDR'"
10733   parameters:
10734   - "throughput"
10735   - "name"
10736   - "tags"
10737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10738   x-axis: "X = VNFs per Service Chain"
10739   y-axis: "Y = Number of Service Chains"
10740   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10741   layout:
10742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10743     layout: "plot-service-density"
10744
10745 - type: "plot"
10746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10747   algorithm: "plot_nf_heatmap"
10748   output-file-type: ".html"
10749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10750   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10751   filter: "'NIC_Intel-XXV710' and
10752            'NF_DENSITY' and
10753            'VHOST' and
10754            'VXLAN' and
10755            'CHAIN' and
10756            'IMIX' and
10757            '8T4C' and
10758            'NDRPDR'"
10759   parameters:
10760   - "throughput"
10761   - "name"
10762   - "tags"
10763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10764   x-axis: "X = VNFs per Service Chain"
10765   y-axis: "Y = Number of Service Chains"
10766   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10767   layout:
10768     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10769     layout: "plot-service-density"
10770
10771 # Plots - NF Density - VSC - PDR IMIX
10772 - type: "plot"
10773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10774   algorithm: "plot_nf_heatmap"
10775   output-file-type: ".html"
10776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10777   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10778   filter: "'NIC_Intel-XXV710' and
10779            'NF_DENSITY' and
10780            'VHOST' and
10781            'VXLAN' and
10782            'CHAIN' and
10783            'IMIX' and
10784            '2T1C' and
10785            'NDRPDR'"
10786   parameters:
10787   - "throughput"
10788   - "name"
10789   - "tags"
10790   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10791   x-axis: "X = VNFs per Service Chain"
10792   y-axis: "Y = Number of Service Chains"
10793   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10794   layout:
10795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10796     layout: "plot-service-density"
10797
10798 - type: "plot"
10799   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10800   algorithm: "plot_nf_heatmap"
10801   output-file-type: ".html"
10802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10803   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10804   filter: "'NIC_Intel-XXV710' and
10805            'NF_DENSITY' and
10806            'VHOST' and
10807            'VXLAN' and
10808            'CHAIN' and
10809            'IMIX' and
10810            '4T2C' and
10811            'NDRPDR'"
10812   parameters:
10813   - "throughput"
10814   - "name"
10815   - "tags"
10816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10817   x-axis: "X = VNFs per Service Chain"
10818   y-axis: "Y = Number of Service Chains"
10819   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10820   layout:
10821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10822     layout: "plot-service-density"
10823
10824 - type: "plot"
10825   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10826   algorithm: "plot_nf_heatmap"
10827   output-file-type: ".html"
10828   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10829   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10830   filter: "'NIC_Intel-XXV710' and
10831            'NF_DENSITY' and
10832            'VHOST' and
10833            'VXLAN' and
10834            'CHAIN' and
10835            'IMIX' and
10836            '8T4C' and
10837            'NDRPDR'"
10838   parameters:
10839   - "throughput"
10840   - "name"
10841   - "tags"
10842   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10843   x-axis: "X = VNFs per Service Chain"
10844   y-axis: "Y = Number of Service Chains"
10845   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10846   layout:
10847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10848     layout: "plot-service-density"
10849
10850 # Plots - NF Density - CSC - MRR IMIX
10851 - type: "plot"
10852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10853   algorithm: "plot_nf_heatmap"
10854   output-file-type: ".html"
10855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10856   data: "plot-vpp-nfv-2n-clx-mrr"
10857   filter: "'NIC_Intel-XXV710' and
10858            'NF_DENSITY' and
10859            'DOCKER' and
10860            'CHAIN' and
10861            'NF_VPPIP4' and
10862            'IMIX' and
10863            '2T1C' and
10864            'MRR'"
10865   parameters:
10866   - "result"
10867   - "name"
10868   - "tags"
10869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10870   x-axis: "X = CNFs per Service Chain"
10871   y-axis: "Y = Number of Service Chains"
10872   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10873   layout:
10874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10875     layout: "plot-service-density"
10876
10877 - type: "plot"
10878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10879   algorithm: "plot_nf_heatmap"
10880   output-file-type: ".html"
10881   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10882   data: "plot-vpp-nfv-2n-clx-mrr"
10883   filter: "'NIC_Intel-XXV710' and
10884            'NF_DENSITY' and
10885            'DOCKER' and
10886            'CHAIN' and
10887            'NF_VPPIP4' and
10888            'IMIX' and
10889            '4T2C' and
10890            'MRR'"
10891   parameters:
10892   - "result"
10893   - "name"
10894   - "tags"
10895   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10896   x-axis: "X = CNFs per Service Chain"
10897   y-axis: "Y = Number of Service Chains"
10898   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10899   layout:
10900     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10901     layout: "plot-service-density"
10902
10903 - type: "plot"
10904   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10905   algorithm: "plot_nf_heatmap"
10906   output-file-type: ".html"
10907   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10908   data: "plot-vpp-nfv-2n-clx-mrr"
10909   filter: "'NIC_Intel-XXV710' and
10910            'NF_DENSITY' and
10911            'DOCKER' and
10912            'CHAIN' and
10913            'NF_VPPIP4' and
10914            'IMIX' and
10915            '8T4C' and
10916            'MRR'"
10917   parameters:
10918   - "result"
10919   - "name"
10920   - "tags"
10921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10922   x-axis: "X = CNFs per Service Chain"
10923   y-axis: "Y = Number of Service Chains"
10924   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10925   layout:
10926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10927     layout: "plot-service-density"
10928
10929 # Plots - NF Density - CSC - NDR IMIX
10930 - type: "plot"
10931   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10932   algorithm: "plot_nf_heatmap"
10933   output-file-type: ".html"
10934   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10935   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10936   filter: "'NIC_Intel-XXV710' and
10937            'NF_DENSITY' and
10938            'DOCKER' and
10939            'CHAIN' and
10940            'NF_VPPIP4' and
10941            'IMIX' and
10942            '2T1C' and
10943            'NDRPDR'"
10944   parameters:
10945   - "throughput"
10946   - "name"
10947   - "tags"
10948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10949   x-axis: "X = CNFs per Service Chain"
10950   y-axis: "Y = Number of Service Chains"
10951   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10952   layout:
10953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10954     layout: "plot-service-density"
10955
10956 - type: "plot"
10957   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10958   algorithm: "plot_nf_heatmap"
10959   output-file-type: ".html"
10960   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10961   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10962   filter: "'NIC_Intel-XXV710' and
10963            'NF_DENSITY' and
10964            'DOCKER' and
10965            'CHAIN' and
10966            'NF_VPPIP4' and
10967            'IMIX' and
10968            '4T2C' and
10969            'NDRPDR'"
10970   parameters:
10971   - "throughput"
10972   - "name"
10973   - "tags"
10974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10975   x-axis: "X = CNFs per Service Chain"
10976   y-axis: "Y = Number of Service Chains"
10977   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10978   layout:
10979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10980     layout: "plot-service-density"
10981
10982 - type: "plot"
10983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10984   algorithm: "plot_nf_heatmap"
10985   output-file-type: ".html"
10986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10987   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10988   filter: "'NIC_Intel-XXV710' and
10989            'NF_DENSITY' and
10990            'DOCKER' and
10991            'CHAIN' and
10992            'NF_VPPIP4' and
10993            'IMIX' and
10994            '8T4C' and
10995            'NDRPDR'"
10996   parameters:
10997   - "throughput"
10998   - "name"
10999   - "tags"
11000   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11001   x-axis: "X = CNFs per Service Chain"
11002   y-axis: "Y = Number of Service Chains"
11003   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11004   layout:
11005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11006     layout: "plot-service-density"
11007
11008 # Plots - NF Density - CSC - PDR IMIX
11009 - type: "plot"
11010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11011   algorithm: "plot_nf_heatmap"
11012   output-file-type: ".html"
11013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11014   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11015   filter: "'NIC_Intel-XXV710' and
11016            'NF_DENSITY' and
11017            'DOCKER' and
11018            'CHAIN' and
11019            'NF_VPPIP4' and
11020            'IMIX' and
11021            '2T1C' and
11022            'NDRPDR'"
11023   parameters:
11024   - "throughput"
11025   - "name"
11026   - "tags"
11027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11028   x-axis: "X = CNFs per Service Chain"
11029   y-axis: "Y = Number of Service Chains"
11030   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11031   layout:
11032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11033     layout: "plot-service-density"
11034
11035 - type: "plot"
11036   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11037   algorithm: "plot_nf_heatmap"
11038   output-file-type: ".html"
11039   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11040   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11041   filter: "'NIC_Intel-XXV710' and
11042            'NF_DENSITY' and
11043            'DOCKER' and
11044            'CHAIN' and
11045            'NF_VPPIP4' and
11046            'IMIX' and
11047            '4T2C' and
11048            'NDRPDR'"
11049   parameters:
11050   - "throughput"
11051   - "name"
11052   - "tags"
11053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11054   x-axis: "X = CNFs per Service Chain"
11055   y-axis: "Y = Number of Service Chains"
11056   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11057   layout:
11058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11059     layout: "plot-service-density"
11060
11061 - type: "plot"
11062   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11063   algorithm: "plot_nf_heatmap"
11064   output-file-type: ".html"
11065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11066   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11067   filter: "'NIC_Intel-XXV710' and
11068            'NF_DENSITY' and
11069            'DOCKER' and
11070            'CHAIN' and
11071            'NF_VPPIP4' and
11072            'IMIX' and
11073            '8T4C' and
11074            'NDRPDR'"
11075   parameters:
11076   - "throughput"
11077   - "name"
11078   - "tags"
11079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11080   x-axis: "X = CNFs per Service Chain"
11081   y-axis: "Y = Number of Service Chains"
11082   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11083   layout:
11084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11085     layout: "plot-service-density"
11086
11087 # Plots - NF Density - CSP - MRR IMIX
11088 - type: "plot"
11089   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11090   algorithm: "plot_nf_heatmap"
11091   output-file-type: ".html"
11092   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11093   data: "plot-vpp-nfv-2n-clx-mrr"
11094   filter: "'NIC_Intel-XXV710' and
11095            'NF_DENSITY' and
11096            'DOCKER' and
11097            'PIPELINE' and
11098            'NF_VPPIP4' and
11099            'IMIX' and
11100            '2T1C' and
11101            'MRR'"
11102   parameters:
11103   - "result"
11104   - "name"
11105   - "tags"
11106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11107   x-axis: "X = CNFs per Service Pipeline"
11108   y-axis: "Y = Number of Service Pipelines"
11109   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11110   layout:
11111     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11112     layout: "plot-service-density"
11113
11114 - type: "plot"
11115   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11116   algorithm: "plot_nf_heatmap"
11117   output-file-type: ".html"
11118   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11119   data: "plot-vpp-nfv-2n-clx-mrr"
11120   filter: "'NIC_Intel-XXV710' and
11121            'NF_DENSITY' and
11122            'DOCKER' and
11123            'PIPELINE' and
11124            'NF_VPPIP4' and
11125            'IMIX' and
11126            '4T2C' and
11127            'MRR'"
11128   parameters:
11129   - "result"
11130   - "name"
11131   - "tags"
11132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11133   x-axis: "X = CNFs per Service Pipeline"
11134   y-axis: "Y = Number of Service Pipelines"
11135   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11136   layout:
11137     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11138     layout: "plot-service-density"
11139
11140 - type: "plot"
11141   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11142   algorithm: "plot_nf_heatmap"
11143   output-file-type: ".html"
11144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11145   data: "plot-vpp-nfv-2n-clx-mrr"
11146   filter: "'NIC_Intel-XXV710' and
11147            'NF_DENSITY' and
11148            'DOCKER' and
11149            'PIPELINE' and
11150            'NF_VPPIP4' and
11151            'IMIX' and
11152            '8T4C' and
11153            'MRR'"
11154   parameters:
11155   - "result"
11156   - "name"
11157   - "tags"
11158   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11159   x-axis: "X = CNFs per Service Pipeline"
11160   y-axis: "Y = Number of Service Pipelines"
11161   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11162   layout:
11163     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11164     layout: "plot-service-density"
11165
11166 # Plots - NF Density - CSP - NDR IMIX
11167 - type: "plot"
11168   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11169   algorithm: "plot_nf_heatmap"
11170   output-file-type: ".html"
11171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11172   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11173   filter: "'NIC_Intel-XXV710' and
11174            'NF_DENSITY' and
11175            'DOCKER' and
11176            'PIPELINE' and
11177            'NF_VPPIP4' and
11178            'IMIX' and
11179            '2T1C' and
11180            'NDRPDR'"
11181   parameters:
11182   - "throughput"
11183   - "name"
11184   - "tags"
11185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11186   x-axis: "X = CNFs per Service Pipeline"
11187   y-axis: "Y = Number of Service Pipelines"
11188   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11189   layout:
11190     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11191     layout: "plot-service-density"
11192
11193 - type: "plot"
11194   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11195   algorithm: "plot_nf_heatmap"
11196   output-file-type: ".html"
11197   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11198   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11199   filter: "'NIC_Intel-XXV710' and
11200            'NF_DENSITY' and
11201            'DOCKER' and
11202            'PIPELINE' and
11203            'NF_VPPIP4' and
11204            'IMIX' and
11205            '4T2C' and
11206            'NDRPDR'"
11207   parameters:
11208   - "throughput"
11209   - "name"
11210   - "tags"
11211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11212   x-axis: "X = CNFs per Service Pipeline"
11213   y-axis: "Y = Number of Service Pipelines"
11214   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11215   layout:
11216     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11217     layout: "plot-service-density"
11218
11219 - type: "plot"
11220   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11221   algorithm: "plot_nf_heatmap"
11222   output-file-type: ".html"
11223   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11224   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11225   filter: "'NIC_Intel-XXV710' and
11226            'NF_DENSITY' and
11227            'DOCKER' and
11228            'PIPELINE' and
11229            'NF_VPPIP4' and
11230            'IMIX' and
11231            '8T4C' and
11232            'NDRPDR'"
11233   parameters:
11234   - "throughput"
11235   - "name"
11236   - "tags"
11237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11238   x-axis: "X = CNFs per Service Pipeline"
11239   y-axis: "Y = Number of Service Pipelines"
11240   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11241   layout:
11242     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11243     layout: "plot-service-density"
11244
11245 # Plots - NF Density - CSP - PDR IMIX
11246 - type: "plot"
11247   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11248   algorithm: "plot_nf_heatmap"
11249   output-file-type: ".html"
11250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11251   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11252   filter: "'NIC_Intel-XXV710' and
11253            'NF_DENSITY' and
11254            'DOCKER' and
11255            'PIPELINE' and
11256            'NF_VPPIP4' and
11257            'IMIX' and
11258            '2T1C' and
11259            'NDRPDR'"
11260   parameters:
11261   - "throughput"
11262   - "name"
11263   - "tags"
11264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11265   x-axis: "X = CNFs per Service Pipeline"
11266   y-axis: "Y = Number of Service Pipelines"
11267   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11268   layout:
11269     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11270     layout: "plot-service-density"
11271
11272 - type: "plot"
11273   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11274   algorithm: "plot_nf_heatmap"
11275   output-file-type: ".html"
11276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11277   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11278   filter: "'NIC_Intel-XXV710' and
11279            'NF_DENSITY' and
11280            'DOCKER' and
11281            'PIPELINE' and
11282            'NF_VPPIP4' and
11283            'IMIX' and
11284            '4T2C' and
11285            'NDRPDR'"
11286   parameters:
11287   - "throughput"
11288   - "name"
11289   - "tags"
11290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11291   x-axis: "X = CNFs per Service Pipeline"
11292   y-axis: "Y = Number of Service Pipelines"
11293   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11294   layout:
11295     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11296     layout: "plot-service-density"
11297
11298 - type: "plot"
11299   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11300   algorithm: "plot_nf_heatmap"
11301   output-file-type: ".html"
11302   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11303   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11304   filter: "'NIC_Intel-XXV710' and
11305            'NF_DENSITY' and
11306            'DOCKER' and
11307            'PIPELINE' and
11308            'NF_VPPIP4' and
11309            'IMIX' and
11310            '8T4C' and
11311            'NDRPDR'"
11312   parameters:
11313   - "throughput"
11314   - "name"
11315   - "tags"
11316   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11317   x-axis: "X = CNFs per Service Pipeline"
11318   y-axis: "Y = Number of Service Pipelines"
11319   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11320   layout:
11321     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11322     layout: "plot-service-density"
11323
11324 ################################################################################
11325
11326 # Packet Throughput
11327
11328 - type: "plot"
11329   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11330   algorithm: "plot_perf_box_name"
11331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11333   include:
11334     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11335     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11336     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11337     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11338   layout:
11339     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11340     layout: "plot-throughput"
11341
11342 - type: "plot"
11343   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11344   algorithm: "plot_perf_box_name"
11345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11347   include:
11348     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11349     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11350     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11351     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11352   layout:
11353     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11354     layout: "plot-throughput"
11355
11356 - type: "plot"
11357   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11358   algorithm: "plot_perf_box_name"
11359   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11360   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11361   include:
11362     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11363     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11364     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11365     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11366   layout:
11367     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11368     layout: "plot-throughput"
11369
11370 - type: "plot"
11371   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11372   algorithm: "plot_perf_box_name"
11373   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11374   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11375   include:
11376     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11377     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11378     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11379     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11380   layout:
11381     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11382     layout: "plot-throughput"
11383
11384 - type: "plot"
11385   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11386   algorithm: "plot_perf_box_name"
11387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11389   include:
11390     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11391     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11392     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11393     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11394     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11395   layout:
11396     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11397     layout: "plot-throughput"
11398
11399 - type: "plot"
11400   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11401   algorithm: "plot_perf_box_name"
11402   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11404   include:
11405     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11406     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11407     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11408     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11409     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11410   layout:
11411     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11412     layout: "plot-throughput"
11413
11414 - type: "plot"
11415   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11416   algorithm: "plot_perf_box_name"
11417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11419   include:
11420     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11421     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11422     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11423     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11424     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11425   layout:
11426     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11427     layout: "plot-throughput"
11428
11429 - type: "plot"
11430   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11431   algorithm: "plot_perf_box_name"
11432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11434   include:
11435     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11436     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11437     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11438     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11439     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11440   layout:
11441     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11442     layout: "plot-throughput"
11443
11444 - type: "plot"
11445   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11446   algorithm: "plot_perf_box_name"
11447   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11448   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11449   include:
11450     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11451     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11452     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11453     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11454     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11455   layout:
11456     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11457     layout: "plot-throughput"
11458
11459 - type: "plot"
11460   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11461   algorithm: "plot_perf_box_name"
11462   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11463   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11464   include:
11465     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11466     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11467     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11468     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11469     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11470   layout:
11471     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11472     layout: "plot-throughput"
11473
11474 - type: "plot"
11475   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11476   algorithm: "plot_perf_box_name"
11477   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11479   include:
11480     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11486   layout:
11487     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11488     layout: "plot-throughput"
11489
11490 - type: "plot"
11491   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11492   algorithm: "plot_perf_box_name"
11493   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11494   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11495   include:
11496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11502   layout:
11503     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11504     layout: "plot-throughput"
11505
11506 - type: "plot"
11507   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11508   algorithm: "plot_perf_box_name"
11509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11511   include:
11512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11517   layout:
11518     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11519     layout: "plot-throughput"
11520
11521 - type: "plot"
11522   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11523   algorithm: "plot_perf_box_name"
11524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11526   include:
11527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11532   layout:
11533     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11534     layout: "plot-throughput"
11535
11536 - type: "plot"
11537   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11538   algorithm: "plot_perf_box_name"
11539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11541   include:
11542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11545   layout:
11546     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11547     layout: "plot-throughput"
11548
11549 - type: "plot"
11550   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11551   algorithm: "plot_perf_box_name"
11552   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11553   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11554   include:
11555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11558   layout:
11559     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11560     layout: "plot-throughput"
11561
11562 - type: "plot"
11563   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11564   algorithm: "plot_perf_box_name"
11565   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11566   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11567   include:
11568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11573   layout:
11574     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11575     layout: "plot-throughput"
11576
11577 - type: "plot"
11578   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11579   algorithm: "plot_perf_box_name"
11580   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11581   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11582   include:
11583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11588   layout:
11589     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11590     layout: "plot-throughput"
11591
11592 - type: "plot"
11593   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11594   algorithm: "plot_perf_box_name"
11595   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11597   include:
11598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11601   layout:
11602     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11603     layout: "plot-throughput"
11604
11605 - type: "plot"
11606   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11607   algorithm: "plot_perf_box_name"
11608   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11609   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11610   include:
11611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11614   layout:
11615     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11616     layout: "plot-throughput"
11617
11618 - type: "plot"
11619   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11620   algorithm: "plot_perf_box_name"
11621   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11623   include:
11624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11630   layout:
11631     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11632     layout: "plot-throughput"
11633
11634 - type: "plot"
11635   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11636   algorithm: "plot_perf_box_name"
11637   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11639   include:
11640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11646   layout:
11647     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11648     layout: "plot-throughput"
11649
11650 - type: "plot"
11651   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11652   algorithm: "plot_perf_box_name"
11653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11655   include:
11656     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11657     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11658     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11659     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11660     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11661   layout:
11662     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11663     layout: "plot-throughput"
11664
11665 - type: "plot"
11666   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11667   algorithm: "plot_perf_box_name"
11668   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11670   include:
11671     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11672     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11673     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11674     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11675     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11676   layout:
11677     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11678     layout: "plot-throughput"
11679
11680 - type: "plot"
11681   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11682   algorithm: "plot_perf_box_name"
11683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11685   include:
11686     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11687     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11688     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11689     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11690     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11691     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11692     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11693     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11694     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11695     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11696   layout:
11697     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11698     layout: "plot-cps"
11699
11700 - type: "plot"
11701   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11702   algorithm: "plot_perf_box_name"
11703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11705   include:
11706     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11707     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11708     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11709     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11710     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11711     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11712     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11713     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11714     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11715     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11716   layout:
11717     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11718     layout: "plot-throughput"
11719
11720 - type: "plot"
11721   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11722   algorithm: "plot_perf_box_name"
11723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11725   include:
11726     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11727     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11728     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11729     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11730     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11731     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11732     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11733     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11734     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11735     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11736   layout:
11737     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11738     layout: "plot-cps"
11739
11740 - type: "plot"
11741   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11742   algorithm: "plot_perf_box_name"
11743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11745   include:
11746     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11747     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11748     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11749     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11750     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11751     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11752     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11753     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11754     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11755     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11756   layout:
11757     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11758     layout: "plot-throughput"
11759
11760 - type: "plot"
11761   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11762   algorithm: "plot_perf_box_name"
11763   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11764   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11765   include:
11766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11767     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11768     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11769     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11770     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11771   layout:
11772     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11773     layout: "plot-throughput"
11774
11775 - type: "plot"
11776   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11777   algorithm: "plot_perf_box_name"
11778   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11780   include:
11781     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11782     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11783     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11784     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11785     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11786   layout:
11787     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11788     layout: "plot-throughput"
11789
11790 - type: "plot"
11791   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11792   algorithm: "plot_perf_box_name"
11793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11795   include:
11796     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11797     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11798     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11799     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11800     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11801     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11802     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11803     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11806   layout:
11807     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11808     layout: "plot-cps"
11809
11810 - type: "plot"
11811   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11812   algorithm: "plot_perf_box_name"
11813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11815   include:
11816     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11817     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11818     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11819     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11820     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11821     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11824     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11825     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11826   layout:
11827     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11828     layout: "plot-throughput"
11829
11830 - type: "plot"
11831   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11832   algorithm: "plot_perf_box_name"
11833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11835   include:
11836     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11837     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11838     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11839     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11840     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11841     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11842     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11843     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11844     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11845     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11846   layout:
11847     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11848     layout: "plot-cps"
11849
11850 - type: "plot"
11851   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11852   algorithm: "plot_perf_box_name"
11853   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11855   include:
11856     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11857     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11858     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11859     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11860     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11861     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11863     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11865     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11866   layout:
11867     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11868     layout: "plot-throughput"
11869
11870 - type: "plot"
11871   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11872   algorithm: "plot_perf_box_name"
11873   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11875   include:
11876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11882   layout:
11883     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11884     layout: "plot-throughput"
11885
11886 - type: "plot"
11887   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11888   algorithm: "plot_perf_box_name"
11889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11891   include:
11892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11898   layout:
11899     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11900     layout: "plot-throughput"
11901
11902 - type: "plot"
11903   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11904   algorithm: "plot_perf_box_name"
11905   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11907   include:
11908     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11911   layout:
11912     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11913     layout: "plot-throughput"
11914
11915 - type: "plot"
11916   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11917   algorithm: "plot_perf_box_name"
11918   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11920   include:
11921     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11924   layout:
11925     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11933   include:
11934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11936 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11937 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11938 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11939   layout:
11940     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11941     layout: "plot-throughput"
11942
11943 - type: "plot"
11944   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11945   algorithm: "plot_perf_box_name"
11946   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11948   include:
11949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11951 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11952 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11953 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11954   layout:
11955     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11956     layout: "plot-throughput"
11957
11958 - type: "plot"
11959   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11960   algorithm: "plot_perf_box_name"
11961   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11963   include:
11964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11969   layout:
11970     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11971     layout: "plot-throughput"
11972
11973 - type: "plot"
11974   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11975   algorithm: "plot_perf_box_name"
11976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11978   include:
11979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11984   layout:
11985     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11986     layout: "plot-throughput"
11987
11988 - type: "plot"
11989   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11990   algorithm: "plot_perf_box_name"
11991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11993   include:
11994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11999   layout:
12000     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12001     layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12008   include:
12009     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12014   layout:
12015     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12023   include:
12024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12028   layout:
12029     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12030     layout: "plot-throughput"
12031
12032 - type: "plot"
12033   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12034   algorithm: "plot_perf_box_name"
12035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12037   include:
12038     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12042   layout:
12043     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12051   include:
12052     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12057   layout:
12058     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12059     layout: "plot-throughput"
12060
12061 - type: "plot"
12062   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12063   algorithm: "plot_perf_box_name"
12064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12066   include:
12067     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12072   layout:
12073     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12074     layout: "plot-throughput"
12075
12076 - type: "plot"
12077   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12078   algorithm: "plot_perf_box_name"
12079   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12080   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12081   include:
12082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12087   layout:
12088     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12089     layout: "plot-throughput"
12090
12091 - type: "plot"
12092   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12093   algorithm: "plot_perf_box_name"
12094   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12095   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12096   include:
12097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12102   layout:
12103     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12111   include:
12112     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12116   layout:
12117     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12118     layout: "plot-throughput"
12119
12120 - type: "plot"
12121   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12122   algorithm: "plot_perf_box_name"
12123   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12124   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12125   include:
12126     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12130   layout:
12131     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12132     layout: "plot-throughput"
12133
12134 - type: "plot"
12135   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12136   algorithm: "plot_perf_box_name"
12137   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12138   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12139   include:
12140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12145   layout:
12146     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12147     layout: "plot-throughput"
12148
12149 - type: "plot"
12150   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12151   algorithm: "plot_perf_box_name"
12152   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12153   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12154   include:
12155     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12160   layout:
12161     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12168   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12169   include:
12170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12176   layout:
12177     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12178     layout: "plot-throughput"
12179
12180 - type: "plot"
12181   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12182   algorithm: "plot_perf_box_name"
12183   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12184   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12185   include:
12186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12192   layout:
12193     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12194     layout: "plot-throughput"
12195
12196 - type: "plot"
12197   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12198   algorithm: "plot_perf_box_name"
12199   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12200   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12201   include:
12202     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12207   layout:
12208     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12209     layout: "plot-throughput"
12210
12211 - type: "plot"
12212   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12213   algorithm: "plot_perf_box_name"
12214   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12215   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12216   include:
12217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12222   layout:
12223     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12224     layout: "plot-throughput"
12225
12226 - type: "plot"
12227   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12228   algorithm: "plot_perf_box_name"
12229   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12230   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12231   include:
12232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12237   layout:
12238     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12239     layout: "plot-throughput"
12240
12241 - type: "plot"
12242   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12243   algorithm: "plot_perf_box_name"
12244   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12245   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12246   include:
12247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12252   layout:
12253     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12254     layout: "plot-throughput"
12255
12256 - type: "plot"
12257   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12258   algorithm: "plot_perf_box_name"
12259   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12261   include:
12262     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12264   layout:
12265     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12266     layout: "plot-throughput"
12267
12268 - type: "plot"
12269   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12270   algorithm: "plot_perf_box_name"
12271   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12272   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12273   include:
12274     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12276   layout:
12277     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12278     layout: "plot-throughput"
12279
12280 - type: "plot"
12281   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12282   algorithm: "plot_perf_box_name"
12283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12285   include:
12286     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12290   layout:
12291     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12292     layout: "plot-throughput"
12293
12294 - type: "plot"
12295   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12296   algorithm: "plot_perf_box_name"
12297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12299   include:
12300     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12304   layout:
12305     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12306     layout: "plot-throughput"
12307
12308 - type: "plot"
12309   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12310   algorithm: "plot_perf_box_name"
12311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12313   include:
12314     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12318   layout:
12319     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12320     layout: "plot-throughput"
12321
12322 - type: "plot"
12323   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12324   algorithm: "plot_perf_box_name"
12325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12327   include:
12328     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12332   layout:
12333     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12334     layout: "plot-throughput"
12335
12336 - type: "plot"
12337   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12338   algorithm: "plot_perf_box_name"
12339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12341   include:
12342     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12346   layout:
12347     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12348     layout: "plot-throughput"
12349
12350 - type: "plot"
12351   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12352   algorithm: "plot_perf_box_name"
12353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12355   include:
12356     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12360   layout:
12361     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12362     layout: "plot-throughput"
12363
12364 - type: "plot"
12365   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12366   algorithm: "plot_perf_box_name"
12367   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12368   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12369   include:
12370     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12374   layout:
12375     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12382   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12383   include:
12384     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12388   layout:
12389     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12390     layout: "plot-throughput"
12391
12392 - type: "plot"
12393   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12394   algorithm: "plot_perf_box_name"
12395   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12397   include:
12398     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12404   layout:
12405     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12413   include:
12414     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12420   layout:
12421     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12422     layout: "plot-throughput"
12423
12424 - type: "plot"
12425   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12426   algorithm: "plot_perf_box_name"
12427   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12428   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12429   include:
12430     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12435   layout:
12436     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12437     layout: "plot-throughput"
12438
12439 - type: "plot"
12440   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12441   algorithm: "plot_perf_box_name"
12442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12444   include:
12445     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12450   layout:
12451     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12459   include:
12460     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12465   layout:
12466     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12467     layout: "plot-throughput"
12468
12469 - type: "plot"
12470   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12471   algorithm: "plot_perf_box_name"
12472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12474   include:
12475     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12480   layout:
12481     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12489   include:
12490     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12493   layout:
12494     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12495     layout: "plot-throughput"
12496
12497 - type: "plot"
12498   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12499   algorithm: "plot_perf_box_name"
12500   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12501   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12502   include:
12503     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12506   layout:
12507     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12508     layout: "plot-throughput"
12509
12510 - type: "plot"
12511   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12512   algorithm: "plot_perf_box_name"
12513   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12515   include:
12516     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12517     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12519   layout:
12520     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12521     layout: "plot-throughput"
12522
12523 - type: "plot"
12524   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12525   algorithm: "plot_perf_box_name"
12526   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12528   include:
12529     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12532   layout:
12533     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12534     layout: "plot-throughput"
12535
12536 - type: "plot"
12537   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12538   algorithm: "plot_perf_box_name"
12539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12541   include:
12542     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12547   layout:
12548     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12549     layout: "plot-throughput"
12550
12551 - type: "plot"
12552   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12553   algorithm: "plot_perf_box_name"
12554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12556   include:
12557     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12562   layout:
12563     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12571   include:
12572     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12576     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12577   layout:
12578     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12586   include:
12587     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12592   layout:
12593     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12601   include:
12602     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12606     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12607   layout:
12608     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12609     layout: "plot-throughput"
12610
12611 - type: "plot"
12612   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12613   algorithm: "plot_perf_box_name"
12614   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12615   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12616   include:
12617     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12622   layout:
12623     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12624     layout: "plot-throughput"
12625
12626 - type: "plot"
12627   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12628   algorithm: "plot_perf_box_name"
12629   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12630   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12631   include:
12632     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12636     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12637   layout:
12638     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12639     layout: "plot-throughput"
12640
12641 - type: "plot"
12642   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12643   algorithm: "plot_perf_box_name"
12644   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12645   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12646   include:
12647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12652   layout:
12653     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12654     layout: "plot-throughput"
12655
12656 - type: "plot"
12657   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12658   algorithm: "plot_perf_box_name"
12659   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12660   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12661   include:
12662     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12665     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12667   layout:
12668     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12669     layout: "plot-throughput"
12670
12671 - type: "plot"
12672   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12673   algorithm: "plot_perf_box_name"
12674   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12675   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12676   include:
12677     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12681     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12682   layout:
12683     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12684     layout: "plot-throughput"
12685
12686 - type: "plot"
12687   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12688   algorithm: "plot_perf_box_name"
12689   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12691   include:
12692     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12693     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12694     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12695     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12696     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12697     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12698   layout:
12699     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12700     layout: "plot-throughput"
12701
12702 - type: "plot"
12703   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12704   algorithm: "plot_perf_box_name"
12705   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12706   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12707   include:
12708     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12709     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12710     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12711     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12712     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12713     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12714   layout:
12715     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12716     layout: "plot-throughput"
12717
12718 - type: "plot"
12719   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12720   algorithm: "plot_perf_box_name"
12721   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12722   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12723   include:
12724     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12725     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12726     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12727     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12728   layout:
12729     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12730     layout: "plot-throughput"
12731
12732 - type: "plot"
12733   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12734   algorithm: "plot_perf_box_name"
12735   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12737   include:
12738     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12739     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12740     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12741     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12742   layout:
12743     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12744     layout: "plot-throughput"
12745
12746 - type: "plot"
12747   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12748   algorithm: "plot_perf_box_name"
12749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12751   include:
12752     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12753     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12754     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12755     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12756     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12757     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12758   layout:
12759     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12760     layout: "plot-throughput"
12761
12762 - type: "plot"
12763   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12764   algorithm: "plot_perf_box_name"
12765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12767   include:
12768     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12769     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12770     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12771     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12772     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12773     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12774   layout:
12775     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12776     layout: "plot-throughput"
12777
12778 - type: "plot"
12779   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12780   algorithm: "plot_perf_box_name"
12781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12783   include:
12784     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12785     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12786     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12787     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12788     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12789     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12790   layout:
12791     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12792     layout: "plot-throughput"
12793
12794 - type: "plot"
12795   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12796   algorithm: "plot_perf_box_name"
12797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12799   include:
12800     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12801     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12802     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12803     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12804     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12805     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12806   layout:
12807     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12808     layout: "plot-throughput"
12809
12810 - type: "plot"
12811   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12812   algorithm: "plot_perf_box_name"
12813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12815   include:
12816     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12817     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12818     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12819     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12820     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12821     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12822   layout:
12823     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12824     layout: "plot-throughput"
12825
12826 - type: "plot"
12827   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12828   algorithm: "plot_perf_box_name"
12829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12831   include:
12832     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12833     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12834     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12835     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12836     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12837     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12838   layout:
12839     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12846   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12847   include:
12848     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12849     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12850     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12851     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12852     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12853     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12854   layout:
12855     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12856     layout: "plot-throughput"
12857
12858 - type: "plot"
12859   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12860   algorithm: "plot_perf_box_name"
12861   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12862   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12863   include:
12864     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12865     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12866     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12867     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12868     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12869     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12870   layout:
12871     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12872     layout: "plot-throughput"
12873
12874 - type: "plot"
12875   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12876   algorithm: "plot_perf_box_name"
12877   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12878   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12879   include:
12880     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12881     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12882     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12883     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12884     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12885     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12886   layout:
12887     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12888     layout: "plot-throughput"
12889
12890 - type: "plot"
12891   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12892   algorithm: "plot_perf_box_name"
12893   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12894   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12895   include:
12896     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12897     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12898     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12899     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12900     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12901     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12902   layout:
12903     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12904     layout: "plot-throughput"
12905
12906 - type: "plot"
12907   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12908   algorithm: "plot_perf_box_name"
12909   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12911   include:
12912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12918   layout:
12919     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12920     layout: "plot-throughput"
12921
12922 - type: "plot"
12923   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12924   algorithm: "plot_perf_box_name"
12925   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12927   include:
12928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12934   layout:
12935     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12936     layout: "plot-throughput"
12937
12938 - type: "plot"
12939   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12940   algorithm: "plot_perf_box_name"
12941   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12943   include:
12944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12950   layout:
12951     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12952     layout: "plot-throughput"
12953
12954 - type: "plot"
12955   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12956   algorithm: "plot_perf_box_name"
12957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12959   include:
12960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12966   layout:
12967     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12968     layout: "plot-throughput"
12969
12970 - type: "plot"
12971   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12972   algorithm: "plot_perf_box_name"
12973   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12975   include:
12976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12982   layout:
12983     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12984     layout: "plot-throughput"
12985
12986 - type: "plot"
12987   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12988   algorithm: "plot_perf_box_name"
12989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12991   include:
12992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12998   layout:
12999     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13000     layout: "plot-throughput"
13001
13002 - type: "plot"
13003   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13004   algorithm: "plot_perf_box_name"
13005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13007   include:
13008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13012   layout:
13013     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13014     layout: "plot-throughput"
13015
13016 - type: "plot"
13017   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13018   algorithm: "plot_perf_box_name"
13019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13021   include:
13022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13026   layout:
13027     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13032   algorithm: "plot_perf_box_name"
13033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13035   include:
13036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13040   layout:
13041     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13042     layout: "plot-throughput"
13043
13044 - type: "plot"
13045   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13046   algorithm: "plot_perf_box_name"
13047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13049   include:
13050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13054   layout:
13055     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13063   include:
13064     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13070   layout:
13071     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13072     layout: "plot-throughput"
13073
13074 - type: "plot"
13075   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13076   algorithm: "plot_perf_box_name"
13077   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13079   include:
13080     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13086   layout:
13087     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13095   include:
13096     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13101   layout:
13102     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13103     layout: "plot-throughput"
13104
13105 - type: "plot"
13106   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13107   algorithm: "plot_perf_box_name"
13108   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13110   include:
13111     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13116   layout:
13117     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13118     layout: "plot-throughput"
13119
13120 - type: "plot"
13121   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13122   algorithm: "plot_perf_box_name"
13123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13125   include:
13126     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13131   layout:
13132     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13133     layout: "plot-throughput"
13134
13135 - type: "plot"
13136   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13137   algorithm: "plot_perf_box_name"
13138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13140   include:
13141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13146   layout:
13147     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13148     layout: "plot-throughput"
13149
13150 - type: "plot"
13151   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13152   algorithm: "plot_perf_box_name"
13153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13155   include:
13156     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13160   layout:
13161     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13162     layout: "plot-throughput"
13163
13164 - type: "plot"
13165   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13166   algorithm: "plot_perf_box_name"
13167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13169   include:
13170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13174   layout:
13175     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13176     layout: "plot-throughput"
13177
13178 - type: "plot"
13179   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13180   algorithm: "plot_perf_box_name"
13181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13183   include:
13184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13190   layout:
13191     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13192     layout: "plot-throughput"
13193
13194 - type: "plot"
13195   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13196   algorithm: "plot_perf_box_name"
13197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13199   include:
13200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13206   layout:
13207     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13208     layout: "plot-throughput"
13209
13210 - type: "plot"
13211   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13212   algorithm: "plot_perf_box_name"
13213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13215   include:
13216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13222   layout:
13223     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13224     layout: "plot-throughput"
13225
13226 - type: "plot"
13227   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13228   algorithm: "plot_perf_box_name"
13229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13231   include:
13232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13238   layout:
13239     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13240     layout: "plot-throughput"
13241
13242 - type: "plot"
13243   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13244   algorithm: "plot_perf_box_name"
13245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13247   include:
13248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13254   layout:
13255     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13256     layout: "plot-throughput"
13257
13258 - type: "plot"
13259   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13260   algorithm: "plot_perf_box_name"
13261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13263   include:
13264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13270   layout:
13271     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13272     layout: "plot-throughput"
13273
13274 - type: "plot"
13275   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13276   algorithm: "plot_perf_box_name"
13277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13279   include:
13280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13286   layout:
13287     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13288     layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13292   algorithm: "plot_perf_box_name"
13293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13295   include:
13296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13302   layout:
13303     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13310   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13311   include:
13312     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13316   layout:
13317     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13318     layout: "plot-throughput"
13319
13320 - type: "plot"
13321   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13322   algorithm: "plot_perf_box_name"
13323   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13324   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13325   include:
13326     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13330   layout:
13331     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13332     layout: "plot-throughput"
13333
13334 - type: "plot"
13335   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13336   algorithm: "plot_perf_box_name"
13337   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13338   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13339   include:
13340     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13346   layout:
13347     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13348     layout: "plot-throughput"
13349
13350 - type: "plot"
13351   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13352   algorithm: "plot_perf_box_name"
13353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13355   include:
13356     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13361     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13362   layout:
13363     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13370   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13371   include:
13372     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13376     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13377     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13378   layout:
13379     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13380     layout: "plot-throughput"
13381
13382 - type: "plot"
13383   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13384   algorithm: "plot_perf_box_name"
13385   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13386   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13387   include:
13388     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13392     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13393     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13394   layout:
13395     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13396     layout: "plot-throughput"
13397
13398 - type: "plot"
13399   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13400   algorithm: "plot_perf_box_name"
13401   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13402   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13403   include:
13404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13408   layout:
13409     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13410     layout: "plot-throughput"
13411
13412 - type: "plot"
13413   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13414   algorithm: "plot_perf_box_name"
13415   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13416   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13417   include:
13418     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13422   layout:
13423     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13430   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13431   include:
13432     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13438   layout:
13439     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13446   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13447   include:
13448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13454   layout:
13455     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13462   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13463   include:
13464     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13468   layout:
13469     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13470     layout: "plot-throughput"
13471
13472 - type: "plot"
13473   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13474   algorithm: "plot_perf_box_name"
13475   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13476   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13477   include:
13478     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13482   layout:
13483     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13484     layout: "plot-throughput"
13485
13486 - type: "plot"
13487   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13488   algorithm: "plot_perf_box_name"
13489   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13490   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13491   include:
13492     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13498   layout:
13499     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13500     layout: "plot-throughput"
13501
13502 - type: "plot"
13503   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13504   algorithm: "plot_perf_box_name"
13505   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13506   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13507   include:
13508     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13514   layout:
13515     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13523   include:
13524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13530   layout:
13531     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13532     layout: "plot-throughput"
13533
13534 - type: "plot"
13535   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13536   algorithm: "plot_perf_box_name"
13537   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13538   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13539   include:
13540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13546   layout:
13547     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13548     layout: "plot-throughput"
13549
13550 - type: "plot"
13551   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13552   algorithm: "plot_perf_box_name"
13553   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13554   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13555   include:
13556     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13557     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13558     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13559     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13560     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13561     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13562   layout:
13563     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13564     layout: "plot-throughput"
13565
13566 - type: "plot"
13567   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13568   algorithm: "plot_perf_box_name"
13569   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13570   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13571   include:
13572     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13573     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13574     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13575     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13576     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13577     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13578   layout:
13579     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13580     layout: "plot-throughput"
13581
13582 - type: "plot"
13583   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13584   algorithm: "plot_perf_box_name"
13585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13587   include:
13588     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13589     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13590     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13591 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13592 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13593 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13594   layout:
13595     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13596     layout: "plot-throughput"
13597
13598 - type: "plot"
13599   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13600   algorithm: "plot_perf_box_name"
13601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13603   include:
13604     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13605     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13606     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13607 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13608 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13609 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13610   layout:
13611     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13612     layout: "plot-throughput"
13613
13614 - type: "plot"
13615   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13616   algorithm: "plot_perf_box_name"
13617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13619   include:
13620     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13621     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13622     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13623     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13624     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13625     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13626   layout:
13627     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13628     layout: "plot-throughput"
13629
13630 - type: "plot"
13631   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13632   algorithm: "plot_perf_box_name"
13633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13635   include:
13636     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13637     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13638     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13639     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13640     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13641     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13642   layout:
13643     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13644     layout: "plot-throughput"
13645
13646 - type: "plot"
13647   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13648   algorithm: "plot_perf_box_name"
13649   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13650   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13651   include:
13652     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13653     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13654     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13655     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13656     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13657     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13658   layout:
13659     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13660     layout: "plot-throughput"
13661
13662 - type: "plot"
13663   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13664   algorithm: "plot_perf_box_name"
13665   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13666   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13667   include:
13668     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13669     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13670     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13671     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13672     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13673     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13674   layout:
13675     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13676     layout: "plot-throughput"
13677
13678 #- type: "plot"
13679 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13680 #  algorithm: "plot_perf_box_name"
13681 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13682 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13683 #  include:
13684 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13685 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13686 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13687 #  layout:
13688 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13689 #    layout: "plot-throughput"
13690 #
13691 #- type: "plot"
13692 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13693 #  algorithm: "plot_perf_box_name"
13694 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13695 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13696 #  include:
13697 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13698 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13699 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13700 #  layout:
13701 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13702 #    layout: "plot-throughput"
13703
13704 - type: "plot"
13705   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13706   algorithm: "plot_perf_box_name"
13707   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13709   include:
13710     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13715   layout:
13716     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13717     layout: "plot-throughput"
13718
13719 - type: "plot"
13720   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13721   algorithm: "plot_perf_box_name"
13722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13724   include:
13725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13730   layout:
13731     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13732     layout: "plot-throughput"
13733
13734 - type: "plot"
13735   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13736   algorithm: "plot_perf_box_name"
13737   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13739   include:
13740     - "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"
13741     - "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"
13742     - "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"
13743     - "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"
13744     - "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"
13745   layout:
13746     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13747     layout: "plot-throughput"
13748
13749 - type: "plot"
13750   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13751   algorithm: "plot_perf_box_name"
13752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13754   include:
13755     - "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"
13756     - "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"
13757     - "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"
13758     - "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"
13759     - "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"
13760   layout:
13761     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13762     layout: "plot-throughput"
13763
13764 - type: "plot"
13765   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13766   algorithm: "plot_perf_box_name"
13767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13769   include:
13770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13775   layout:
13776     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13777     layout: "plot-throughput"
13778
13779 - type: "plot"
13780   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13781   algorithm: "plot_perf_box_name"
13782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13784   include:
13785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13790   layout:
13791     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13792     layout: "plot-throughput"
13793
13794 - type: "plot"
13795   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13796   algorithm: "plot_perf_box_name"
13797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13799   include:
13800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13805   layout:
13806     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13807     layout: "plot-throughput"
13808
13809 - type: "plot"
13810   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13811   algorithm: "plot_perf_box_name"
13812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13814   include:
13815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13820   layout:
13821     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13822     layout: "plot-throughput"
13823
13824 - type: "plot"
13825   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13826   algorithm: "plot_perf_box_name"
13827   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13828   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13829   include:
13830     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13831     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13832     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13833     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13834     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13835   layout:
13836     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13837     layout: "plot-throughput"
13838
13839 - type: "plot"
13840   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13841   algorithm: "plot_perf_box_name"
13842   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13844   include:
13845     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13846     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13847     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13848     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13849     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13850   layout:
13851     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13852     layout: "plot-throughput"
13853
13854 - type: "plot"
13855   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13856   algorithm: "plot_perf_box_name"
13857   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13859   include:
13860     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13861     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13862     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13863     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13864     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13865   layout:
13866     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13867     layout: "plot-throughput"
13868
13869 - type: "plot"
13870   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13871   algorithm: "plot_perf_box_name"
13872   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13873   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13874   include:
13875     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13876     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13877     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13878     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13879     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13880   layout:
13881     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13882     layout: "plot-throughput"
13883
13884 - type: "plot"
13885   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13886   algorithm: "plot_perf_box_name"
13887   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13889   include:
13890     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13891     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13892     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13894   layout:
13895     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13896     layout: "plot-throughput"
13897
13898 - type: "plot"
13899   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13900   algorithm: "plot_perf_box_name"
13901   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13903   include:
13904     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13905     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13906     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13908   layout:
13909     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13910     layout: "plot-throughput"
13911
13912 - type: "plot"
13913   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13914   algorithm: "plot_perf_box_name"
13915   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13917   include:
13918     - "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"
13919     - "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"
13920     - "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"
13921     - "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"
13922   layout:
13923     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13924     layout: "plot-throughput"
13925
13926 - type: "plot"
13927   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13928   algorithm: "plot_perf_box_name"
13929   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13931   include:
13932     - "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"
13933     - "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"
13934     - "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"
13935     - "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"
13936   layout:
13937     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13938     layout: "plot-throughput"
13939
13940 - type: "plot"
13941   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13942   algorithm: "plot_perf_box_name"
13943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13945   include:
13946     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13947     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13948     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13952   layout:
13953     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13954     layout: "plot-throughput"
13955
13956 - type: "plot"
13957   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13958   algorithm: "plot_perf_box_name"
13959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13961   include:
13962     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13963     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13968   layout:
13969     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13970     layout: "plot-throughput"
13971
13972 - type: "plot"
13973   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13974   algorithm: "plot_perf_box_name"
13975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13977   include:
13978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13984   layout:
13985     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13986     layout: "plot-throughput"
13987
13988 - type: "plot"
13989   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13990   algorithm: "plot_perf_box_name"
13991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13993   include:
13994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13997     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13998     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13999     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14000   layout:
14001     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14002     layout: "plot-throughput"
14003
14004 - type: "plot"
14005   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14006   algorithm: "plot_perf_box_name"
14007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14009   include:
14010     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14011     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14012     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14013     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14014     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14015     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14016   layout:
14017     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14018     layout: "plot-throughput"
14019
14020 - type: "plot"
14021   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14022   algorithm: "plot_perf_box_name"
14023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14025   include:
14026     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14027     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14028     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14029     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14030     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14032   layout:
14033     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14034     layout: "plot-throughput"
14035
14036 - type: "plot"
14037   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14038   algorithm: "plot_perf_box_name"
14039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14041   include:
14042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14047   layout:
14048     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14049     layout: "plot-throughput"
14050
14051 - type: "plot"
14052   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14053   algorithm: "plot_perf_box_name"
14054   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14056   include:
14057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14062   layout:
14063     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14064     layout: "plot-throughput"
14065
14066 - type: "plot"
14067   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14068   algorithm: "plot_perf_box_name"
14069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14071   include:
14072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14074   layout:
14075     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14076     layout: "plot-throughput"
14077
14078 - type: "plot"
14079   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14080   algorithm: "plot_perf_box_name"
14081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14083   include:
14084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14086   layout:
14087     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14088     layout: "plot-throughput"
14089
14090 - type: "plot"
14091   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14092   algorithm: "plot_perf_box_name"
14093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14095   include:
14096     - "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"
14097     - "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"
14098   layout:
14099     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14100     layout: "plot-throughput"
14101
14102 - type: "plot"
14103   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14104   algorithm: "plot_perf_box_name"
14105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14107   include:
14108     - "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"
14109     - "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"
14110   layout:
14111     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14112     layout: "plot-throughput"
14113
14114 - type: "plot"
14115   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14116   algorithm: "plot_perf_box_name"
14117   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14119   include:
14120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14122   layout:
14123     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14124     layout: "plot-throughput"
14125
14126 - type: "plot"
14127   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14128   algorithm: "plot_perf_box_name"
14129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14131   include:
14132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14134   layout:
14135     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14136     layout: "plot-throughput"
14137
14138 - type: "plot"
14139   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14140   algorithm: "plot_perf_box_name"
14141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14143   include:
14144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14146   layout:
14147     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14148     layout: "plot-throughput"
14149
14150 - type: "plot"
14151   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14152   algorithm: "plot_perf_box_name"
14153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14155   include:
14156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14158   layout:
14159     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14160     layout: "plot-throughput"
14161
14162 - type: "plot"
14163   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14164   algorithm: "plot_perf_box_name"
14165   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14166   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14167   include:
14168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14170     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14174   layout:
14175     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14176     layout: "plot-throughput"
14177
14178 - type: "plot"
14179   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14180   algorithm: "plot_perf_box_name"
14181   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14182   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14183   include:
14184     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14185     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14186     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14188     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14189     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14190   layout:
14191     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14192     layout: "plot-throughput"
14193
14194 - type: "plot"
14195   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14196   algorithm: "plot_perf_box_name"
14197   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14198   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14199   include:
14200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14202     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14203     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14204     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14206   layout:
14207     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14208     layout: "plot-throughput"
14209
14210 - type: "plot"
14211   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14212   algorithm: "plot_perf_box_name"
14213   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14214   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14215   include:
14216     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14222   layout:
14223     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14224     layout: "plot-throughput"
14225
14226 - type: "plot"
14227   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14228   algorithm: "plot_perf_box_name"
14229   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14231   include:
14232     - "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"
14233     - "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"
14234     - "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"
14235     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14236     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14237     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14238   layout:
14239     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14240     layout: "plot-throughput"
14241
14242 - type: "plot"
14243   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14244   algorithm: "plot_perf_box_name"
14245   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14246   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14247   include:
14248     - "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"
14249     - "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"
14250     - "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"
14251     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14252     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14253     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14254   layout:
14255     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14256     layout: "plot-throughput"
14257
14258 ################################################################################
14259
14260 # Packet Speedup
14261
14262 - type: "plot"
14263   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14264   algorithm: "plot_tsa_name"
14265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14267   include:
14268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14269     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14270     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14271     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14272   layout:
14273     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14274     layout: "plot-throughput-speedup-analysis"
14275
14276 - type: "plot"
14277   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14278   algorithm: "plot_tsa_name"
14279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14281   include:
14282     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14283     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14284     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14285     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14286   layout:
14287     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14288     layout: "plot-throughput-speedup-analysis"
14289
14290 - type: "plot"
14291   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14292   algorithm: "plot_tsa_name"
14293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14295   include:
14296     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14297     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14298     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14299     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14300   layout:
14301     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14302     layout: "plot-throughput-speedup-analysis"
14303
14304 - type: "plot"
14305   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14306   algorithm: "plot_tsa_name"
14307   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14309   include:
14310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14312     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14313     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14314   layout:
14315     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14325     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14326     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14327     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14328     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14329   layout:
14330     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14331     layout: "plot-throughput-speedup-analysis"
14332
14333 - type: "plot"
14334   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14335   algorithm: "plot_tsa_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14338   include:
14339     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14340     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14341     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14342     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14343     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14344   layout:
14345     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14346     layout: "plot-throughput-speedup-analysis"
14347
14348 - type: "plot"
14349   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14350   algorithm: "plot_tsa_name"
14351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14353   include:
14354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14356     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14357     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14358     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14359   layout:
14360     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14361     layout: "plot-throughput-speedup-analysis"
14362
14363 - type: "plot"
14364   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14365   algorithm: "plot_tsa_name"
14366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14368   include:
14369     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14370     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14371     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14372     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14373     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14374   layout:
14375     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14376     layout: "plot-throughput-speedup-analysis"
14377
14378 - type: "plot"
14379   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14380   algorithm: "plot_tsa_name"
14381   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14383   include:
14384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14390   layout:
14391     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14392     layout: "plot-throughput-speedup-analysis"
14393
14394 - type: "plot"
14395   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14396   algorithm: "plot_tsa_name"
14397   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14399   include:
14400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14401     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14406   layout:
14407     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14408     layout: "plot-throughput-speedup-analysis"
14409
14410 - type: "plot"
14411   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14412   algorithm: "plot_tsa_name"
14413   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14414   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14415   include:
14416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14421   layout:
14422     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14423     layout: "plot-throughput-speedup-analysis"
14424
14425 - type: "plot"
14426   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14427   algorithm: "plot_tsa_name"
14428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14430   include:
14431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14436   layout:
14437     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14438     layout: "plot-throughput-speedup-analysis"
14439
14440 - type: "plot"
14441   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14442   algorithm: "plot_tsa_name"
14443   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14445   include:
14446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14449   layout:
14450     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14451     layout: "plot-throughput-speedup-analysis"
14452
14453 - type: "plot"
14454   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14455   algorithm: "plot_tsa_name"
14456   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14458   include:
14459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14462   layout:
14463     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14464     layout: "plot-throughput-speedup-analysis"
14465
14466 - type: "plot"
14467   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14468   algorithm: "plot_tsa_name"
14469   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14470   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14471   include:
14472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14477   layout:
14478     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14479     layout: "plot-throughput-speedup-analysis"
14480
14481 - type: "plot"
14482   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14483   algorithm: "plot_tsa_name"
14484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14486   include:
14487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14492   layout:
14493     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14494     layout: "plot-throughput-speedup-analysis"
14495
14496 - type: "plot"
14497   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14498   algorithm: "plot_tsa_name"
14499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14501   include:
14502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14505   layout:
14506     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14507     layout: "plot-throughput-speedup-analysis"
14508
14509 - type: "plot"
14510   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14511   algorithm: "plot_tsa_name"
14512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14514   include:
14515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14518   layout:
14519     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14527   include:
14528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14534   layout:
14535     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14543   include:
14544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14550   layout:
14551     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14559   include:
14560     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14561     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14562     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14563     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14564     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14565   layout:
14566     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 - type: "plot"
14570   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14571   algorithm: "plot_tsa_name"
14572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14574   include:
14575     - "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"
14576     - "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"
14577     - "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"
14578     - "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"
14579     - "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"
14580   layout:
14581     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14582     layout: "plot-throughput-speedup-analysis"
14583
14584 - type: "plot"
14585   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14586   algorithm: "plot_tsa_name"
14587   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14588   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14589   include:
14590     - "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"
14591     - "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"
14592     - "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"
14593     - "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"
14594     - "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"
14595     - "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"
14596     - "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"
14597     - "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"
14598     - "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"
14599     - "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"
14600   layout:
14601     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14602     layout: "plot-throughput-speedup-analysis-cps"
14603
14604 - type: "plot"
14605   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14606   algorithm: "plot_tsa_name"
14607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14609   include:
14610     - "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"
14611     - "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"
14612     - "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"
14613     - "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"
14614     - "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"
14615     - "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"
14616     - "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"
14617     - "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"
14618     - "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"
14619     - "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"
14620   layout:
14621     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14622     layout: "plot-throughput-speedup-analysis"
14623
14624 - type: "plot"
14625   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14626   algorithm: "plot_tsa_name"
14627   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14629   include:
14630     - "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"
14631     - "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"
14632     - "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"
14633     - "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"
14634     - "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"
14635     - "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"
14636     - "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"
14637     - "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"
14638     - "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"
14639     - "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"
14640   layout:
14641     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14642     layout: "plot-throughput-speedup-analysis-cps"
14643
14644 - type: "plot"
14645   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14649   include:
14650     - "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"
14651     - "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"
14652     - "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"
14653     - "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"
14654     - "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"
14655     - "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"
14656     - "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"
14657     - "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"
14658     - "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"
14659     - "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"
14660   layout:
14661     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14662     layout: "plot-throughput-speedup-analysis"
14663
14664 - type: "plot"
14665   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14666   algorithm: "plot_tsa_name"
14667   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14668   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14669   include:
14670     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14671     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14672     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14673     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14674     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14675   layout:
14676     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14677     layout: "plot-throughput-speedup-analysis"
14678
14679 - type: "plot"
14680   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14681   algorithm: "plot_tsa_name"
14682   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14684   include:
14685     - "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"
14686     - "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"
14687     - "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"
14688     - "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"
14689     - "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"
14690   layout:
14691     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14692     layout: "plot-throughput-speedup-analysis"
14693
14694 - type: "plot"
14695   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14696   algorithm: "plot_tsa_name"
14697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14699   include:
14700     - "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"
14701     - "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"
14702     - "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"
14703     - "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"
14704     - "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"
14705     - "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"
14706     - "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"
14707     - "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"
14708     - "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"
14709     - "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"
14710   layout:
14711     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14712     layout: "plot-throughput-speedup-analysis-cps"
14713
14714 - type: "plot"
14715   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14716   algorithm: "plot_tsa_name"
14717   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14719   include:
14720     - "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"
14721     - "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"
14722     - "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"
14723     - "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"
14724     - "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"
14725     - "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"
14726     - "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"
14727     - "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"
14728     - "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"
14729     - "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"
14730   layout:
14731     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14732     layout: "plot-throughput-speedup-analysis"
14733
14734 - type: "plot"
14735   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14736   algorithm: "plot_tsa_name"
14737   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14739   include:
14740     - "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"
14741     - "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"
14742     - "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"
14743     - "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"
14744     - "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"
14745     - "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"
14746     - "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"
14747     - "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"
14748     - "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"
14749     - "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"
14750   layout:
14751     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14752     layout: "plot-throughput-speedup-analysis-cps"
14753
14754 - type: "plot"
14755   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14756   algorithm: "plot_tsa_name"
14757   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14759   include:
14760     - "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"
14761     - "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"
14762     - "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"
14763     - "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"
14764     - "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"
14765     - "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"
14766     - "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"
14767     - "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"
14768     - "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"
14769     - "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"
14770   layout:
14771     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14779   include:
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14786   layout:
14787     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14788     layout: "plot-throughput-speedup-analysis"
14789
14790 - type: "plot"
14791   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14792   algorithm: "plot_tsa_name"
14793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14795   include:
14796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14802   layout:
14803     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14804     layout: "plot-throughput-speedup-analysis"
14805
14806 - type: "plot"
14807   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14808   algorithm: "plot_tsa_name"
14809   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14811   include:
14812     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14813     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14814     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14815   layout:
14816     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14817     layout: "plot-throughput-speedup-analysis"
14818
14819 - type: "plot"
14820   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14821   algorithm: "plot_tsa_name"
14822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14824   include:
14825     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14827     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14828   layout:
14829     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14830     layout: "plot-throughput-speedup-analysis"
14831
14832 - type: "plot"
14833   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14834   algorithm: "plot_tsa_name"
14835   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14837   include:
14838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14841 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14842 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14843   layout:
14844     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14845     layout: "plot-throughput-speedup-analysis"
14846
14847 - type: "plot"
14848   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14852   include:
14853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14856 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14857 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14858   layout:
14859     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14860     layout: "plot-throughput-speedup-analysis"
14861
14862 - type: "plot"
14863   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14864   algorithm: "plot_tsa_name"
14865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14867   include:
14868     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14869     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14873   layout:
14874     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14875     layout: "plot-throughput-speedup-analysis"
14876
14877 - type: "plot"
14878   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14879   algorithm: "plot_tsa_name"
14880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14882   include:
14883     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14888   layout:
14889     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14890     layout: "plot-throughput-speedup-analysis"
14891
14892 - type: "plot"
14893   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14894   algorithm: "plot_tsa_name"
14895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14897   include:
14898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14903   layout:
14904     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 - type: "plot"
14908   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14909   algorithm: "plot_tsa_name"
14910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14912   include:
14913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14918   layout:
14919     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14920     layout: "plot-throughput-speedup-analysis"
14921
14922 - type: "plot"
14923   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14924   algorithm: "plot_tsa_name"
14925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14927   include:
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14932   layout:
14933     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14934     layout: "plot-throughput-speedup-analysis"
14935
14936 - type: "plot"
14937   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14938   algorithm: "plot_tsa_name"
14939   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14941   include:
14942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14946   layout:
14947     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14955   include:
14956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14961   layout:
14962     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 - type: "plot"
14966   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14967   algorithm: "plot_tsa_name"
14968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14970   include:
14971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14976   layout:
14977     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14978     layout: "plot-throughput-speedup-analysis"
14979
14980 - type: "plot"
14981   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14982   algorithm: "plot_tsa_name"
14983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14985   include:
14986     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14988   layout:
14989     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 - type: "plot"
14993   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14994   algorithm: "plot_tsa_name"
14995   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14997   include:
14998     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14999     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15000   layout:
15001     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15002     layout: "plot-throughput-speedup-analysis"
15003
15004 - type: "plot"
15005   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15006   algorithm: "plot_tsa_name"
15007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15009   include:
15010     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15011     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15012     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15014   layout:
15015     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15016     layout: "plot-throughput-speedup-analysis"
15017
15018 - type: "plot"
15019   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15020   algorithm: "plot_tsa_name"
15021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15023   include:
15024     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15025     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15026     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15028   layout:
15029     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15030     layout: "plot-throughput-speedup-analysis"
15031
15032 - type: "plot"
15033   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15034   algorithm: "plot_tsa_name"
15035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15037   include:
15038     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15039     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15040     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15041     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15042   layout:
15043     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15044     layout: "plot-throughput-speedup-analysis"
15045
15046 - type: "plot"
15047   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15048   algorithm: "plot_tsa_name"
15049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15051   include:
15052     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15053     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15054     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15055     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15056   layout:
15057     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15058     layout: "plot-throughput-speedup-analysis"
15059
15060 - type: "plot"
15061   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15062   algorithm: "plot_tsa_name"
15063   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15065   include:
15066     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15067     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15068     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15069     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15072   layout:
15073     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15074     layout: "plot-throughput-speedup-analysis"
15075
15076 - type: "plot"
15077   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15078   algorithm: "plot_tsa_name"
15079   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15081   include:
15082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15083     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15084     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15088   layout:
15089     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15090     layout: "plot-throughput-speedup-analysis"
15091
15092 - type: "plot"
15093   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15094   algorithm: "plot_tsa_name"
15095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15097   include:
15098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15103   layout:
15104     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15105     layout: "plot-throughput-speedup-analysis"
15106
15107 - type: "plot"
15108   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15109   algorithm: "plot_tsa_name"
15110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15112   include:
15113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15118   layout:
15119     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15120     layout: "plot-throughput-speedup-analysis"
15121
15122 - type: "plot"
15123   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15124   algorithm: "plot_tsa_name"
15125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15127   include:
15128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15133   layout:
15134     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15135     layout: "plot-throughput-speedup-analysis"
15136
15137 - type: "plot"
15138   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15139   algorithm: "plot_tsa_name"
15140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15142   include:
15143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15148   layout:
15149     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15150     layout: "plot-throughput-speedup-analysis"
15151
15152 - type: "plot"
15153   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15154   algorithm: "plot_tsa_name"
15155   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15157   include:
15158     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15161   layout:
15162     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15170   include:
15171     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15174   layout:
15175     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15176     layout: "plot-throughput-speedup-analysis"
15177
15178 - type: "plot"
15179   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15180   algorithm: "plot_tsa_name"
15181   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15183   include:
15184     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15185     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15187   layout:
15188     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15189     layout: "plot-throughput-speedup-analysis"
15190
15191 - type: "plot"
15192   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15193   algorithm: "plot_tsa_name"
15194   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15196   include:
15197     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15198     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15199     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15200   layout:
15201     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15202     layout: "plot-throughput-speedup-analysis"
15203
15204 - type: "plot"
15205   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15206   algorithm: "plot_tsa_name"
15207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15209   include:
15210     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15211     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15212     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15213     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15214     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15215   layout:
15216     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15217     layout: "plot-throughput-speedup-analysis"
15218
15219 - type: "plot"
15220   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15221   algorithm: "plot_tsa_name"
15222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15224   include:
15225     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15226     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15227     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15228     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15229     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15230   layout:
15231     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15232     layout: "plot-throughput-speedup-analysis"
15233
15234 - type: "plot"
15235   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15236   algorithm: "plot_tsa_name"
15237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15239   include:
15240     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15241     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15242     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15243     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15245   layout:
15246     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15247     layout: "plot-throughput-speedup-analysis"
15248
15249 - type: "plot"
15250   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15251   algorithm: "plot_tsa_name"
15252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15254   include:
15255     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15256     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15257     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15260   layout:
15261     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15262     layout: "plot-throughput-speedup-analysis"
15263
15264 - type: "plot"
15265   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15266   algorithm: "plot_tsa_name"
15267   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15269   include:
15270     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15271     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15272     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15273     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15276   layout:
15277     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15278     layout: "plot-throughput-speedup-analysis"
15279
15280 - type: "plot"
15281   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15282   algorithm: "plot_tsa_name"
15283   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15284   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15285   include:
15286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15287     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15288     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15290     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15292   layout:
15293     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15294     layout: "plot-throughput-speedup-analysis"
15295
15296 - type: "plot"
15297   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15298   algorithm: "plot_tsa_name"
15299   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15301   include:
15302     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15303     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15306   layout:
15307     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15308     layout: "plot-throughput-speedup-analysis"
15309
15310 - type: "plot"
15311   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15312   algorithm: "plot_tsa_name"
15313   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15314   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15315   include:
15316     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15317     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15318     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15319     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15320   layout:
15321     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15322     layout: "plot-throughput-speedup-analysis"
15323
15324 - type: "plot"
15325   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15326   algorithm: "plot_tsa_name"
15327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15329   include:
15330     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15331     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15332     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15333     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15336   layout:
15337     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15338     layout: "plot-throughput-speedup-analysis"
15339
15340 - type: "plot"
15341   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15342   algorithm: "plot_tsa_name"
15343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15345   include:
15346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15352   layout:
15353     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15354     layout: "plot-throughput-speedup-analysis"
15355
15356 - type: "plot"
15357   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15358   algorithm: "plot_tsa_name"
15359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15361   include:
15362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15368   layout:
15369     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15370     layout: "plot-throughput-speedup-analysis"
15371
15372 - type: "plot"
15373   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15374   algorithm: "plot_tsa_name"
15375   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15377   include:
15378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15381     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15382     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15383     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15384   layout:
15385     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15386     layout: "plot-throughput-speedup-analysis"
15387
15388 - type: "plot"
15389   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15390   algorithm: "plot_tsa_name"
15391   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15393   include:
15394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15400   layout:
15401     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15402     layout: "plot-throughput-speedup-analysis"
15403
15404 - type: "plot"
15405   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15406   algorithm: "plot_tsa_name"
15407   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15409   include:
15410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15416   layout:
15417     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15418     layout: "plot-throughput-speedup-analysis"
15419
15420 - type: "plot"
15421   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15422   algorithm: "plot_tsa_name"
15423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15425   include:
15426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15432   layout:
15433     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15434     layout: "plot-throughput-speedup-analysis"
15435
15436 - type: "plot"
15437   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15438   algorithm: "plot_tsa_name"
15439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15441   include:
15442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15448   layout:
15449     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15450     layout: "plot-throughput-speedup-analysis"
15451
15452 - type: "plot"
15453   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15454   algorithm: "plot_tsa_name"
15455   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15457   include:
15458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15464   layout:
15465     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15473   include:
15474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15480   layout:
15481     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15482     layout: "plot-throughput-speedup-analysis"
15483
15484 - type: "plot"
15485   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15486   algorithm: "plot_tsa_name"
15487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15489   include:
15490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15494   layout:
15495     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15496     layout: "plot-throughput-speedup-analysis"
15497
15498 - type: "plot"
15499   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15500   algorithm: "plot_tsa_name"
15501   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15503   include:
15504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15508   layout:
15509     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15510     layout: "plot-throughput-speedup-analysis"
15511
15512 - type: "plot"
15513   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15514   algorithm: "plot_tsa_name"
15515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15517   include:
15518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15522   layout:
15523     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15524     layout: "plot-throughput-speedup-analysis"
15525
15526 - type: "plot"
15527   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15528   algorithm: "plot_tsa_name"
15529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15531   include:
15532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15536   layout:
15537     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15545   include:
15546     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15552   layout:
15553     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15554     layout: "plot-throughput-speedup-analysis"
15555
15556 - type: "plot"
15557   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15558   algorithm: "plot_tsa_name"
15559   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15560   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15561   include:
15562     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15564     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15568   layout:
15569     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15570     layout: "plot-throughput-speedup-analysis"
15571
15572 - type: "plot"
15573   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15574   algorithm: "plot_tsa_name"
15575   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15577   include:
15578     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15583   layout:
15584     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15585     layout: "plot-throughput-speedup-analysis"
15586
15587 - type: "plot"
15588   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15589   algorithm: "plot_tsa_name"
15590   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15592   include:
15593     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15594     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15595     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15596     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15598   layout:
15599     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15600     layout: "plot-throughput-speedup-analysis"
15601
15602 - type: "plot"
15603   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15604   algorithm: "plot_tsa_name"
15605   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15607   include:
15608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15613   layout:
15614     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15615     layout: "plot-throughput-speedup-analysis"
15616
15617 - type: "plot"
15618   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15619   algorithm: "plot_tsa_name"
15620   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15622   include:
15623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15628   layout:
15629     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15630     layout: "plot-throughput-speedup-analysis"
15631
15632 - type: "plot"
15633   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15634   algorithm: "plot_tsa_name"
15635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15637   include:
15638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15642   layout:
15643     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15644     layout: "plot-throughput-speedup-analysis"
15645
15646 - type: "plot"
15647   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15648   algorithm: "plot_tsa_name"
15649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15651   include:
15652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15656   layout:
15657     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15658     layout: "plot-throughput-speedup-analysis"
15659
15660 - type: "plot"
15661   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15662   algorithm: "plot_tsa_name"
15663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15665   include:
15666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15672   layout:
15673     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15674     layout: "plot-throughput-speedup-analysis"
15675
15676 - type: "plot"
15677   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15678   algorithm: "plot_tsa_name"
15679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15681   include:
15682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15688   layout:
15689     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15690     layout: "plot-throughput-speedup-analysis"
15691
15692 - type: "plot"
15693   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15694   algorithm: "plot_tsa_name"
15695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15697   include:
15698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15704   layout:
15705     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15706     layout: "plot-throughput-speedup-analysis"
15707
15708 - type: "plot"
15709   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15710   algorithm: "plot_tsa_name"
15711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15713   include:
15714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15720   layout:
15721     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15722     layout: "plot-throughput-speedup-analysis"
15723
15724 - type: "plot"
15725   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15726   algorithm: "plot_tsa_name"
15727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15729   include:
15730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15736   layout:
15737     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15738     layout: "plot-throughput-speedup-analysis"
15739
15740 - type: "plot"
15741   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15742   algorithm: "plot_tsa_name"
15743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15745   include:
15746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15752   layout:
15753     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15754     layout: "plot-throughput-speedup-analysis"
15755
15756 - type: "plot"
15757   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15758   algorithm: "plot_tsa_name"
15759   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15760   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15761   include:
15762     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15763     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15764     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15765     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15766     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15767     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15768   layout:
15769     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15770     layout: "plot-throughput-speedup-analysis"
15771
15772 - type: "plot"
15773   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15774   algorithm: "plot_tsa_name"
15775   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15777   include:
15778     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15779     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15780     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15781     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15782     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15783     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15784   layout:
15785     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15786     layout: "plot-throughput-speedup-analysis"
15787
15788 - type: "plot"
15789   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15790   algorithm: "plot_tsa_name"
15791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15793   include:
15794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15795     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15796     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15797     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15799     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15800   layout:
15801     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15802     layout: "plot-throughput-speedup-analysis"
15803
15804 - type: "plot"
15805   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15806   algorithm: "plot_tsa_name"
15807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15809   include:
15810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15815     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15816   layout:
15817     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15818     layout: "plot-throughput-speedup-analysis"
15819
15820 - type: "plot"
15821   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15822   algorithm: "plot_tsa_name"
15823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15825   include:
15826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15831   layout:
15832     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15833     layout: "plot-throughput-speedup-analysis"
15834
15835 - type: "plot"
15836   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15837   algorithm: "plot_tsa_name"
15838   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15840   include:
15841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15846   layout:
15847     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15848     layout: "plot-throughput-speedup-analysis"
15849
15850 - type: "plot"
15851   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15852   algorithm: "plot_tsa_name"
15853   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15855   include:
15856     - "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"
15857     - "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"
15858     - "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"
15859     - "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"
15860     - "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"
15861   layout:
15862     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15863     layout: "plot-throughput-speedup-analysis"
15864
15865 - type: "plot"
15866   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15867   algorithm: "plot_tsa_name"
15868   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15869   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15870   include:
15871     - "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"
15872     - "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"
15873     - "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"
15874     - "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"
15875     - "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"
15876   layout:
15877     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15878     layout: "plot-throughput-speedup-analysis"
15879
15880 - type: "plot"
15881   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15882   algorithm: "plot_tsa_name"
15883   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15884   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15885   include:
15886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15891   layout:
15892     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15893     layout: "plot-throughput-speedup-analysis"
15894
15895 - type: "plot"
15896   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15897   algorithm: "plot_tsa_name"
15898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15900   include:
15901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15906   layout:
15907     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15908     layout: "plot-throughput-speedup-analysis"
15909
15910 - type: "plot"
15911   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15912   algorithm: "plot_tsa_name"
15913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15915   include:
15916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15921   layout:
15922     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15923     layout: "plot-throughput-speedup-analysis"
15924
15925 - type: "plot"
15926   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15927   algorithm: "plot_tsa_name"
15928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15930   include:
15931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15936   layout:
15937     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15938     layout: "plot-throughput-speedup-analysis"
15939
15940 - type: "plot"
15941   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15942   algorithm: "plot_tsa_name"
15943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15945   include:
15946     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15947     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15948     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15949     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15950     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15951   layout:
15952     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15953     layout: "plot-throughput-speedup-analysis"
15954
15955 - type: "plot"
15956   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15957   algorithm: "plot_tsa_name"
15958   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15959   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15960   include:
15961     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15962     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15963     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15964     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15966   layout:
15967     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15968     layout: "plot-throughput-speedup-analysis"
15969
15970 - type: "plot"
15971   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15972   algorithm: "plot_tsa_name"
15973   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15975   include:
15976     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15977     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15978     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15979     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15981   layout:
15982     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15983     layout: "plot-throughput-speedup-analysis"
15984
15985 - type: "plot"
15986   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15987   algorithm: "plot_tsa_name"
15988   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15990   include:
15991     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15992     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15996   layout:
15997     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15998     layout: "plot-throughput-speedup-analysis"
15999
16000 - type: "plot"
16001   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16002   algorithm: "plot_tsa_name"
16003   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16005   include:
16006     - "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"
16007     - "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"
16008     - "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"
16009     - "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"
16010   layout:
16011     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16012     layout: "plot-throughput-speedup-analysis"
16013
16014 - type: "plot"
16015   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16016   algorithm: "plot_tsa_name"
16017   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16019   include:
16020     - "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"
16021     - "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"
16022     - "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"
16023     - "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"
16024   layout:
16025     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16026     layout: "plot-throughput-speedup-analysis"
16027
16028 - type: "plot"
16029   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16030   algorithm: "plot_tsa_name"
16031   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16033   include:
16034     - "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"
16035     - "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"
16036     - "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"
16037     - "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"
16038   layout:
16039     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16040     layout: "plot-throughput-speedup-analysis"
16041
16042 - type: "plot"
16043   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16044   algorithm: "plot_tsa_name"
16045   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16047   include:
16048     - "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"
16049     - "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"
16050     - "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"
16051     - "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"
16052   layout:
16053     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16054     layout: "plot-throughput-speedup-analysis"
16055
16056 - type: "plot"
16057   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16058   algorithm: "plot_tsa_name"
16059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16061   include:
16062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16064     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16068   layout:
16069     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16070     layout: "plot-throughput-speedup-analysis"
16071
16072 - type: "plot"
16073   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16074   algorithm: "plot_tsa_name"
16075   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16077   include:
16078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16080     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16084   layout:
16085     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16086     layout: "plot-throughput-speedup-analysis"
16087
16088 - type: "plot"
16089   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16090   algorithm: "plot_tsa_name"
16091   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16093   include:
16094     - "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"
16095     - "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"
16096     - "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"
16097     - "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"
16098     - "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"
16099     - "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"
16100   layout:
16101     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16102     layout: "plot-throughput-speedup-analysis"
16103
16104 - type: "plot"
16105   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16106   algorithm: "plot_tsa_name"
16107   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16109   include:
16110     - "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"
16111     - "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"
16112     - "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"
16113     - "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"
16114     - "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"
16115     - "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"
16116   layout:
16117     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16118     layout: "plot-throughput-speedup-analysis"
16119
16120 - type: "plot"
16121   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16122   algorithm: "plot_tsa_name"
16123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16125   include:
16126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16132   layout:
16133     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16134     layout: "plot-throughput-speedup-analysis"
16135
16136 - type: "plot"
16137   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16138   algorithm: "plot_tsa_name"
16139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16141   include:
16142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16148   layout:
16149     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16150     layout: "plot-throughput-speedup-analysis"
16151
16152 - type: "plot"
16153   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16154   algorithm: "plot_tsa_name"
16155   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16157   include:
16158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16163   layout:
16164     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16165     layout: "plot-throughput-speedup-analysis"
16166
16167 - type: "plot"
16168   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16169   algorithm: "plot_tsa_name"
16170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16172   include:
16173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16178   layout:
16179     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16180     layout: "plot-throughput-speedup-analysis"
16181
16182 - type: "plot"
16183   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16184   algorithm: "plot_tsa_name"
16185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16187   include:
16188     - "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"
16189     - "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"
16190   layout:
16191     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16192     layout: "plot-throughput-speedup-analysis"
16193
16194 - type: "plot"
16195   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16196   algorithm: "plot_tsa_name"
16197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16199   include:
16200     - "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"
16201     - "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"
16202   layout:
16203     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16204     layout: "plot-throughput-speedup-analysis"
16205
16206 - type: "plot"
16207   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16208   algorithm: "plot_tsa_name"
16209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16211   include:
16212     - "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"
16213     - "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"
16214   layout:
16215     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16216     layout: "plot-throughput-speedup-analysis"
16217
16218 - type: "plot"
16219   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16220   algorithm: "plot_tsa_name"
16221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16223   include:
16224     - "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"
16225     - "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"
16226   layout:
16227     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16228     layout: "plot-throughput-speedup-analysis"
16229
16230 - type: "plot"
16231   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16232   algorithm: "plot_tsa_name"
16233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16235   include:
16236     - "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"
16237     - "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"
16238     - "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"
16239     - "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"
16240     - "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"
16241     - "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"
16242   layout:
16243     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16244     layout: "plot-throughput-speedup-analysis"
16245
16246 - type: "plot"
16247   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16248   algorithm: "plot_tsa_name"
16249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16251   include:
16252     - "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"
16253     - "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"
16254     - "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"
16255     - "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"
16256     - "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"
16257     - "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"
16258   layout:
16259     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16260     layout: "plot-throughput-speedup-analysis"
16261
16262 - type: "plot"
16263   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16264   algorithm: "plot_tsa_name"
16265   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16266   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16267   include:
16268     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16269     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16270     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16271     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16272     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16273   layout:
16274     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16275     layout: "plot-throughput-speedup-analysis"
16276
16277 - type: "plot"
16278   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16279   algorithm: "plot_tsa_name"
16280   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16281   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16282   include:
16283     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16284     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16285     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16286     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16287     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16288   layout:
16289     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16290     layout: "plot-throughput-speedup-analysis"
16291
16292 - type: "plot"
16293   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16294   algorithm: "plot_tsa_name"
16295   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16296   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16297   include:
16298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16303   layout:
16304     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16305     layout: "plot-throughput-speedup-analysis"
16306
16307 - type: "plot"
16308   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16309   algorithm: "plot_tsa_name"
16310   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16311   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16312   include:
16313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16318   layout:
16319     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16320     layout: "plot-throughput-speedup-analysis"
16321
16322 - type: "plot"
16323   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16324   algorithm: "plot_tsa_name"
16325   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16326   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16327   include:
16328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16332   layout:
16333     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16334     layout: "plot-throughput-speedup-analysis"
16335
16336 - type: "plot"
16337   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16338   algorithm: "plot_tsa_name"
16339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16341   include:
16342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16346   layout:
16347     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16348     layout: "plot-throughput-speedup-analysis"
16349
16350 - type: "plot"
16351   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16352   algorithm: "plot_tsa_name"
16353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16355   include:
16356     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16357     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16360   layout:
16361     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16362     layout: "plot-throughput-speedup-analysis"
16363
16364 - type: "plot"
16365   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16366   algorithm: "plot_tsa_name"
16367   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16368   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16369   include:
16370     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16371     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16374   layout:
16375     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16376     layout: "plot-throughput-speedup-analysis"
16377
16378 - type: "plot"
16379   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16380   algorithm: "plot_tsa_name"
16381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16383   include:
16384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16389   layout:
16390     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16391     layout: "plot-throughput-speedup-analysis"
16392
16393 - type: "plot"
16394   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16395   algorithm: "plot_tsa_name"
16396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16398   include:
16399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16400     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16404   layout:
16405     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16406     layout: "plot-throughput-speedup-analysis"
16407
16408 - type: "plot"
16409   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16410   algorithm: "plot_tsa_name"
16411   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16412   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16413   include:
16414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16416     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16420   layout:
16421     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16422     layout: "plot-throughput-speedup-analysis"
16423
16424 - type: "plot"
16425   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16426   algorithm: "plot_tsa_name"
16427   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16428   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16429   include:
16430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16436   layout:
16437     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16438     layout: "plot-throughput-speedup-analysis"
16439
16440 - type: "plot"
16441   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16442   algorithm: "plot_tsa_name"
16443   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16444   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16445   include:
16446     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16450   layout:
16451     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16452     layout: "plot-throughput-speedup-analysis"
16453
16454 - type: "plot"
16455   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16456   algorithm: "plot_tsa_name"
16457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16458   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16459   include:
16460     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16461     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16462     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16464   layout:
16465     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16466     layout: "plot-throughput-speedup-analysis"
16467
16468 - type: "plot"
16469   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16470   algorithm: "plot_tsa_name"
16471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16473   include:
16474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16480   layout:
16481     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16482     layout: "plot-throughput-speedup-analysis"
16483
16484 - type: "plot"
16485   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16486   algorithm: "plot_tsa_name"
16487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16489   include:
16490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16496   layout:
16497     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16498     layout: "plot-throughput-speedup-analysis"
16499
16500 - type: "plot"
16501   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16502   algorithm: "plot_tsa_name"
16503   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16504   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16505   include:
16506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16512   layout:
16513     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16514     layout: "plot-throughput-speedup-analysis"
16515
16516 - type: "plot"
16517   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16518   algorithm: "plot_tsa_name"
16519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16521   include:
16522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16528   layout:
16529     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16530     layout: "plot-throughput-speedup-analysis"
16531
16532 - type: "plot"
16533   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16534   algorithm: "plot_tsa_name"
16535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16536   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16537   include:
16538     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16539     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16540     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16541     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16542     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16543     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16544   layout:
16545     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16546     layout: "plot-throughput-speedup-analysis"
16547
16548 - type: "plot"
16549   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16550   algorithm: "plot_tsa_name"
16551   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16552   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16553   include:
16554     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16555     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16556     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16557     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16558     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16559     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16560   layout:
16561     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16562     layout: "plot-throughput-speedup-analysis"
16563
16564 - type: "plot"
16565   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16566   algorithm: "plot_tsa_name"
16567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16569   include:
16570     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16571     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16572     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16573     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16574     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16575     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16576   layout:
16577     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16578     layout: "plot-throughput-speedup-analysis"
16579
16580 - type: "plot"
16581   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16582   algorithm: "plot_tsa_name"
16583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16585   include:
16586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16587     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16588     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16589     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16592   layout:
16593     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16594     layout: "plot-throughput-speedup-analysis"
16595
16596 - type: "plot"
16597   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16598   algorithm: "plot_tsa_name"
16599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16601   include:
16602     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16603     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16604     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16608   layout:
16609     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16610     layout: "plot-throughput-speedup-analysis"
16611
16612 - type: "plot"
16613   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16614   algorithm: "plot_tsa_name"
16615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16616   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16617   include:
16618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16624   layout:
16625     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16626     layout: "plot-throughput-speedup-analysis"
16627
16628 #- type: "plot"
16629 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16630 #  algorithm: "plot_tsa_name"
16631 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16632 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16633 #  include:
16634 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16635 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16636 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16637 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16638 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16639 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16640 #  layout:
16641 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16642 #    layout: "plot-throughput-speedup-analysis"
16643 #
16644 #- type: "plot"
16645 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16646 #  algorithm: "plot_tsa_name"
16647 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16648 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16649 #  include:
16650 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16651 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16652 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16653 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16654 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16655 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16656 #  layout:
16657 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16658 #    layout: "plot-throughput-speedup-analysis"
16659
16660 - type: "plot"
16661   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16662   algorithm: "plot_tsa_name"
16663   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16664   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16665   include:
16666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16667     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16668     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16671   layout:
16672     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16673     layout: "plot-throughput-speedup-analysis"
16674
16675 - type: "plot"
16676   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16677   algorithm: "plot_tsa_name"
16678   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16679   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16680   include:
16681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16686   layout:
16687     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16688     layout: "plot-throughput-speedup-analysis"
16689
16690 - type: "plot"
16691   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16692   algorithm: "plot_tsa_name"
16693   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16694   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16695   include:
16696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16702   layout:
16703     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16704     layout: "plot-throughput-speedup-analysis"
16705
16706 - type: "plot"
16707   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16708   algorithm: "plot_tsa_name"
16709   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16710   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16711   include:
16712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16718   layout:
16719     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16720     layout: "plot-throughput-speedup-analysis"
16721
16722 - type: "plot"
16723   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16724   algorithm: "plot_tsa_name"
16725   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16726   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16727   include:
16728     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16733   layout:
16734     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16735     layout: "plot-throughput-speedup-analysis"
16736
16737 - type: "plot"
16738   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16739   algorithm: "plot_tsa_name"
16740   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16741   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16742   include:
16743     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16744     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16748   layout:
16749     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16750     layout: "plot-throughput-speedup-analysis"
16751
16752 - type: "plot"
16753   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16754   algorithm: "plot_tsa_name"
16755   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16756   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16757   include:
16758     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16759     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16760     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16761     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16762   layout:
16763     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16764     layout: "plot-throughput-speedup-analysis"
16765
16766 - type: "plot"
16767   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16768   algorithm: "plot_tsa_name"
16769   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16770   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16771   include:
16772     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16773     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16774     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16775     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16776   layout:
16777     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16778     layout: "plot-throughput-speedup-analysis"
16779
16780 - type: "plot"
16781   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16782   algorithm: "plot_tsa_name"
16783   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16784   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16785   include:
16786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16792   layout:
16793     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16794     layout: "plot-throughput-speedup-analysis"
16795
16796 - type: "plot"
16797   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16798   algorithm: "plot_tsa_name"
16799   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16800   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16801   include:
16802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16808   layout:
16809     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16810     layout: "plot-throughput-speedup-analysis"
16811
16812 - type: "plot"
16813   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16814   algorithm: "plot_tsa_name"
16815   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16816   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16817   include:
16818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16823   layout:
16824     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16825     layout: "plot-throughput-speedup-analysis"
16826
16827 - type: "plot"
16828   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16829   algorithm: "plot_tsa_name"
16830   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16831   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16832   include:
16833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16838   layout:
16839     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16840     layout: "plot-throughput-speedup-analysis"
16841
16842 - type: "plot"
16843   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16844   algorithm: "plot_tsa_name"
16845   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16846   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16847   include:
16848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16853   layout:
16854     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16855     layout: "plot-throughput-speedup-analysis"
16856
16857 - type: "plot"
16858   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16859   algorithm: "plot_tsa_name"
16860   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16861   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16862   include:
16863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16868   layout:
16869     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16870     layout: "plot-throughput-speedup-analysis"
16871
16872 - type: "plot"
16873   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16874   algorithm: "plot_tsa_name"
16875   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16876   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16877   include:
16878     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16879     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16882   layout:
16883     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16884     layout: "plot-throughput-speedup-analysis"
16885
16886 - type: "plot"
16887   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16888   algorithm: "plot_tsa_name"
16889   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16890   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16891   include:
16892     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16893     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16896   layout:
16897     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16898     layout: "plot-throughput-speedup-analysis"
16899
16900 - type: "plot"
16901   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16902   algorithm: "plot_tsa_name"
16903   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16904   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16905   include:
16906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16911   layout:
16912     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16913     layout: "plot-throughput-speedup-analysis"
16914
16915 - type: "plot"
16916   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16917   algorithm: "plot_tsa_name"
16918   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16919   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16920   include:
16921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16926   layout:
16927     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16928     layout: "plot-throughput-speedup-analysis"
16929
16930 - type: "plot"
16931   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16932   algorithm: "plot_tsa_name"
16933   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16934   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16935   include:
16936     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16937     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16938     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16942   layout:
16943     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16944     layout: "plot-throughput-speedup-analysis"
16945
16946 - type: "plot"
16947   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16948   algorithm: "plot_tsa_name"
16949   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16950   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16951   include:
16952     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16953     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16958   layout:
16959     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16960     layout: "plot-throughput-speedup-analysis"
16961
16962 - type: "plot"
16963   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16964   algorithm: "plot_tsa_name"
16965   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16966   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16967   include:
16968     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16969     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16970     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16971     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16972   layout:
16973     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16974     layout: "plot-throughput-speedup-analysis"
16975
16976 - type: "plot"
16977   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16978   algorithm: "plot_tsa_name"
16979   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16980   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16981   include:
16982     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16983     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16984     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16985     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16986   layout:
16987     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16988     layout: "plot-throughput-speedup-analysis"
16989
16990 - type: "plot"
16991   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16992   algorithm: "plot_tsa_name"
16993   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16994   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16995   include:
16996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17002   layout:
17003     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17004     layout: "plot-throughput-speedup-analysis"
17005
17006 - type: "plot"
17007   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17008   algorithm: "plot_tsa_name"
17009   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17010   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17011   include:
17012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17016     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17017     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17018   layout:
17019     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17020     layout: "plot-throughput-speedup-analysis"
17021
17022 - type: "plot"
17023   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17024   algorithm: "plot_tsa_name"
17025   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17026   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17027   include:
17028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17031     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17032     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17033     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17034   layout:
17035     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17036     layout: "plot-throughput-speedup-analysis"
17037
17038 - type: "plot"
17039   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17040   algorithm: "plot_tsa_name"
17041   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17042   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17043   include:
17044     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17045     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17046     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17047     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17048     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17049     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17050   layout:
17051     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17052     layout: "plot-throughput-speedup-analysis"
17053
17054 #- type: "plot"
17055 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17056 #  algorithm: "plot_tsa_name"
17057 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17058 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17059 #  include:
17060 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17061 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17062 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17063 #  layout:
17064 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17065 #    layout: "plot-throughput-speedup-analysis"
17066 #
17067 #- type: "plot"
17068 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17069 #  algorithm: "plot_tsa_name"
17070 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17071 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17072 #  include:
17073 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17074 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17075 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17076 #  layout:
17077 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17078 #    layout: "plot-throughput-speedup-analysis"
17079
17080 ################################################################################
17081
17082 # Packet Throughput - DPDK
17083
17084 # 2n-skx-xxv710
17085
17086 - type: "plot"
17087   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17088   algorithm: "plot_perf_box_name"
17089   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17090   data: "plot-dpdk-throughput-latency-2n-skx"
17091   include:
17092     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17093     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17094   layout:
17095     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17096     layout: "plot-throughput"
17097
17098 - type: "plot"
17099   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17100   algorithm: "plot_perf_box_name"
17101   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17102   data: "plot-dpdk-throughput-latency-2n-skx"
17103   include:
17104     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17105     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17106   layout:
17107     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17108     layout: "plot-throughput"
17109
17110 - type: "plot"
17111   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17112   algorithm: "plot_perf_box_name"
17113   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17114   data: "plot-dpdk-throughput-latency-2n-skx"
17115   include:
17116     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17117     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17118   layout:
17119     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17120     layout: "plot-throughput"
17121
17122 - type: "plot"
17123   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17124   algorithm: "plot_perf_box_name"
17125   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17126   data: "plot-dpdk-throughput-latency-2n-skx"
17127   include:
17128     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17129     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17130   layout:
17131     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17132     layout: "plot-throughput"
17133
17134 # 2n-skx-x710
17135
17136 - type: "plot"
17137   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17138   algorithm: "plot_perf_box_name"
17139   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17140   data: "plot-dpdk-throughput-latency-2n-skx"
17141   include:
17142     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17143     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17144   layout:
17145     title: "2n-skx-x710-64b-2t1c-base-ndr"
17146     layout: "plot-throughput"
17147
17148 - type: "plot"
17149   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17150   algorithm: "plot_perf_box_name"
17151   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17152   data: "plot-dpdk-throughput-latency-2n-skx"
17153   include:
17154     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17155     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17156   layout:
17157     title: "2n-skx-x710-64b-4t2c-base-ndr"
17158     layout: "plot-throughput"
17159
17160 - type: "plot"
17161   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17162   algorithm: "plot_perf_box_name"
17163   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17164   data: "plot-dpdk-throughput-latency-2n-skx"
17165   include:
17166     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17167     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17168   layout:
17169     title: "2n-skx-x710-64b-2t1c-base-pdr"
17170     layout: "plot-throughput"
17171
17172 - type: "plot"
17173   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17174   algorithm: "plot_perf_box_name"
17175   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17176   data: "plot-dpdk-throughput-latency-2n-skx"
17177   include:
17178     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17179     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17180   layout:
17181     title: "2n-skx-x710-64b-4t2c-base-pdr"
17182     layout: "plot-throughput"
17183
17184 # 3n-skx-xxv710
17185
17186 - type: "plot"
17187   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17188   algorithm: "plot_perf_box_name"
17189   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17190   data: "plot-dpdk-throughput-latency-3n-skx"
17191   include:
17192     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17193     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17194   layout:
17195     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17196     layout: "plot-throughput"
17197
17198 - type: "plot"
17199   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17200   algorithm: "plot_perf_box_name"
17201   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17202   data: "plot-dpdk-throughput-latency-3n-skx"
17203   include:
17204     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17205     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17206   layout:
17207     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17208     layout: "plot-throughput"
17209
17210 - type: "plot"
17211   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17212   algorithm: "plot_perf_box_name"
17213   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17214   data: "plot-dpdk-throughput-latency-3n-skx"
17215   include:
17216     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17217     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17218   layout:
17219     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17220     layout: "plot-throughput"
17221
17222 - type: "plot"
17223   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17224   algorithm: "plot_perf_box_name"
17225   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17226   data: "plot-dpdk-throughput-latency-3n-skx"
17227   include:
17228     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17229     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17230   layout:
17231     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17232     layout: "plot-throughput"
17233
17234 # 3n-skx-x710
17235
17236 - type: "plot"
17237   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17238   algorithm: "plot_perf_box_name"
17239   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17240   data: "plot-dpdk-throughput-latency-3n-skx"
17241   include:
17242     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17243     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17244   layout:
17245     title: "3n-skx-x710-64b-2t1c-base-ndr"
17246     layout: "plot-throughput"
17247
17248 - type: "plot"
17249   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17250   algorithm: "plot_perf_box_name"
17251   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17252   data: "plot-dpdk-throughput-latency-3n-skx"
17253   include:
17254     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17255     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17256   layout:
17257     title: "3n-skx-x710-64b-4t2c-base-ndr"
17258     layout: "plot-throughput"
17259
17260 - type: "plot"
17261   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17262   algorithm: "plot_perf_box_name"
17263   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17264   data: "plot-dpdk-throughput-latency-3n-skx"
17265   include:
17266     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17267     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17268   layout:
17269     title: "3n-skx-x710-64b-2t1c-base-pdr"
17270     layout: "plot-throughput"
17271
17272 - type: "plot"
17273   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17274   algorithm: "plot_perf_box_name"
17275   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17276   data: "plot-dpdk-throughput-latency-3n-skx"
17277   include:
17278     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17279     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17280   layout:
17281     title: "3n-skx-x710-64b-4t2c-base-pdr"
17282     layout: "plot-throughput"
17283
17284 # 3n-hsw-xl710
17285
17286 - type: "plot"
17287   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17288   algorithm: "plot_perf_box_name"
17289   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17290   data: "plot-dpdk-throughput-latency-3n-hsw"
17291   include:
17292     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17293     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17294   layout:
17295     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17296     layout: "plot-throughput"
17297
17298 - type: "plot"
17299   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17300   algorithm: "plot_perf_box_name"
17301   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17302   data: "plot-dpdk-throughput-latency-3n-hsw"
17303   include:
17304     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17305     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17306   layout:
17307     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17308     layout: "plot-throughput"
17309
17310 - type: "plot"
17311   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17312   algorithm: "plot_perf_box_name"
17313   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17314   data: "plot-dpdk-throughput-latency-3n-hsw"
17315   include:
17316     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17317     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17318   layout:
17319     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17320     layout: "plot-throughput"
17321
17322 - type: "plot"
17323   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17324   algorithm: "plot_perf_box_name"
17325   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17326   data: "plot-dpdk-throughput-latency-3n-hsw"
17327   include:
17328     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17329     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17330   layout:
17331     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17332     layout: "plot-throughput"
17333
17334 # 3n-hsw-x710
17335
17336 - type: "plot"
17337   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17338   algorithm: "plot_perf_box_name"
17339   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17340   data: "plot-dpdk-throughput-latency-3n-hsw"
17341   include:
17342     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17343     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17344   layout:
17345     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17346     layout: "plot-throughput"
17347
17348 - type: "plot"
17349   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17350   algorithm: "plot_perf_box_name"
17351   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17352   data: "plot-dpdk-throughput-latency-3n-hsw"
17353   include:
17354     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17355     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17356   layout:
17357     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17358     layout: "plot-throughput"
17359
17360 - type: "plot"
17361   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17362   algorithm: "plot_perf_box_name"
17363   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17364   data: "plot-dpdk-throughput-latency-3n-hsw"
17365   include:
17366     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17367     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17368   layout:
17369     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17370     layout: "plot-throughput"
17371
17372 - type: "plot"
17373   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17374   algorithm: "plot_perf_box_name"
17375   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17376   data: "plot-dpdk-throughput-latency-3n-hsw"
17377   include:
17378     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17379     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17380   layout:
17381     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17382     layout: "plot-throughput"
17383
17384 ## 2n-dnv-x553
17385 #
17386 #- type: "plot"
17387 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17388 #  algorithm: "plot_perf_box_name"
17389 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17390 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17391 #  include:
17392 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17393 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17394 #  layout:
17395 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17396 #    layout: "plot-throughput"
17397 #
17398 #- type: "plot"
17399 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17400 #  algorithm: "plot_perf_box_name"
17401 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17402 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17403 #  include:
17404 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17405 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17406 #  layout:
17407 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17408 #    layout: "plot-throughput"
17409 #
17410 #- type: "plot"
17411 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17412 #  algorithm: "plot_perf_box_name"
17413 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17414 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17415 #  include:
17416 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17417 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17418 #  layout:
17419 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17420 #    layout: "plot-throughput"
17421 #
17422 #- type: "plot"
17423 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17424 #  algorithm: "plot_perf_box_name"
17425 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17426 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17427 #  include:
17428 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17429 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17430 #  layout:
17431 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17432 #    layout: "plot-throughput"
17433 #
17434 ## 3n-dnv-x553
17435 #
17436 #- type: "plot"
17437 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17438 #  algorithm: "plot_perf_box_name"
17439 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17440 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17441 #  include:
17442 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17443 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17444 #  layout:
17445 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17446 #    layout: "plot-throughput"
17447 #
17448 #- type: "plot"
17449 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17450 #  algorithm: "plot_perf_box_name"
17451 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17452 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17453 #  include:
17454 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17455 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17456 #  layout:
17457 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17458 #    layout: "plot-throughput"
17459 #
17460 #- type: "plot"
17461 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17462 #  algorithm: "plot_perf_box_name"
17463 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17464 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17465 #  include:
17466 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17467 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17468 #  layout:
17469 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17470 #    layout: "plot-throughput"
17471 #
17472 #- type: "plot"
17473 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17474 #  algorithm: "plot_perf_box_name"
17475 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17476 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17477 #  include:
17478 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17479 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17480 #  layout:
17481 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17482 #    layout: "plot-throughput"
17483
17484 # 3n-tsh-x520
17485
17486 - type: "plot"
17487   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17488   algorithm: "plot_perf_box_name"
17489   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17490   data: "plot-dpdk-throughput-latency-3n-tsh"
17491   include:
17492     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17493     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17494   layout:
17495     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17496     layout: "plot-throughput"
17497
17498 - type: "plot"
17499   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17500   algorithm: "plot_perf_box_name"
17501   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17502   data: "plot-dpdk-throughput-latency-3n-tsh"
17503   include:
17504     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17505     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17506   layout:
17507     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17508     layout: "plot-throughput"
17509
17510 - type: "plot"
17511   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17512   algorithm: "plot_perf_box_name"
17513   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17514   data: "plot-dpdk-throughput-latency-3n-tsh"
17515   include:
17516     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17517     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17518   layout:
17519     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17520     layout: "plot-throughput"
17521
17522 - type: "plot"
17523   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17524   algorithm: "plot_perf_box_name"
17525   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17526   data: "plot-dpdk-throughput-latency-3n-tsh"
17527   include:
17528     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17529     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17530   layout:
17531     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17532     layout: "plot-throughput"
17533
17534 ################################################################################
17535 ###   2n-clx                                                                 ###
17536 ################################################################################
17537
17538 # Packet Throughput
17539
17540 - type: "plot"
17541   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17542   algorithm: "plot_perf_box_name"
17543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17545   include:
17546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17550   layout:
17551     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17552     layout: "plot-throughput"
17553
17554 - type: "plot"
17555   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17556   algorithm: "plot_perf_box_name"
17557   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17559   include:
17560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17564   layout:
17565     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17566     layout: "plot-throughput"
17567
17568 - type: "plot"
17569   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17570   algorithm: "plot_perf_box_name"
17571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17573   include:
17574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17578   layout:
17579     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17580     layout: "plot-throughput"
17581
17582 - type: "plot"
17583   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17584   algorithm: "plot_perf_box_name"
17585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17587   include:
17588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17592   layout:
17593     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17594     layout: "plot-throughput"
17595
17596 - type: "plot"
17597   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17598   algorithm: "plot_perf_box_name"
17599   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17601   include:
17602     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17603     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17604     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17605     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17606   layout:
17607     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17608     layout: "plot-throughput"
17609
17610 - type: "plot"
17611   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17612   algorithm: "plot_perf_box_name"
17613   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17615   include:
17616     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17617     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17618     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17619     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17620   layout:
17621     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17622     layout: "plot-throughput"
17623
17624 - type: "plot"
17625   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17626   algorithm: "plot_perf_box_name"
17627   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17629   include:
17630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17636   layout:
17637     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17638     layout: "plot-throughput"
17639
17640 - type: "plot"
17641   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17642   algorithm: "plot_perf_box_name"
17643   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17645   include:
17646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17652   layout:
17653     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17654     layout: "plot-throughput"
17655
17656 - type: "plot"
17657   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17658   algorithm: "plot_perf_box_name"
17659   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17661   include:
17662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17666   layout:
17667     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17668     layout: "plot-throughput"
17669
17670 - type: "plot"
17671   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17672   algorithm: "plot_perf_box_name"
17673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17675   include:
17676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17680   layout:
17681     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17682     layout: "plot-throughput"
17683
17684 - type: "plot"
17685   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17686   algorithm: "plot_perf_box_name"
17687   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17689   include:
17690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17693   layout:
17694     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17695     layout: "plot-throughput"
17696
17697 - type: "plot"
17698   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17699   algorithm: "plot_perf_box_name"
17700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17702   include:
17703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17706   layout:
17707     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17708     layout: "plot-throughput"
17709
17710 - type: "plot"
17711   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17712   algorithm: "plot_perf_box_name"
17713   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17715   include:
17716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17721   layout:
17722     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17723     layout: "plot-throughput"
17724
17725 - type: "plot"
17726   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17727   algorithm: "plot_perf_box_name"
17728   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17730   include:
17731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17736   layout:
17737     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17738     layout: "plot-throughput"
17739
17740 - type: "plot"
17741   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17742   algorithm: "plot_perf_box_name"
17743   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17745   include:
17746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17749   layout:
17750     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17751     layout: "plot-throughput"
17752
17753 - type: "plot"
17754   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17755   algorithm: "plot_perf_box_name"
17756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17758   include:
17759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17762   layout:
17763     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17764     layout: "plot-throughput"
17765
17766 - type: "plot"
17767   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17768   algorithm: "plot_perf_box_name"
17769   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17771   include:
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17778   layout:
17779     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17780     layout: "plot-throughput"
17781
17782 - type: "plot"
17783   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17784   algorithm: "plot_perf_box_name"
17785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17787   include:
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17794   layout:
17795     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17796     layout: "plot-throughput"
17797
17798 - type: "plot"
17799   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17800   algorithm: "plot_perf_box_name"
17801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17803   include:
17804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17806     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17809   layout:
17810     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17811     layout: "plot-throughput"
17812
17813 - type: "plot"
17814   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17815   algorithm: "plot_perf_box_name"
17816   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17818   include:
17819     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17820     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17821     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17824   layout:
17825     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17826     layout: "plot-throughput"
17827
17828 - type: "plot"
17829   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17830   algorithm: "plot_perf_box_name"
17831   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17833   include:
17834     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17835     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17836     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17837     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17838     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17839     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17840     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17841     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17842     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17843     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17844   layout:
17845     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17846     layout: "plot-cps"
17847
17848 - type: "plot"
17849   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17850   algorithm: "plot_perf_box_name"
17851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17853   include:
17854     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17855     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17856     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17857     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
17858     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17859     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
17860     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17861     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
17862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17863     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
17864   layout:
17865     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17866     layout: "plot-throughput"
17867
17868 - type: "plot"
17869   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17870   algorithm: "plot_perf_box_name"
17871   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17873   include:
17874     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17875     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17876     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17877     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17878     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17884   layout:
17885     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17886     layout: "plot-cps"
17887
17888 - type: "plot"
17889   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17890   algorithm: "plot_perf_box_name"
17891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17893   include:
17894     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17895     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17896     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17897     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
17898     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
17900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
17902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
17904   layout:
17905     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17906     layout: "plot-throughput"
17907
17908 - type: "plot"
17909   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17910   algorithm: "plot_perf_box_name"
17911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17913   include:
17914     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17915     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17916     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17917     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17918     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17919   layout:
17920     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17921     layout: "plot-throughput"
17922
17923 - type: "plot"
17924   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17925   algorithm: "plot_perf_box_name"
17926   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17928   include:
17929     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17930     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17931     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17932     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17933     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17934   layout:
17935     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17936     layout: "plot-throughput"
17937
17938 - type: "plot"
17939   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17940   algorithm: "plot_perf_box_name"
17941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17943   include:
17944     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17945     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17946     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17947     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17948     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17949     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17950     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17951     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17952     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17953     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17954   layout:
17955     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17956     layout: "plot-cps"
17957
17958 - type: "plot"
17959   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17960   algorithm: "plot_perf_box_name"
17961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17963   include:
17964     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17965     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17966     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17967     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
17968     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17969     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
17970     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17971     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
17972     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17973     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
17974   layout:
17975     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17976     layout: "plot-throughput"
17977
17978 - type: "plot"
17979   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17980   algorithm: "plot_perf_box_name"
17981   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17983   include:
17984     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17985     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17986     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17987     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17988     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17989     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17990     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17991     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17992     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17993     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17994   layout:
17995     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17996     layout: "plot-cps"
17997
17998 - type: "plot"
17999   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18000   algorithm: "plot_perf_box_name"
18001   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18003   include:
18004     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18005     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18006     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18007     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18008     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18009     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18010     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18011     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18012     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18013     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18014   layout:
18015     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18016     layout: "plot-throughput"
18017
18018 - type: "plot"
18019   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18020   algorithm: "plot_perf_box_name"
18021   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18023   include:
18024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18030   layout:
18031     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18032     layout: "plot-throughput"
18033
18034 - type: "plot"
18035   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18036   algorithm: "plot_perf_box_name"
18037   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18039   include:
18040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18046   layout:
18047     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18048     layout: "plot-throughput"
18049
18050 - type: "plot"
18051   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18052   algorithm: "plot_perf_box_name"
18053   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18055   include:
18056     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18058   layout:
18059     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18060     layout: "plot-throughput"
18061
18062 - type: "plot"
18063   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18064   algorithm: "plot_perf_box_name"
18065   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18067   include:
18068     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18069     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18070   layout:
18071     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18072     layout: "plot-throughput"
18073
18074 - type: "plot"
18075   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18076   algorithm: "plot_perf_box_name"
18077   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18078   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18079   include:
18080     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18081     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18082     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18083     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18084     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18085     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18086   layout:
18087     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18088     layout: "plot-throughput"
18089
18090 - type: "plot"
18091   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18092   algorithm: "plot_perf_box_name"
18093   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18095   include:
18096     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18098     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18099     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18100     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18101     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18102   layout:
18103     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18104     layout: "plot-throughput"
18105
18106 - type: "plot"
18107   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18108   algorithm: "plot_perf_box_name"
18109   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18111   include:
18112     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18114     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18115     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18116     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18117     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18118   layout:
18119     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18120     layout: "plot-throughput"
18121
18122 - type: "plot"
18123   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18124   algorithm: "plot_perf_box_name"
18125   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18127   include:
18128     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18131     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18133     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18134   layout:
18135     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18136     layout: "plot-throughput"
18137
18138 - type: "plot"
18139   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18140   algorithm: "plot_perf_box_name"
18141   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18143   include:
18144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18148     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18149     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18150   layout:
18151     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18152     layout: "plot-throughput"
18153
18154 - type: "plot"
18155   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18156   algorithm: "plot_perf_box_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18159   include:
18160     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18161     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18166   layout:
18167     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18168     layout: "plot-throughput"
18169
18170 - type: "plot"
18171   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18172   algorithm: "plot_perf_box_name"
18173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18175   include:
18176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18181   layout:
18182     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18183     layout: "plot-throughput"
18184
18185 - type: "plot"
18186   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18187   algorithm: "plot_perf_box_name"
18188   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18190   include:
18191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18196   layout:
18197     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18198     layout: "plot-throughput"
18199
18200 - type: "plot"
18201   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18202   algorithm: "plot_perf_box_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18211   layout:
18212     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18213     layout: "plot-throughput"
18214
18215 - type: "plot"
18216   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18217   algorithm: "plot_perf_box_name"
18218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18220   include:
18221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18226   layout:
18227     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18228     layout: "plot-throughput"
18229
18230 - type: "plot"
18231   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18232   algorithm: "plot_perf_box_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235   include:
18236     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18237     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18239     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18241   layout:
18242     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18243     layout: "plot-throughput"
18244
18245 - type: "plot"
18246   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18247   algorithm: "plot_perf_box_name"
18248   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18250   include:
18251     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18252     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18253     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18254     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18255     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18256   layout:
18257     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18258     layout: "plot-throughput"
18259
18260 - type: "plot"
18261   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18262   algorithm: "plot_perf_box_name"
18263   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18265   include:
18266     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18270     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18271   layout:
18272     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18273     layout: "plot-throughput"
18274
18275 - type: "plot"
18276   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18277   algorithm: "plot_perf_box_name"
18278   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18280   include:
18281     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18282     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18283     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18284     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18285     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18286   layout:
18287     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18288     layout: "plot-throughput"
18289
18290 - type: "plot"
18291   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18292   algorithm: "plot_perf_box_name"
18293   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18295   include:
18296     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18297     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18298     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18299     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18300     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18301   layout:
18302     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18303     layout: "plot-throughput"
18304
18305 - type: "plot"
18306   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18307   algorithm: "plot_perf_box_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18310   include:
18311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18316   layout:
18317     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18318     layout: "plot-throughput"
18319
18320 - type: "plot"
18321   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18322   algorithm: "plot_perf_box_name"
18323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18325   include:
18326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18332   layout:
18333     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18334     layout: "plot-throughput"
18335
18336 - type: "plot"
18337   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18338   algorithm: "plot_perf_box_name"
18339   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18341   include:
18342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18348   layout:
18349     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18350     layout: "plot-throughput"
18351
18352 - type: "plot"
18353   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18354   algorithm: "plot_perf_box_name"
18355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18357   include:
18358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18362   layout:
18363     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18364     layout: "plot-throughput"
18365
18366 - type: "plot"
18367   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18368   algorithm: "plot_perf_box_name"
18369   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18371   include:
18372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18376   layout:
18377     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18378     layout: "plot-throughput"
18379
18380 - type: "plot"
18381   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18382   algorithm: "plot_perf_box_name"
18383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18385   include:
18386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18392   layout:
18393     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18394     layout: "plot-throughput"
18395
18396 - type: "plot"
18397   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18398   algorithm: "plot_perf_box_name"
18399   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18401   include:
18402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18408   layout:
18409     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18410     layout: "plot-throughput"
18411
18412 - type: "plot"
18413   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18414   algorithm: "plot_perf_box_name"
18415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18417   include:
18418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18422   layout:
18423     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18424     layout: "plot-throughput"
18425
18426 - type: "plot"
18427   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18428   algorithm: "plot_perf_box_name"
18429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18431   include:
18432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18436   layout:
18437     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18438     layout: "plot-throughput"
18439
18440 - type: "plot"
18441   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18442   algorithm: "plot_perf_box_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18447     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18448     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18449     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18450     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18451     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18452   layout:
18453     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18454     layout: "plot-throughput"
18455
18456 - type: "plot"
18457   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18458   algorithm: "plot_perf_box_name"
18459   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18461   include:
18462     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18463     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18464     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18465     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18466     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18467     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18468   layout:
18469     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18470     layout: "plot-throughput"
18471
18472 - type: "plot"
18473   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18474   algorithm: "plot_perf_box_name"
18475   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18477   include:
18478     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18479     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18480     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18481     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18482   layout:
18483     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18484     layout: "plot-throughput"
18485
18486 - type: "plot"
18487   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18488   algorithm: "plot_perf_box_name"
18489   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18491   include:
18492     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18493     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18494     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18495     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18496   layout:
18497     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18498     layout: "plot-throughput"
18499
18500 - type: "plot"
18501   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18502   algorithm: "plot_perf_box_name"
18503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18505   include:
18506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18511   layout:
18512     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18513     layout: "plot-throughput"
18514
18515 - type: "plot"
18516   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18517   algorithm: "plot_perf_box_name"
18518   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18519   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18520   include:
18521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18526   layout:
18527     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18528     layout: "plot-throughput"
18529
18530 - type: "plot"
18531   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18532   algorithm: "plot_perf_box_name"
18533   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18535   include:
18536     - "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"
18537     - "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"
18538     - "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"
18539     - "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"
18540     - "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"
18541   layout:
18542     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18543     layout: "plot-throughput"
18544
18545 - type: "plot"
18546   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18547   algorithm: "plot_perf_box_name"
18548   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18550   include:
18551     - "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"
18552     - "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"
18553     - "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"
18554     - "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"
18555     - "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"
18556   layout:
18557     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18558     layout: "plot-throughput"
18559
18560 - type: "plot"
18561   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18562   algorithm: "plot_perf_box_name"
18563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18565   include:
18566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18569     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18571   layout:
18572     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18573     layout: "plot-throughput"
18574
18575 - type: "plot"
18576   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18577   algorithm: "plot_perf_box_name"
18578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18580   include:
18581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18586   layout:
18587     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18588     layout: "plot-throughput"
18589
18590 - type: "plot"
18591   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18592   algorithm: "plot_perf_box_name"
18593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18595   include:
18596     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18597     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18598     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18599     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18600     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18601   layout:
18602     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18603     layout: "plot-throughput"
18604
18605 - type: "plot"
18606   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18607   algorithm: "plot_perf_box_name"
18608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18610   include:
18611     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18612     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18613     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18614     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18615     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18616   layout:
18617     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18618     layout: "plot-throughput"
18619
18620 - type: "plot"
18621   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18622   algorithm: "plot_perf_box_name"
18623   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18625   include:
18626     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18630   layout:
18631     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18632     layout: "plot-throughput"
18633
18634 - type: "plot"
18635   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18636   algorithm: "plot_perf_box_name"
18637   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18639   include:
18640     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18641     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18644   layout:
18645     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18646     layout: "plot-throughput"
18647
18648 - type: "plot"
18649   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18650   algorithm: "plot_perf_box_name"
18651   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18653   include:
18654     - "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"
18655     - "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"
18656     - "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"
18657     - "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"
18658   layout:
18659     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18660     layout: "plot-throughput"
18661
18662 - type: "plot"
18663   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18664   algorithm: "plot_perf_box_name"
18665   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18667   include:
18668     - "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"
18669     - "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"
18670     - "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"
18671     - "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"
18672   layout:
18673     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18674     layout: "plot-throughput"
18675
18676 - type: "plot"
18677   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18678   algorithm: "plot_perf_box_name"
18679   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18681   include:
18682     - "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"
18683     - "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"
18684     - "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"
18685     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18686     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18687     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18688   layout:
18689     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18690     layout: "plot-throughput"
18691
18692 - type: "plot"
18693   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18694   algorithm: "plot_perf_box_name"
18695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18697   include:
18698     - "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"
18699     - "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"
18700     - "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"
18701     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18702     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18703     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18704   layout:
18705     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18706     layout: "plot-throughput"
18707
18708 ################################################################################
18709
18710 # Packet Speedup
18711
18712 - type: "plot"
18713   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18714   algorithm: "plot_tsa_name"
18715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18717   include:
18718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18719     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18720     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18722   layout:
18723     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18724     layout: "plot-throughput-speedup-analysis"
18725
18726 - type: "plot"
18727   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18728   algorithm: "plot_tsa_name"
18729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18731   include:
18732     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18733     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18736   layout:
18737     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18738     layout: "plot-throughput-speedup-analysis"
18739
18740 - type: "plot"
18741   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18742   algorithm: "plot_tsa_name"
18743   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18745   include:
18746     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18747     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18748     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18750   layout:
18751     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18752     layout: "plot-throughput-speedup-analysis"
18753
18754 - type: "plot"
18755   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18756   algorithm: "plot_tsa_name"
18757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18759   include:
18760     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18761     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18762     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18763     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18764   layout:
18765     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18766     layout: "plot-throughput-speedup-analysis"
18767
18768 - type: "plot"
18769   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18770   algorithm: "plot_tsa_name"
18771   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18773   include:
18774     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18775     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18776     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18777     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18778   layout:
18779     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18780     layout: "plot-throughput-speedup-analysis"
18781
18782 - type: "plot"
18783   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18784   algorithm: "plot_tsa_name"
18785   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18787   include:
18788     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18789     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18790     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18791     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18792   layout:
18793     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18794     layout: "plot-throughput-speedup-analysis"
18795
18796 - type: "plot"
18797   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18798   algorithm: "plot_tsa_name"
18799   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18801   include:
18802     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18803     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18808   layout:
18809     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18810     layout: "plot-throughput-speedup-analysis"
18811
18812 - type: "plot"
18813   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18814   algorithm: "plot_tsa_name"
18815   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18817   include:
18818     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18819     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18820     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18824   layout:
18825     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18826     layout: "plot-throughput-speedup-analysis"
18827
18828 - type: "plot"
18829   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18830   algorithm: "plot_tsa_name"
18831   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18833   include:
18834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18838   layout:
18839     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18840     layout: "plot-throughput-speedup-analysis"
18841
18842 - type: "plot"
18843   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18844   algorithm: "plot_tsa_name"
18845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18847   include:
18848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18852   layout:
18853     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18854     layout: "plot-throughput-speedup-analysis"
18855
18856 - type: "plot"
18857   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18858   algorithm: "plot_tsa_name"
18859   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18861   include:
18862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18865   layout:
18866     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18867     layout: "plot-throughput-speedup-analysis"
18868
18869 - type: "plot"
18870   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18871   algorithm: "plot_tsa_name"
18872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18874   include:
18875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18878   layout:
18879     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18880     layout: "plot-throughput-speedup-analysis"
18881
18882 - type: "plot"
18883   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18884   algorithm: "plot_tsa_name"
18885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18887   include:
18888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18893   layout:
18894     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18895     layout: "plot-throughput-speedup-analysis"
18896
18897 - type: "plot"
18898   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18899   algorithm: "plot_tsa_name"
18900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18902   include:
18903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18908   layout:
18909     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18910     layout: "plot-throughput-speedup-analysis"
18911
18912 - type: "plot"
18913   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18914   algorithm: "plot_tsa_name"
18915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18917   include:
18918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18921   layout:
18922     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18923     layout: "plot-throughput-speedup-analysis"
18924
18925 - type: "plot"
18926   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18927   algorithm: "plot_tsa_name"
18928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18930   include:
18931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18934   layout:
18935     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18936     layout: "plot-throughput-speedup-analysis"
18937
18938 - type: "plot"
18939   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18940   algorithm: "plot_tsa_name"
18941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18943   include:
18944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18950   layout:
18951     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18952     layout: "plot-throughput-speedup-analysis"
18953
18954 - type: "plot"
18955   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18956   algorithm: "plot_tsa_name"
18957   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18959   include:
18960     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18961     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18963     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18964     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18965   layout:
18966     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18967     layout: "plot-throughput-speedup-analysis"
18968
18969 - type: "plot"
18970   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18971   algorithm: "plot_tsa_name"
18972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18974   include:
18975     - "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"
18976     - "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"
18977     - "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"
18978     - "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"
18979     - "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"
18980   layout:
18981     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18982     layout: "plot-throughput-speedup-analysis"
18983
18984 - type: "plot"
18985   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18986   algorithm: "plot_tsa_name"
18987   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18989   include:
18990     - "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"
18991     - "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"
18992     - "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"
18993     - "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"
18994     - "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"
18995     - "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"
18996     - "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"
18997     - "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"
18998     - "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"
18999     - "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"
19000   layout:
19001     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19002     layout: "plot-throughput-speedup-analysis-cps"
19003
19004 - type: "plot"
19005   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19006   algorithm: "plot_tsa_name"
19007   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19009   include:
19010     - "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"
19011     - "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"
19012     - "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"
19013     - "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"
19014     - "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"
19015     - "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"
19016     - "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"
19017     - "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"
19018     - "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"
19019     - "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"
19020   layout:
19021     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19022     layout: "plot-throughput-speedup-analysis"
19023
19024 - type: "plot"
19025   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19026   algorithm: "plot_tsa_name"
19027   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19029   include:
19030     - "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"
19031     - "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"
19032     - "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"
19033     - "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"
19034     - "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"
19035     - "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"
19036     - "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"
19037     - "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"
19038     - "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"
19039     - "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"
19040   layout:
19041     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19042     layout: "plot-throughput-speedup-analysis-cps"
19043
19044 - type: "plot"
19045   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19046   algorithm: "plot_tsa_name"
19047   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19049   include:
19050     - "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"
19051     - "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"
19052     - "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"
19053     - "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"
19054     - "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"
19055     - "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"
19056     - "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"
19057     - "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"
19058     - "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"
19059     - "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"
19060   layout:
19061     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19062     layout: "plot-throughput-speedup-analysis"
19063
19064 - type: "plot"
19065   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19066   algorithm: "plot_tsa_name"
19067   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19069   include:
19070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19075   layout:
19076     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19077     layout: "plot-throughput-speedup-analysis"
19078
19079 - type: "plot"
19080   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19081   algorithm: "plot_tsa_name"
19082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19084   include:
19085     - "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"
19086     - "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"
19087     - "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"
19088     - "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"
19089     - "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"
19090   layout:
19091     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19092     layout: "plot-throughput-speedup-analysis"
19093
19094 - type: "plot"
19095   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19096   algorithm: "plot_tsa_name"
19097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19099   include:
19100     - "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"
19101     - "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"
19102     - "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"
19103     - "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"
19104     - "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"
19105     - "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"
19106     - "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"
19107     - "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"
19108     - "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"
19109     - "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"
19110   layout:
19111     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19112     layout: "plot-throughput-speedup-analysis-cps"
19113
19114 - type: "plot"
19115   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19116   algorithm: "plot_tsa_name"
19117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19119   include:
19120     - "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"
19121     - "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"
19122     - "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"
19123     - "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"
19124     - "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"
19125     - "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"
19126     - "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"
19127     - "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"
19128     - "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"
19129     - "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"
19130   layout:
19131     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19132     layout: "plot-throughput-speedup-analysis"
19133
19134 - type: "plot"
19135   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19136   algorithm: "plot_tsa_name"
19137   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19139   include:
19140     - "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"
19141     - "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"
19142     - "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"
19143     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19144     - "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"
19145     - "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"
19146     - "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"
19147     - "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"
19148     - "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"
19149     - "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"
19150   layout:
19151     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19152     layout: "plot-throughput-speedup-analysis-cps"
19153
19154 - type: "plot"
19155   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19156   algorithm: "plot_tsa_name"
19157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19159   include:
19160     - "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"
19161     - "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"
19162     - "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"
19163     - "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"
19164     - "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"
19165     - "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"
19166     - "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"
19167     - "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"
19168     - "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"
19169     - "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"
19170   layout:
19171     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19172     layout: "plot-throughput-speedup-analysis"
19173
19174 - type: "plot"
19175   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19176   algorithm: "plot_tsa_name"
19177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19179   include:
19180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19186   layout:
19187     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19188     layout: "plot-throughput-speedup-analysis"
19189
19190 - type: "plot"
19191   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19192   algorithm: "plot_tsa_name"
19193   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19195   include:
19196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19202   layout:
19203     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19204     layout: "plot-throughput-speedup-analysis"
19205
19206 - type: "plot"
19207   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19208   algorithm: "plot_tsa_name"
19209   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19211   include:
19212     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19213     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19214   layout:
19215     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19216     layout: "plot-throughput-speedup-analysis"
19217
19218 - type: "plot"
19219   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19220   algorithm: "plot_tsa_name"
19221   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19223   include:
19224     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19225     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19226   layout:
19227     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19228     layout: "plot-throughput-speedup-analysis"
19229
19230 - type: "plot"
19231   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19232   algorithm: "plot_tsa_name"
19233   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19235   include:
19236     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19237     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19238     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19239     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19240     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19241     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19242   layout:
19243     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19244     layout: "plot-throughput-speedup-analysis"
19245
19246 - type: "plot"
19247   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19248   algorithm: "plot_tsa_name"
19249   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19251   include:
19252     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19253     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19254     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19255     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19256     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19258   layout:
19259     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19260     layout: "plot-throughput-speedup-analysis"
19261
19262 - type: "plot"
19263   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19264   algorithm: "plot_tsa_name"
19265   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19266   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19267   include:
19268     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19269     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19270     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19271     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19272     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19273     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19274   layout:
19275     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19276     layout: "plot-throughput-speedup-analysis"
19277
19278 - type: "plot"
19279   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19280   algorithm: "plot_tsa_name"
19281   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19283   include:
19284     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19285     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19286     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19287     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19288     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19289     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19290   layout:
19291     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19292     layout: "plot-throughput-speedup-analysis"
19293
19294 - type: "plot"
19295   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19296   algorithm: "plot_tsa_name"
19297   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19299   include:
19300     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19301     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19306   layout:
19307     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19308     layout: "plot-throughput-speedup-analysis"
19309
19310 - type: "plot"
19311   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19312   algorithm: "plot_tsa_name"
19313   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19315   include:
19316     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19322   layout:
19323     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19324     layout: "plot-throughput-speedup-analysis"
19325
19326 - type: "plot"
19327   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19328   algorithm: "plot_tsa_name"
19329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19331   include:
19332     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19333     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19334     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19335     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19336     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19337   layout:
19338     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19339     layout: "plot-throughput-speedup-analysis"
19340
19341 - type: "plot"
19342   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19343   algorithm: "plot_tsa_name"
19344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19346   include:
19347     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19348     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19349     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19352   layout:
19353     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19354     layout: "plot-throughput-speedup-analysis"
19355
19356 - type: "plot"
19357   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19358   algorithm: "plot_tsa_name"
19359   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19361   include:
19362     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19363     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19367   layout:
19368     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19369     layout: "plot-throughput-speedup-analysis"
19370
19371 - type: "plot"
19372   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19373   algorithm: "plot_tsa_name"
19374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19376   include:
19377     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19382   layout:
19383     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19384     layout: "plot-throughput-speedup-analysis"
19385
19386 - type: "plot"
19387   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19388   algorithm: "plot_tsa_name"
19389   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19391   include:
19392     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19393     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19394     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19395     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19396     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19397   layout:
19398     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19399     layout: "plot-throughput-speedup-analysis"
19400
19401 - type: "plot"
19402   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19403   algorithm: "plot_tsa_name"
19404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19406   include:
19407     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19408     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19409     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19410     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19411     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19412   layout:
19413     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19414     layout: "plot-throughput-speedup-analysis"
19415
19416 - type: "plot"
19417   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19418   algorithm: "plot_tsa_name"
19419   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19421   include:
19422     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19423     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19424     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19426     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19427   layout:
19428     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19429     layout: "plot-throughput-speedup-analysis"
19430
19431 - type: "plot"
19432   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19433   algorithm: "plot_tsa_name"
19434   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19436   include:
19437     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19438     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19439     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19440     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19442   layout:
19443     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19444     layout: "plot-throughput-speedup-analysis"
19445
19446 - type: "plot"
19447   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19448   algorithm: "plot_tsa_name"
19449   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19450   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19451   include:
19452     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19453     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19457   layout:
19458     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19459     layout: "plot-throughput-speedup-analysis"
19460
19461 - type: "plot"
19462   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19463   algorithm: "plot_tsa_name"
19464   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19466   include:
19467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19472   layout:
19473     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19474     layout: "plot-throughput-speedup-analysis"
19475
19476 - type: "plot"
19477   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19478   algorithm: "plot_tsa_name"
19479   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19481   include:
19482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19488   layout:
19489     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19490     layout: "plot-throughput-speedup-analysis"
19491
19492 - type: "plot"
19493   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19494   algorithm: "plot_tsa_name"
19495   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19497   include:
19498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19504   layout:
19505     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19506     layout: "plot-throughput-speedup-analysis"
19507
19508 - type: "plot"
19509   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19510   algorithm: "plot_tsa_name"
19511   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19513   include:
19514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19518   layout:
19519     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19520     layout: "plot-throughput-speedup-analysis"
19521
19522 - type: "plot"
19523   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19524   algorithm: "plot_tsa_name"
19525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19527   include:
19528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19532   layout:
19533     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19534     layout: "plot-throughput-speedup-analysis"
19535
19536 - type: "plot"
19537   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19538   algorithm: "plot_tsa_name"
19539   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19541   include:
19542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19548   layout:
19549     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19550     layout: "plot-throughput-speedup-analysis"
19551
19552 - type: "plot"
19553   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19554   algorithm: "plot_tsa_name"
19555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19557   include:
19558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19564   layout:
19565     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19566     layout: "plot-throughput-speedup-analysis"
19567
19568 - type: "plot"
19569   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19570   algorithm: "plot_tsa_name"
19571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19573   include:
19574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19578   layout:
19579     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19580     layout: "plot-throughput-speedup-analysis"
19581
19582 - type: "plot"
19583   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19584   algorithm: "plot_tsa_name"
19585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19587   include:
19588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19592   layout:
19593     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19594     layout: "plot-throughput-speedup-analysis"
19595
19596 - type: "plot"
19597   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19598   algorithm: "plot_tsa_name"
19599   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19601   include:
19602     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19603     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19604     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19605     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19606     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19607     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19608   layout:
19609     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19610     layout: "plot-throughput-speedup-analysis"
19611
19612 - type: "plot"
19613   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19614   algorithm: "plot_tsa_name"
19615   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19617   include:
19618     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19619     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19620     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19621     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19622     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19623     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19624   layout:
19625     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19626     layout: "plot-throughput-speedup-analysis"
19627
19628 - type: "plot"
19629   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19630   algorithm: "plot_tsa_name"
19631   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19633   include:
19634     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19635     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19636     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19637     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19638   layout:
19639     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19640     layout: "plot-throughput-speedup-analysis"
19641
19642 - type: "plot"
19643   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19644   algorithm: "plot_tsa_name"
19645   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19647   include:
19648     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19649     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19650     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19651     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19652   layout:
19653     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19654     layout: "plot-throughput-speedup-analysis"
19655
19656 - type: "plot"
19657   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19658   algorithm: "plot_tsa_name"
19659   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19661   include:
19662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19666     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19667   layout:
19668     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19669     layout: "plot-throughput-speedup-analysis"
19670
19671 - type: "plot"
19672   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19673   algorithm: "plot_tsa_name"
19674   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19676   include:
19677     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19678     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19682   layout:
19683     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19684     layout: "plot-throughput-speedup-analysis"
19685
19686 - type: "plot"
19687   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19688   algorithm: "plot_tsa_name"
19689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19691   include:
19692     - "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"
19693     - "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"
19694     - "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"
19695     - "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"
19696     - "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"
19697   layout:
19698     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19699     layout: "plot-throughput-speedup-analysis"
19700
19701 - type: "plot"
19702   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19703   algorithm: "plot_tsa_name"
19704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19706   include:
19707     - "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"
19708     - "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"
19709     - "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"
19710     - "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"
19711     - "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"
19712   layout:
19713     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19714     layout: "plot-throughput-speedup-analysis"
19715
19716 - type: "plot"
19717   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19718   algorithm: "plot_tsa_name"
19719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19721   include:
19722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19727   layout:
19728     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19729     layout: "plot-throughput-speedup-analysis"
19730
19731 - type: "plot"
19732   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19733   algorithm: "plot_tsa_name"
19734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19736   include:
19737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19742   layout:
19743     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19744     layout: "plot-throughput-speedup-analysis"
19745
19746 - type: "plot"
19747   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19748   algorithm: "plot_tsa_name"
19749   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19751   include:
19752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19757   layout:
19758     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19759     layout: "plot-throughput-speedup-analysis"
19760
19761 - type: "plot"
19762   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19763   algorithm: "plot_tsa_name"
19764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19766   include:
19767     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19769     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19772   layout:
19773     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19774     layout: "plot-throughput-speedup-analysis"
19775
19776 - type: "plot"
19777   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19778   algorithm: "plot_tsa_name"
19779   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19781   include:
19782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19786   layout:
19787     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19788     layout: "plot-throughput-speedup-analysis"
19789
19790 - type: "plot"
19791   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19792   algorithm: "plot_tsa_name"
19793   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19795   include:
19796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19800   layout:
19801     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19802     layout: "plot-throughput-speedup-analysis"
19803
19804 - type: "plot"
19805   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19806   algorithm: "plot_tsa_name"
19807   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19809   include:
19810     - "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"
19811     - "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"
19812     - "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"
19813     - "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"
19814   layout:
19815     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19816     layout: "plot-throughput-speedup-analysis"
19817
19818 - type: "plot"
19819   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19820   algorithm: "plot_tsa_name"
19821   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19823   include:
19824     - "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"
19825     - "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"
19826     - "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"
19827     - "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"
19828   layout:
19829     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19830     layout: "plot-throughput-speedup-analysis"
19831
19832 - type: "plot"
19833   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19834   algorithm: "plot_tsa_name"
19835   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19837   include:
19838     - "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"
19839     - "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"
19840     - "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"
19841     - "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"
19842     - "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"
19843     - "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"
19844   layout:
19845     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19846     layout: "plot-throughput-speedup-analysis"
19847
19848 - type: "plot"
19849   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19850   algorithm: "plot_tsa_name"
19851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19853   include:
19854     - "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"
19855     - "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"
19856     - "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"
19857     - "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"
19858     - "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"
19859     - "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"
19860   layout:
19861     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19862     layout: "plot-throughput-speedup-analysis"
19863
19864 ################################################################################
19865
19866 # Packet Throughput - DPDK
19867
19868 # 2n-clx-xxv710
19869
19870 - type: "plot"
19871   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19872   algorithm: "plot_perf_box_name"
19873   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19874   data: "plot-dpdk-throughput-latency-2n-clx"
19875   include:
19876     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19877     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19878   layout:
19879     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19880     layout: "plot-throughput"
19881
19882 - type: "plot"
19883   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19884   algorithm: "plot_perf_box_name"
19885   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19886   data: "plot-dpdk-throughput-latency-2n-clx"
19887   include:
19888     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19889     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19890   layout:
19891     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19892     layout: "plot-throughput"
19893
19894 - type: "plot"
19895   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19896   algorithm: "plot_perf_box_name"
19897   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19898   data: "plot-dpdk-throughput-latency-2n-clx"
19899   include:
19900     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19901     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19902   layout:
19903     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19904     layout: "plot-throughput"
19905
19906 - type: "plot"
19907   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19908   algorithm: "plot_perf_box_name"
19909   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19910   data: "plot-dpdk-throughput-latency-2n-clx"
19911   include:
19912     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19913     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19914   layout:
19915     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19916     layout: "plot-throughput"
19917
19918 # 2n-clx-x710
19919
19920 - type: "plot"
19921   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19922   algorithm: "plot_perf_box_name"
19923   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19924   data: "plot-dpdk-throughput-latency-2n-clx"
19925   include:
19926     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19927     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19928   layout:
19929     title: "2n-clx-x710-64b-2t1c-base-ndr"
19930     layout: "plot-throughput"
19931
19932 - type: "plot"
19933   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19934   algorithm: "plot_perf_box_name"
19935   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19936   data: "plot-dpdk-throughput-latency-2n-clx"
19937   include:
19938     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19939     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19940   layout:
19941     title: "2n-clx-x710-64b-4t2c-base-ndr"
19942     layout: "plot-throughput"
19943
19944 - type: "plot"
19945   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19946   algorithm: "plot_perf_box_name"
19947   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19948   data: "plot-dpdk-throughput-latency-2n-clx"
19949   include:
19950     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19951     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19952   layout:
19953     title: "2n-clx-x710-64b-2t1c-base-pdr"
19954     layout: "plot-throughput"
19955
19956 - type: "plot"
19957   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19958   algorithm: "plot_perf_box_name"
19959   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19960   data: "plot-dpdk-throughput-latency-2n-clx"
19961   include:
19962     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19963     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19964   layout:
19965     title: "2n-clx-x710-64b-4t2c-base-pdr"
19966     layout: "plot-throughput"
19967
19968 ################################################################################
19969
19970 - type: "plot"
19971   title: "Latency by percentile: 2n-skx"
19972   algorithm: "plot_hdrh_lat_by_percentile"
19973   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19974   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19975   target-links: "../../_static/vpp"
19976   data: "plot-vpp-hdrh-lat-2n-skx"
19977   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19978   layout:
19979     layout: "plot-hdrh-latency-by-percentile"
19980
19981 - type: "plot"
19982   title: "Latency by percentile: 2n-skx-nat44"
19983   algorithm: "plot_hdrh_lat_by_percentile"
19984   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19985   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19986   target-links: "../../_static/vpp"
19987   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19988   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19989   layout:
19990     layout: "plot-hdrh-latency-by-percentile"
19991
19992 - type: "plot"
19993   title: "Latency by percentile: 3n-skx"
19994   algorithm: "plot_hdrh_lat_by_percentile"
19995   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19996   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19997   target-links: "../../_static/vpp"
19998   data: "plot-vpp-hdrh-lat-3n-skx"
19999   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20000   layout:
20001     layout: "plot-hdrh-latency-by-percentile"
20002
20003 - type: "plot"
20004   title: "Latency by percentile: 2n-clx"
20005   algorithm: "plot_hdrh_lat_by_percentile"
20006   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20007   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20008   target-links: "../../_static/vpp"
20009   data: "plot-vpp-hdrh-lat-2n-clx"
20010   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20011   layout:
20012     layout: "plot-hdrh-latency-by-percentile"
20013
20014 - type: "plot"
20015   title: "Latency by percentile: 2n-clx-nat44"
20016   algorithm: "plot_hdrh_lat_by_percentile"
20017   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20018   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20019   target-links: "../../_static/vpp"
20020   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
20021   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20022   layout:
20023     layout: "plot-hdrh-latency-by-percentile"
20024
20025 - type: "plot"
20026   title: "Latency by percentile: 3n-hsw"
20027   algorithm: "plot_hdrh_lat_by_percentile"
20028   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
20029   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
20030   target-links: "../../_static/vpp"
20031   data: "plot-vpp-hdrh-lat-3n-hsw"
20032   filter: "'1T1C' and 'NIC_Intel-XL710'"
20033   layout:
20034     layout: "plot-hdrh-latency-by-percentile"
20035
20036 - type: "plot"
20037   title: "Latency by percentile: 3n-tsh"
20038   algorithm: "plot_hdrh_lat_by_percentile"
20039   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
20040   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
20041   target-links: "../../_static/vpp"
20042   data: "plot-vpp-hdrh-lat-3n-tsh"
20043   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20044   layout:
20045     layout: "plot-hdrh-latency-by-percentile"
20046
20047 - type: "plot"
20048   title: "Latency by percentile: DPDK 2n-skx"
20049   algorithm: "plot_hdrh_lat_by_percentile"
20050   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
20051   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
20052   target-links: "../../_static/dpdk"
20053   data: "plot-dpdk-hdrh-lat-2n-skx"
20054   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20055   layout:
20056     layout: "plot-hdrh-latency-by-percentile"
20057
20058 - type: "plot"
20059   title: "Latency by percentile: DPDK 3n-skx"
20060   algorithm: "plot_hdrh_lat_by_percentile"
20061   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
20062   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
20063   target-links: "../../_static/dpdk"
20064   data: "plot-dpdk-hdrh-lat-3n-skx"
20065   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20066   layout:
20067     layout: "plot-hdrh-latency-by-percentile"
20068
20069 - type: "plot"
20070   title: "Latency by percentile: DPDK 2n-clx"
20071   algorithm: "plot_hdrh_lat_by_percentile"
20072   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
20073   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
20074   target-links: "../../_static/dpdk"
20075   data: "plot-dpdk-hdrh-lat-2n-clx"
20076   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20077   layout:
20078     layout: "plot-hdrh-latency-by-percentile"
20079
20080 - type: "plot"
20081   title: "Latency by percentile: DPDK 3n-hsw"
20082   algorithm: "plot_hdrh_lat_by_percentile"
20083   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
20084   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
20085   target-links: "../../_static/dpdk"
20086   data: "plot-dpdk-hdrh-lat-3n-hsw"
20087   filter: "'1T1C' and 'NIC_Intel-XL710'"
20088   layout:
20089     layout: "plot-hdrh-latency-by-percentile"
20090
20091 - type: "plot"
20092   title: "Latency by percentile: DPDK 3n-tsh"
20093   algorithm: "plot_hdrh_lat_by_percentile"
20094   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
20095   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
20096   target-links: "../../_static/dpdk"
20097   data: "plot-dpdk-hdrh-lat-3n-tsh"
20098   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20099   layout:
20100     layout: "plot-hdrh-latency-by-percentile"