Report: Add NAT44 data
[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         - 74  # rls2009 NDRPDR iter NAT44 env 5
259         - 75  # 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         - 74  # 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         - 91  # rls2009 NDRPDR iter NAT44 env 5
336
337     plot-vpp-hdrh-lat-2n-clx:
338       csit-vpp-perf-report-iterative-2009-2n-clx:
339         - 36  # rls2009 NDRPDR iter env 5
340
341     plot-vpp-hdrh-lat-2n-clx-nat44:
342       csit-vpp-perf-report-iterative-2009-2n-clx:
343         - 91  # rls2009 NDRPDR iter NAT44 env 5
344
345     plot-vpp-nfv-2n-clx-ndrpdr:
346       csit-vpp-perf-report-iterative-2009-2n-clx:
347         - 37  # rls2009 nf-density iter env 5
348         - 43  # rls2009 nf-density iter env 5
349         - 69  # rls2009 nf-density iter env 5
350         - 70  # rls2009 nf-density iter env 5
351         - 71  # rls2009 nf-density iter env 5
352         - 72  # rls2009 nf-density iter env 5
353         - 73  # rls2009 nf-density iter env 5
354         - 74  # rls2009 nf-density iter env 5
355         - 75  # rls2009 nf-density iter env 5
356         - 76  # rls2009 nf-density iter env 5
357
358     plot-vpp-nfv-2n-clx-mrr:
359       csit-vpp-perf-report-iterative-2009-2n-clx:
360         - 45  # rls2009 MRR nf-density iter env 5
361
362     plot-vpp-nfv-reconf-2n-clx:
363       csit-vpp-perf-report-iterative-2009-2n-clx:
364         - 25  # rls2009 reconf env 5
365         - 27  # rls2009 reconf env 5
366         - 28  # rls2009 reconf env 5
367         - 29  # rls2009 reconf env 5
368         - 30  # rls2009 reconf env 5
369         - 30  # rls2009 reconf env 5
370         - 32  # rls2009 reconf env 5
371         - 48  # rls2009 reconf env 5
372         - 53  # rls2009 reconf env 5
373         - 68  # rls2009 reconf env 5
374
375     plot-vpp-soak-2n-clx:
376       csit-vpp-perf-report-iterative-2009-2n-clx:
377         - 33  # rls2009 soak env 5
378         - 34  # rls2009 soak env 5
379
380     plot-dpdk-throughput-latency-2n-clx:
381       csit-dpdk-perf-report-iterative-2009-2n-clx:
382         - 4   # NDRPDR iter env5
383         - 5   # NDRPDR iter env5
384         - 6   # NDRPDR iter env5
385         - 7   # NDRPDR iter env5
386         - 8   # NDRPDR iter env5
387         - 9   # NDRPDR iter env5
388         - 10  # NDRPDR iter env5
389         - 11  # NDRPDR iter env5
390         - 12  # NDRPDR iter env5
391         - 13  # NDRPDR iter env5
392
393     plot-dpdk-hdrh-lat-2n-clx:
394       csit-dpdk-perf-report-iterative-2009-2n-clx:
395         - 4   # NDRPDR iter env5
396
397     # 3n-tsh
398
399     plot-vpp-throughput-lat-tsa-3n-tsh:
400       # TODO: Add:
401       csit-vpp-perf-report-iterative-2009-3n-tsh:
402         - 14  # rls2009 NDRPDR iter env 5
403         - 20  # rls2009 NDRPDR iter env 5
404         - 21  # rls2009 NDRPDR iter env 5
405         - 22  # rls2009 NDRPDR iter env 5
406         - 23  # rls2009 NDRPDR iter env 5
407         - 28  # rls2009 NDRPDR iter env 5
408         - 30  # rls2009 NDRPDR iter env 5
409
410     plot-vpp-hdrh-lat-3n-tsh:
411       csit-vpp-perf-report-iterative-2009-3n-tsh:
412         - 14  # rls2009 NDRPDR iter env 5
413
414     plot-dpdk-throughput-latency-3n-tsh:
415       csit-dpdk-perf-report-iterative-2009-3n-tsh:
416         - 1   # NDRPDR iter env5
417         - 2   # NDRPDR iter env5
418         - 3   # NDRPDR iter env5
419         - 4   # NDRPDR iter env5
420         - 5   # NDRPDR iter env5
421         - 6   # NDRPDR iter env5
422         - 7   # NDRPDR iter env5
423         - 9   # NDRPDR iter env5
424         - 10  # NDRPDR iter env5
425         - 11  # NDRPDR iter env5
426
427     plot-dpdk-hdrh-lat-3n-tsh:
428       csit-dpdk-perf-report-iterative-2009-3n-tsh:
429         - 1   # NDRPDR iter env5
430
431     # 3n-dnv
432
433     plot-vpp-throughput-lat-tsa-3n-dnv:
434       csit-vpp-perf-report-iterative-2009-3n-dnv:
435         - 3   # rls2009 NDRPDR iter env 5
436         - 6   # rls2009 NDRPDR iter env 5
437         - 7   # rls2009 NDRPDR iter env 5
438         - 8   # rls2009 NDRPDR iter env 5
439         - 10  # rls2009 NDRPDR iter env 5
440         - 11  # rls2009 NDRPDR iter env 5
441         - 12  # rls2009 NDRPDR iter env 5
442         - 14  # rls2009 NDRPDR iter env 5
443         - 15  # rls2009 NDRPDR iter env 5
444         - 24  # rls2009 NDRPDR iter env 5
445
446 #    plot-dpdk-throughput-latency-3n-dnv:
447 #      # No data
448 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
449
450     # 2n-dnv
451
452     plot-vpp-throughput-lat-tsa-2n-dnv:
453       csit-vpp-perf-report-iterative-2009-2n-dnv:
454         - 3   # rls2009 NDRPDR iter env 5
455         - 5   # rls2009 NDRPDR iter env 5
456         - 6   # rls2009 NDRPDR iter env 5
457         - 7   # rls2009 NDRPDR iter env 5
458         - 9   # rls2009 NDRPDR iter env 5
459         - 10  # rls2009 NDRPDR iter env 5
460         - 11  # rls2009 NDRPDR iter env 5
461         - 12  # rls2009 NDRPDR iter env 5
462         - 14  # rls2009 NDRPDR iter env 5
463         - 15  # rls2009 NDRPDR iter env 5
464
465 #    plot-dpdk-throughput-latency-2n-dnv:
466 #      # No data
467 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
468
469     ###########################################################################
470     # Simple tables (only one data set):
471
472     # NIC Comparisons
473
474     vpp-nic-comparison-3n-skx:
475       csit-vpp-perf-report-iterative-2009-3n-skx:
476         - 26  # rls2009 NDRPDR iter env 5
477         - 27  # rls2009 NDRPDR iter env 5
478         - 28  # rls2009 NDRPDR iter env 5
479         - 29  # rls2009 NDRPDR iter env 5
480         - 35  # rls2009 NDRPDR iter env 5
481         - 36  # rls2009 NDRPDR iter env 5
482         - 37  # rls2009 NDRPDR iter env 5
483         - 38  # rls2009 NDRPDR iter env 5
484         - 39  # rls2009 NDRPDR iter env 5
485         - 40  # rls2009 NDRPDR iter env 5
486
487     vpp-nic-comparison-2n-skx:
488       csit-vpp-perf-report-iterative-2009-2n-skx:
489         - 35  # rls2009 NDRPDR iter env 5
490         - 36  # rls2009 NDRPDR iter env 5
491         - 37  # rls2009 NDRPDR iter env 5
492         - 39  # rls2009 NDRPDR iter env 5
493         - 40  # rls2009 NDRPDR iter env 5
494         - 42  # rls2009 NDRPDR iter env 5
495         - 43  # rls2009 NDRPDR iter env 5
496         - 44  # rls2009 NDRPDR iter env 5
497         - 46  # rls2009 NDRPDR iter env 5
498         - 48  # rls2009 NDRPDR iter env 5
499         - 74  # rls2009 NDRPDR iter NAT44 env 5
500         - 75  # rls2009 NDRPDR iter NAT44 env 5
501
502     vpp-nic-comparison-3n-skx-mrr:
503       csit-vpp-perf-report-iterative-2009-3n-skx:
504         - 24  # rls2009 MRR iter env 5
505
506     vpp-nic-comparison-2n-skx-mrr:
507       csit-vpp-perf-report-iterative-2009-2n-skx:
508         - 26  # rls2009 MRR iter env 5
509
510     # Results
511
512     vpp-perf-results-3n-hsw:
513       csit-vpp-perf-report-coverage-2009-3n-hsw:
514         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
515         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
516         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
517         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
518         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
519         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
520         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
521         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
522         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
523         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
524         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
525         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
526         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
527         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
528         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
529         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
530         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
531         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
532         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
533         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
534         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
535         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
536         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
537         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
538         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
539         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
540         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
541         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
542         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
543         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
544         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
545         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
546         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
547         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
548         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
549
550     vpp-perf-results-3n-skx:
551       csit-vpp-perf-report-coverage-2009-3n-skx:
552         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
553         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
554         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
555         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
556         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
557         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
558         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
559         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
560         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
561         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
562         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
563         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
564         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
565         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
566         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
567         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
568         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
569         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
570         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
571         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
572         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
573         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
574         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
575         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
576         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
577         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
578         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
579         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
580         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
581         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
582         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
583         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
584         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
585         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
586         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
587         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
588
589     vpp-perf-results-2n-skx:
590       csit-vpp-perf-report-coverage-2009-2n-skx:
591         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
592         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
593         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
594         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
595         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
596         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
597         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
598         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
599         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
600         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
601         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
602         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
603         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
604         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
605         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
606
607     vpp-perf-results-2n-clx:
608       csit-vpp-perf-report-coverage-2009-2n-clx:
609         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
610         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
611         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
612         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
613         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
614         - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
615         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
616         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
617         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
618         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
619         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
620         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
621         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
622         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
623         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
624
625     vpp-perf-results-3n-tsh:
626       csit-vpp-perf-report-iterative-2009-3n-tsh:
627         - 14  # rls2009 NDRPDR iter env 5
628
629     vpp-perf-results-3n-dnv:
630       csit-vpp-perf-report-coverage-2009-3n-dnv:
631         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
632         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
633         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
634         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
635         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
636         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
637         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
638         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
639         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
640
641     vpp-perf-results-2n-dnv:
642       csit-vpp-perf-report-coverage-2009-2n-dnv:
643         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
644         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
645         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
646         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
647         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
648         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
649
650     vpp-mrr-results-3n-hsw:
651       csit-vpp-perf-report-iterative-2009-3n-hsw:
652         - 23  # rls2009 MRR iter env 5
653
654     vpp-mrr-results-3n-skx:
655       csit-vpp-perf-report-iterative-2009-3n-skx:
656         - 24  # rls2009 MRR iter env 5
657
658     vpp-mrr-results-2n-skx:
659       csit-vpp-perf-report-iterative-2009-2n-skx:
660         - 26  # rls2009 MRR iter env 5
661
662     vpp-mrr-results-2n-clx:
663       csit-vpp-perf-report-iterative-2009-2n-clx:
664         - 78  # rls2009 MRR iter env 5
665
666     vpp-mrr-results-3n-tsh:
667       csit-vpp-perf-report-iterative-2009-3n-tsh:
668         - 15  # rls2009 MRR iter env 5
669
670     vpp-mrr-results-3n-dnv:
671       csit-vpp-perf-report-iterative-2009-3n-dnv:
672         - 22  # rls2009 MRR iter env 5
673
674     vpp-mrr-results-2n-dnv:
675       csit-vpp-perf-report-iterative-2009-2n-dnv:
676         - 13  # rls2009 MRR iter env 5
677
678     vpp-device-results-ubuntu:
679       csit-vpp-device-2009-ubuntu1804-1n-skx:
680         - 131 # rls2009 env 5
681
682     dpdk-perf-results-3n-hsw:
683       csit-dpdk-perf-report-iterative-2009-3n-hsw:
684         - 6   # NDRPDR iter env5
685
686     dpdk-perf-results-3n-skx:
687       csit-dpdk-perf-report-iterative-2009-3n-skx:
688         - 4   # NDRPDR sel env5
689
690     dpdk-perf-results-2n-skx:
691       csit-dpdk-perf-report-iterative-2009-2n-skx:
692         - 4   # NDRPDR iter env5
693
694     dpdk-perf-results-2n-clx:
695       csit-dpdk-perf-report-iterative-2009-2n-clx:
696         - 4   # NDRPDR iter env5
697
698 #    dpdk-perf-results-2n-dnv:
699 #      # No data
700 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
701
702 #    dpdk-perf-results-3n-dnv:
703 #      # No data
704 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
705
706     dpdk-perf-results-3n-tsh:
707       csit-dpdk-perf-report-iterative-2009-3n-tsh:
708         - 1   # NDRPDR iter env5
709
710 ###########################################################################
711     # Tables (more than one data set)
712
713     # Performance changes
714
715     vpp-performance-changes-3n-hsw-h1:
716       csit-vpp-perf-report-iterative-2005-3n-hsw:
717         - 31  # NDRPDR sel 2001.0-4
718         - 32  # NDRPDR sel 2001.0-4
719         - 33  # NDRPDR sel 2001.0-4
720         - 34  # NDRPDR sel 2001.0-4
721         - 35  # NDRPDR sel 2001.0-4
722         - 36  # NDRPDR sel 2001.0-4
723         - 38  # NDRPDR sel 2001.0-4
724     vpp-performance-changes-3n-hsw-ref-env4:
725       csit-vpp-perf-report-iterative-2005-3n-hsw:
726         - 20  # NDRPDR sel env 4
727         - 21  # NDRPDR sel env 4
728         - 22  # NDRPDR sel env 4
729         - 23  # NDRPDR sel env 4
730         - 24  # NDRPDR sel env 4
731         - 25  # NDRPDR sel env 4
732         - 26  # NDRPDR sel env 4
733         - 27  # NDRPDR sel env 4
734         - 28  # NDRPDR sel env 4
735         - 29  # NDRPDR sel env 4
736     vpp-performance-changes-3n-hsw-ref-env5:
737       csit-vpp-perf-report-iterative-2009-3n-hsw:
738         - 9   # rls2005 NDRPDR iter env 5
739         - 10  # rls2005 NDRPDR iter env 5
740         - 11  # rls2005 NDRPDR iter env 5
741         - 12  # rls2005 NDRPDR iter env 5
742         - 13  # rls2005 NDRPDR iter env 5
743         - 14  # rls2005 NDRPDR iter env 5
744         - 15  # rls2005 NDRPDR iter env 5
745         - 16  # rls2005 NDRPDR iter env 5
746         - 17  # rls2005 NDRPDR iter env 5
747         - 19  # rls2005 NDRPDR iter env 5
748     vpp-performance-changes-3n-hsw-cmp:
749       csit-vpp-perf-report-iterative-2009-3n-hsw:
750         - 21  # rls2009 NDRPDR iter env 5
751         - 22  # rls2009 NDRPDR iter env 5
752         - 24  # rls2009 NDRPDR iter env 5
753         - 25  # rls2009 NDRPDR iter env 5
754         - 26  # rls2009 NDRPDR iter env 5
755         - 27  # rls2009 NDRPDR iter env 5
756         - 28  # rls2009 NDRPDR iter env 5
757         - 29  # rls2009 NDRPDR iter env 5
758         - 30  # rls2009 NDRPDR iter env 5
759         - 31  # rls2009 NDRPDR iter env 5
760
761     vpp-performance-changes-3n-skx-h1:
762       csit-vpp-perf-report-iterative-2005-3n-skx:
763         - 50  # NDRPDR sel 2001.0-4
764         - 51  # NDRPDR sel 2001.0-4
765         - 52  # NDRPDR sel 2001.0-4
766         - 53  # NDRPDR sel 2001.0-4
767         - 54  # NDRPDR sel 2001.0-4
768     vpp-performance-changes-3n-skx-ref-env4:
769       csit-vpp-perf-report-iterative-2005-3n-skx:
770         - 42  # NDRPDR sel env 4
771         - 43  # NDRPDR sel env 4
772         - 44  # NDRPDR sel env 4
773         - 45  # NDRPDR sel env 4
774         - 47  # NDRPDR sel env 4
775         - 55  # NDRPDR sel env 4
776         - 56  # NDRPDR sel env 4
777         - 57  # NDRPDR sel env 4
778         - 61  # NDRPDR sel env 4
779         - 62  # NDRPDR sel env 4
780     vpp-performance-changes-3n-skx-ref-env5:
781       csit-vpp-perf-report-iterative-2009-3n-skx:
782         - 13  # rls2005 NDRPDR iter env 5
783         - 18  # rls2005 NDRPDR iter env 5
784         - 19  # rls2005 NDRPDR iter env 5
785         - 41  # rls2005 NDRPDR iter env 5
786         - 43  # rls2005 NDRPDR iter env 5
787         - 44  # rls2005 NDRPDR iter env 5
788         - 45  # rls2005 NDRPDR iter env 5
789         - 46  # rls2005 NDRPDR iter env 5
790     vpp-performance-changes-3n-skx-cmp:
791       csit-vpp-perf-report-iterative-2009-3n-skx:
792         - 26  # rls2009 NDRPDR iter env 5
793         - 27  # rls2009 NDRPDR iter env 5
794         - 28  # rls2009 NDRPDR iter env 5
795         - 29  # rls2009 NDRPDR iter env 5
796         - 35  # rls2009 NDRPDR iter env 5
797         - 36  # rls2009 NDRPDR iter env 5
798         - 37  # rls2009 NDRPDR iter env 5
799         - 38  # rls2009 NDRPDR iter env 5
800         - 39  # rls2009 NDRPDR iter env 5
801         - 40  # rls2009 NDRPDR iter env 5
802
803     vpp-performance-changes-2n-skx-h1:
804       csit-vpp-perf-report-iterative-2005-2n-skx:
805         - 100 # NDRPDR sel 2001.0-4
806         - 101 # NDRPDR sel 2001.0-4
807         - 102 # NDRPDR sel 2001.0-4
808         - 103 # NDRPDR sel 2001.0-4
809         - 104 # NDRPDR sel 2001.0-4
810         - 105 # NDRPDR sel 2001.0-4
811     vpp-performance-changes-2n-skx-ref-env4:
812       csit-vpp-perf-report-iterative-2005-2n-skx:
813         - 88  # NDRPDR sel env 4
814         - 89  # NDRPDR sel env 4
815         - 90  # NDRPDR sel env 4
816         - 91  # NDRPDR sel env 4
817         - 92  # NDRPDR sel env 4
818         - 93  # NDRPDR sel env 4
819         - 94  # NDRPDR sel env 4
820         - 125 # NDRPDR sel env 4
821         - 126 # NDRPDR sel env 4
822         - 127 # NDRPDR sel env 4
823     vpp-performance-changes-2n-skx-ref-env5:
824       csit-vpp-perf-report-iterative-2009-2n-skx:
825         - 13  # rls2005 NDRPDR iter env 5
826         - 16  # rls2005 NDRPDR iter env 5
827         - 17  # rls2005 NDRPDR iter env 5
828         - 18  # rls2005 NDRPDR iter env 5
829         - 19  # rls2005 NDRPDR iter env 5
830         - 21  # rls2005 NDRPDR iter env 5
831         - 22  # rls2005 NDRPDR iter env 5
832         - 23  # rls2005 NDRPDR iter env 5
833         - 24  # rls2005 NDRPDR iter env 5
834         - 25  # rls2005 NDRPDR iter env 5
835     vpp-performance-changes-2n-skx-cmp:
836       csit-vpp-perf-report-iterative-2009-2n-skx:
837         - 35  # rls2009 NDRPDR iter env 5
838         - 36  # rls2009 NDRPDR iter env 5
839         - 37  # rls2009 NDRPDR iter env 5
840         - 39  # rls2009 NDRPDR iter env 5
841         - 40  # rls2009 NDRPDR iter env 5
842         - 42  # rls2009 NDRPDR iter env 5
843         - 43  # rls2009 NDRPDR iter env 5
844         - 44  # rls2009 NDRPDR iter env 5
845         - 46  # rls2009 NDRPDR iter env 5
846         - 48  # rls2009 NDRPDR iter env 5
847         - 74  # rls2009 NDRPDR iter NAT44 env 5
848         - 75  # rls2009 NDRPDR iter NAT44 env 5
849
850     vpp-performance-changes-2n-clx-h1:
851       csit-vpp-perf-report-iterative-2005-2n-clx:
852         - 73  # NDRPDR sel 2001.0-4
853         - 74  # NDRPDR sel 2001.0-4
854         - 75  # NDRPDR sel 2001.0-4
855         - 76  # NDRPDR sel 2001.0-4
856         - 77  # NDRPDR sel 2001.0-4
857         - 78  # NDRPDR sel 2001.0-4
858         - 79  # NDRPDR sel 2001.0-4
859         - 80  # NDRPDR sel 2001.0-4
860     vpp-performance-changes-2n-clx-ref-env4:
861       csit-vpp-perf-report-iterative-2005-2n-clx:
862         - 62  # NDRPDR sel env 4
863         - 63  # NDRPDR sel env 4
864         - 64  # NDRPDR sel env 4
865         - 65  # NDRPDR sel env 4
866         - 66  # NDRPDR sel env 4
867         - 68  # NDRPDR sel env 4
868         - 69  # NDRPDR sel env 4
869         - 70  # NDRPDR sel env 4
870         - 103 # NDRPDR sel env 4
871         - 104 # NDRPDR sel env 4
872     vpp-performance-changes-2n-clx-ref-env5:
873       csit-vpp-perf-report-iterative-2009-2n-clx:
874         - 13  # rls2005 NDRPDR iter env 5
875         - 15  # rls2005 NDRPDR iter env 5
876         - 17  # rls2005 NDRPDR iter env 5
877         - 18  # rls2005 NDRPDR iter env 5
878         - 19  # rls2005 NDRPDR iter env 5
879         - 20  # rls2005 NDRPDR iter env 5
880         - 21  # rls2005 NDRPDR iter env 5
881         - 22  # rls2005 NDRPDR iter env 5
882         - 23  # rls2005 NDRPDR iter env 5
883         - 24  # rls2005 NDRPDR iter env 5
884     vpp-performance-changes-2n-clx-cmp:
885       csit-vpp-perf-report-iterative-2009-2n-clx:
886         - 36  # rls2009 NDRPDR iter env 5
887         - 39  # rls2009 NDRPDR iter env 5
888         - 40  # rls2009 NDRPDR iter env 5
889         - 65  # rls2009 NDRPDR iter env 5
890         - 66  # rls2009 NDRPDR iter env 5
891         - 79  # rls2009 NDRPDR iter env 5
892         - 82  # rls2009 NDRPDR iter env 5
893         - 88  # rls2009 NDRPDR iter env 5
894         - 89  # rls2009 NDRPDR iter env 5
895         - 90  # rls2009 NDRPDR iter env 5
896         - 91  # rls2009 NDRPDR iter NAT44 env 5
897
898     vpp-performance-changes-2n-dnv-h1:
899       csit-vpp-perf-verify-2001-2n-dnv:
900         - 4   # NDRPDR sel
901         - 5   # NDRPDR sel
902         - 6   # NDRPDR sel
903         - 7   # NDRPDR sel
904         - 8   # NDRPDR sel
905         - 9   # NDRPDR sel
906         - 10  # NDRPDR sel
907         - 11  # NDRPDR sel
908         - 13  # NDRPDR sel
909         - 16  # NDRPDR sel
910     vpp-performance-changes-2n-dnv-ref:
911       csit-vpp-perf-report-iterative-2009-2n-dnv:
912         - 16  # rls2005 NDRPDR iter env 5
913         - 17  # rls2005 NDRPDR iter env 5
914         - 18  # rls2005 NDRPDR iter env 5
915         - 19  # rls2005 NDRPDR iter env 5
916         - 21  # rls2005 NDRPDR iter env 5
917         - 24  # rls2005 NDRPDR iter env 5
918         - 27  # rls2005 NDRPDR iter env 5
919         - 28  # rls2005 NDRPDR iter env 5
920         - 29  # rls2005 NDRPDR iter env 5
921         - 30  # rls2005 NDRPDR iter env 5
922     vpp-performance-changes-2n-dnv-cmp:
923       csit-vpp-perf-report-iterative-2009-2n-dnv:
924         - 3   # rls2009 NDRPDR iter env 5
925         - 5   # rls2009 NDRPDR iter env 5
926         - 6   # rls2009 NDRPDR iter env 5
927         - 7   # rls2009 NDRPDR iter env 5
928         - 9   # rls2009 NDRPDR iter env 5
929         - 10  # rls2009 NDRPDR iter env 5
930         - 11  # rls2009 NDRPDR iter env 5
931         - 12  # rls2009 NDRPDR iter env 5
932         - 14  # rls2009 NDRPDR iter env 5
933         - 15  # rls2009 NDRPDR iter env 5
934
935     vpp-performance-changes-3n-dnv-h1:
936       csit-vpp-perf-verify-2001-3n-dnv:
937         - 5   # NDRPDR sel
938         - 6   # NDRPDR sel
939         - 7   # NDRPDR sel
940         - 8   # NDRPDR sel
941         - 9   # NDRPDR sel
942         - 10  # NDRPDR sel
943         - 12  # NDRPDR sel
944         - 16  # NDRPDR sel
945         - 17  # NDRPDR sel
946         - 18  # NDRPDR sel
947     vpp-performance-changes-3n-dnv-ref:
948       csit-vpp-perf-report-iterative-2009-3n-dnv:
949         - 16  # rls2005 NDRPDR iter env 5
950         - 23  # rls2005 NDRPDR iter env 5
951         - 25  # rls2005 NDRPDR iter env 5
952         - 26  # rls2005 NDRPDR iter env 5
953         - 27  # rls2005 NDRPDR iter env 5
954         - 28  # rls2005 NDRPDR iter env 5
955         - 29  # rls2005 NDRPDR iter env 5
956         - 30  # rls2005 NDRPDR iter env 5
957         - 31  # rls2005 NDRPDR iter env 5
958         - 32  # rls2005 NDRPDR iter env 5
959     vpp-performance-changes-3n-dnv-cmp:
960       csit-vpp-perf-report-iterative-2009-3n-dnv:
961         - 3   # rls2009 NDRPDR iter env 5
962         - 6   # rls2009 NDRPDR iter env 5
963         - 7   # rls2009 NDRPDR iter env 5
964         - 8   # rls2009 NDRPDR iter env 5
965         - 10  # rls2009 NDRPDR iter env 5
966         - 11  # rls2009 NDRPDR iter env 5
967         - 12  # rls2009 NDRPDR iter env 5
968         - 14  # rls2009 NDRPDR iter env 5
969         - 15  # rls2009 NDRPDR iter env 5
970         - 24  # rls2009 NDRPDR iter env 5
971
972     vpp-performance-changes-3n-tsh-h1:
973       csit-vpp-perf-report-iterative-2005-3n-tsh:
974         - 28  # NDRPDR sel 2001.0-4
975         - 29  # NDRPDR sel 2001.0-4
976         - 31  # NDRPDR sel 2001.0-4
977     vpp-performance-changes-3n-tsh-ref-env4:
978       csit-vpp-perf-report-iterative-2005-3n-tsh:
979         - 23  # NDRPDR sel env 4
980         - 25  # NDRPDR sel env 4
981         - 33  # NDRPDR sel env 4
982         - 34  # NDRPDR sel env 4
983         - 35  # NDRPDR sel env 4
984         - 36  # NDRPDR sel env 4
985         - 37  # NDRPDR sel env 4
986         - 38  # NDRPDR sel env 4
987         - 39  # NDRPDR sel env 4
988         - 40  # NDRPDR sel env 4
989     vpp-performance-changes-3n-tsh-ref-env5:
990       csit-vpp-perf-report-iterative-2009-3n-tsh:
991         - 8   # rls2005 NDRPDR iter env 5
992         - 11  # rls2005 NDRPDR iter env 5
993         - 12  # rls2005 NDRPDR iter env 5
994         - 24  # rls2005 NDRPDR iter env 5
995         - 27  # rls2005 NDRPDR iter env 5
996         - 29  # rls2005 NDRPDR iter env 5
997         - 31  # rls2005 NDRPDR iter env 5
998     vpp-performance-changes-3n-tsh-cmp:
999       # TODO: Add:
1000       csit-vpp-perf-report-iterative-2009-3n-tsh:
1001         - 14  # rls2009 NDRPDR iter env 5
1002         - 20  # rls2009 NDRPDR iter env 5
1003         - 21  # rls2009 NDRPDR iter env 5
1004         - 22  # rls2009 NDRPDR iter env 5
1005         - 23  # rls2009 NDRPDR iter env 5
1006         - 28  # rls2009 NDRPDR iter env 5
1007         - 30  # rls2009 NDRPDR iter env 5
1008
1009     vpp-soak-vs-ndr-2n-skx-ref:
1010       csit-vpp-perf-report-iterative-2009-2n-skx:
1011         - 35  # rls2009 NDRPDR iter env 5
1012         - 36  # rls2009 NDRPDR iter env 5
1013         - 37  # rls2009 NDRPDR iter env 5
1014         - 39  # rls2009 NDRPDR iter env 5
1015         - 40  # rls2009 NDRPDR iter env 5
1016         - 42  # rls2009 NDRPDR iter env 5
1017         - 43  # rls2009 NDRPDR iter env 5
1018         - 44  # rls2009 NDRPDR iter env 5
1019         - 46  # rls2009 NDRPDR iter env 5
1020         - 48  # rls2009 NDRPDR iter env 5
1021     vpp-soak-vs-ndr-2n-skx-cmp:
1022       csit-vpp-perf-report-iterative-2009-2n-skx:
1023         - 33  # rls2009 soak env 5
1024         - 34  # rls2009 soak env 5
1025     vpp-soak-vs-ndr-2n-skx:
1026       csit-vpp-perf-report-iterative-2009-2n-skx:
1027         - 35  # rls2009 NDRPDR iter env 5
1028         - 36  # rls2009 NDRPDR iter env 5
1029         - 37  # rls2009 NDRPDR iter env 5
1030         - 39  # rls2009 NDRPDR iter env 5
1031         - 40  # rls2009 NDRPDR iter env 5
1032         - 42  # rls2009 NDRPDR iter env 5
1033         - 43  # rls2009 NDRPDR iter env 5
1034         - 44  # rls2009 NDRPDR iter env 5
1035         - 46  # rls2009 NDRPDR iter env 5
1036         - 48  # rls2009 NDRPDR iter env 5
1037         - 33  # rls2009 soak env 5
1038         - 34  # rls2009 soak env 5
1039
1040     vpp-soak-vs-ndr-2n-clx-ref:
1041       csit-vpp-perf-report-iterative-2009-2n-clx:
1042         - 36  # rls2009 NDRPDR iter env 5
1043         - 39  # rls2009 NDRPDR iter env 5
1044         - 40  # rls2009 NDRPDR iter env 5
1045         - 65  # rls2009 NDRPDR iter env 5
1046         - 66  # rls2009 NDRPDR iter env 5
1047         - 79  # rls2009 NDRPDR iter env 5
1048         - 82  # rls2009 NDRPDR iter env 5
1049         - 88  # rls2009 NDRPDR iter env 5
1050         - 89  # rls2009 NDRPDR iter env 5
1051         - 90  # rls2009 NDRPDR iter env 5
1052     vpp-soak-vs-ndr-2n-clx-cmp:
1053       csit-vpp-perf-report-iterative-2009-2n-clx:
1054         - 33  # rls2009 soak env 5
1055         - 34  # rls2009 soak env 5
1056     vpp-soak-vs-ndr-2n-clx:
1057       csit-vpp-perf-report-iterative-2009-2n-clx:
1058         - 36  # rls2009 NDRPDR iter env 5
1059         - 39  # rls2009 NDRPDR iter env 5
1060         - 40  # rls2009 NDRPDR iter env 5
1061         - 65  # rls2009 NDRPDR iter env 5
1062         - 66  # rls2009 NDRPDR iter env 5
1063         - 79  # rls2009 NDRPDR iter env 5
1064         - 82  # rls2009 NDRPDR iter env 5
1065         - 88  # rls2009 NDRPDR iter env 5
1066         - 89  # rls2009 NDRPDR iter env 5
1067         - 90  # rls2009 NDRPDR iter env 5
1068         - 33  # rls2009 soak env 5
1069         - 34  # rls2009 soak env 5
1070
1071     vpp-performance-changes-3n-hsw-mrr-h1:
1072       csit-vpp-perf-verify-2001-3n-hsw:
1073         - 17  # MRR sel
1074     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1075       csit-vpp-perf-report-iterative-2005-3n-hsw:
1076         - 30  # MRR env 4
1077     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1078       csit-vpp-perf-report-iterative-2009-3n-hsw:
1079         - 18  # rls2005 MRR iter env 5
1080     vpp-performance-changes-3n-hsw-mrr-cmp:
1081       csit-vpp-perf-report-iterative-2009-3n-hsw:
1082         - 23  # rls2009 MRR iter env 5
1083
1084     vpp-performance-changes-3n-skx-mrr-h1:
1085       csit-vpp-perf-verify-2001-3n-skx:
1086         - 50  # MRR sel
1087         - 53  # MRR sel addition
1088     vpp-performance-changes-3n-skx-mrr-ref-env4:
1089       csit-vpp-perf-report-iterative-2005-3n-skx:
1090         - 49  # MRR sel env 4
1091     vpp-performance-changes-3n-skx-mrr-ref-env5:
1092       csit-vpp-perf-report-iterative-2009-3n-skx:
1093         - 17  # rls2005 MRR iter env 5
1094     vpp-performance-changes-3n-skx-mrr-cmp:
1095       csit-vpp-perf-report-iterative-2009-3n-skx:
1096         - 24  # rls2009 MRR iter env 5
1097
1098     vpp-performance-changes-2n-skx-mrr-h1:
1099       csit-vpp-perf-verify-2001-2n-skx:
1100         - 101 # MRR sel
1101         - 128 # MRR sel addition
1102     vpp-performance-changes-2n-skx-mrr-ref-env4:
1103       csit-vpp-perf-report-iterative-2005-2n-skx:
1104         - 99  # MRR sel env 4
1105     vpp-performance-changes-2n-skx-mrr-ref-env5:
1106       csit-vpp-perf-report-iterative-2009-2n-skx:
1107         - 20  # rls2005 MRR iter env 5
1108     vpp-performance-changes-2n-skx-mrr-cmp:
1109       csit-vpp-perf-report-iterative-2009-2n-skx:
1110         - 26  # rls2009 MRR iter env 5
1111
1112     vpp-performance-changes-2n-clx-mrr-h1:
1113       csit-vpp-perf-verify-2001-2n-clx:
1114         - 39  # MRR
1115     vpp-performance-changes-2n-clx-mrr-ref-env4:
1116       csit-vpp-perf-report-iterative-2005-2n-clx:
1117         - 72   # MRR sel env 4
1118     vpp-performance-changes-2n-clx-mrr-ref-env5:
1119       csit-vpp-perf-report-iterative-2009-2n-clx:
1120         - 77  # rls2005 MRR iter env 5
1121     vpp-performance-changes-2n-clx-mrr-cmp:
1122       csit-vpp-perf-report-iterative-2009-2n-clx:
1123         - 78  # rls2009 MRR iter env 5
1124
1125     vpp-performance-changes-2n-dnv-mrr-h1:
1126       csit-vpp-perf-verify-2001-2n-dnv:
1127         - 12  # MRR sel
1128     vpp-performance-changes-2n-dnv-mrr-ref:
1129       csit-vpp-perf-report-iterative-2009-2n-dnv:
1130         - 23  # rls2005 MRR iter env 5
1131     vpp-performance-changes-2n-dnv-mrr-cmp:
1132       csit-vpp-perf-report-iterative-2009-2n-dnv:
1133         - 13  # rls2009 MRR iter env 5
1134
1135     vpp-performance-changes-3n-dnv-mrr-h1:
1136       csit-vpp-perf-verify-2001-3n-dnv:
1137         - 11  # MRR sel
1138     vpp-performance-changes-3n-dnv-mrr-ref:
1139       csit-vpp-perf-report-iterative-2009-3n-dnv:
1140         - 19  # rls2005 MRR iter env 5
1141     vpp-performance-changes-3n-dnv-mrr-cmp:
1142       csit-vpp-perf-report-iterative-2009-3n-dnv:
1143         - 22  # rls2009 MRR iter env 5
1144
1145     vpp-performance-changes-3n-tsh-mrr-h1:
1146       csit-vpp-perf-verify-2001-3n-tsh:
1147         - 9   # MRR sel
1148     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1149       csit-vpp-perf-report-iterative-2005-3n-tsh:
1150         - 27  # MRR sel env 4
1151     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1152       csit-vpp-perf-report-iterative-2009-3n-tsh:
1153         - 13  # rls2005 MRR iter env 5
1154     vpp-performance-changes-3n-tsh-mrr-cmp:
1155       csit-vpp-perf-report-iterative-2009-3n-tsh:
1156         - 15  # rls2009 MRR iter env 5
1157
1158     dpdk-performance-changes-3n-hsw-h1:
1159       csit-dpdk-perf-verify-2001-3n-hsw:
1160         - 4   # NDRPDR sel
1161         - 5   # NDRPDR sel
1162         - 6   # NDRPDR sel
1163         - 7   # NDRPDR sel
1164         - 8   # NDRPDR sel
1165         - 9   # NDRPDR sel
1166         - 10  # NDRPDR sel
1167         - 11  # NDRPDR sel
1168         - 12  # NDRPDR sel
1169         - 13  # NDRPDR sel
1170         - 15  # NDRPDR sel
1171         - 16  # NDRPDR sel
1172         - 17  # NDRPDR sel
1173         - 18  # NDRPDR sel
1174         - 19  # NDRPDR sel
1175         - 20  # NDRPDR sel
1176         - 21  # NDRPDR sel
1177         - 22  # NDRPDR sel
1178         - 23  # NDRPDR sel
1179         - 24  # NDRPDR sel
1180     dpdk-performance-changes-3n-hsw-ref:
1181       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1182         - 25  # NDRPDR iter
1183         - 26  # NDRPDR iter
1184         - 27  # NDRPDR iter
1185         - 28  # NDRPDR iter
1186         - 29  # NDRPDR iter
1187         - 30  # NDRPDR iter
1188         - 31  # NDRPDR iter
1189         - 32  # NDRPDR iter
1190         - 33  # NDRPDR iter
1191         - 34  # NDRPDR iter
1192     dpdk-performance-changes-3n-hsw-cmp:
1193       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1194         - 6   # NDRPDR iter env5
1195         - 7   # NDRPDR iter env5
1196         - 8   # NDRPDR iter env5
1197         - 9   # NDRPDR iter env5
1198         - 10  # NDRPDR iter env5
1199         - 11  # NDRPDR iter env5
1200         - 12  # NDRPDR iter env5
1201         - 13  # NDRPDR iter env5
1202         - 14  # NDRPDR iter env5
1203         - 15  # NDRPDR iter env5
1204
1205     dpdk-performance-changes-3n-skx-h1:
1206       csit-dpdk-perf-verify-2001-3n-skx:
1207         - 29  # NDRPDR sel xxv710
1208         - 33  # NDRPDR sel xxv710
1209         - 34  # NDRPDR sel xxv710
1210         - 35  # NDRPDR sel xxv710
1211         - 36  # NDRPDR sel xxv710
1212         - 37  # NDRPDR sel xxv710
1213         - 41  # NDRPDR sel xxv710
1214         - 42  # NDRPDR sel xxv710
1215         - 43  # NDRPDR sel xxv710
1216         - 45  # NDRPDR sel xxv710
1217         - 30  # NDRPDR sel x710
1218         - 31  # NDRPDR sel x710
1219         - 32  # NDRPDR sel x710
1220         - 38  # NDRPDR sel x710
1221         - 39  # NDRPDR sel x710
1222         - 40  # NDRPDR sel x710
1223         - 44  # NDRPDR sel x710
1224         - 46  # NDRPDR sel x710
1225         - 47  # NDRPDR sel x710
1226         - 48  # NDRPDR sel x710
1227     dpdk-performance-changes-3n-skx-ref:
1228       csit-dpdk-perf-report-iterative-2005-3n-skx:
1229         - 28  # NDRPDR iter
1230         - 29  # NDRPDR iter
1231         - 30  # NDRPDR iter
1232         - 31  # NDRPDR iter
1233         - 32  # NDRPDR iter
1234         - 33  # NDRPDR iter
1235         - 34  # NDRPDR iter
1236         - 35  # NDRPDR iter
1237         - 36  # NDRPDR iter
1238         - 37  # NDRPDR iter
1239     dpdk-performance-changes-3n-skx-cmp:
1240       csit-dpdk-perf-report-iterative-2009-3n-skx:
1241         - 4   # NDRPDR sel env5
1242         - 5   # NDRPDR sel env5
1243         - 6   # NDRPDR sel env5
1244         - 7   # NDRPDR sel env5
1245         - 8   # NDRPDR sel env5
1246         - 9   # NDRPDR sel env5
1247         - 14  # NDRPDR sel env5
1248         - 11  # NDRPDR sel env5
1249         - 12  # NDRPDR sel env5
1250         - 13  # NDRPDR sel env5
1251
1252     dpdk-performance-changes-2n-skx-h1:
1253       csit-dpdk-perf-verify-2001-2n-skx:
1254         - 35  # NDRPDR sel xxv710
1255         - 36  # NDRPDR sel xxv710
1256         - 37  # NDRPDR sel xxv710
1257         - 41  # NDRPDR sel xxv710
1258         - 42  # NDRPDR sel xxv710
1259         - 43  # NDRPDR sel xxv710
1260         - 46  # NDRPDR sel xxv710
1261         - 47  # NDRPDR sel xxv710
1262         - 52  # NDRPDR sel xxv710
1263         - 53  # NDRPDR sel xxv710
1264         - 38  # NDRPDR sel x710
1265         - 39  # NDRPDR sel x710
1266         - 40  # NDRPDR sel x710
1267         - 44  # NDRPDR sel x710
1268         - 45  # NDRPDR sel x710
1269         - 48  # NDRPDR sel x710
1270         - 49  # NDRPDR sel x710
1271         - 50  # NDRPDR sel x710
1272         - 51  # NDRPDR sel x710
1273         - 54  # NDRPDR sel x710
1274     dpdk-performance-changes-2n-skx-ref:
1275       csit-dpdk-perf-report-iterative-2005-2n-skx:
1276         - 20  # NDRPDR iter
1277         - 21  # NDRPDR iter
1278         - 22  # NDRPDR iter
1279         - 23  # NDRPDR iter
1280         - 24  # NDRPDR iter
1281         - 25  # NDRPDR iter
1282         - 26  # NDRPDR iter
1283         - 27  # NDRPDR iter
1284         - 28  # NDRPDR iter
1285         - 29  # NDRPDR iter
1286     dpdk-performance-changes-2n-skx-cmp:
1287       csit-dpdk-perf-report-iterative-2009-2n-skx:
1288         - 4   # NDRPDR iter env5
1289         - 5   # NDRPDR iter env5
1290         - 6   # NDRPDR iter env5
1291         - 7   # NDRPDR iter env5
1292         - 8   # NDRPDR iter env5
1293         - 9   # NDRPDR iter env5
1294         - 10  # NDRPDR iter env5
1295         - 11  # NDRPDR iter env5
1296         - 12  # NDRPDR iter env5
1297         - 13  # NDRPDR iter env5
1298
1299     dpdk-performance-changes-2n-clx-h1:
1300       csit-dpdk-perf-verify-2001-2n-clx:
1301         - 15  # NDRPDR sel
1302         - 16  # NDRPDR sel
1303         - 17  # NDRPDR sel
1304         - 18  # NDRPDR sel
1305         - 19  # NDRPDR sel
1306         - 20  # NDRPDR sel
1307         - 21  # NDRPDR sel
1308         - 22  # NDRPDR sel
1309         - 23  # NDRPDR sel
1310         - 24  # NDRPDR sel
1311         - 25  # NDRPDR sel
1312         - 26  # NDRPDR sel
1313         - 27  # NDRPDR sel
1314         - 28  # NDRPDR sel
1315         - 29  # NDRPDR sel
1316         - 30  # NDRPDR sel
1317         - 31  # NDRPDR sel
1318         - 32  # NDRPDR sel
1319         - 33  # NDRPDR sel
1320         - 34  # NDRPDR sel
1321     dpdk-performance-changes-2n-clx-ref:
1322       csit-dpdk-perf-report-iterative-2005-2n-clx:
1323         - 20  # NDRPDR iter
1324         - 21  # NDRPDR iter
1325         - 22  # NDRPDR iter
1326         - 23  # NDRPDR iter
1327         - 24  # NDRPDR iter
1328         - 25  # NDRPDR iter
1329         - 26  # NDRPDR iter
1330         - 27  # NDRPDR iter
1331         - 28  # NDRPDR iter
1332         - 29  # NDRPDR iter
1333     dpdk-performance-changes-2n-clx-cmp:
1334       csit-dpdk-perf-report-iterative-2009-2n-clx:
1335         - 4   # NDRPDR iter env5
1336         - 5   # NDRPDR iter env5
1337         - 6   # NDRPDR iter env5
1338         - 7   # NDRPDR iter env5
1339         - 8   # NDRPDR iter env5
1340         - 9   # NDRPDR iter env5
1341         - 10  # NDRPDR iter env5
1342         - 11  # NDRPDR iter env5
1343         - 12  # NDRPDR iter env5
1344         - 13  # NDRPDR iter env5
1345
1346 #    dpdk-performance-changes-2n-dnv-h1:
1347 #      csit-dpdk-perf-verify-2001-2n-dnv:
1348 #        - 9   # NDRPDR sel
1349 #        - 10  # NDRPDR sel
1350 #        - 11  # NDRPDR sel
1351 #        - 12  # NDRPDR sel
1352 #        - 13  # NDRPDR sel
1353 #        - 14  # NDRPDR sel
1354 #        - 15  # NDRPDR sel
1355 #        - 16  # NDRPDR sel
1356 #        - 17  # NDRPDR sel
1357 #        - 18  # NDRPDR sel
1358 #    dpdk-performance-changes-2n-dnv-ref:
1359 #      # No data
1360 #    dpdk-performance-changes-2n-dnv-cmp:
1361 #      # No data
1362 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1363
1364 #    dpdk-performance-changes-3n-dnv-h1:
1365 #      csit-dpdk-perf-verify-2001-3n-dnv:
1366 #        - 12  # NDRPDR sel
1367 #        - 13  # NDRPDR sel
1368 #        - 14  # NDRPDR sel
1369 #        - 15  # NDRPDR sel
1370 #        - 16  # NDRPDR sel
1371 #        - 17  # NDRPDR sel
1372 #        - 18  # NDRPDR sel
1373 #        - 19  # NDRPDR sel
1374 #        - 20  # NDRPDR sel
1375 #        - 22  # NDRPDR sel
1376 #    dpdk-performance-changes-3n-dnv-ref:
1377 #      # No data
1378 #    dpdk-performance-changes-3n-dnv-cmp:
1379 #      # No data
1380 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1381
1382     dpdk-performance-changes-3n-tsh-h1:
1383       csit-dpdk-perf-verify-2001-3n-tsh:
1384         - 3   # NDRPDR sel
1385         - 4   # NDRPDR sel
1386         - 5   # NDRPDR sel
1387         - 9   # NDRPDR sel
1388         - 10  # NDRPDR sel
1389         - 11  # NDRPDR sel
1390         - 12  # NDRPDR sel
1391         - 14  # NDRPDR sel
1392         - 15  # NDRPDR sel
1393         - 18  # NDRPDR sel
1394     dpdk-performance-changes-3n-tsh-ref:
1395       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1396         - 5   # NDRPDR sel
1397     dpdk-performance-changes-3n-tsh-cmp:
1398       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1399         - 1   # NDRPDR iter env5
1400         - 2   # NDRPDR iter env5
1401         - 3   # NDRPDR iter env5
1402         - 4   # NDRPDR iter env5
1403         - 5   # NDRPDR iter env5
1404         - 6   # NDRPDR iter env5
1405         - 7   # NDRPDR iter env5
1406         - 9   # NDRPDR iter env5
1407         - 10  # NDRPDR iter env5
1408         - 11  # NDRPDR iter env5
1409
1410     # Compare testbeds
1411
1412     vpp-compare-testbeds-ref:
1413       csit-vpp-perf-report-iterative-2009-3n-hsw:
1414         - 21  # rls2009 NDRPDR iter env 5
1415         - 22  # rls2009 NDRPDR iter env 5
1416         - 24  # rls2009 NDRPDR iter env 5
1417         - 25  # rls2009 NDRPDR iter env 5
1418         - 26  # rls2009 NDRPDR iter env 5
1419         - 27  # rls2009 NDRPDR iter env 5
1420         - 28  # rls2009 NDRPDR iter env 5
1421         - 29  # rls2009 NDRPDR iter env 5
1422         - 30  # rls2009 NDRPDR iter env 5
1423         - 31  # rls2009 NDRPDR iter env 5
1424     vpp-compare-testbeds-cmp:
1425       csit-vpp-perf-report-iterative-2009-3n-skx:
1426         - 26  # rls2009 NDRPDR iter env 5
1427         - 27  # rls2009 NDRPDR iter env 5
1428         - 28  # rls2009 NDRPDR iter env 5
1429         - 29  # rls2009 NDRPDR iter env 5
1430         - 35  # rls2009 NDRPDR iter env 5
1431         - 36  # rls2009 NDRPDR iter env 5
1432         - 37  # rls2009 NDRPDR iter env 5
1433         - 38  # rls2009 NDRPDR iter env 5
1434         - 39  # rls2009 NDRPDR iter env 5
1435         - 40  # rls2009 NDRPDR iter env 5
1436
1437     vpp-compare-testbeds-skx-clx-ref:
1438       csit-vpp-perf-report-iterative-2009-2n-skx:
1439         - 35  # rls2009 NDRPDR iter env 5
1440         - 36  # rls2009 NDRPDR iter env 5
1441         - 37  # rls2009 NDRPDR iter env 5
1442         - 39  # rls2009 NDRPDR iter env 5
1443         - 40  # rls2009 NDRPDR iter env 5
1444         - 42  # rls2009 NDRPDR iter env 5
1445         - 43  # rls2009 NDRPDR iter env 5
1446         - 44  # rls2009 NDRPDR iter env 5
1447         - 46  # rls2009 NDRPDR iter env 5
1448         - 48  # rls2009 NDRPDR iter env 5
1449         - 74  # rls2009 NDRPDR iter NAT44 env 5
1450         - 75  # rls2009 NDRPDR iter NAT44 env 5
1451     vpp-compare-testbeds-skx-clx-cmp:
1452       csit-vpp-perf-report-iterative-2009-2n-clx:
1453         - 36  # rls2009 NDRPDR iter env 5
1454         - 39  # rls2009 NDRPDR iter env 5
1455         - 40  # rls2009 NDRPDR iter env 5
1456         - 65  # rls2009 NDRPDR iter env 5
1457         - 66  # rls2009 NDRPDR iter env 5
1458         - 79  # rls2009 NDRPDR iter env 5
1459         - 82  # rls2009 NDRPDR iter env 5
1460         - 88  # rls2009 NDRPDR iter env 5
1461         - 89  # rls2009 NDRPDR iter env 5
1462         - 90  # rls2009 NDRPDR iter env 5
1463         - 91  # rls2009 NDRPDR iter NAT44 env 5
1464
1465     vpp-compare-testbeds-hsw-clx-ref:
1466       csit-vpp-perf-report-iterative-2009-3n-hsw:
1467         - 21  # rls2009 NDRPDR iter env 5
1468         - 22  # rls2009 NDRPDR iter env 5
1469         - 24  # rls2009 NDRPDR iter env 5
1470         - 25  # rls2009 NDRPDR iter env 5
1471         - 26  # rls2009 NDRPDR iter env 5
1472         - 27  # rls2009 NDRPDR iter env 5
1473         - 28  # rls2009 NDRPDR iter env 5
1474         - 29  # rls2009 NDRPDR iter env 5
1475         - 30  # rls2009 NDRPDR iter env 5
1476         - 31  # rls2009 NDRPDR iter env 5
1477     vpp-compare-testbeds-hsw-clx-cmp:
1478       csit-vpp-perf-report-iterative-2009-2n-clx:
1479         - 36  # rls2009 NDRPDR iter env 5
1480         - 39  # rls2009 NDRPDR iter env 5
1481         - 40  # rls2009 NDRPDR iter env 5
1482         - 65  # rls2009 NDRPDR iter env 5
1483         - 66  # rls2009 NDRPDR iter env 5
1484         - 79  # rls2009 NDRPDR iter env 5
1485         - 82  # rls2009 NDRPDR iter env 5
1486         - 88  # rls2009 NDRPDR iter env 5
1487         - 89  # rls2009 NDRPDR iter env 5
1488         - 90  # rls2009 NDRPDR iter env 5
1489
1490     vpp-compare-testbeds-mrr-ref:
1491       csit-vpp-perf-report-iterative-2009-3n-hsw:
1492         - 23  # rls2009 MRR iter env 5
1493     vpp-compare-testbeds-mrr-cmp:
1494       csit-vpp-perf-report-iterative-2009-3n-skx:
1495         - 24  # rls2009 MRR iter env 5
1496
1497     vpp-compare-testbeds-mrr-skx-clx-ref:
1498       csit-vpp-perf-report-iterative-2009-2n-skx:
1499         - 26  # rls2009 MRR iter env 5
1500     vpp-compare-testbeds-mrr-skx-clx-cmp:
1501       csit-vpp-perf-report-iterative-2009-2n-clx:
1502         - 78  # rls2009 MRR iter env 5
1503
1504     vpp-compare-testbeds-mrr-hsw-clx-ref:
1505       csit-vpp-perf-report-iterative-2009-3n-hsw:
1506         - 23  # rls2009 MRR iter env 5
1507     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1508       csit-vpp-perf-report-iterative-2009-2n-clx:
1509         - 78  # rls2009 MRR iter env 5
1510
1511     dpdk-compare-testbeds-ref:
1512       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1513         - 6   # NDRPDR iter env5
1514         - 7   # NDRPDR iter env5
1515         - 8   # NDRPDR iter env5
1516         - 9   # NDRPDR iter env5
1517         - 10  # NDRPDR iter env5
1518         - 11  # NDRPDR iter env5
1519         - 12  # NDRPDR iter env5
1520         - 13  # NDRPDR iter env5
1521         - 14  # NDRPDR iter env5
1522         - 15  # NDRPDR iter env5
1523     dpdk-compare-testbeds-cmp:
1524       csit-dpdk-perf-report-iterative-2009-3n-skx:
1525         - 4   # NDRPDR sel env5
1526         - 5   # NDRPDR sel env5
1527         - 6   # NDRPDR sel env5
1528         - 7   # NDRPDR sel env5
1529         - 8   # NDRPDR sel env5
1530         - 9   # NDRPDR sel env5
1531         - 14  # NDRPDR sel env5
1532         - 11  # NDRPDR sel env5
1533         - 12  # NDRPDR sel env5
1534         - 13  # NDRPDR sel env5
1535
1536     dpdk-compare-testbeds-skx-clx-ref:
1537       csit-dpdk-perf-report-iterative-2009-2n-skx:
1538         - 4   # NDRPDR iter env5
1539         - 5   # NDRPDR iter env5
1540         - 6   # NDRPDR iter env5
1541         - 7   # NDRPDR iter env5
1542         - 8   # NDRPDR iter env5
1543         - 9   # NDRPDR iter env5
1544         - 10  # NDRPDR iter env5
1545         - 11  # NDRPDR iter env5
1546         - 12  # NDRPDR iter env5
1547         - 13  # NDRPDR iter env5
1548     dpdk-compare-testbeds-skx-clx-cmp:
1549       csit-dpdk-perf-report-iterative-2009-2n-clx:
1550         - 4   # NDRPDR iter env5
1551         - 5   # NDRPDR iter env5
1552         - 6   # NDRPDR iter env5
1553         - 7   # NDRPDR iter env5
1554         - 8   # NDRPDR iter env5
1555         - 9   # NDRPDR iter env5
1556         - 10  # NDRPDR iter env5
1557         - 11  # NDRPDR iter env5
1558         - 12  # NDRPDR iter env5
1559         - 13  # NDRPDR iter env5
1560
1561     # Compare topologies
1562
1563     vpp-compare-topologies-ref:
1564       csit-vpp-perf-report-iterative-2009-3n-skx:
1565         - 26  # rls2009 NDRPDR iter env 5
1566         - 27  # rls2009 NDRPDR iter env 5
1567         - 28  # rls2009 NDRPDR iter env 5
1568         - 29  # rls2009 NDRPDR iter env 5
1569         - 35  # rls2009 NDRPDR iter env 5
1570         - 36  # rls2009 NDRPDR iter env 5
1571         - 37  # rls2009 NDRPDR iter env 5
1572         - 38  # rls2009 NDRPDR iter env 5
1573         - 39  # rls2009 NDRPDR iter env 5
1574         - 40  # rls2009 NDRPDR iter env 5
1575     vpp-compare-topologies-cmp:
1576       csit-vpp-perf-report-iterative-2009-2n-skx:
1577         - 35  # rls2009 NDRPDR iter env 5
1578         - 36  # rls2009 NDRPDR iter env 5
1579         - 37  # rls2009 NDRPDR iter env 5
1580         - 39  # rls2009 NDRPDR iter env 5
1581         - 40  # rls2009 NDRPDR iter env 5
1582         - 42  # rls2009 NDRPDR iter env 5
1583         - 43  # rls2009 NDRPDR iter env 5
1584         - 44  # rls2009 NDRPDR iter env 5
1585         - 46  # rls2009 NDRPDR iter env 5
1586         - 48  # rls2009 NDRPDR iter env 5
1587
1588     vpp-compare-topologies-mrr-ref:
1589       csit-vpp-perf-report-iterative-2009-3n-skx:
1590         - 24  # rls2009 MRR iter env 5
1591     vpp-compare-topologies-mrr-cmp:
1592       csit-vpp-perf-report-iterative-2009-2n-skx:
1593         - 26  # rls2009 MRR iter env 5
1594
1595     dpdk-compare-topologies-ref:
1596       csit-dpdk-perf-report-iterative-2009-3n-skx:
1597         - 4   # NDRPDR sel env5
1598         - 5   # NDRPDR sel env5
1599         - 6   # NDRPDR sel env5
1600         - 7   # NDRPDR sel env5
1601         - 8   # NDRPDR sel env5
1602         - 9   # NDRPDR sel env5
1603         - 14  # NDRPDR sel env5
1604         - 11  # NDRPDR sel env5
1605         - 12  # NDRPDR sel env5
1606         - 13  # NDRPDR sel env5
1607     dpdk-compare-topologies-cmp:
1608       csit-dpdk-perf-report-iterative-2009-2n-skx:
1609         - 4   # NDRPDR iter env5
1610         - 5   # NDRPDR iter env5
1611         - 6   # NDRPDR iter env5
1612         - 7   # NDRPDR iter env5
1613         - 8   # NDRPDR iter env5
1614         - 9   # NDRPDR iter env5
1615         - 10  # NDRPDR iter env5
1616         - 11  # NDRPDR iter env5
1617         - 12  # NDRPDR iter env5
1618         - 13  # NDRPDR iter env5
1619
1620   plot-layouts:
1621
1622     plot-soak-throughput:
1623       titlefont:
1624         size: 16
1625       xaxis:
1626         title: "<b>Test Cases [Index]</b>"
1627         titlefont:
1628           size: 14
1629         autorange: True
1630         fixedrange: False
1631         gridcolor: "rgb(230, 230, 230)"
1632         linecolor: "rgb(220, 220, 220)"
1633         linewidth: 1
1634         showgrid: True
1635         showline: True
1636         showticklabels: True
1637         tickcolor: "rgb(220, 220, 220)"
1638         tickmode: "linear"
1639         tickfont:
1640           size: 14
1641         zeroline: False
1642       yaxis:
1643         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1644         titlefont:
1645           size: 14
1646         gridcolor: "rgb(230, 230, 230)"
1647         hoverformat: ".4r"
1648         tickformat: ".3r"
1649         linecolor: "rgb(220, 220, 220)"
1650         linewidth: 1
1651         showgrid: True
1652         showline: True
1653         showticklabels: True
1654         tickcolor: "rgb(220, 220, 220)"
1655         tickfont:
1656           size: 14
1657         zeroline: False
1658         range: [0,50]
1659       autosize: False
1660       margin:
1661         t: 50
1662         b: 0
1663         l: 80
1664         r: 20
1665       showlegend: True
1666       legend:
1667         orientation: "h"
1668         font:
1669           size: 14
1670       width: 700
1671       height: 900
1672       paper_bgcolor: "#fff"
1673       plot_bgcolor: "#fff"
1674       hoverlabel:
1675         namelength: -1
1676
1677     plot-service-density:
1678       titlefont:
1679         size: 16
1680       xaxis:
1681         side: "top"
1682         autorange: True
1683         fixedrange: False
1684         showgrid: False
1685         showline: False
1686         showticklabels: False
1687         ticks: ""
1688         ticklen: 0
1689         tickwidth: 0
1690         zeroline: False
1691       yaxis:
1692         autorange: "reversed"
1693         showgrid: False
1694         showline: False
1695         showticklabels: False
1696         ticks: ""
1697         ticklen: 0
1698         tickwidth: 0
1699         zeroline: False
1700       showlegend: False
1701       paper_bgcolor: "#fff"
1702       plot_bgcolor: "#fff"
1703       width: 700
1704       height: 700
1705       hoverlabel:
1706         namelength: -1
1707
1708     plot-hoststack:
1709       titlefont:
1710         size: 16
1711       xaxis:
1712         title: "<b>Test Cases [Index]</b>"
1713         titlefont:
1714           size: 14
1715         autorange: True
1716         fixedrange: False
1717         gridcolor: "rgb(230, 230, 230)"
1718         linecolor: "rgb(220, 220, 220)"
1719         linewidth: 1
1720         showgrid: True
1721         showline: True
1722         showticklabels: True
1723         tickcolor: "rgb(220, 220, 220)"
1724         tickmode: "linear"
1725         tickfont:
1726           size: 14
1727         zeroline: False
1728       yaxis:
1729         title: "<b>Bandwidth [Gbps]</b>"
1730         titlefont:
1731           size: 14
1732         gridcolor: "rgb(230, 230, 230)"
1733         hoverformat: ".4s"
1734         linecolor: "rgb(220, 220, 220)"
1735         linewidth: 1
1736         rangemode: "tozero"
1737         showgrid: True
1738         showline: True
1739         showticklabels: True
1740         tickcolor: "rgb(230, 230, 230)"
1741         tickformat: ".3s"
1742         tickfont:
1743           size: 14
1744         zeroline: False
1745       autosize: False
1746       margin:
1747         t: 50
1748         b: 20
1749         l: 80
1750         r: 20
1751       showlegend: True
1752       legend:
1753         orientation: "h"
1754         font:
1755           size: 14
1756       width: 700
1757       height: 800
1758       paper_bgcolor: "#fff"
1759       plot_bgcolor: "#fff"
1760       hoverlabel:
1761         namelength: -1
1762
1763     plot-throughput:
1764       titlefont:
1765         size: 16
1766       xaxis:
1767         title: "<b>Test Cases [Index]</b>"
1768         titlefont:
1769           size: 14
1770         autorange: True
1771         fixedrange: False
1772         gridcolor: "rgb(230, 230, 230)"
1773         linecolor: "rgb(220, 220, 220)"
1774         linewidth: 1
1775         showgrid: True
1776         showline: True
1777         showticklabels: True
1778         tickcolor: "rgb(220, 220, 220)"
1779         tickmode: "linear"
1780         tickfont:
1781           size: 14
1782         zeroline: False
1783       yaxis:
1784         title: "<b>Packet Throughput [Mpps]</b>"
1785         titlefont:
1786           size: 14
1787         gridcolor: "rgb(230, 230, 230)"
1788         hoverformat: ".4r"
1789         tickformat: ".3r"
1790         linecolor: "rgb(220, 220, 220)"
1791         linewidth: 1
1792         showgrid: True
1793         showline: True
1794         showticklabels: True
1795         tickcolor: "rgb(220, 220, 220)"
1796         tickfont:
1797           size: 14
1798         zeroline: False
1799         range: [0,50]
1800       autosize: False
1801       margin:
1802         t: 50
1803         b: 0
1804         l: 80
1805         r: 20
1806       showlegend: True
1807       legend:
1808         orientation: "h"
1809         font:
1810           size: 14
1811       width: 700
1812       height: 900
1813       paper_bgcolor: "#fff"
1814       plot_bgcolor: "#fff"
1815       hoverlabel:
1816         namelength: -1
1817
1818     plot-throughput-gbps:
1819       titlefont:
1820         size: 16
1821       xaxis:
1822         title: "<b>Test Cases [Index]</b>"
1823         titlefont:
1824           size: 14
1825         autorange: True
1826         fixedrange: False
1827         gridcolor: "rgb(230, 230, 230)"
1828         linecolor: "rgb(220, 220, 220)"
1829         linewidth: 1
1830         showgrid: True
1831         showline: True
1832         showticklabels: True
1833         tickcolor: "rgb(220, 220, 220)"
1834         tickmode: "linear"
1835         tickfont:
1836           size: 14
1837         zeroline: False
1838       yaxis:
1839         title: "<b>Packet Throughput [Gbps]</b>"
1840         titlefont:
1841           size: 14
1842         gridcolor: "rgb(230, 230, 230)"
1843         hoverformat: ".4r"
1844         tickformat: ".3r"
1845         linecolor: "rgb(220, 220, 220)"
1846         linewidth: 1
1847         showgrid: True
1848         showline: True
1849         showticklabels: True
1850         tickcolor: "rgb(220, 220, 220)"
1851         tickfont:
1852           size: 14
1853         zeroline: False
1854         range: [0,10]
1855       autosize: False
1856       margin:
1857         t: 50
1858         b: 0
1859         l: 80
1860         r: 20
1861       showlegend: True
1862       legend:
1863         orientation: "h"
1864         font:
1865           size: 14
1866       width: 700
1867       height: 900
1868       paper_bgcolor: "#fff"
1869       plot_bgcolor: "#fff"
1870       hoverlabel:
1871         namelength: -1
1872
1873     plot-cps:
1874       titlefont:
1875         size: 16
1876       xaxis:
1877         title: "<b>Test Cases [Index]</b>"
1878         titlefont:
1879           size: 14
1880         autorange: True
1881         fixedrange: False
1882         gridcolor: "rgb(230, 230, 230)"
1883         linecolor: "rgb(220, 220, 220)"
1884         linewidth: 1
1885         showgrid: True
1886         showline: True
1887         showticklabels: True
1888         tickcolor: "rgb(220, 220, 220)"
1889         tickmode: "linear"
1890         tickfont:
1891           size: 14
1892         zeroline: False
1893       yaxis:
1894         title: "<b>Connections Per Second [cps]</b>"
1895         titlefont:
1896           size: 14
1897         gridcolor: "rgb(230, 230, 230)"
1898         hoverformat: ".4r"
1899         tickformat: ".3s"
1900         linecolor: "rgb(220, 220, 220)"
1901         linewidth: 1
1902         showgrid: True
1903         showline: True
1904         showticklabels: True
1905         tickcolor: "rgb(220, 220, 220)"
1906         tickfont:
1907           size: 14
1908         zeroline: False
1909         range: [0,10]
1910       autosize: False
1911       margin:
1912         t: 50
1913         b: 0
1914         l: 80
1915         r: 20
1916       showlegend: True
1917       legend:
1918         orientation: "h"
1919         font:
1920           size: 14
1921       width: 700
1922       height: 900
1923       paper_bgcolor: "#fff"
1924       plot_bgcolor: "#fff"
1925       hoverlabel:
1926         namelength: -1
1927
1928     plot-throughput-speedup-analysis:
1929       titlefont:
1930         size: 16
1931       xaxis:
1932         title: "<b>Number of Cores [Qty]</b>"
1933         titlefont:
1934           size: 14
1935         autorange: True
1936         fixedrange: False
1937         gridcolor: "rgb(230, 230, 230)"
1938         linecolor: "rgb(220, 220, 220)"
1939         linewidth: 1
1940         showgrid: True
1941         showline: True
1942         showticklabels: True
1943         tickcolor: "rgb(238, 238, 238)"
1944         tickmode: "linear"
1945         tickfont:
1946           size: 14
1947         zeroline: False
1948       yaxis:
1949         title: "<b>Packet Throughput [Mpps]</b>"
1950         titlefont:
1951           size: 14
1952         type: "linear"
1953         gridcolor: "rgb(230, 230, 230)"
1954         hoverformat: ".4s"
1955         linecolor: "rgb(220, 220, 220)"
1956         linewidth: 1
1957         showgrid: True
1958         showline: True
1959         showticklabels: True
1960         tickcolor: "rgb(220, 220, 220)"
1961         tickformat: ".4s"
1962         tickfont:
1963           size: 14
1964         zeroline: True
1965         rangemode: "tozero"
1966         range: [0,100]
1967       legend:
1968         orientation: "h"
1969         font:
1970           size: 14
1971         xanchor: "left"
1972         yanchor: "top"
1973         x: 0
1974         y: -0.2
1975         bgcolor: "rgba(255, 255, 255, 0)"
1976         bordercolor: "rgba(255, 255, 255, 0)"
1977         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1978       autosize: False
1979       margin:
1980           't': 50
1981           'b': 150
1982           'l': 85
1983           'r': 10
1984       showlegend: True
1985       width: 700
1986       height: 700
1987       paper_bgcolor: "#fff"
1988       plot_bgcolor: "#fff"
1989       hoverlabel:
1990         namelength: -1
1991       annotations: [
1992         {
1993           text: "_ _          __          ...",
1994           align: "left",
1995           showarrow: False,
1996           xref: "paper",
1997           yref: "paper",
1998           xanchor: "left",
1999           yanchor: "top",
2000           x: 0,
2001           y: -0.14,
2002           font: {
2003             family: "Consolas, Courier New",
2004             size: 13
2005           },
2006         },
2007         {
2008           text: "    Perfect     Measured     Limit",
2009           align: "left",
2010           showarrow: False,
2011           xref: "paper",
2012           yref: "paper",
2013           xanchor: "left",
2014           yanchor: "top",
2015           x: 0,
2016           y: -0.15,
2017           font: {
2018             family: "Consolas, Courier New",
2019             size: 13
2020           },
2021         },
2022       ]
2023
2024     plot-throughput-speedup-analysis-gbps:
2025       titlefont:
2026         size: 16
2027       xaxis:
2028         title: "<b>Number of Cores [Qty]</b>"
2029         titlefont:
2030           size: 14
2031         autorange: True
2032         fixedrange: False
2033         gridcolor: "rgb(230, 230, 230)"
2034         linecolor: "rgb(220, 220, 220)"
2035         linewidth: 1
2036         showgrid: True
2037         showline: True
2038         showticklabels: True
2039         tickcolor: "rgb(238, 238, 238)"
2040         tickmode: "linear"
2041         tickfont:
2042           size: 14
2043         zeroline: False
2044       yaxis:
2045         title: "<b>Packet Throughput [Gbps]</b>"
2046         titlefont:
2047           size: 14
2048         type: "linear"
2049         gridcolor: "rgb(230, 230, 230)"
2050         hoverformat: ".4s"
2051         linecolor: "rgb(220, 220, 220)"
2052         linewidth: 1
2053         showgrid: True
2054         showline: True
2055         showticklabels: True
2056         tickcolor: "rgb(220, 220, 220)"
2057         tickformat: ".4s"
2058         tickfont:
2059           size: 14
2060         zeroline: True
2061         rangemode: "tozero"
2062         range: [0,100]
2063       legend:
2064         orientation: "h"
2065         font:
2066           size: 14
2067         xanchor: "left"
2068         yanchor: "top"
2069         x: 0
2070         y: -0.2
2071         bgcolor: "rgba(255, 255, 255, 0)"
2072         bordercolor: "rgba(255, 255, 255, 0)"
2073         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2074       autosize: False
2075       margin:
2076           't': 50
2077           'b': 150
2078           'l': 85
2079           'r': 10
2080       showlegend: True
2081       width: 700
2082       height: 700
2083       paper_bgcolor: "#fff"
2084       plot_bgcolor: "#fff"
2085       hoverlabel:
2086         namelength: -1
2087       annotations: [
2088         {
2089           text: "_ _          __",
2090           align: "left",
2091           showarrow: False,
2092           xref: "paper",
2093           yref: "paper",
2094           xanchor: "left",
2095           yanchor: "top",
2096           x: 0,
2097           y: -0.13,
2098           font: {
2099             family: "Consolas, Courier New",
2100             size: 13
2101           },
2102         },
2103         {
2104           text: "    Perfect     Measured",
2105           align: "left",
2106           showarrow: False,
2107           xref: "paper",
2108           yref: "paper",
2109           xanchor: "left",
2110           yanchor: "top",
2111           x: 0,
2112           y: -0.15,
2113           font: {
2114             family: "Consolas, Courier New",
2115             size: 13
2116           },
2117         },
2118       ]
2119
2120     plot-throughput-speedup-analysis-cps:
2121       titlefont:
2122         size: 16
2123       xaxis:
2124         title: "<b>Number of Cores [Qty]</b>"
2125         titlefont:
2126           size: 14
2127         autorange: True
2128         fixedrange: False
2129         gridcolor: "rgb(230, 230, 230)"
2130         linecolor: "rgb(220, 220, 220)"
2131         linewidth: 1
2132         showgrid: True
2133         showline: True
2134         showticklabels: True
2135         tickcolor: "rgb(238, 238, 238)"
2136         tickmode: "linear"
2137         tickfont:
2138           size: 14
2139         zeroline: False
2140       yaxis:
2141         title: "<b>Connections Per Second [cps]</b>"
2142         titlefont:
2143           size: 14
2144         type: "linear"
2145         gridcolor: "rgb(230, 230, 230)"
2146         hoverformat: ".4s"
2147         linecolor: "rgb(220, 220, 220)"
2148         linewidth: 1
2149         showgrid: True
2150         showline: True
2151         showticklabels: True
2152         tickcolor: "rgb(220, 220, 220)"
2153         tickformat: ".4s"
2154         tickfont:
2155           size: 14
2156         zeroline: True
2157         rangemode: "tozero"
2158         range: [0,100]
2159       legend:
2160         orientation: "h"
2161         font:
2162           size: 14
2163         xanchor: "left"
2164         yanchor: "top"
2165         x: 0
2166         y: -0.2
2167         bgcolor: "rgba(255, 255, 255, 0)"
2168         bordercolor: "rgba(255, 255, 255, 0)"
2169         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2170       autosize: False
2171       margin:
2172           't': 50
2173           'b': 150
2174           'l': 85
2175           'r': 10
2176       showlegend: True
2177       width: 700
2178       height: 700
2179       paper_bgcolor: "#fff"
2180       plot_bgcolor: "#fff"
2181       hoverlabel:
2182         namelength: -1
2183       annotations: [
2184         {
2185           text: "_ _          __",
2186           align: "left",
2187           showarrow: False,
2188           xref: "paper",
2189           yref: "paper",
2190           xanchor: "left",
2191           yanchor: "top",
2192           x: 0,
2193           y: -0.13,
2194           font: {
2195             family: "Consolas, Courier New",
2196             size: 13
2197           },
2198         },
2199         {
2200           text: "    Perfect     Measured",
2201           align: "left",
2202           showarrow: False,
2203           xref: "paper",
2204           yref: "paper",
2205           xanchor: "left",
2206           yanchor: "top",
2207           x: 0,
2208           y: -0.15,
2209           font: {
2210             family: "Consolas, Courier New",
2211             size: 13
2212           },
2213         },
2214       ]
2215
2216     plot-latency:
2217       titlefont:
2218         size: 16
2219       xaxis:
2220         title: "<b>Direction</b>"
2221         titlefont:
2222           size: 14
2223         autorange: True
2224         fixedrange: False
2225         gridcolor: "rgb(230, 230, 230)"
2226         linecolor: "rgb(220, 220, 220)"
2227         linewidth: 1
2228         showgrid: True
2229         showline: True
2230         showticklabels: False
2231         tickcolor: "rgb(220, 220, 220)"
2232         tickmode: "linear"
2233         tickfont:
2234           size: 14
2235         zeroline: False
2236       yaxis:
2237         title: "<b>Packet Latency [uSec]</b>"
2238         titlefont:
2239           size: 14
2240         type: "linear"
2241         gridcolor: "rgb(230, 230, 230)"
2242         hoverformat: ".4s"
2243         linecolor: "rgb(220, 220, 220)"
2244         linewidth: 1
2245         showgrid: True
2246         showline: True
2247         showticklabels: True
2248         tickcolor: "rgb(220, 220, 220)"
2249         tickformat: ".4s"
2250         tickfont:
2251           size: 14
2252         zeroline: True
2253         rangemode: "tozero"
2254       legend:
2255         orientation: "h"
2256         font:
2257           size: 14
2258         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2259       autosize: False
2260       margin:
2261           't': 50
2262           'b': 150
2263           'l': 80
2264           'r': 10
2265       showlegend: True
2266       width: 700
2267       height: 700
2268       paper_bgcolor: "#fff"
2269       plot_bgcolor: "#fff"
2270       hoverlabel:
2271         namelength: -1
2272
2273     plot-hdrh-latency:
2274       title:
2275         text: ""
2276         xanchor: "center"
2277         x: 0.5
2278         font:
2279           size: 16
2280       width: 700
2281       plot_bgcolor: "white"
2282       annotations:
2283         - font:
2284             size: 14
2285           showarrow: False
2286           text: "<b>Packet Latency [uSec]</b>"
2287           x: 1
2288           xanchor: "right"
2289           xref: "paper"
2290           y: -0.045
2291           yanchor: "top"
2292           yref: "paper"
2293         - font:
2294             size: 14
2295           showarrow: False
2296           text: "<b>Probability [%]</b>"
2297           textangle: 270
2298           x: -0.06
2299           xanchor: "center"
2300           xref: "paper"
2301           y: 0.5
2302           yanchor: "middle"
2303           yref: "paper"
2304         - font:
2305             size: 14
2306           showarrow: False
2307           text: "<b>Direction: E-W</b>"
2308           x: 0.24
2309           xanchor: "center"
2310           xref: "paper"
2311           y: 1.05
2312           yanchor: "bottom"
2313           yref: "paper"
2314         - font:
2315             size: 14
2316           showarrow: False
2317           text: "<b>Direction: W-E</b>"
2318           x: 0.74
2319           xanchor: "center"
2320           xref: "paper"
2321           y: 1.05
2322           yanchor: "bottom"
2323           yref: "paper"
2324
2325     plot-hdrh-latency-percentile:
2326       title:
2327         text: ""
2328         xanchor: "center"
2329         x: 0.5
2330         font:
2331           size: 16
2332       xaxis:
2333         type: "log"
2334         title: "<b>Percentile [%]</b>"
2335         titlefont:
2336           size: 14
2337         autorange: True
2338         fixedrange: False
2339         gridcolor: "rgb(230, 230, 230)"
2340         linecolor: "rgb(220, 220, 220)"
2341         linewidth: 1
2342         showgrid: True
2343         showline: True
2344         showticklabels: True
2345         tickcolor: "rgb(220, 220, 220)"
2346         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2347         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2348         tickfont:
2349           size: 14
2350       yaxis:
2351         title: "<b>Packet Latency [uSec]</b>"
2352         titlefont:
2353           size: 14
2354         gridcolor: "rgb(230, 230, 230)"
2355         linecolor: "rgb(220, 220, 220)"
2356         linewidth: 1
2357         showgrid: True
2358         showline: True
2359         showticklabels: True
2360         tickcolor: "rgb(220, 220, 220)"
2361         tickfont:
2362           size: 14
2363       autosize: False
2364       showlegend: True
2365       legend:
2366         traceorder: "normal"
2367         orientation: "h"
2368         font:
2369           size: 14
2370         xanchor: "left"
2371         yanchor: "top"
2372         x: 0
2373         y: -0.15
2374         bgcolor: "rgba(255, 255, 255, 0)"
2375         bordercolor: "rgba(255, 255, 255, 0)"
2376       width: 700
2377       height: 700
2378       paper_bgcolor: "white"
2379       plot_bgcolor: "white"
2380
2381     plot-hdrh-latency-by-percentile:
2382       title:
2383         text: "<b>Latency by Percentile Distribution</b>"
2384         xanchor: "center"
2385         x: 0.5
2386         font:
2387           size: 18
2388       showlegend: True
2389       legend:
2390         traceorder: "normal"
2391         orientation: "h"
2392         font:
2393           size: 16
2394         xanchor: "left"
2395         yanchor: "top"
2396         x: 0
2397         y: -0.2
2398         bgcolor: "rgba(255, 255, 255, 0)"
2399         bordercolor: "rgba(255, 255, 255, 0)"
2400       xaxis:
2401         type: "linear"
2402         title: "<b>Percentile [%]</b>"
2403         titlefont:
2404           size: 14
2405         autorange: False
2406         fixedrange: False
2407         range: [0, 100]
2408         gridcolor: "rgb(230, 230, 230)"
2409         linecolor: "rgb(220, 220, 220)"
2410         linewidth: 1
2411         showgrid: True
2412         showline: True
2413         showticklabels: True
2414         tickcolor: "rgb(220, 220, 220)"
2415         tickvals: [0, 25, 50, 75, 100]
2416         ticktext: [0, 25, 50, 75, 100]
2417         tickfont:
2418           size: 14
2419       yaxis:
2420         title: "<b>One-Way Latency per Direction [uSec]</b>"
2421         titlefont:
2422           size: 14
2423         gridcolor: "rgb(230, 230, 230)"
2424         linecolor: "rgb(220, 220, 220)"
2425         linewidth: 1
2426         showgrid: True
2427         showline: True
2428         showticklabels: True
2429         tickcolor: "rgb(220, 220, 220)"
2430         tickfont:
2431           size: 14
2432       width: 700
2433       height: 700
2434       paper_bgcolor: "white"
2435       plot_bgcolor: "white"
2436
2437 - type: "static"
2438   src-path: "{DIR[RST]}"
2439   dst-path: "{DIR[WORKING,SRC]}"
2440
2441 - type: "input"
2442   general:
2443     file-name: "output_info.xml.gz"
2444     file-format: ".gz"
2445     arch-file-format:
2446       - ".gz"
2447       - ".zip"
2448     download-path: "{job}/{build}/archives/{filename}"
2449     extract: "output.xml"
2450
2451     zip-file-name: "robot-plugin.zip"
2452     zip-file-format: ".zip"
2453     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2454     zip-extract: "robot-plugin/output.xml"
2455
2456   builds:
2457
2458     csit-vpp-perf-verify-2001-3n-hsw:
2459       - 17  # MRR sel
2460     csit-vpp-perf-report-iterative-2005-3n-hsw:
2461       - 20  # NDRPDR sel env 4
2462       - 21  # NDRPDR sel env 4
2463       - 22  # NDRPDR sel env 4
2464       - 23  # NDRPDR sel env 4
2465       - 24  # NDRPDR sel env 4
2466       - 25  # NDRPDR sel env 4
2467       - 26  # NDRPDR sel env 4
2468       - 27  # NDRPDR sel env 4
2469       - 28  # NDRPDR sel env 4
2470       - 29  # NDRPDR sel env 4
2471       - 30  # MRR env 4
2472       - 31  # NDRPDR sel 2001.0-4
2473       - 32  # NDRPDR sel 2001.0-4
2474       - 33  # NDRPDR sel 2001.0-4
2475       - 34  # NDRPDR sel 2001.0-4
2476       - 35  # NDRPDR sel 2001.0-4
2477       - 36  # NDRPDR sel 2001.0-4
2478       - 38  # NDRPDR sel 2001.0-4
2479     csit-vpp-perf-report-iterative-2009-3n-hsw:
2480       - 18  # rls2005 MRR iter env 5
2481       - 9   # rls2005 NDRPDR iter env 5
2482       - 10  # rls2005 NDRPDR iter env 5
2483       - 11  # rls2005 NDRPDR iter env 5
2484       - 12  # rls2005 NDRPDR iter env 5
2485       - 13  # rls2005 NDRPDR iter env 5
2486       - 14  # rls2005 NDRPDR iter env 5
2487       - 15  # rls2005 NDRPDR iter env 5
2488       - 16  # rls2005 NDRPDR iter env 5
2489       - 17  # rls2005 NDRPDR iter env 5
2490       - 19  # rls2005 NDRPDR iter env 5
2491       - 23  # rls2009 MRR iter env 5
2492       - 21  # rls2009 NDRPDR iter env 5
2493       - 22  # rls2009 NDRPDR iter env 5
2494       - 24  # rls2009 NDRPDR iter env 5
2495       - 25  # rls2009 NDRPDR iter env 5
2496       - 26  # rls2009 NDRPDR iter env 5
2497       - 27  # rls2009 NDRPDR iter env 5
2498       - 28  # rls2009 NDRPDR iter env 5
2499       - 29  # rls2009 NDRPDR iter env 5
2500       - 30  # rls2009 NDRPDR iter env 5
2501       - 31  # rls2009 NDRPDR iter env 5
2502       - 32  # rls2009 Hoststack iter env 5
2503       - 33  # rls2009 Hoststack iter env 5
2504       - 34  # rls2009 Hoststack iter env 5
2505       - 35  # rls2009 Hoststack iter env 5
2506       - 36  # rls2009 Hoststack iter env 5
2507       - 37  # rls2009 Hoststack iter env 5
2508       - 38  # rls2009 Hoststack iter env 5
2509       - 39  # rls2009 Hoststack iter env 5
2510       - 40  # rls2009 Hoststack iter env 5
2511       - 41  # rls2009 Hoststack iter env 5
2512     csit-vpp-perf-report-coverage-2009-3n-hsw:
2513       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2514       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2515       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2516       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2517       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2518       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2519       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2520       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2521       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2522       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2523       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2524       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2525       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2526       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2527       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2528       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2529       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2530       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2531       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2532       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2533       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2534       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2535       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2536       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2537       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2538       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2539       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2540       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2541       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2542       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2543       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2544       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2545       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2546       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2547       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2548
2549     csit-vpp-perf-verify-2001-3n-skx:
2550       - 50  # MRR sel
2551       - 53  # MRR sel addition
2552     csit-vpp-perf-report-iterative-2005-3n-skx:
2553       - 4   # NDRPDR sel
2554       - 5   # NDRPDR sel ??? all x710 failed
2555       - 33  # NDRPDR sel
2556       - 28  # NDRPDR sel
2557       - 34  # NDRPDR sel
2558       - 42  # NDRPDR sel env 4
2559       - 43  # NDRPDR sel env 4
2560       - 44  # NDRPDR sel env 4
2561       - 45  # NDRPDR sel env 4
2562       - 47  # NDRPDR sel env 4
2563       - 55  # NDRPDR sel env 4
2564       - 56  # NDRPDR sel env 4
2565       - 57  # NDRPDR sel env 4
2566       - 61  # NDRPDR sel env 4
2567       - 62  # NDRPDR sel env 4
2568       - 50  # NDRPDR sel 2001.0-4
2569       - 51  # NDRPDR sel 2001.0-4
2570       - 52  # NDRPDR sel 2001.0-4
2571       - 53  # NDRPDR sel 2001.0-4
2572       - 54  # NDRPDR sel 2001.0-4
2573       - 49  # MRR sel env 4
2574     # TODO: Add:
2575     csit-vpp-perf-report-iterative-2009-3n-skx:
2576       - 17  # rls2005 MRR iter env 5
2577       - 13  # rls2005 NDRPDR iter env 5
2578       - 18  # rls2005 NDRPDR iter env 5
2579       - 19  # rls2005 NDRPDR iter env 5
2580       - 41  # rls2005 NDRPDR iter env 5
2581       - 43  # rls2005 NDRPDR iter env 5
2582       - 44  # rls2005 NDRPDR iter env 5
2583       - 45  # rls2005 NDRPDR iter env 5
2584       - 46  # rls2005 NDRPDR iter env 5
2585       - 24  # rls2009 MRR iter env 5
2586       - 26  # rls2009 NDRPDR iter env 5
2587       - 27  # rls2009 NDRPDR iter env 5
2588       - 28  # rls2009 NDRPDR iter env 5
2589       - 29  # rls2009 NDRPDR iter env 5
2590       - 35  # rls2009 NDRPDR iter env 5
2591       - 36  # rls2009 NDRPDR iter env 5
2592       - 37  # rls2009 NDRPDR iter env 5
2593       - 38  # rls2009 NDRPDR iter env 5
2594       - 39  # rls2009 NDRPDR iter env 5
2595       - 40  # rls2009 NDRPDR iter env 5
2596     csit-vpp-perf-report-coverage-2009-3n-skx:
2597       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2598       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2599       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2600       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2601       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2602       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2603       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2604       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2605       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2606       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2607       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2608       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2609       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2610       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2611       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2612       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2613       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2614       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2615       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2616       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2617       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2618       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2619       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2620       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2621       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2622       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2623       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2624       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2625       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2626       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2627       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2628       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2629       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2630       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2631       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2632       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2633
2634     csit-vpp-perf-verify-2001-2n-skx:
2635       - 101  # MRR sel - old
2636       - 128  # MRR sel addition - old
2637     csit-vpp-perf-report-iterative-2005-2n-skx:
2638       - 88  # NDRPDR sel env 4
2639       - 89  # NDRPDR sel env 4
2640       - 90  # NDRPDR sel env 4
2641       - 91  # NDRPDR sel env 4
2642       - 92  # NDRPDR sel env 4
2643       - 93  # NDRPDR sel env 4
2644       - 94  # NDRPDR sel env 4
2645       - 125 # NDRPDR sel env 4
2646       - 126 # NDRPDR sel env 4
2647       - 127 # NDRPDR sel env 4
2648       - 100 # NDRPDR sel 2001.0-4
2649       - 101 # NDRPDR sel 2001.0-4
2650       - 102 # NDRPDR sel 2001.0-4
2651       - 103 # NDRPDR sel 2001.0-4
2652       - 104 # NDRPDR sel 2001.0-4
2653       - 105 # NDRPDR sel 2001.0-4
2654       - 99  # MRR sel env 4
2655     csit-vpp-perf-report-iterative-2009-2n-skx:
2656       - 20  # rls2005 MRR iter env 5
2657       - 13  # rls2005 NDRPDR iter env 5
2658       - 16  # rls2005 NDRPDR iter env 5
2659       - 17  # rls2005 NDRPDR iter env 5
2660       - 18  # rls2005 NDRPDR iter env 5
2661       - 19  # rls2005 NDRPDR iter env 5
2662       - 21  # rls2005 NDRPDR iter env 5
2663       - 22  # rls2005 NDRPDR iter env 5
2664       - 23  # rls2005 NDRPDR iter env 5
2665       - 24  # rls2005 NDRPDR iter env 5
2666       - 25  # rls2005 NDRPDR iter env 5
2667       - 26  # rls2009 MRR iter env 5
2668       - 35  # rls2009 NDRPDR iter env 5
2669       - 36  # rls2009 NDRPDR iter env 5
2670       - 37  # rls2009 NDRPDR iter env 5
2671       - 39  # rls2009 NDRPDR iter env 5
2672       - 40  # rls2009 NDRPDR iter env 5
2673       - 42  # rls2009 NDRPDR iter env 5
2674       - 43  # rls2009 NDRPDR iter env 5
2675       - 44  # rls2009 NDRPDR iter env 5
2676       - 46  # rls2009 NDRPDR iter env 5
2677       - 48  # rls2009 NDRPDR iter env 5
2678       - 74  # rls2009 NDRPDR iter NAT44 env 5
2679       - 75  # rls2009 NDRPDR iter NAT44 env 5
2680 #      - 51  # rls2009 NDRPDR iter NAT44 env 5
2681 #      - 52  # rls2009 NDRPDR iter NAT44 env 5
2682 #      - 53  # rls2009 NDRPDR iter NAT44 env 5
2683 #      - 54  # rls2009 NDRPDR iter NAT44 env 5
2684 #      - 55  # rls2009 NDRPDR iter NAT44 env 5
2685 #      - 56  # rls2009 NDRPDR iter NAT44 env 5
2686 #      - 57  # rls2009 NDRPDR iter NAT44 env 5
2687 #      - 58  # rls2009 NDRPDR iter NAT44 env 5
2688 #      - 59  # rls2009 NDRPDR iter NAT44 env 5
2689 #      - 60  # rls2009 NDRPDR iter NAT44 env 5
2690       - 38  # rls2009 nf-density iter env 5
2691       - 41  # rls2009 nf-density iter env 5
2692       - 45  # rls2009 nf-density iter env 5
2693       - 47  # rls2009 nf-density iter env 5
2694       - 49  # rls2009 nf-density iter env 5
2695       - 63  # rls2009 nf-density iter env 5
2696       - 65  # rls2009 nf-density iter env 5
2697       - 66  # rls2009 nf-density iter env 5
2698       - 71  # rls2009 nf-density iter env 5
2699       - 72  # rls2009 nf-density iter env 5
2700       - 50  # rls2009 MRR nf-density iter env 5
2701       - 27  # rls2009 reconf env 5
2702       - 28  # rls2009 reconf env 5
2703       - 29  # rls2009 reconf env 5
2704       - 30  # rls2009 reconf env 5
2705       - 31  # rls2009 reconf env 5
2706       - 32  # rls2009 reconf env 5
2707       - 61  # rls2009 reconf env 5
2708       - 62  # rls2009 reconf env 5
2709       - 68  # rls2009 reconf env 5
2710       - 70  # rls2009 reconf env 5
2711       - 33  # rls2009 soak env 5
2712       - 34  # rls2009 soak env 5
2713     csit-vpp-perf-report-coverage-2009-2n-skx:
2714       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2715       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2716       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2717       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2718       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2719       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2720       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2721       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2722       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2723       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2724       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2725       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2726       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2727       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2728       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2729
2730     csit-vpp-perf-verify-2001-2n-clx:
2731       - 39  # MRR
2732     csit-vpp-perf-report-iterative-2005-2n-clx:
2733       - 62  # NDRPDR sel env 4
2734       - 63  # NDRPDR sel env 4
2735       - 64  # NDRPDR sel env 4
2736       - 65  # NDRPDR sel env 4
2737       - 66  # NDRPDR sel env 4
2738       - 68  # NDRPDR sel env 4
2739       - 69  # NDRPDR sel env 4
2740       - 70  # NDRPDR sel env 4
2741       - 103 # NDRPDR sel env 4
2742       - 104 # NDRPDR sel env 4
2743       - 73  # NDRPDR sel 2001.0-4
2744       - 74  # NDRPDR sel 2001.0-4
2745       - 75  # NDRPDR sel 2001.0-4
2746       - 76  # NDRPDR sel 2001.0-4
2747       - 77  # NDRPDR sel 2001.0-4
2748       - 78  # NDRPDR sel 2001.0-4
2749       - 79  # NDRPDR sel 2001.0-4
2750       - 80  # NDRPDR sel 2001.0-4
2751       - 72  # MRR env 4
2752     csit-vpp-perf-report-iterative-2009-2n-clx:
2753       - 77  # rls2005 MRR iter env 5
2754       - 13  # rls2005 NDRPDR iter env 5
2755       - 15  # rls2005 NDRPDR iter env 5
2756       - 17  # rls2005 NDRPDR iter env 5
2757       - 18  # rls2005 NDRPDR iter env 5
2758       - 19  # rls2005 NDRPDR iter env 5
2759       - 20  # rls2005 NDRPDR iter env 5
2760       - 21  # rls2005 NDRPDR iter env 5
2761       - 22  # rls2005 NDRPDR iter env 5
2762       - 23  # rls2005 NDRPDR iter env 5
2763       - 24  # rls2005 NDRPDR iter env 5
2764       - 78  # rls2009 MRR iter env 5
2765       - 36  # rls2009 NDRPDR iter env 5
2766       - 39  # rls2009 NDRPDR iter env 5
2767       - 40  # rls2009 NDRPDR iter env 5
2768       - 65  # rls2009 NDRPDR iter env 5
2769       - 66  # rls2009 NDRPDR iter env 5
2770       - 79  # rls2009 NDRPDR iter env 5
2771       - 82  # rls2009 NDRPDR iter env 5
2772       - 88  # rls2009 NDRPDR iter env 5
2773       - 89  # rls2009 NDRPDR iter env 5
2774       - 90  # rls2009 NDRPDR iter env 5
2775       - 91  # rls2009 NDRPDR iter NAT44 env 5
2776       - 37  # rls2009 nf-density iter env 5
2777       - 43  # rls2009 nf-density iter env 5
2778       - 69  # rls2009 nf-density iter env 5
2779       - 70  # rls2009 nf-density iter env 5
2780       - 71  # rls2009 nf-density iter env 5
2781       - 72  # rls2009 nf-density iter env 5
2782       - 73  # rls2009 nf-density iter env 5
2783       - 74  # rls2009 nf-density iter env 5
2784       - 75  # rls2009 nf-density iter env 5
2785       - 76  # rls2009 nf-density iter env 5
2786       - 45  # rls2009 MRR nf-density iter env 5
2787       - 25  # rls2009 reconf env 5
2788       - 27  # rls2009 reconf env 5
2789       - 28  # rls2009 reconf env 5
2790       - 29  # rls2009 reconf env 5
2791       - 30  # rls2009 reconf env 5
2792       - 30  # rls2009 reconf env 5
2793       - 32  # rls2009 reconf env 5
2794       - 48  # rls2009 reconf env 5
2795       - 53  # rls2009 reconf env 5
2796       - 68  # rls2009 reconf env 5
2797       - 33  # rls2009 soak env 5
2798       - 34  # rls2009 soak env 5
2799     csit-vpp-perf-report-coverage-2009-2n-clx:
2800       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2801       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2802       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2803       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2804       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2805       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2806       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2807       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2808       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2809       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2810       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2811       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2812       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2813       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2814       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2815
2816     csit-vpp-perf-verify-2001-3n-tsh:
2817       - 9   # MRR sel
2818     csit-vpp-perf-report-iterative-2005-3n-tsh:
2819       - 23  # NDRPDR sel env 4
2820       - 25  # NDRPDR sel env 4
2821       - 33  # NDRPDR sel env 4
2822       - 34  # NDRPDR sel env 4
2823       - 35  # NDRPDR sel env 4
2824       - 36  # NDRPDR sel env 4
2825       - 37  # NDRPDR sel env 4
2826       - 38  # NDRPDR sel env 4
2827       - 39  # NDRPDR sel env 4
2828       - 40  # NDRPDR sel env 4
2829       - 28  # NDRPDR sel 2001.0-4
2830       - 29  # NDRPDR sel 2001.0-4
2831       - 31  # NDRPDR sel 2001.0-4
2832       - 27  # MRR sel env 4
2833     # TODO: Add:
2834     csit-vpp-perf-report-iterative-2009-3n-tsh:
2835       - 8   # rls2005 NDRPDR iter env 5
2836       - 11  # rls2005 NDRPDR iter env 5
2837       - 12  # rls2005 NDRPDR iter env 5
2838       - 24  # rls2005 NDRPDR iter env 5
2839       - 27  # rls2005 NDRPDR iter env 5
2840       - 29  # rls2005 NDRPDR iter env 5
2841       - 31  # rls2005 NDRPDR iter env 5
2842       - 13  # rls2005 MRR iter env 5
2843       - 14  # rls2009 NDRPDR iter env 5
2844       - 20  # rls2009 NDRPDR iter env 5
2845       - 21  # rls2009 NDRPDR iter env 5
2846       - 22  # rls2009 NDRPDR iter env 5
2847       - 23  # rls2009 NDRPDR iter env 5
2848       - 28  # rls2009 NDRPDR iter env 5
2849       - 30  # rls2009 NDRPDR iter env 5
2850       - 15  # rls2009 MRR iter env 5
2851
2852     csit-vpp-perf-verify-2001-3n-dnv:
2853       - 5   # NDRPDR sel
2854       - 6   # NDRPDR sel
2855       - 7   # NDRPDR sel
2856       - 8   # NDRPDR sel
2857       - 9   # NDRPDR sel
2858       - 10  # NDRPDR sel
2859       - 12  # NDRPDR sel
2860       - 16  # NDRPDR sel
2861       - 17  # NDRPDR sel
2862       - 18  # NDRPDR sel
2863       - 11  # MRR sel
2864     csit-vpp-perf-report-iterative-2009-3n-dnv:
2865       - 16  # rls2005 NDRPDR iter env 5
2866       - 23  # rls2005 NDRPDR iter env 5
2867       - 25  # rls2005 NDRPDR iter env 5
2868       - 26  # rls2005 NDRPDR iter env 5
2869       - 27  # rls2005 NDRPDR iter env 5
2870       - 28  # rls2005 NDRPDR iter env 5
2871       - 29  # rls2005 NDRPDR iter env 5
2872       - 30  # rls2005 NDRPDR iter env 5
2873       - 31  # rls2005 NDRPDR iter env 5
2874       - 32  # rls2005 NDRPDR iter env 5
2875       - 19  # rls2005 MRR iter env 5
2876       - 3   # rls2009 NDRPDR iter env 5
2877       - 6   # rls2009 NDRPDR iter env 5
2878       - 7   # rls2009 NDRPDR iter env 5
2879       - 8   # rls2009 NDRPDR iter env 5
2880       - 10  # rls2009 NDRPDR iter env 5
2881       - 11  # rls2009 NDRPDR iter env 5
2882       - 12  # rls2009 NDRPDR iter env 5
2883       - 14  # rls2009 NDRPDR iter env 5
2884       - 15  # rls2009 NDRPDR iter env 5
2885       - 24  # rls2009 NDRPDR iter env 5
2886       - 22  # rls2009 MRR iter env 5
2887     csit-vpp-perf-report-coverage-2009-3n-dnv:
2888       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2889       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2890       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2891       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2892       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2893       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2894       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2895       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2896       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2897
2898     csit-vpp-perf-verify-2001-2n-dnv:
2899       - 4   # NDRPDR sel
2900       - 5   # NDRPDR sel
2901       - 6   # NDRPDR sel
2902       - 7   # NDRPDR sel
2903       - 8   # NDRPDR sel
2904       - 9   # NDRPDR sel
2905       - 10  # NDRPDR sel
2906       - 11  # NDRPDR sel
2907       - 13  # NDRPDR sel
2908       - 16  # NDRPDR sel
2909       - 12  # MRR sel
2910     csit-vpp-perf-report-iterative-2009-2n-dnv:
2911       - 16  # rls2005 NDRPDR iter env 5
2912       - 17  # rls2005 NDRPDR iter env 5
2913       - 18  # rls2005 NDRPDR iter env 5
2914       - 19  # rls2005 NDRPDR iter env 5
2915       - 21  # rls2005 NDRPDR iter env 5
2916       - 24  # rls2005 NDRPDR iter env 5
2917       - 27  # rls2005 NDRPDR iter env 5
2918       - 28  # rls2005 NDRPDR iter env 5
2919       - 29  # rls2005 NDRPDR iter env 5
2920       - 30  # rls2005 NDRPDR iter env 5
2921       - 23  # rls2005 MRR iter env 5
2922       - 3   # rls2009 NDRPDR iter env 5
2923       - 5   # rls2009 NDRPDR iter env 5
2924       - 6   # rls2009 NDRPDR iter env 5
2925       - 7   # rls2009 NDRPDR iter env 5
2926       - 9   # rls2009 NDRPDR iter env 5
2927       - 10  # rls2009 NDRPDR iter env 5
2928       - 11  # rls2009 NDRPDR iter env 5
2929       - 12  # rls2009 NDRPDR iter env 5
2930       - 14  # rls2009 NDRPDR iter env 5
2931       - 15  # rls2009 NDRPDR iter env 5
2932       - 13  # rls2009 MRR iter env 5
2933     csit-vpp-perf-report-coverage-2009-2n-dnv:
2934       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2935       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2936       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2937       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2938       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2939       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2940
2941     csit-dpdk-perf-verify-2001-3n-hsw:
2942       - 4   # NDRPDR sel
2943       - 5   # NDRPDR sel
2944       - 6   # NDRPDR sel
2945       - 7   # NDRPDR sel
2946       - 8   # NDRPDR sel
2947       - 9   # NDRPDR sel
2948       - 10  # NDRPDR sel
2949       - 11  # NDRPDR sel
2950       - 12  # NDRPDR sel
2951       - 13  # NDRPDR sel
2952       - 15  # NDRPDR sel
2953       - 16  # NDRPDR sel
2954       - 17  # NDRPDR sel
2955       - 18  # NDRPDR sel
2956       - 19  # NDRPDR sel
2957       - 20  # NDRPDR sel
2958       - 21  # NDRPDR sel
2959       - 22  # NDRPDR sel
2960       - 23  # NDRPDR sel
2961       - 24  # NDRPDR sel
2962     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2963       - 25  # NDRPDR iter
2964       - 26  # NDRPDR iter
2965       - 27  # NDRPDR iter
2966       - 28  # NDRPDR iter
2967       - 29  # NDRPDR iter
2968       - 30  # NDRPDR iter
2969       - 31  # NDRPDR iter
2970       - 32  # NDRPDR iter
2971       - 33  # NDRPDR iter
2972       - 34  # NDRPDR iter
2973     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2974       - 6   # NDRPDR iter env5
2975       - 7   # NDRPDR iter env5
2976       - 8   # NDRPDR iter env5
2977       - 9   # NDRPDR iter env5
2978       - 10  # NDRPDR iter env5
2979       - 11  # NDRPDR iter env5
2980       - 12  # NDRPDR iter env5
2981       - 13  # NDRPDR iter env5
2982       - 14  # NDRPDR iter env5
2983       - 15  # NDRPDR iter env5
2984
2985     csit-dpdk-perf-verify-2001-3n-skx:
2986       - 29  # NDRPDR sel xxv710
2987       - 33  # NDRPDR sel xxv710
2988       - 34  # NDRPDR sel xxv710
2989       - 35  # NDRPDR sel xxv710
2990       - 36  # NDRPDR sel xxv710
2991       - 37  # NDRPDR sel xxv710
2992       - 41  # NDRPDR sel xxv710
2993       - 42  # NDRPDR sel xxv710
2994       - 43  # NDRPDR sel xxv710
2995       - 45  # NDRPDR sel xxv710
2996       - 30  # NDRPDR sel x710
2997       - 31  # NDRPDR sel x710
2998       - 32  # NDRPDR sel x710
2999       - 38  # NDRPDR sel x710
3000       - 39  # NDRPDR sel x710
3001       - 40  # NDRPDR sel x710
3002       - 44  # NDRPDR sel x710
3003       - 46  # NDRPDR sel x710
3004       - 47  # NDRPDR sel x710
3005       - 48  # NDRPDR sel x710
3006     csit-dpdk-perf-report-iterative-2005-3n-skx:
3007       - 28  # NDRPDR iter
3008       - 29  # NDRPDR iter
3009       - 30  # NDRPDR iter
3010       - 31  # NDRPDR iter
3011       - 32  # NDRPDR iter
3012       - 33  # NDRPDR iter
3013       - 34  # NDRPDR iter
3014       - 35  # NDRPDR iter
3015       - 36  # NDRPDR iter
3016       - 37  # NDRPDR iter
3017     csit-dpdk-perf-report-iterative-2009-3n-skx:
3018       - 4   # NDRPDR sel env5
3019       - 5   # NDRPDR sel env5
3020       - 6   # NDRPDR sel env5
3021       - 7   # NDRPDR sel env5
3022       - 8   # NDRPDR sel env5
3023       - 9   # NDRPDR sel env5
3024       - 14  # NDRPDR sel env5
3025       - 11  # NDRPDR sel env5
3026       - 12  # NDRPDR sel env5
3027       - 13  # NDRPDR sel env5
3028
3029     csit-dpdk-perf-verify-2001-2n-skx:
3030       - 35  # NDRPDR sel xxv710
3031       - 36  # NDRPDR sel xxv710
3032       - 37  # NDRPDR sel xxv710
3033       - 41  # NDRPDR sel xxv710
3034       - 42  # NDRPDR sel xxv710
3035       - 43  # NDRPDR sel xxv710
3036       - 46  # NDRPDR sel xxv710
3037       - 47  # NDRPDR sel xxv710
3038       - 52  # NDRPDR sel xxv710
3039       - 53  # NDRPDR sel xxv710
3040       - 38  # NDRPDR sel x710
3041       - 39  # NDRPDR sel x710
3042       - 40  # NDRPDR sel x710
3043       - 44  # NDRPDR sel x710
3044       - 45  # NDRPDR sel x710
3045       - 48  # NDRPDR sel x710
3046       - 49  # NDRPDR sel x710
3047       - 50  # NDRPDR sel x710
3048       - 51  # NDRPDR sel x710
3049       - 54  # NDRPDR sel x710
3050     csit-dpdk-perf-report-iterative-2005-2n-skx:
3051       - 20  # NDRPDR iter
3052       - 21  # NDRPDR iter
3053       - 22  # NDRPDR iter
3054       - 23  # NDRPDR iter
3055       - 24  # NDRPDR iter
3056       - 25  # NDRPDR iter
3057       - 26  # NDRPDR iter
3058       - 27  # NDRPDR iter
3059       - 28  # NDRPDR iter
3060       - 29  # NDRPDR iter
3061     csit-dpdk-perf-report-iterative-2009-2n-skx:
3062       - 4   # NDRPDR iter env5
3063       - 5   # NDRPDR iter env5
3064       - 6   # NDRPDR iter env5
3065       - 7   # NDRPDR iter env5
3066       - 8   # NDRPDR iter env5
3067       - 9   # NDRPDR iter env5
3068       - 10  # NDRPDR iter env5
3069       - 11  # NDRPDR iter env5
3070       - 12  # NDRPDR iter env5
3071       - 13  # NDRPDR iter env5
3072
3073     csit-dpdk-perf-verify-2001-2n-clx:
3074       - 15  # NDRPDR sel
3075       - 16  # NDRPDR sel
3076       - 17  # NDRPDR sel
3077       - 18  # NDRPDR sel
3078       - 19  # NDRPDR sel
3079       - 20  # NDRPDR sel
3080       - 21  # NDRPDR sel
3081       - 22  # NDRPDR sel
3082       - 23  # NDRPDR sel
3083       - 24  # NDRPDR sel
3084       - 25  # NDRPDR sel
3085       - 26  # NDRPDR sel
3086       - 27  # NDRPDR sel
3087       - 28  # NDRPDR sel
3088       - 29  # NDRPDR sel
3089       - 30  # NDRPDR sel
3090       - 31  # NDRPDR sel
3091       - 32  # NDRPDR sel
3092       - 33  # NDRPDR sel
3093       - 34  # NDRPDR sel
3094     csit-dpdk-perf-report-iterative-2005-2n-clx:
3095       - 20  # NDRPDR iter
3096       - 21  # NDRPDR iter
3097       - 22  # NDRPDR iter
3098       - 23  # NDRPDR iter
3099       - 24  # NDRPDR iter
3100       - 25  # NDRPDR iter
3101       - 26  # NDRPDR iter
3102       - 27  # NDRPDR iter
3103       - 28  # NDRPDR iter
3104       - 29  # NDRPDR iter
3105     csit-dpdk-perf-report-iterative-2009-2n-clx:
3106       - 4   # NDRPDR iter env5
3107       - 5   # NDRPDR iter env5
3108       - 6   # NDRPDR iter env5
3109       - 7   # NDRPDR iter env5
3110       - 8   # NDRPDR iter env5
3111       - 9   # NDRPDR iter env5
3112       - 10  # NDRPDR iter env5
3113       - 11  # NDRPDR iter env5
3114       - 12  # NDRPDR iter env5
3115       - 13  # NDRPDR iter env5
3116
3117 #    csit-dpdk-perf-verify-2001-2n-dnv:
3118 #      - 9   # NDRPDR sel
3119 #      - 10  # NDRPDR sel
3120 #      - 11  # NDRPDR sel
3121 #      - 12  # NDRPDR sel
3122 #      - 13  # NDRPDR sel
3123 #      - 14  # NDRPDR sel
3124 #      - 15  # NDRPDR sel
3125 #      - 16  # NDRPDR sel
3126 #      - 17  # NDRPDR sel
3127 #      - 18  # NDRPDR sel
3128 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3129 #      # No data
3130 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3131 #      # No data
3132
3133 #    csit-dpdk-perf-verify-2001-3n-dnv:
3134 #      - 12  # NDRPDR sel
3135 #      - 13  # NDRPDR sel
3136 #      - 14  # NDRPDR sel
3137 #      - 15  # NDRPDR sel
3138 #      - 16  # NDRPDR sel
3139 #      - 17  # NDRPDR sel
3140 #      - 18  # NDRPDR sel
3141 #      - 19  # NDRPDR sel
3142 #      - 20  # NDRPDR sel
3143 #      - 22  # NDRPDR sel
3144 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3145 #      # No data
3146 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3147 #      # No data
3148
3149     csit-dpdk-perf-verify-2001-3n-tsh:
3150       - 3   # NDRPDR sel
3151       - 4   # NDRPDR sel
3152       - 5   # NDRPDR sel
3153       - 9   # NDRPDR sel
3154       - 10  # NDRPDR sel
3155       - 11  # NDRPDR sel
3156       - 12  # NDRPDR sel
3157       - 14  # NDRPDR sel
3158       - 15  # NDRPDR sel
3159       - 18  # NDRPDR sel
3160     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3161       - 5   # NDRPDR sel
3162     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3163       - 1   # NDRPDR iter env5
3164       - 2   # NDRPDR iter env5
3165       - 3   # NDRPDR iter env5
3166       - 4   # NDRPDR iter env5
3167       - 5   # NDRPDR iter env5
3168       - 6   # NDRPDR iter env5
3169       - 7   # NDRPDR iter env5
3170       - 9   # NDRPDR iter env5
3171       - 10  # NDRPDR iter env5
3172       - 11  # NDRPDR iter env5
3173
3174     csit-vpp-device-2009-ubuntu1804-1n-skx:
3175       - 131 # rls2009 env 5
3176
3177 - type: "output"
3178   output: "report"
3179   format:
3180     html:
3181     - full
3182     pdf:
3183     - minimal
3184
3185 ################################################################################
3186 ###                               T A B L E S                                ###
3187 ################################################################################
3188
3189 # VPP Soak vs NDR - 2n-skx
3190 - type: "table"
3191   title: "VPP Soak vs NDR 2n-skx"
3192   algorithm: "table_soak_vs_ndr"
3193   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3194   reference:
3195     title: "NDR"
3196     data: "vpp-soak-vs-ndr-2n-skx-ref"
3197   compare:
3198     title: "Soak"
3199     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3200   data: "vpp-soak-vs-ndr-2n-skx"
3201   include-tests: "NDR"
3202   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3203   parameters:
3204     - "throughput"
3205     - "name"
3206     - "parent"
3207
3208 # VPP Soak vs NDR - 2n-clx
3209 - type: "table"
3210   title: "VPP Soak vs NDR 2n-clx"
3211   algorithm: "table_soak_vs_ndr"
3212   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3213   reference:
3214     title: "NDR"
3215     data: "vpp-soak-vs-ndr-2n-clx-ref"
3216   compare:
3217     title: "Soak"
3218     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3219   data: "vpp-soak-vs-ndr-2n-clx"
3220   include-tests: "NDR"
3221   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3222   parameters:
3223     - "throughput"
3224     - "name"
3225     - "parent"
3226
3227 ################################################################################
3228
3229 # VPP Compare NICs 3n-skx 2t1c ndr
3230 - type: "table"
3231   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3232   algorithm: "table_comparison"
3233   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3234   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3235   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3236   columns:
3237     - title: "x710"
3238       data-set: "vpp-nic-comparison-3n-skx"
3239       tag: "NIC_Intel-X710"
3240     - title: "xxv710"
3241       data-set: "vpp-nic-comparison-3n-skx"
3242       tag: "NIC_Intel-XXV710"
3243   comparisons:
3244     - title: "Diff"
3245       reference: 1
3246       compare: 2
3247   legend:
3248     - ""
3249     - "x710, xxv710 - NICs tested."
3250     - "Diff - difference between x710 and xxv710 NIC."
3251
3252 # VPP Compare NICs 3n-skx 4t2c ndr
3253 - type: "table"
3254   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3255   algorithm: "table_comparison"
3256   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3258   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3259   columns:
3260     - title: "x710"
3261       data-set: "vpp-nic-comparison-3n-skx"
3262       tag: "NIC_Intel-X710"
3263     - title: "xxv710"
3264       data-set: "vpp-nic-comparison-3n-skx"
3265       tag: "NIC_Intel-XXV710"
3266   comparisons:
3267     - title: "Diff"
3268       reference: 1
3269       compare: 2
3270   legend:
3271     - ""
3272     - "x710, xxv710 - NICs tested."
3273     - "Diff - difference between x710 and xxv710 NIC."
3274
3275 # VPP Compare NICs 3n-skx 2t1c pdr
3276 - type: "table"
3277   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3278   algorithm: "table_comparison"
3279   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3280   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3281   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3282   columns:
3283     - title: "x710"
3284       data-set: "vpp-nic-comparison-3n-skx"
3285       tag: "NIC_Intel-X710"
3286     - title: "xxv710"
3287       data-set: "vpp-nic-comparison-3n-skx"
3288       tag: "NIC_Intel-XXV710"
3289   comparisons:
3290     - title: "Diff"
3291       reference: 1
3292       compare: 2
3293   legend:
3294     - ""
3295     - "x710, xxv710 - NICs tested."
3296     - "Diff - difference between x710 and xxv710 NIC."
3297
3298 # VPP Compare NICs 3n-skx 4t2c pdr
3299 - type: "table"
3300   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3301   algorithm: "table_comparison"
3302   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3304   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3305   columns:
3306     - title: "x710"
3307       data-set: "vpp-nic-comparison-3n-skx"
3308       tag: "NIC_Intel-X710"
3309     - title: "xxv710"
3310       data-set: "vpp-nic-comparison-3n-skx"
3311       tag: "NIC_Intel-XXV710"
3312   comparisons:
3313     - title: "Diff"
3314       reference: 1
3315       compare: 2
3316   legend:
3317     - ""
3318     - "x710, xxv710 - NICs tested."
3319     - "Diff - difference between x710 and xxv710 NIC."
3320
3321 # VPP Compare NICs 3n-skx 2t1c mrr
3322 - type: "table"
3323   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3324   algorithm: "table_comparison"
3325   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3326   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3327   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3328   columns:
3329     - title: "x710"
3330       data-set: "vpp-nic-comparison-3n-skx-mrr"
3331       tag: "NIC_Intel-X710"
3332     - title: "xxv710"
3333       data-set: "vpp-nic-comparison-3n-skx-mrr"
3334       tag: "NIC_Intel-XXV710"
3335   comparisons:
3336     - title: "Diff"
3337       reference: 1
3338       compare: 2
3339   legend:
3340     - ""
3341     - "x710, xxv710 - NICs tested."
3342     - "Diff - difference between x710 and xxv710 NIC."
3343
3344 # VPP Compare NICs 3n-skx 4t2c mrr
3345 - type: "table"
3346   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3347   algorithm: "table_comparison"
3348   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3350   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3351   columns:
3352     - title: "x710"
3353       data-set: "vpp-nic-comparison-3n-skx-mrr"
3354       tag: "NIC_Intel-X710"
3355     - title: "xxv710"
3356       data-set: "vpp-nic-comparison-3n-skx-mrr"
3357       tag: "NIC_Intel-XXV710"
3358   comparisons:
3359     - title: "Diff"
3360       reference: 1
3361       compare: 2
3362   legend:
3363     - ""
3364     - "x710, xxv710 - NICs tested."
3365     - "Diff - difference between x710 and xxv710 NIC."
3366
3367 # VPP Compare NICs 3n-skx 8t4c mrr
3368 - type: "table"
3369   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3370   algorithm: "table_comparison"
3371   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3372   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3373   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3374   columns:
3375     - title: "x710"
3376       data-set: "vpp-nic-comparison-3n-skx-mrr"
3377       tag: "NIC_Intel-X710"
3378     - title: "xxv710"
3379       data-set: "vpp-nic-comparison-3n-skx-mrr"
3380       tag: "NIC_Intel-XXV710"
3381   comparisons:
3382     - title: "Diff"
3383       reference: 1
3384       compare: 2
3385   legend:
3386     - ""
3387     - "x710, xxv710 - NICs tested."
3388     - "Diff - difference between x710 and xxv710 NIC."
3389
3390 # VPP Compare NICs 2n-skx 2t1c ndr
3391 - type: "table"
3392   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3393   algorithm: "table_comparison"
3394   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3395   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3396   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3397   columns:
3398     - title: "x710"
3399       data-set: "vpp-nic-comparison-2n-skx"
3400       tag: "NIC_Intel-X710"
3401     - title: "xxv710"
3402       data-set: "vpp-nic-comparison-2n-skx"
3403       tag: "NIC_Intel-XXV710"
3404   comparisons:
3405     - title: "Diff"
3406       reference: 1
3407       compare: 2
3408   legend:
3409     - ""
3410     - "x710, xxv710 - NICs tested."
3411     - "Diff - difference between x710 and xxv710 NIC."
3412
3413 # VPP Compare NICs 2n-skx 4t2c ndr
3414 - type: "table"
3415   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3416   algorithm: "table_comparison"
3417   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3418   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3419   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3420   columns:
3421     - title: "x710"
3422       data-set: "vpp-nic-comparison-2n-skx"
3423       tag: "NIC_Intel-X710"
3424     - title: "xxv710"
3425       data-set: "vpp-nic-comparison-2n-skx"
3426       tag: "NIC_Intel-XXV710"
3427   comparisons:
3428     - title: "Diff"
3429       reference: 1
3430       compare: 2
3431   legend:
3432     - ""
3433     - "x710, xxv710 - NICs tested."
3434     - "Diff - difference between x710 and xxv710 NIC."
3435
3436 # VPP Compare NICs 2n-skx 2t1c pdr
3437 - type: "table"
3438   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3439   algorithm: "table_comparison"
3440   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3441   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3442   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3443   columns:
3444     - title: "x710"
3445       data-set: "vpp-nic-comparison-2n-skx"
3446       tag: "NIC_Intel-X710"
3447     - title: "xxv710"
3448       data-set: "vpp-nic-comparison-2n-skx"
3449       tag: "NIC_Intel-XXV710"
3450   comparisons:
3451     - title: "Diff"
3452       reference: 1
3453       compare: 2
3454   legend:
3455     - ""
3456     - "x710, xxv710 - NICs tested."
3457     - "Diff - difference between x710 and xxv710 NIC."
3458
3459 # VPP Compare NICs 2n-skx 4t2c pdr
3460 - type: "table"
3461   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3462   algorithm: "table_comparison"
3463   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3465   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3466   columns:
3467     - title: "x710"
3468       data-set: "vpp-nic-comparison-2n-skx"
3469       tag: "NIC_Intel-X710"
3470     - title: "xxv710"
3471       data-set: "vpp-nic-comparison-2n-skx"
3472       tag: "NIC_Intel-XXV710"
3473   comparisons:
3474     - title: "Diff"
3475       reference: 1
3476       compare: 2
3477   legend:
3478     - ""
3479     - "x710, xxv710 - NICs tested."
3480     - "Diff - difference between x710 and xxv710 NIC."
3481
3482 # VPP Compare NICs 2n-skx 2t1c mrr
3483 - type: "table"
3484   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3485   algorithm: "table_comparison"
3486   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3487   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3488   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3489   columns:
3490     - title: "x710"
3491       data-set: "vpp-nic-comparison-2n-skx-mrr"
3492       tag: "NIC_Intel-X710"
3493     - title: "xxv710"
3494       data-set: "vpp-nic-comparison-2n-skx-mrr"
3495       tag: "NIC_Intel-XXV710"
3496   comparisons:
3497     - title: "Diff"
3498       reference: 1
3499       compare: 2
3500   legend:
3501     - ""
3502     - "x710, xxv710 - NICs tested."
3503     - "Diff - difference between x710 and xxv710 NIC."
3504
3505 # VPP Compare NICs 2n-skx 4t2c mrr
3506 - type: "table"
3507   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3508   algorithm: "table_comparison"
3509   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3510   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3511   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3512   columns:
3513     - title: "x710"
3514       data-set: "vpp-nic-comparison-2n-skx-mrr"
3515       tag: "NIC_Intel-X710"
3516     - title: "xxv710"
3517       data-set: "vpp-nic-comparison-2n-skx-mrr"
3518       tag: "NIC_Intel-XXV710"
3519   comparisons:
3520     - title: "Diff"
3521       reference: 1
3522       compare: 2
3523   legend:
3524     - ""
3525     - "x710, xxv710 - NICs tested."
3526     - "Diff - difference between x710 and xxv710 NIC."
3527
3528 # VPP Compare NICs 2n-skx 8t4c mrr
3529 - type: "table"
3530   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3531   algorithm: "table_comparison"
3532   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3533   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3534   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3535   columns:
3536     - title: "x710"
3537       data-set: "vpp-nic-comparison-2n-skx-mrr"
3538       tag: "NIC_Intel-X710"
3539     - title: "xxv710"
3540       data-set: "vpp-nic-comparison-2n-skx-mrr"
3541       tag: "NIC_Intel-XXV710"
3542   comparisons:
3543     - title: "Diff"
3544       reference: 1
3545       compare: 2
3546   legend:
3547     - ""
3548     - "x710, xxv710 - NICs tested."
3549     - "Diff - difference between x710 and xxv710 NIC."
3550
3551 ################################################################################
3552 # VPP
3553
3554 # VPP Performance Changes 3n-hsw 1t1c pdr
3555 - type: "table"
3556   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3557   algorithm: "table_comparison"
3558   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3559   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3560   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3561   columns:
3562     - title: "2001.0-4"
3563       data-set: "vpp-performance-changes-3n-hsw-h1"
3564     - title: "2005.0-4"
3565       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3566     - title: "2005.0-5"
3567       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3568     - title: "2009.0-5"
3569       data-set: "vpp-performance-changes-3n-hsw-cmp"
3570   comparisons:
3571     - title: "2005.0-5 vs 2005.0-4"
3572       reference: 2
3573       compare: 3
3574 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3575     - title: "2009.0-5 vs 2005.0-5"
3576       reference: 3
3577       compare: 4
3578 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3579   legend:
3580     - ''
3581     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3582     - '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).'
3583     - '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.'
3584     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3585     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3586
3587 # VPP Performance Changes 3n-hsw 2t2c pdr
3588 - type: "table"
3589   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3590   algorithm: "table_comparison"
3591   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3593   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3594   columns:
3595     - title: "2001.0-4"
3596       data-set: "vpp-performance-changes-3n-hsw-h1"
3597     - title: "2005.0-4"
3598       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3599     - title: "2005.0-5"
3600       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3601     - title: "2009.0-5"
3602       data-set: "vpp-performance-changes-3n-hsw-cmp"
3603   comparisons:
3604     - title: "2005.0-5 vs 2005.0-4"
3605       reference: 2
3606       compare: 3
3607 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3608     - title: "2009.0-5 vs 2005.0-5"
3609       reference: 3
3610       compare: 4
3611 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3612   legend:
3613     - ''
3614     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3615     - '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).'
3616     - '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.'
3617     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3618     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3619
3620 # VPP Performance Changes 3n-hsw 1t1c ndr
3621 - type: "table"
3622   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3623   algorithm: "table_comparison"
3624   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3625   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3626   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3627   columns:
3628     - title: "2001.0-4"
3629       data-set: "vpp-performance-changes-3n-hsw-h1"
3630     - title: "2005.0-4"
3631       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3632     - title: "2005.0-5"
3633       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3634     - title: "2009.0-5"
3635       data-set: "vpp-performance-changes-3n-hsw-cmp"
3636   comparisons:
3637     - title: "2005.0-5 vs 2005.0-4"
3638       reference: 2
3639       compare: 3
3640 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3641     - title: "2009.0-5 vs 2005.0-5"
3642       reference: 3
3643       compare: 4
3644 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3645   legend:
3646     - ''
3647     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3648     - '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).'
3649     - '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.'
3650     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3651     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3652
3653 # VPP Performance Changes 3n-hsw 2t2c ndr
3654 - type: "table"
3655   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3656   algorithm: "table_comparison"
3657   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3659   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3660   columns:
3661     - title: "2001.0-4"
3662       data-set: "vpp-performance-changes-3n-hsw-h1"
3663     - title: "2005.0-4"
3664       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3665     - title: "2005.0-5"
3666       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3667     - title: "2009.0-5"
3668       data-set: "vpp-performance-changes-3n-hsw-cmp"
3669   comparisons:
3670     - title: "2005.0-5 vs 2005.0-4"
3671       reference: 2
3672       compare: 3
3673 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3674     - title: "2009.0-5 vs 2005.0-5"
3675       reference: 3
3676       compare: 4
3677 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3678   legend:
3679     - ''
3680     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3681     - '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).'
3682     - '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.'
3683     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3684     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3685
3686 # VPP Performance Changes 3n-skx 2t1c pdr
3687 - type: "table"
3688   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3689   algorithm: "table_comparison"
3690   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3692   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3693   columns:
3694     - title: "2001.0-4"
3695       data-set: "vpp-performance-changes-3n-skx-h1"
3696     - title: "2005.0-4"
3697       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3698     - title: "2005.0-5"
3699       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3700     - title: "2009.0-5"
3701       data-set: "vpp-performance-changes-3n-skx-cmp"
3702   comparisons:
3703     - title: "2005.0-5 vs 2005.0-4"
3704       reference: 2
3705       compare: 3
3706 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3707     - title: "2009.0-5 vs 2005.0-5"
3708       reference: 3
3709       compare: 4
3710 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3711   legend:
3712     - ''
3713     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3714     - '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).'
3715     - '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.'
3716     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3717     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3718
3719 # VPP Performance Changes 3n-skx 4t2c pdr
3720 - type: "table"
3721   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3722   algorithm: "table_comparison"
3723   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3724   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3725   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3726   columns:
3727     - title: "2001.0-4"
3728       data-set: "vpp-performance-changes-3n-skx-h1"
3729     - title: "2005.0-4"
3730       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3731     - title: "2005.0-5"
3732       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3733     - title: "2009.0-5"
3734       data-set: "vpp-performance-changes-3n-skx-cmp"
3735   comparisons:
3736     - title: "2005.0-5 vs 2005.0-4"
3737       reference: 2
3738       compare: 3
3739 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3740     - title: "2009.0-5 vs 2005.0-5"
3741       reference: 3
3742       compare: 4
3743 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3744   legend:
3745     - ''
3746     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3747     - '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).'
3748     - '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.'
3749     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3750     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3751
3752 # VPP Performance Changes 3n-skx 2t1c ndr
3753 - type: "table"
3754   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3755   algorithm: "table_comparison"
3756   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3757   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3758   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3759   columns:
3760     - title: "2001.0-4"
3761       data-set: "vpp-performance-changes-3n-skx-h1"
3762     - title: "2005.0-4"
3763       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3764     - title: "2005.0-5"
3765       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3766     - title: "2009.0-5"
3767       data-set: "vpp-performance-changes-3n-skx-cmp"
3768   comparisons:
3769     - title: "2005.0-5 vs 2005.0-4"
3770       reference: 2
3771       compare: 3
3772 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3773     - title: "2009.0-5 vs 2005.0-5"
3774       reference: 3
3775       compare: 4
3776 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3777   legend:
3778     - ''
3779     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3780     - '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).'
3781     - '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.'
3782     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3783     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3784
3785 # VPP Performance Changes 3n-skx 4t2c ndr
3786 - type: "table"
3787   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3788   algorithm: "table_comparison"
3789   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3790   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3791   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3792   columns:
3793     - title: "2001.0-4"
3794       data-set: "vpp-performance-changes-3n-skx-h1"
3795     - title: "2005.0-4"
3796       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3797     - title: "2005.0-5"
3798       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3799     - title: "2009.0-5"
3800       data-set: "vpp-performance-changes-3n-skx-cmp"
3801   comparisons:
3802     - title: "2005.0-5 vs 2005.0-4"
3803       reference: 2
3804       compare: 3
3805 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3806     - title: "2009.0-5 vs 2005.0-5"
3807       reference: 3
3808       compare: 4
3809 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3810   legend:
3811     - ''
3812     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3813     - '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).'
3814     - '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.'
3815     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3816     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3817
3818 # VPP Performance Changes 2n-skx 2t1c pdr
3819 - type: "table"
3820   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3821   algorithm: "table_comparison"
3822   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3823   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3824   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3825   columns:
3826     - title: "2001.0-4"
3827       data-set: "vpp-performance-changes-2n-skx-h1"
3828     - title: "2005.0-4"
3829       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3830     - title: "2005.0-5"
3831       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3832     - title: "2009.0-5"
3833       data-set: "vpp-performance-changes-2n-skx-cmp"
3834   comparisons:
3835     - title: "2005.0-5 vs 2005.0-4"
3836       reference: 2
3837       compare: 3
3838 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3839     - title: "2009.0-5 vs 2005.0-5"
3840       reference: 3
3841       compare: 4
3842 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3843   legend:
3844     - ''
3845     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3846     - '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).'
3847     - '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.'
3848     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3849     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3850
3851 # VPP Performance Changes 2n-skx 4t2c pdr
3852 - type: "table"
3853   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3854   algorithm: "table_comparison"
3855   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3856   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3857   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3858   columns:
3859     - title: "2001.0-4"
3860       data-set: "vpp-performance-changes-2n-skx-h1"
3861     - title: "2005.0-4"
3862       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3863     - title: "2005.0-5"
3864       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3865     - title: "2009.0-5"
3866       data-set: "vpp-performance-changes-2n-skx-cmp"
3867   comparisons:
3868     - title: "2005.0-5 vs 2005.0-4"
3869       reference: 2
3870       compare: 3
3871 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3872     - title: "2009.0-5 vs 2005.0-5"
3873       reference: 3
3874       compare: 4
3875 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3876   legend:
3877     - ''
3878     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3879     - '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).'
3880     - '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.'
3881     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3882     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3883
3884 # VPP Performance Changes 2n-skx 2t1c ndr
3885 - type: "table"
3886   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3887   algorithm: "table_comparison"
3888   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3890   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3891   columns:
3892     - title: "2001.0-4"
3893       data-set: "vpp-performance-changes-2n-skx-h1"
3894     - title: "2005.0-4"
3895       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3896     - title: "2005.0-5"
3897       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3898     - title: "2009.0-5"
3899       data-set: "vpp-performance-changes-2n-skx-cmp"
3900   comparisons:
3901     - title: "2005.0-5 vs 2005.0-4"
3902       reference: 2
3903       compare: 3
3904 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3905     - title: "2009.0-5 vs 2005.0-5"
3906       reference: 3
3907       compare: 4
3908 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3909   legend:
3910     - ''
3911     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3912     - '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).'
3913     - '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.'
3914     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3915     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3916
3917 # VPP Performance Changes 2n-skx 4t2c ndr
3918 - type: "table"
3919   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3920   algorithm: "table_comparison"
3921   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3923   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3924   columns:
3925     - title: "2001.0-4"
3926       data-set: "vpp-performance-changes-2n-skx-h1"
3927     - title: "2005.0-4"
3928       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3929     - title: "2005.0-5"
3930       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3931     - title: "2009.0-5"
3932       data-set: "vpp-performance-changes-2n-skx-cmp"
3933   comparisons:
3934     - title: "2005.0-5 vs 2005.0-4"
3935       reference: 2
3936       compare: 3
3937 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3938     - title: "2009.0-5 vs 2005.0-5"
3939       reference: 3
3940       compare: 4
3941 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3942   legend:
3943     - ''
3944     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3945     - '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).'
3946     - '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.'
3947     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3948     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3949
3950 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3951 - type: "table"
3952   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3953   algorithm: "table_comparison"
3954   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3955   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3956   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3957   columns:
3958     - title: "2001.0-4"
3959       data-set: "vpp-performance-changes-2n-clx-h1"
3960     - title: "2005.0-4"
3961       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3962     - title: "2005.0-5"
3963       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3964     - title: "2009.0-5"
3965       data-set: "vpp-performance-changes-2n-clx-cmp"
3966   comparisons:
3967     - title: "2005.0-5 vs 2005.0-4"
3968       reference: 2
3969       compare: 3
3970 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3971     - title: "2009.0-5 vs 2005.0-5"
3972       reference: 3
3973       compare: 4
3974 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3975   legend:
3976     - ''
3977     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3978     - '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).'
3979     - '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.'
3980     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3981     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3982
3983 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3984 - type: "table"
3985   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3986   algorithm: "table_comparison"
3987   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3988   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3989   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3990   columns:
3991     - title: "2001.0-4"
3992       data-set: "vpp-performance-changes-2n-clx-h1"
3993     - title: "2005.0-4"
3994       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3995     - title: "2005.0-5"
3996       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3997     - title: "2009.0-5"
3998       data-set: "vpp-performance-changes-2n-clx-cmp"
3999   comparisons:
4000     - title: "2005.0-5 vs 2005.0-4"
4001       reference: 2
4002       compare: 3
4003 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4004     - title: "2009.0-5 vs 2005.0-5"
4005       reference: 3
4006       compare: 4
4007 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4008   legend:
4009     - ''
4010     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4011     - '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).'
4012     - '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.'
4013     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4014     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4015
4016 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4017 - type: "table"
4018   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4019   algorithm: "table_comparison"
4020   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4021   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4022   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4023   columns:
4024     - title: "2001.0-4"
4025       data-set: "vpp-performance-changes-2n-clx-h1"
4026     - title: "2005.0-4"
4027       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4028     - title: "2005.0-5"
4029       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4030     - title: "2009.0-5"
4031       data-set: "vpp-performance-changes-2n-clx-cmp"
4032   comparisons:
4033     - title: "2005.0-5 vs 2005.0-4"
4034       reference: 2
4035       compare: 3
4036 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4037     - title: "2009.0-5 vs 2005.0-5"
4038       reference: 3
4039       compare: 4
4040 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4041   legend:
4042     - ''
4043     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4044     - '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).'
4045     - '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.'
4046     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4047     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4048
4049 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4050 - type: "table"
4051   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4052   algorithm: "table_comparison"
4053   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4054   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4055   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4056   columns:
4057     - title: "2001.0-4"
4058       data-set: "vpp-performance-changes-2n-clx-h1"
4059     - title: "2005.0-4"
4060       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4061     - title: "2005.0-5"
4062       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4063     - title: "2009.0-5"
4064       data-set: "vpp-performance-changes-2n-clx-cmp"
4065   comparisons:
4066     - title: "2005.0-5 vs 2005.0-4"
4067       reference: 2
4068       compare: 3
4069 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4070     - title: "2009.0-5 vs 2005.0-5"
4071       reference: 3
4072       compare: 4
4073 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4074   legend:
4075     - ''
4076     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4077     - '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).'
4078     - '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.'
4079     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4080     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4081
4082 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4083 #- type: "table"
4084 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4085 #  algorithm: "table_comparison"
4086 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4087 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4088 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4089 #  columns:
4090 #    - title: "2001.0-2"
4091 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4092 #    - title: "2005.0-3"
4093 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4094 #  comparisons:
4095 #    - title: "Diff"
4096 #      reference: 1
4097 #      compare: 2
4098 #  legend:
4099 #    - ''
4100 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4101 #    - '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).'
4102 #    - '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.'
4103 #    - '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.'
4104 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4105 #
4106 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4107 #- type: "table"
4108 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4109 #  algorithm: "table_comparison"
4110 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4111 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4112 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4113 #  columns:
4114 #    - title: "2001.0-2"
4115 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4116 #    - title: "2005.0-3"
4117 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4118 #  comparisons:
4119 #    - title: "Diff"
4120 #      reference: 1
4121 #      compare: 2
4122 #  legend:
4123 #    - ''
4124 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4125 #    - '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).'
4126 #    - '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.'
4127 #    - '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.'
4128 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4129 #
4130 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4131 #- type: "table"
4132 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4133 #  algorithm: "table_comparison"
4134 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4135 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4136 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4137 #  columns:
4138 #    - title: "2001.0-2"
4139 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4140 #    - title: "2005.0-3"
4141 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4142 #  comparisons:
4143 #    - title: "Diff"
4144 #      reference: 1
4145 #      compare: 2
4146 #  legend:
4147 #    - ''
4148 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4149 #    - '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).'
4150 #    - '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.'
4151 #    - '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.'
4152 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4153 #
4154 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4155 #- type: "table"
4156 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4157 #  algorithm: "table_comparison"
4158 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4159 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4160 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4161 #  columns:
4162 #    - title: "2001.0-2"
4163 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4164 #    - title: "2005.0-3"
4165 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4166 #  comparisons:
4167 #    - title: "Diff"
4168 #      reference: 1
4169 #      compare: 2
4170 #  legend:
4171 #    - ''
4172 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4173 #    - '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).'
4174 #    - '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.'
4175 #    - '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.'
4176 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4177
4178 # VPP Performance Changes 2n-dnv 1t1c pdr
4179 - type: "table"
4180   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4181   algorithm: "table_comparison"
4182   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4183   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4184   filter: "'1T1C'"
4185   columns:
4186     - title: "2001.0-2"
4187       data-set: "vpp-performance-changes-2n-dnv-h1"
4188     - title: "2005.0-5"
4189       data-set: "vpp-performance-changes-2n-dnv-ref"
4190     - title: "2009.0-5"
4191       data-set: "vpp-performance-changes-2n-dnv-cmp"
4192   comparisons:
4193     - title: "2009.0-5 vs 2005.0-5"
4194       reference: 2
4195       compare: 3
4196   legend:
4197     - ''
4198     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4199     - '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).'
4200     - '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.'
4201     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4202
4203 # VPP Performance Changes 2n-dnv 2t2c pdr
4204 - type: "table"
4205   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4206   algorithm: "table_comparison"
4207   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4209   filter: "'2T2C'"
4210   columns:
4211     - title: "2001.0-2"
4212       data-set: "vpp-performance-changes-2n-dnv-h1"
4213     - title: "2005.0-5"
4214       data-set: "vpp-performance-changes-2n-dnv-ref"
4215     - title: "2009.0-5"
4216       data-set: "vpp-performance-changes-2n-dnv-cmp"
4217   comparisons:
4218     - title: "2009.0-5 vs 2005.0-5"
4219       reference: 2
4220       compare: 3
4221   legend:
4222     - ''
4223     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4224     - '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).'
4225     - '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.'
4226     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4227
4228 # VPP Performance Changes 2n-dnv 1t1c ndr
4229 - type: "table"
4230   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4231   algorithm: "table_comparison"
4232   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4234   filter: "'1T1C'"
4235   columns:
4236     - title: "2001.0-2"
4237       data-set: "vpp-performance-changes-2n-dnv-h1"
4238     - title: "2005.0-5"
4239       data-set: "vpp-performance-changes-2n-dnv-ref"
4240     - title: "2009.0-5"
4241       data-set: "vpp-performance-changes-2n-dnv-cmp"
4242   comparisons:
4243     - title: "2009.0-5 vs 2005.0-5"
4244       reference: 2
4245       compare: 3
4246   legend:
4247     - ''
4248     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4249     - '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).'
4250     - '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.'
4251     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4252
4253 # VPP Performance Changes 2n-dnv 2t2c ndr
4254 - type: "table"
4255   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4256   algorithm: "table_comparison"
4257   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4259   filter: "'2T2C'"
4260   columns:
4261     - title: "2001.0-2"
4262       data-set: "vpp-performance-changes-2n-dnv-h1"
4263     - title: "2005.0-5"
4264       data-set: "vpp-performance-changes-2n-dnv-ref"
4265     - title: "2009.0-5"
4266       data-set: "vpp-performance-changes-2n-dnv-cmp"
4267   comparisons:
4268     - title: "2009.0-5 vs 2005.0-5"
4269       reference: 2
4270       compare: 3
4271   legend:
4272     - ''
4273     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4274     - '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).'
4275     - '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.'
4276     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4277
4278 # VPP Performance Changes 3n-dnv 1t1c pdr
4279 - type: "table"
4280   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4281   algorithm: "table_comparison"
4282   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4283   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4284   filter: "'1T1C'"
4285   columns:
4286     - title: "2001.0-2"
4287       data-set: "vpp-performance-changes-3n-dnv-h1"
4288     - title: "2005.0-5"
4289       data-set: "vpp-performance-changes-3n-dnv-ref"
4290     - title: "2009.0-5"
4291       data-set: "vpp-performance-changes-3n-dnv-cmp"
4292   comparisons:
4293     - title: "2009.0-5 vs 2005.0-5"
4294       reference: 2
4295       compare: 3
4296   legend:
4297     - ''
4298     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4299     - '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).'
4300     - '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.'
4301     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4302
4303 # VPP Performance Changes 3n-dnv 2t2c pdr
4304 - type: "table"
4305   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4306   algorithm: "table_comparison"
4307   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4309   filter: "'2T2C'"
4310   columns:
4311     - title: "2001.0-2"
4312       data-set: "vpp-performance-changes-3n-dnv-h1"
4313     - title: "2005.0-5"
4314       data-set: "vpp-performance-changes-3n-dnv-ref"
4315     - title: "2009.0-5"
4316       data-set: "vpp-performance-changes-3n-dnv-cmp"
4317   comparisons:
4318     - title: "2009.0-5 vs 2005.0-5"
4319       reference: 2
4320       compare: 3
4321   legend:
4322     - ''
4323     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4324     - '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).'
4325     - '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.'
4326     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4327
4328 # VPP Performance Changes 3n-dnv 1t1c ndr
4329 - type: "table"
4330   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4331   algorithm: "table_comparison"
4332   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4333   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4334   filter: "'1T1C'"
4335   columns:
4336     - title: "2001.0-2"
4337       data-set: "vpp-performance-changes-3n-dnv-h1"
4338     - title: "2005.0-5"
4339       data-set: "vpp-performance-changes-3n-dnv-ref"
4340     - title: "2009.0-5"
4341       data-set: "vpp-performance-changes-3n-dnv-cmp"
4342   comparisons:
4343     - title: "2009.0-5 vs 2005.0-5"
4344       reference: 2
4345       compare: 3
4346   legend:
4347     - ''
4348     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4349     - '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).'
4350     - '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.'
4351     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4352
4353 # VPP Performance Changes 3n-dnv 2t2c ndr
4354 - type: "table"
4355   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4356   algorithm: "table_comparison"
4357   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4358   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4359   filter: "'2T2C'"
4360   columns:
4361     - title: "2001.0-2"
4362       data-set: "vpp-performance-changes-3n-dnv-h1"
4363     - title: "2005.0-5"
4364       data-set: "vpp-performance-changes-3n-dnv-ref"
4365     - title: "2009.0-5"
4366       data-set: "vpp-performance-changes-3n-dnv-cmp"
4367   comparisons:
4368     - title: "2009.0-5 vs 2005.0-5"
4369       reference: 2
4370       compare: 3
4371   legend:
4372     - ''
4373     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4374     - '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).'
4375     - '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.'
4376     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4377
4378 # VPP Performance Changes 3n-tsh 1t1c pdr
4379 - type: "table"
4380   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4381   algorithm: "table_comparison"
4382   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4384   filter: "'1T1C'"
4385   columns:
4386     - title: "2001.0-4"
4387       data-set: "vpp-performance-changes-3n-tsh-h1"
4388     - title: "2005.0-4"
4389       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4390     - title: "2005.0-5"
4391       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4392     - title: "2009.0-5"
4393       data-set: "vpp-performance-changes-3n-tsh-cmp"
4394   comparisons:
4395     - title: "2005.0-5 vs 2005.0-4"
4396       reference: 2
4397       compare: 3
4398 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4399     - title: "2009.0-5 vs 2005.0-5"
4400       reference: 3
4401       compare: 4
4402 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4403   legend:
4404     - ''
4405     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4406     - '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).'
4407     - '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.'
4408     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4409     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4410
4411 # VPP Performance Changes 3n-tsh 2t2c pdr
4412 - type: "table"
4413   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4414   algorithm: "table_comparison"
4415   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4417   filter: "'2T2C'"
4418   columns:
4419     - title: "2001.0-4"
4420       data-set: "vpp-performance-changes-3n-tsh-h1"
4421     - title: "2005.0-4"
4422       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4423     - title: "2005.0-5"
4424       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4425     - title: "2009.0-5"
4426       data-set: "vpp-performance-changes-3n-tsh-cmp"
4427   comparisons:
4428     - title: "2005.0-5 vs 2005.0-4"
4429       reference: 2
4430       compare: 3
4431 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4432     - title: "2009.0-5 vs 2005.0-5"
4433       reference: 3
4434       compare: 4
4435 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4436   legend:
4437     - ''
4438     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4439     - '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).'
4440     - '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.'
4441     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4442     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4443
4444 # VPP Performance Changes 3n-tsh 1t1c ndr
4445 - type: "table"
4446   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4447   algorithm: "table_comparison"
4448   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4450   filter: "'1T1C'"
4451   columns:
4452     - title: "2001.0-4"
4453       data-set: "vpp-performance-changes-3n-tsh-h1"
4454     - title: "2005.0-4"
4455       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4456     - title: "2005.0-5"
4457       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4458     - title: "2009.0-5"
4459       data-set: "vpp-performance-changes-3n-tsh-cmp"
4460   comparisons:
4461     - title: "2005.0-5 vs 2005.0-4"
4462       reference: 2
4463       compare: 3
4464 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4465     - title: "2009.0-5 vs 2005.0-5"
4466       reference: 3
4467       compare: 4
4468 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4469   legend:
4470     - ''
4471     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4472     - '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).'
4473     - '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.'
4474     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4475     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4476
4477 # VPP Performance Changes 3n-tsh 2t2c ndr
4478 - type: "table"
4479   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4480   algorithm: "table_comparison"
4481   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4483   filter: "'2T2C'"
4484   columns:
4485     - title: "2001.0-4"
4486       data-set: "vpp-performance-changes-3n-tsh-h1"
4487     - title: "2005.0-4"
4488       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4489     - title: "2005.0-5"
4490       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4491     - title: "2009.0-5"
4492       data-set: "vpp-performance-changes-3n-tsh-cmp"
4493   comparisons:
4494     - title: "2005.0-5 vs 2005.0-4"
4495       reference: 2
4496       compare: 3
4497 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4498     - title: "2009.0-5 vs 2005.0-5"
4499       reference: 3
4500       compare: 4
4501 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4502   legend:
4503     - ''
4504     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4505     - '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).'
4506     - '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.'
4507     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4508     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4509
4510 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4511 - type: "table"
4512   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4513   algorithm: "table_comparison"
4514   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4516   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4517   columns:
4518     - title: "3n-hsw xl710"
4519       data-set: "vpp-compare-testbeds-ref"
4520       tag: "NIC_Intel-XL710"
4521     - title: "3n-skx xxv710"
4522       data-set: "vpp-compare-testbeds-cmp"
4523       tag: "NIC_Intel-XXV710"
4524   comparisons:
4525     - title: "Diff"
4526       reference: 1
4527       compare: 2
4528   legend:
4529     - ""
4530     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4531     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4532
4533 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4534 - type: "table"
4535   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4536   algorithm: "table_comparison"
4537   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4538   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4539   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4540   columns:
4541     - title: "3n-hsw xl710"
4542       data-set: "vpp-compare-testbeds-ref"
4543       tag: "NIC_Intel-XL710"
4544     - title: "3n-skx xxv710"
4545       data-set: "vpp-compare-testbeds-cmp"
4546       tag: "NIC_Intel-XXV710"
4547   comparisons:
4548     - title: "Diff"
4549       reference: 1
4550       compare: 2
4551   legend:
4552     - ""
4553     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4554     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4555
4556 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4557 - type: "table"
4558   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4559   algorithm: "table_comparison"
4560   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4562   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4563   columns:
4564     - title: "3n-hsw xl710"
4565       data-set: "vpp-compare-testbeds-ref"
4566       tag: "NIC_Intel-XL710"
4567     - title: "3n-skx xxv710"
4568       data-set: "vpp-compare-testbeds-cmp"
4569       tag: "NIC_Intel-XXV710"
4570   comparisons:
4571     - title: "Diff"
4572       reference: 1
4573       compare: 2
4574   legend:
4575     - ""
4576     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4577     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4578
4579 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4580 - type: "table"
4581   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4582   algorithm: "table_comparison"
4583   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4584   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4585   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4586   columns:
4587     - title: "3n-hsw xl710"
4588       data-set: "vpp-compare-testbeds-ref"
4589       tag: "NIC_Intel-XL710"
4590     - title: "3n-skx xxv710"
4591       data-set: "vpp-compare-testbeds-cmp"
4592       tag: "NIC_Intel-XXV710"
4593   comparisons:
4594     - title: "Diff"
4595       reference: 1
4596       compare: 2
4597   legend:
4598     - ""
4599     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4600     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4601
4602 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4603 - type: "table"
4604   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4605   algorithm: "table_comparison"
4606   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4607   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4608   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4609   columns:
4610     - title: "2n-skx"
4611       data-set: "vpp-compare-testbeds-skx-clx-ref"
4612     - title: "2n-clx"
4613       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4614   comparisons:
4615     - title: "Diff"
4616       reference: 1
4617       compare: 2
4618   legend:
4619     - ""
4620     - "2n-skx, 2n-clx - testbeds and NICs tested."
4621     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4622
4623 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4624 - type: "table"
4625   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4626   algorithm: "table_comparison"
4627   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4629   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4630   columns:
4631     - title: "2n-skx"
4632       data-set: "vpp-compare-testbeds-skx-clx-ref"
4633     - title: "2n-clx"
4634       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4635   comparisons:
4636     - title: "Diff"
4637       reference: 1
4638       compare: 2
4639   legend:
4640     - ""
4641     - "2n-skx, 2n-clx - testbeds and NICs tested."
4642     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4643
4644 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4645 - type: "table"
4646   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4647   algorithm: "table_comparison"
4648   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4649   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4650   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4651   columns:
4652     - title: "2n-skx"
4653       data-set: "vpp-compare-testbeds-skx-clx-ref"
4654     - title: "2n-clx"
4655       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4656   comparisons:
4657     - title: "Diff"
4658       reference: 1
4659       compare: 2
4660   legend:
4661     - ""
4662     - "2n-skx, 2n-clx - testbeds and NICs tested."
4663     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4664
4665 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4666 - type: "table"
4667   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4668   algorithm: "table_comparison"
4669   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4670   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4671   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4672   columns:
4673     - title: "2n-skx"
4674       data-set: "vpp-compare-testbeds-skx-clx-ref"
4675     - title: "2n-clx"
4676       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4677   comparisons:
4678     - title: "Diff"
4679       reference: 1
4680       compare: 2
4681   legend:
4682     - ""
4683     - "2n-skx, 2n-clx - testbeds and NICs tested."
4684     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4685
4686 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4687 - type: "table"
4688   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4689   algorithm: "table_comparison"
4690   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4691   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4692   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4693   columns:
4694     - title: "3n-hsw xl710"
4695       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4696       tag: "NIC_Intel-XL710"
4697     - title: "2n-clx xxv710"
4698       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4699       tag: "NIC_Intel-XXV710"
4700   comparisons:
4701     - title: "Diff"
4702       reference: 1
4703       compare: 2
4704   legend:
4705     - ""
4706     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4707     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4708
4709 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4710 - type: "table"
4711   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4712   algorithm: "table_comparison"
4713   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4714   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4715   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4716   columns:
4717     - title: "3n-hsw xl710"
4718       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4719       tag: "NIC_Intel-XL710"
4720     - title: "2n-clx xxv710"
4721       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4722       tag: "NIC_Intel-XXV710"
4723   comparisons:
4724     - title: "Diff"
4725       reference: 1
4726       compare: 2
4727   legend:
4728     - ""
4729     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4730     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4731
4732 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4733 - type: "table"
4734   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4735   algorithm: "table_comparison"
4736   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4737   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4738   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4739   columns:
4740     - title: "3n-hsw xl710"
4741       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4742       tag: "NIC_Intel-XL710"
4743     - title: "2n-clx xxv710"
4744       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4745       tag: "NIC_Intel-XXV710"
4746   comparisons:
4747     - title: "Diff"
4748       reference: 1
4749       compare: 2
4750   legend:
4751     - ""
4752     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4753     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4754
4755 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4756 - type: "table"
4757   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4758   algorithm: "table_comparison"
4759   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4760   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4761   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4762   columns:
4763     - title: "3n-hsw xl710"
4764       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4765       tag: "NIC_Intel-XL710"
4766     - title: "2n-clx xxv710"
4767       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4768       tag: "NIC_Intel-XXV710"
4769   comparisons:
4770     - title: "Diff"
4771       reference: 1
4772       compare: 2
4773   legend:
4774     - ""
4775     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4776     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4777
4778 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4779 - type: "table"
4780   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4781   algorithm: "table_comparison"
4782   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4783   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4784   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4785   columns:
4786     - title: "3n-skx"
4787       data-set: "vpp-compare-topologies-ref"
4788     - title: "2n-skx"
4789       data-set: "vpp-compare-topologies-cmp"
4790   comparisons:
4791     - title: "Diff"
4792       reference: 1
4793       compare: 2
4794   legend:
4795     - ""
4796     - "3n-skx, 2n-skx - topologies tested."
4797     - "Diff - difference between 3n-skx and 2n-skx topologies."
4798
4799 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4800 - type: "table"
4801   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4802   algorithm: "table_comparison"
4803   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4804   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4805   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4806   columns:
4807     - title: "3n-skx"
4808       data-set: "vpp-compare-topologies-ref"
4809     - title: "2n-skx"
4810       data-set: "vpp-compare-topologies-cmp"
4811   comparisons:
4812     - title: "Diff"
4813       reference: 1
4814       compare: 2
4815   legend:
4816     - ""
4817     - "3n-skx, 2n-skx - topologies tested."
4818     - "Diff - difference between 3n-skx and 2n-skx topologies."
4819
4820 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4821 - type: "table"
4822   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4823   algorithm: "table_comparison"
4824   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4825   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4826   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4827   columns:
4828     - title: "3n-skx"
4829       data-set: "vpp-compare-topologies-ref"
4830     - title: "2n-skx"
4831       data-set: "vpp-compare-topologies-cmp"
4832   comparisons:
4833     - title: "Diff"
4834       reference: 1
4835       compare: 2
4836   legend:
4837     - ""
4838     - "3n-skx, 2n-skx - topologies tested."
4839     - "Diff - difference between 3n-skx and 2n-skx topologies."
4840
4841 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4842 - type: "table"
4843   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4844   algorithm: "table_comparison"
4845   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4846   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4847   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4848   columns:
4849     - title: "3n-skx"
4850       data-set: "vpp-compare-topologies-ref"
4851     - title: "2n-skx"
4852       data-set: "vpp-compare-topologies-cmp"
4853   comparisons:
4854     - title: "Diff"
4855       reference: 1
4856       compare: 2
4857   legend:
4858     - ""
4859     - "3n-skx, 2n-skx - topologies tested."
4860     - "Diff - difference between 3n-skx and 2n-skx topologies."
4861
4862 # VPP Performance Changes 3n-hsw 1t1c mrr
4863 - type: "table"
4864   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4865   algorithm: "table_comparison"
4866   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4867   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4868   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4869   columns:
4870     - title: "2001.0-2"
4871       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4872     - title: "2005.0-4"
4873       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4874     - title: "2005.0-5"
4875       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4876     - title: "2009.0-5"
4877       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4878   comparisons:
4879     - title: "2005.0-5 vs 2005.0-4"
4880       reference: 2
4881       compare: 3
4882 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4883     - title: "2009.0-5 vs 2005.0-5"
4884       reference: 3
4885       compare: 4
4886 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4887   legend:
4888     - ''
4889     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4890     - '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).'
4891     - '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.'
4892     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4893     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4894
4895 # VPP Performance Changes 3n-hsw 2t2c mrr
4896 - type: "table"
4897   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4898   algorithm: "table_comparison"
4899   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4900   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4901   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4902   columns:
4903     - title: "2001.0-2"
4904       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4905     - title: "2005.0-4"
4906       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4907     - title: "2005.0-5"
4908       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4909     - title: "2009.0-5"
4910       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4911   comparisons:
4912     - title: "2005.0-5 vs 2005.0-4"
4913       reference: 2
4914       compare: 3
4915 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4916     - title: "2009.0-5 vs 2005.0-5"
4917       reference: 3
4918       compare: 4
4919 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4920   legend:
4921     - ''
4922     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4923     - '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).'
4924     - '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.'
4925     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4926     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4927
4928 # VPP Performance Changes 3n-hsw 4t4c mrr
4929 - type: "table"
4930   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4931   algorithm: "table_comparison"
4932   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4934   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4935   columns:
4936     - title: "2001.0-2"
4937       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4938     - title: "2005.0-4"
4939       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4940     - title: "2005.0-5"
4941       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4942     - title: "2009.0-5"
4943       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4944   comparisons:
4945     - title: "2005.0-5 vs 2005.0-4"
4946       reference: 2
4947       compare: 3
4948 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4949     - title: "2009.0-5 vs 2005.0-5"
4950       reference: 3
4951       compare: 4
4952 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4953   legend:
4954     - ''
4955     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4956     - '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).'
4957     - '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.'
4958     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4959     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4960
4961 # VPP Performance Changes 3n-skx 2t1c mrr
4962 - type: "table"
4963   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4964   algorithm: "table_comparison"
4965   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4966   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4967   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4968   columns:
4969     - title: "2001.0-2"
4970       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4971     - title: "2005.0-4"
4972       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4973     - title: "2005.0-5"
4974       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4975     - title: "2009.0-5"
4976       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4977   comparisons:
4978     - title: "2005.0-5 vs 2005.0-4"
4979       reference: 2
4980       compare: 3
4981 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4982     - title: "2009.0-5 vs 2005.0-5"
4983       reference: 2
4984       compare: 3
4985 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4986   legend:
4987     - ''
4988     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4989     - '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).'
4990     - '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.'
4991     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4992     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4993
4994 # VPP Performance Changes 3n-skx 4t2c mrr
4995 - type: "table"
4996   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4997   algorithm: "table_comparison"
4998   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4999   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5000   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5001   columns:
5002     - title: "2001.0-2"
5003       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5004     - title: "2005.0-4"
5005       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5006     - title: "2005.0-5"
5007       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5008     - title: "2009.0-5"
5009       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5010   comparisons:
5011     - title: "2005.0-5 vs 2005.0-4"
5012       reference: 2
5013       compare: 3
5014 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5015     - title: "2009.0-5 vs 2005.0-5"
5016       reference: 2
5017       compare: 3
5018 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5019   legend:
5020     - ''
5021     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5022     - '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).'
5023     - '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.'
5024     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5025     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5026
5027 # VPP Performance Changes 3n-skx 8t4c mrr
5028 - type: "table"
5029   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5030   algorithm: "table_comparison"
5031   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5033   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5034   columns:
5035     - title: "2001.0-2"
5036       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5037     - title: "2005.0-4"
5038       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5039     - title: "2005.0-5"
5040       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5041     - title: "2009.0-5"
5042       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5043   comparisons:
5044     - title: "2005.0-5 vs 2005.0-4"
5045       reference: 2
5046       compare: 3
5047 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5048     - title: "2009.0-5 vs 2005.0-5"
5049       reference: 2
5050       compare: 3
5051 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5052   legend:
5053     - ''
5054     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5055     - '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).'
5056     - '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.'
5057     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5058     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5059
5060 # VPP Performance Changes 2n-skx 2t1c mrr
5061 - type: "table"
5062   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5063   algorithm: "table_comparison"
5064   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5065   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5066   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5067   columns:
5068     - title: "2001.0-2"
5069       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5070     - title: "2005.0-4"
5071       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5072     - title: "2005.0-5"
5073       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5074     - title: "2009.0-5"
5075       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5076   comparisons:
5077     - title: "2005.0-5 vs 2005.0-4"
5078       reference: 2
5079       compare: 3
5080 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5081     - title: "2009.0-5 vs 2005.0-4"
5082       reference: 3
5083       compare: 4
5084 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5085   legend:
5086     - ''
5087     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5088     - '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).'
5089     - '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.'
5090     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5091     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5092
5093 # VPP Performance Changes 2n-skx 4t2c mrr
5094 - type: "table"
5095   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5096   algorithm: "table_comparison"
5097   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5098   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5099   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5100   columns:
5101     - title: "2001.0-2"
5102       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5103     - title: "2005.0-4"
5104       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5105     - title: "2005.0-5"
5106       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5107     - title: "2009.0-5"
5108       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5109   comparisons:
5110     - title: "2005.0-5 vs 2005.0-4"
5111       reference: 2
5112       compare: 3
5113 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5114     - title: "2009.0-5 vs 2005.0-4"
5115       reference: 3
5116       compare: 4
5117 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5118   legend:
5119     - ''
5120     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5121     - '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).'
5122     - '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.'
5123     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5124     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5125
5126 # VPP Performance Changes 2n-skx 8t4c mrr
5127 - type: "table"
5128   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5129   algorithm: "table_comparison"
5130   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5131   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5132   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5133   columns:
5134     - title: "2001.0-2"
5135       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5136     - title: "2005.0-4"
5137       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5138     - title: "2005.0-5"
5139       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5140     - title: "2009.0-5"
5141       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5142   comparisons:
5143     - title: "2005.0-5 vs 2005.0-4"
5144       reference: 2
5145       compare: 3
5146 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5147     - title: "2009.0-5 vs 2005.0-4"
5148       reference: 3
5149       compare: 4
5150 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5151   legend:
5152     - ''
5153     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5154     - '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).'
5155     - '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.'
5156     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5157     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5158
5159 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5160 - type: "table"
5161   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5162   algorithm: "table_comparison"
5163   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5164   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5165   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5166   columns:
5167     - title: "2001.0-2"
5168       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5169     - title: "2005.0-4"
5170       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5171     - title: "2005.0-5"
5172       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5173     - title: "2009.0-5"
5174       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5175   comparisons:
5176     - title: "2005.0-5 vs 2005.0-4"
5177       reference: 2
5178       compare: 3
5179 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5180     - title: "2009.0-5 vs 2005.0-5"
5181       reference: 3
5182       compare: 4
5183 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5184   legend:
5185     - ''
5186     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5187     - '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).'
5188     - '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.'
5189     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5190     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5191
5192 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5193 - type: "table"
5194   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5195   algorithm: "table_comparison"
5196   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5198   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5199   columns:
5200     - title: "2001.0-2"
5201       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5202     - title: "2005.0-4"
5203       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5204     - title: "2005.0-5"
5205       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5206     - title: "2009.0-5"
5207       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5208   comparisons:
5209     - title: "2005.0-5 vs 2005.0-4"
5210       reference: 2
5211       compare: 3
5212 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5213     - title: "2009.0-5 vs 2005.0-5"
5214       reference: 3
5215       compare: 4
5216 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5217   legend:
5218     - ''
5219     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5220     - '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).'
5221     - '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.'
5222     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5223     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5224
5225 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5226 - type: "table"
5227   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5228   algorithm: "table_comparison"
5229   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5230   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5231   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5232   columns:
5233     - title: "2001.0-2"
5234       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5235     - title: "2005.0-4"
5236       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5237     - title: "2005.0-5"
5238       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5239     - title: "2009.0-5"
5240       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5241   comparisons:
5242     - title: "2005.0-5 vs 2005.0-4"
5243       reference: 2
5244       compare: 3
5245 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5246     - title: "2009.0-5 vs 2005.0-5"
5247       reference: 3
5248       compare: 4
5249 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5250   legend:
5251     - ''
5252     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5253     - '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).'
5254     - '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.'
5255     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5256     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5257
5258 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5259 #- type: "table"
5260 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5261 #  algorithm: "table_comparison"
5262 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5263 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5264 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5265 #  columns:
5266 #    - title: "2001"
5267 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5268 #    - title: "2005"
5269 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5270 #  comparisons:
5271 #    - title: "Diff"
5272 #      reference: 1
5273 #      compare: 2
5274 #  legend:
5275 #    - ""
5276 #    - "2001, 2005 - VPP versions tested."
5277 #    - "Diff - difference between 2001 and 2005 VPP version."
5278 #
5279 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5280 #- type: "table"
5281 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5282 #  algorithm: "table_comparison"
5283 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5284 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5285 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5286 #  columns:
5287 #    - title: "2001"
5288 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5289 #    - title: "2005"
5290 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5291 #  comparisons:
5292 #    - title: "Diff"
5293 #      reference: 1
5294 #      compare: 2
5295 #  legend:
5296 #    - ""
5297 #    - "2001, 2005 - VPP versions tested."
5298 #    - "Diff - difference between 2001 and 2005 VPP version."
5299 #
5300 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5301 #- type: "table"
5302 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5303 #  algorithm: "table_comparison"
5304 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5305 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5306 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5307 #  columns:
5308 #    - title: "2001"
5309 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5310 #    - title: "2005"
5311 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5312 #  comparisons:
5313 #    - title: "Diff"
5314 #      reference: 1
5315 #      compare: 2
5316 #  legend:
5317 #    - ""
5318 #    - "2001, 2005 - VPP versions tested."
5319 #    - "Diff - difference between 2001 and 2005 VPP version."
5320
5321 # VPP Performance Changes 2n-dnv 1t1c mrr
5322 - type: "table"
5323   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5324   algorithm: "table_comparison"
5325   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5326   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5327   filter: "'1T1C'"
5328   columns:
5329     - title: "2001.0-2"
5330       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5331     - title: "2005.0-5"
5332       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5333     - title: "2009.0-5"
5334       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5335   comparisons:
5336     - title: "2009.0-5 vs 2005.0-5"
5337       reference: 2
5338       compare: 3
5339   legend:
5340     - ''
5341     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5342     - '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).'
5343     - '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.'
5344     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5345
5346 # VPP Performance Changes 2n-dnv 2t2c mrr
5347 - type: "table"
5348   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5349   algorithm: "table_comparison"
5350   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5351   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5352   filter: "'2T2C'"
5353   columns:
5354     - title: "2001.0-2"
5355       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5356     - title: "2005.0-5"
5357       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5358     - title: "2009.0-5"
5359       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5360   comparisons:
5361     - title: "2009.0-5 vs 2005.0-5"
5362       reference: 2
5363       compare: 3
5364   legend:
5365     - ''
5366     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5367     - '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).'
5368     - '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.'
5369     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5370
5371 # VPP Performance Changes 2n-dnv 4t4c mrr
5372 - type: "table"
5373   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5374   algorithm: "table_comparison"
5375   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5376   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5377   filter: "'4T4C'"
5378   columns:
5379     - title: "2001.0-2"
5380       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5381     - title: "2005.0-5"
5382       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5383     - title: "2009.0-5"
5384       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5385   comparisons:
5386     - title: "2009.0-5 vs 2005.0-5"
5387       reference: 2
5388       compare: 3
5389   legend:
5390     - ''
5391     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5392     - '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).'
5393     - '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.'
5394     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5395
5396 # VPP Performance Changes 3n-dnv 1t1c mrr
5397 - type: "table"
5398   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5399   algorithm: "table_comparison"
5400   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5401   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5402   filter: "'1T1C'"
5403   columns:
5404     - title: "2001.0-2"
5405       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5406     - title: "2005.0-5"
5407       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5408     - title: "2009.0-5"
5409       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5410   comparisons:
5411     - title: "2009.0-5 vs 2005.0-5"
5412       reference: 2
5413       compare: 3
5414   legend:
5415     - ''
5416     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5417     - '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).'
5418     - '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.'
5419     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5420
5421 # VPP Performance Changes 3n-dnv 2t2c mrr
5422 - type: "table"
5423   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5424   algorithm: "table_comparison"
5425   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5426   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5427   filter: "'2T2C'"
5428   columns:
5429     - title: "2001.0-2"
5430       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5431     - title: "2005.0-5"
5432       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5433     - title: "2009.0-5"
5434       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5435   comparisons:
5436     - title: "2009.0-5 vs 2005.0-5"
5437       reference: 2
5438       compare: 3
5439   legend:
5440     - ''
5441     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5442     - '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).'
5443     - '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.'
5444     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5445
5446 # VPP Performance Changes 3n-dnv 4t4c mrr
5447 - type: "table"
5448   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5449   algorithm: "table_comparison"
5450   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5451   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5452   filter: "'4T4C'"
5453   columns:
5454     - title: "2001.0-2"
5455       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5456     - title: "2005.0-5"
5457       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5458     - title: "2009.0-5"
5459       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5460   comparisons:
5461     - title: "2009.0-5 vs 2005.0-5"
5462       reference: 2
5463       compare: 3
5464   legend:
5465     - ''
5466     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5467     - '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).'
5468     - '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.'
5469     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5470
5471 # VPP Performance Changes 3n-tsh 1t1c mrr
5472 - type: "table"
5473   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5474   algorithm: "table_comparison"
5475   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5476   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5477   filter: "'1T1C'"
5478   columns:
5479     - title: "2001.0-2"
5480       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5481     - title: "2005.0-4"
5482       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5483     - title: "2005.0-5"
5484       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5485     - title: "2009.0-5"
5486       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5487   comparisons:
5488     - title: "2005.0-5 vs 2005.0-4"
5489       reference: 2
5490       compare: 3
5491 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5492     - title: "2009.0-5 vs 2005.0-5"
5493       reference: 3
5494       compare: 4
5495 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5496   legend:
5497     - ''
5498     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5499     - '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).'
5500     - '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.'
5501     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5502     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5503
5504 # VPP Performance Changes 3n-tsh 2t2c mrr
5505 - type: "table"
5506   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5507   algorithm: "table_comparison"
5508   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5510   filter: "'2T2C'"
5511   columns:
5512     - title: "2001.0-2"
5513       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5514     - title: "2005.0-4"
5515       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5516     - title: "2005.0-5"
5517       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5518     - title: "2009.0-5"
5519       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5520   comparisons:
5521     - title: "2005.0-5 vs 2005.0-4"
5522       reference: 2
5523       compare: 3
5524 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5525     - title: "2009.0-5 vs 2005.0-5"
5526       reference: 3
5527       compare: 4
5528 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5529   legend:
5530     - ''
5531     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5532     - '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).'
5533     - '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.'
5534     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5535     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5536
5537 # VPP Performance Changes 3n-tsh 4t4c mrr
5538 - type: "table"
5539   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5540   algorithm: "table_comparison"
5541   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5542   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5543   filter: "'4T4C'"
5544   columns:
5545     - title: "2001.0-2"
5546       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5547     - title: "2005.0-4"
5548       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5549     - title: "2005.0-5"
5550       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5551     - title: "2009.0-5"
5552       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5553   comparisons:
5554     - title: "2005.0-5 vs 2005.0-4"
5555       reference: 2
5556       compare: 3
5557 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5558     - title: "2009.0-5 vs 2005.0-5"
5559       reference: 3
5560       compare: 4
5561 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5562   legend:
5563     - ''
5564     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5565     - '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).'
5566     - '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.'
5567     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5568     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5569
5570 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5571 - type: "table"
5572   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5573   algorithm: "table_comparison"
5574   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5575   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5576   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5577   columns:
5578     - title: "3n-hsw xl710"
5579       data-set: "vpp-compare-testbeds-mrr-ref"
5580       tag: "NIC_Intel-XL710"
5581     - title: "3n-skx xxv710"
5582       data-set: "vpp-compare-testbeds-mrr-cmp"
5583       tag: "NIC_Intel-XXV710"
5584   comparisons:
5585     - title: "Diff"
5586       reference: 1
5587       compare: 2
5588   legend:
5589     - ""
5590     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5591     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5592
5593 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5594 - type: "table"
5595   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5596   algorithm: "table_comparison"
5597   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5599   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5600   columns:
5601     - title: "3n-hsw xl710"
5602       data-set: "vpp-compare-testbeds-mrr-ref"
5603       tag: "NIC_Intel-XL710"
5604     - title: "3n-skx xxv710"
5605       data-set: "vpp-compare-testbeds-mrr-cmp"
5606       tag: "NIC_Intel-XXV710"
5607   comparisons:
5608     - title: "Diff"
5609       reference: 1
5610       compare: 2
5611   legend:
5612     - ""
5613     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5614     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5615
5616 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5617 - type: "table"
5618   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5619   algorithm: "table_comparison"
5620   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5622   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5623   columns:
5624     - title: "3n-hsw xl710"
5625       data-set: "vpp-compare-testbeds-mrr-ref"
5626       tag: "NIC_Intel-XL710"
5627     - title: "3n-skx xxv710"
5628       data-set: "vpp-compare-testbeds-mrr-cmp"
5629       tag: "NIC_Intel-XXV710"
5630   comparisons:
5631     - title: "Diff"
5632       reference: 1
5633       compare: 2
5634   legend:
5635     - ""
5636     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5637     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5638
5639 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5640 - type: "table"
5641   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5642   algorithm: "table_comparison"
5643   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5644   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5645   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5646   columns:
5647     - title: "2n-skx"
5648       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5649     - title: "2n-clx"
5650       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5651   comparisons:
5652     - title: "Diff"
5653       reference: 1
5654       compare: 2
5655   legend:
5656     - ""
5657     - "2n-skx, 2n-clx - testbeds and NICs tested."
5658     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5659
5660 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5661 - type: "table"
5662   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5663   algorithm: "table_comparison"
5664   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5665   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5666   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5667   columns:
5668     - title: "2n-skx"
5669       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5670     - title: "2n-clx"
5671       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5672   comparisons:
5673     - title: "Diff"
5674       reference: 1
5675       compare: 2
5676   legend:
5677     - ""
5678     - "2n-skx, 2n-clx - testbeds and NICs tested."
5679     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5680
5681 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5682 - type: "table"
5683   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5684   algorithm: "table_comparison"
5685   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5686   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5687   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5688   columns:
5689     - title: "2n-skx"
5690       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5691     - title: "2n-clx"
5692       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5693   comparisons:
5694     - title: "Diff"
5695       reference: 1
5696       compare: 2
5697   legend:
5698     - ""
5699     - "2n-skx, 2n-clx - testbeds and NICs tested."
5700     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5701
5702 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5703 - type: "table"
5704   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5705   algorithm: "table_comparison"
5706   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5707   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5708   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5709   columns:
5710     - title: "3n-skx"
5711       data-set: "vpp-compare-topologies-mrr-ref"
5712     - title: "2n-skx"
5713       data-set: "vpp-compare-topologies-mrr-cmp"
5714   comparisons:
5715     - title: "Diff"
5716       reference: 1
5717       compare: 2
5718   legend:
5719     - ""
5720     - "3n-skx, 2n-skx - topologies tested."
5721     - "Diff - difference between 3n-skx and 2n-skx topologies."
5722
5723 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5724 - type: "table"
5725   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5726   algorithm: "table_comparison"
5727   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5728   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5729   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5730   columns:
5731     - title: "3n-skx"
5732       data-set: "vpp-compare-topologies-mrr-ref"
5733     - title: "2n-skx"
5734       data-set: "vpp-compare-topologies-mrr-cmp"
5735   comparisons:
5736     - title: "Diff"
5737       reference: 1
5738       compare: 2
5739   legend:
5740     - ""
5741     - "3n-skx, 2n-skx - topologies tested."
5742     - "Diff - difference between 3n-skx and 2n-skx topologies."
5743
5744 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5745 - type: "table"
5746   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5747   algorithm: "table_comparison"
5748   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5749   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5750   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5751   columns:
5752     - title: "3n-skx"
5753       data-set: "vpp-compare-topologies-mrr-ref"
5754     - title: "2n-skx"
5755       data-set: "vpp-compare-topologies-mrr-cmp"
5756   comparisons:
5757     - title: "Diff"
5758       reference: 1
5759       compare: 2
5760   legend:
5761     - ""
5762     - "3n-skx, 2n-skx - topologies tested."
5763     - "Diff - difference between 3n-skx and 2n-skx topologies."
5764
5765 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5766 - type: "table"
5767   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5768   algorithm: "table_comparison"
5769   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5771   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5772   columns:
5773     - title: "3n-hsw xl710"
5774       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5775       tag: "NIC_Intel-XL710"
5776     - title: "2n-clx xxv710"
5777       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5778       tag: "NIC_Intel-XXV710"
5779   comparisons:
5780     - title: "Diff"
5781       reference: 1
5782       compare: 2
5783   legend:
5784     - ""
5785     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5786     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5787
5788 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5789 - type: "table"
5790   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5791   algorithm: "table_comparison"
5792   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5794   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5795   columns:
5796     - title: "3n-hsw xl710"
5797       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5798       tag: "NIC_Intel-XL710"
5799     - title: "2n-clx xxv710"
5800       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5801       tag: "NIC_Intel-XXV710"
5802   comparisons:
5803     - title: "Diff"
5804       reference: 1
5805       compare: 2
5806   legend:
5807     - ""
5808     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5809     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5810
5811 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5812 - type: "table"
5813   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5814   algorithm: "table_comparison"
5815   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5816   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5817   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5818   columns:
5819     - title: "3n-hsw xl710"
5820       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5821       tag: "NIC_Intel-XL710"
5822     - title: "2n-clx xxv710"
5823       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5824       tag: "NIC_Intel-XXV710"
5825   comparisons:
5826     - title: "Diff"
5827       reference: 1
5828       compare: 2
5829   legend:
5830     - ""
5831     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5832     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5833
5834 # Detailed Test Results - VPP Performance Results 3n-hsw
5835 - type: "table"
5836   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5837   algorithm: "table_merged_details"
5838   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5839   columns:
5840     - title: " |prein| Test Name |preout| "
5841       data: "data name"
5842     - 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| "
5843       data: "data msg"
5844   data: "vpp-perf-results-3n-hsw"
5845   filter: "all"
5846   parameters:
5847   - "name"
5848   - "parent"
5849   - "msg"
5850
5851 # Detailed Test Results - VPP Performance Results 3n-skx
5852 - type: "table"
5853   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5854   algorithm: "table_merged_details"
5855   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5856   columns:
5857     - title: " |prein| Test Name |preout| "
5858       data: "data name"
5859     - 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| "
5860       data: "data msg"
5861   data: "vpp-perf-results-3n-skx"
5862   filter: "all"
5863   remove-ndr: False
5864   parameters:
5865   - "name"
5866   - "parent"
5867   - "msg"
5868
5869 # Detailed Test Results - VPP Performance Results 2n-skx
5870 - type: "table"
5871   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5872   algorithm: "table_merged_details"
5873   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5874   columns:
5875     - title: " |prein| Test Name |preout| "
5876       data: "data name"
5877     - 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| "
5878       data: "data msg"
5879   data: "vpp-perf-results-2n-skx"
5880   filter: "all"
5881   remove-ndr: False
5882   parameters:
5883   - "name"
5884   - "parent"
5885   - "msg"
5886
5887 # Detailed Test Results - VPP Performance Results 2n-clx
5888 - type: "table"
5889   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5890   algorithm: "table_merged_details"
5891   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5892   columns:
5893     - title: " |prein| Test Name |preout| "
5894       data: "data name"
5895     - 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| "
5896       data: "data msg"
5897   data: "vpp-perf-results-2n-clx"
5898   filter: "all"
5899   parameters:
5900   - "name"
5901   - "parent"
5902   - "msg"
5903
5904 # Detailed Test Results - VPP Performance Results 3n-tsh
5905 - type: "table"
5906   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5907   algorithm: "table_merged_details"
5908   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5909   columns:
5910     - title: " |prein| Test Name |preout| "
5911       data: "data name"
5912     - 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| "
5913       data: "data msg"
5914   data: "vpp-perf-results-3n-tsh"
5915   filter: "all"
5916   parameters:
5917   - "name"
5918   - "parent"
5919   - "msg"
5920
5921 # Detailed Test Results - VPP Performance Results 3n-dnv
5922 - type: "table"
5923   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5924   algorithm: "table_merged_details"
5925   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5926   columns:
5927     - title: " |prein| Test Name |preout| "
5928       data: "data name"
5929     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5930       data: "data msg"
5931   data: "vpp-perf-results-3n-dnv"
5932   filter: "all"
5933   parameters:
5934   - "name"
5935   - "parent"
5936   - "msg"
5937
5938 # Detailed Test Results - VPP Performance Results 2n-dnv
5939 - type: "table"
5940   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5941   algorithm: "table_merged_details"
5942   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5943   columns:
5944     - title: " |prein| Test Name |preout| "
5945       data: "data name"
5946     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5947       data: "data msg"
5948   data: "vpp-perf-results-2n-dnv"
5949   filter: "all"
5950   parameters:
5951   - "name"
5952   - "parent"
5953   - "msg"
5954
5955 # Test configuration - VPP Performance Test Configs 3n-hsw
5956 - type: "table"
5957   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5958   algorithm: "table_merged_details"
5959   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5960   columns:
5961     - title: " |prein| Test Name |preout| "
5962       data: "data name"
5963     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5964       data: "data conf-history"
5965   data: "vpp-perf-results-3n-hsw"
5966   filter: "all"
5967   parameters:
5968   - "parent"
5969   - "name"
5970   - "conf-history"
5971
5972 # Test configuration - VPP Performance Test Configs 3n-skx
5973 - type: "table"
5974   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5975   algorithm: "table_merged_details"
5976   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5977   columns:
5978     - title: " |prein| Test Name |preout| "
5979       data: "data name"
5980     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5981       data: "data conf-history"
5982   data: "vpp-perf-results-3n-skx"
5983   filter: "all"
5984   parameters:
5985   - "parent"
5986   - "name"
5987   - "conf-history"
5988
5989 # Test configuration - VPP Performance Test Configs 2n-skx
5990 - type: "table"
5991   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5992   algorithm: "table_merged_details"
5993   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5994   columns:
5995     - title: " |prein| Test Name |preout| "
5996       data: "data name"
5997     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5998       data: "data conf-history"
5999   data: "vpp-perf-results-2n-skx"
6000   filter: "all"
6001   parameters:
6002   - "parent"
6003   - "name"
6004   - "conf-history"
6005
6006 # Test configuration - VPP Performance Test Configs 2n-clx
6007 - type: "table"
6008   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6009   algorithm: "table_merged_details"
6010   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6011   columns:
6012     - title: " |prein| Test Name |preout| "
6013       data: "data name"
6014     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6015       data: "data conf-history"
6016   data: "vpp-perf-results-2n-clx"
6017   filter: "all"
6018   parameters:
6019   - "parent"
6020   - "name"
6021   - "conf-history"
6022
6023 # Test configuration - VPP Performance Test Configs 3n-tsh
6024 - type: "table"
6025   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6026   algorithm: "table_merged_details"
6027   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6028   columns:
6029     - title: " |prein| Test Name |preout| "
6030       data: "data name"
6031     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6032       data: "data conf-history"
6033   data: "vpp-perf-results-3n-tsh"
6034   filter: "all"
6035   parameters:
6036   - "parent"
6037   - "name"
6038   - "conf-history"
6039
6040 # Test configuration - VPP Performance Test Configs 3n-dnv
6041 - type: "table"
6042   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6043   algorithm: "table_merged_details"
6044   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6045   columns:
6046     - title: " |prein| Test Name |preout| "
6047       data: "data name"
6048     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6049       data: "data conf-history"
6050   data: "vpp-perf-results-3n-dnv"
6051   filter: "all"
6052   parameters:
6053   - "parent"
6054   - "name"
6055   - "conf-history"
6056
6057 # Test configuration - VPP Performance Test Configs 2n-dnv
6058 - type: "table"
6059   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6060   algorithm: "table_merged_details"
6061   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6062   columns:
6063     - title: " |prein| Test Name |preout| "
6064       data: "data name"
6065     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6066       data: "data conf-history"
6067   data: "vpp-perf-results-2n-dnv"
6068   filter: "all"
6069   parameters:
6070   - "parent"
6071   - "name"
6072   - "conf-history"
6073
6074 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6075 - type: "table"
6076   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6077   algorithm: "table_oper_data_html"
6078   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6079   data: "vpp-perf-results-3n-hsw"
6080   filter: "all"
6081
6082 # Test Operational Data - VPP Performance Operational Data 3n-skx
6083 - type: "table"
6084   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6085   algorithm: "table_oper_data_html"
6086   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6087   data: "vpp-perf-results-3n-skx"
6088   filter: "all"
6089
6090 # Test Operational Data - VPP Performance Operational Data 2n-skx
6091 - type: "table"
6092   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6093   algorithm: "table_oper_data_html"
6094   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6095   data: "vpp-perf-results-2n-skx"
6096   filter: "all"
6097
6098 # Test Operational Data - VPP Performance Operational Data 2n-clx
6099 - type: "table"
6100   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6101   algorithm: "table_oper_data_html"
6102   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6103   data: "vpp-perf-results-2n-clx"
6104   filter: "all"
6105
6106 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6107 - type: "table"
6108   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6109   algorithm: "table_oper_data_html"
6110   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6111   data: "vpp-perf-results-3n-tsh"
6112   filter: "all"
6113
6114 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6115 - type: "table"
6116   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6117   algorithm: "table_oper_data_html"
6118   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6119   data: "vpp-perf-results-3n-dnv"
6120   filter: "all"
6121
6122 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6123 - type: "table"
6124   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6125   algorithm: "table_oper_data_html"
6126   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6127   data: "vpp-perf-results-2n-dnv"
6128   filter: "all"
6129
6130 # Detailed Test Results - VPP MRR Results 3n-hsw
6131 - type: "table"
6132   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6133   algorithm: "table_merged_details"
6134   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6135   columns:
6136     - title: " |prein| Test Name |preout| "
6137       data: "data name"
6138     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6139       data: "data msg"
6140   data: "vpp-mrr-results-3n-hsw"
6141   filter: "all"
6142   parameters:
6143   - "name"
6144   - "parent"
6145   - "msg"
6146
6147 # Detailed Test Results - VPP MRR Results 3n-skx
6148 - type: "table"
6149   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6150   algorithm: "table_merged_details"
6151   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6152   columns:
6153     - title: " |prein| Test Name |preout| "
6154       data: "data name"
6155     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6156       data: "data msg"
6157   data: "vpp-mrr-results-3n-skx"
6158   filter: "all"
6159   parameters:
6160   - "name"
6161   - "parent"
6162   - "msg"
6163
6164 # Detailed Test Results - VPP MRR Results 2n-skx
6165 - type: "table"
6166   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6167   algorithm: "table_merged_details"
6168   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6169   columns:
6170     - title: " |prein| Test Name |preout| "
6171       data: "data name"
6172     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6173       data: "data msg"
6174   data: "vpp-mrr-results-2n-skx"
6175   filter: "all"
6176   parameters:
6177   - "name"
6178   - "parent"
6179   - "msg"
6180
6181 # Detailed Test Results - VPP MRR Results 2n-clx
6182 - type: "table"
6183   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6184   algorithm: "table_merged_details"
6185   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6186   columns:
6187     - title: " |prein| Test Name |preout| "
6188       data: "data name"
6189     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6190       data: "data msg"
6191   data: "vpp-mrr-results-2n-clx"
6192   filter: "all"
6193   parameters:
6194   - "name"
6195   - "parent"
6196   - "msg"
6197
6198 # Detailed Test Results - VPP MRR Results 3n-tsh
6199 - type: "table"
6200   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6201   algorithm: "table_merged_details"
6202   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6203   columns:
6204     - title: " |prein| Test Name |preout| "
6205       data: "data name"
6206     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6207       data: "data msg"
6208   data: "vpp-mrr-results-3n-tsh"
6209   filter: "all"
6210   parameters:
6211   - "name"
6212   - "parent"
6213   - "msg"
6214
6215 # Detailed Test Results - VPP MRR Results 3n-dnv
6216 - type: "table"
6217   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6218   algorithm: "table_merged_details"
6219   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6220   columns:
6221     - title: " |prein| Test Name |preout| "
6222       data: "data name"
6223     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6224       data: "data msg"
6225   data: "vpp-mrr-results-3n-dnv"
6226   filter: "all"
6227   parameters:
6228   - "name"
6229   - "parent"
6230   - "msg"
6231
6232 # Detailed Test Results - VPP MRR Results 2n-dnv
6233 - type: "table"
6234   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6235   algorithm: "table_merged_details"
6236   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6237   columns:
6238     - title: " |prein| Test Name |preout| "
6239       data: "data name"
6240     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6241       data: "data msg"
6242   data: "vpp-mrr-results-2n-dnv"
6243   filter: "all"
6244   parameters:
6245   - "name"
6246   - "parent"
6247   - "msg"
6248
6249 # Test configuration - VPP MRR Test Configs 3n-hsw
6250 - type: "table"
6251   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6252   algorithm: "table_merged_details"
6253   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6254   columns:
6255     - title: " |prein| Test Name |preout| "
6256       data: "data name"
6257     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6258       data: "data conf-history"
6259   data: "vpp-mrr-results-3n-hsw"
6260   filter: "all"
6261   parameters:
6262   - "parent"
6263   - "name"
6264   - "conf-history"
6265
6266 # Test configuration - VPP MRR Test Configs 3n-skx
6267 - type: "table"
6268   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6269   algorithm: "table_merged_details"
6270   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6271   columns:
6272     - title: " |prein| Test Name |preout| "
6273       data: "data name"
6274     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6275       data: "data conf-history"
6276   data: "vpp-mrr-results-3n-skx"
6277   filter: "all"
6278   parameters:
6279   - "parent"
6280   - "name"
6281   - "conf-history"
6282
6283 # Test configuration - VPP MRR Test Configs 2n-skx
6284 - type: "table"
6285   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6286   algorithm: "table_merged_details"
6287   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6288   columns:
6289     - title: " |prein| Test Name |preout| "
6290       data: "data name"
6291     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6292       data: "data conf-history"
6293   data: "vpp-mrr-results-2n-skx"
6294   filter: "all"
6295   parameters:
6296   - "parent"
6297   - "name"
6298   - "conf-history"
6299
6300 # Test configuration - VPP MRR Test Configs 2n-clx
6301 - type: "table"
6302   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6303   algorithm: "table_merged_details"
6304   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6305   columns:
6306     - title: " |prein| Test Name |preout| "
6307       data: "data name"
6308     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6309       data: "data conf-history"
6310   data: "vpp-mrr-results-2n-clx"
6311   filter: "all"
6312   parameters:
6313   - "parent"
6314   - "name"
6315   - "conf-history"
6316
6317 # Test configuration - VPP MRR Test Configs 3n-tsh
6318 - type: "table"
6319   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6320   algorithm: "table_merged_details"
6321   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6322   columns:
6323     - title: " |prein| Test Name |preout| "
6324       data: "data name"
6325     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6326       data: "data conf-history"
6327   data: "vpp-mrr-results-3n-tsh"
6328   filter: "all"
6329   parameters:
6330   - "parent"
6331   - "name"
6332   - "conf-history"
6333
6334 # Test configuration - VPP MRR Test Configs 3n-dnv
6335 - type: "table"
6336   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6337   algorithm: "table_merged_details"
6338   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6339   columns:
6340     - title: " |prein| Test Name |preout| "
6341       data: "data name"
6342     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6343       data: "data conf-history"
6344   data: "vpp-mrr-results-3n-dnv"
6345   filter: "all"
6346   parameters:
6347   - "parent"
6348   - "name"
6349   - "conf-history"
6350
6351 # Test configuration - VPP MRR Test Configs 2n-dnv
6352 - type: "table"
6353   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6354   algorithm: "table_merged_details"
6355   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6356   columns:
6357     - title: " |prein| Test Name |preout| "
6358       data: "data name"
6359     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6360       data: "data conf-history"
6361   data: "vpp-mrr-results-2n-dnv"
6362   filter: "all"
6363   parameters:
6364   - "parent"
6365   - "name"
6366   - "conf-history"
6367
6368 # Detailed Test Results - VPP Device Results - Ubuntu
6369 - type: "table"
6370   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6371   algorithm: "table_merged_details"
6372   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6373   columns:
6374     - title: " |prein| Test Name |preout| "
6375       data: "data name"
6376     - title: " |prein| Status |preout| "
6377       data: "data status"
6378   data: "vpp-device-results-ubuntu"
6379   filter: "all"
6380   parameters:
6381   - "name"
6382   - "parent"
6383   - "doc"
6384   - "status"
6385
6386 # Test configuration - VPP Device Test Configs - Ubuntu
6387 - type: "table"
6388   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6389   algorithm: "table_merged_details"
6390   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6391   columns:
6392     - title: " |prein| Test Name |preout| "
6393       data: "data name"
6394     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6395       data: "data conf-history"
6396   data: "vpp-device-results-ubuntu"
6397   filter: "all"
6398   parameters:
6399   - "parent"
6400   - "name"
6401   - "conf-history"
6402
6403 ################################################################################
6404
6405 # DPDK Performance Changes 3n-hsw 1t1c pdr
6406 - type: "table"
6407   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6408   algorithm: "table_comparison"
6409   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6411   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6412   columns:
6413     - title: "2001"
6414       data-set: "dpdk-performance-changes-3n-hsw-h1"
6415     - title: "2005"
6416       data-set: "dpdk-performance-changes-3n-hsw-ref"
6417     - title: "2009"
6418       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6419   comparisons:
6420     - title: "Diff"
6421       reference: 2
6422       compare: 3
6423   legend:
6424     - ""
6425     - "2001, 2005, 2009 - DPDK versions tested."
6426     - "Diff - difference between 2005 and 2009 DPDK version."
6427
6428 # DPDK Performance Changes 3n-hsw 2t2c pdr
6429 - type: "table"
6430   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6431   algorithm: "table_comparison"
6432   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6433   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6434   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6435   columns:
6436     - title: "2001"
6437       data-set: "dpdk-performance-changes-3n-hsw-h1"
6438     - title: "2005"
6439       data-set: "dpdk-performance-changes-3n-hsw-ref"
6440     - title: "2009"
6441       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6442   comparisons:
6443     - title: "Diff"
6444       reference: 2
6445       compare: 3
6446   legend:
6447     - ""
6448     - "2001, 2005, 2009 - DPDK versions tested."
6449     - "Diff - difference between 2005 and 2009 DPDK version."
6450
6451 # DPDK Performance Changes 3n-hsw 1t1c pdr
6452 - type: "table"
6453   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6454   algorithm: "table_comparison"
6455   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6457   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6458   columns:
6459     - title: "2001"
6460       data-set: "dpdk-performance-changes-3n-hsw-h1"
6461     - title: "2005"
6462       data-set: "dpdk-performance-changes-3n-hsw-ref"
6463     - title: "2009"
6464       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6465   comparisons:
6466     - title: "Diff"
6467       reference: 2
6468       compare: 3
6469   legend:
6470     - ""
6471     - "2001, 2005, 2009 - DPDK versions tested."
6472     - "Diff - difference between 2005 and 2009 DPDK version."
6473
6474 # DPDK Performance Changes 3n-hsw 2t2c ndr
6475 - type: "table"
6476   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6477   algorithm: "table_comparison"
6478   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6480   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6481   columns:
6482     - title: "2001"
6483       data-set: "dpdk-performance-changes-3n-hsw-h1"
6484     - title: "2005"
6485       data-set: "dpdk-performance-changes-3n-hsw-ref"
6486     - title: "2009"
6487       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6488   comparisons:
6489     - title: "Diff"
6490       reference: 2
6491       compare: 3
6492   legend:
6493     - ""
6494     - "2001, 2005, 2009 - DPDK versions tested."
6495     - "Diff - difference between 2005 and 2009 DPDK version."
6496
6497 # DPDK Performance Changes 3n-skx 2t1c pdr
6498 - type: "table"
6499   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6500   algorithm: "table_comparison"
6501   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6503   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6504   columns:
6505     - title: "2001"
6506       data-set: "dpdk-performance-changes-3n-skx-h1"
6507     - title: "2005"
6508       data-set: "dpdk-performance-changes-3n-skx-ref"
6509     - title: "2009"
6510       data-set: "dpdk-performance-changes-3n-skx-cmp"
6511   comparisons:
6512     - title: "Diff"
6513       reference: 2
6514       compare: 3
6515   legend:
6516     - ""
6517     - "2001, 2005, 2009 - DPDK versions tested."
6518     - "Diff - difference between 2005 and 2009 DPDK version."
6519
6520 # DPDK Performance Changes 3n-skx 4t2c pdr
6521 - type: "table"
6522   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6523   algorithm: "table_comparison"
6524   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6526   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6527   columns:
6528     - title: "2001"
6529       data-set: "dpdk-performance-changes-3n-skx-h1"
6530     - title: "2005"
6531       data-set: "dpdk-performance-changes-3n-skx-ref"
6532     - title: "2009"
6533       data-set: "dpdk-performance-changes-3n-skx-cmp"
6534   comparisons:
6535     - title: "Diff"
6536       reference: 2
6537       compare: 3
6538   legend:
6539     - ""
6540     - "2001, 2005, 2009 - DPDK versions tested."
6541     - "Diff - difference between 2005 and 2009 DPDK version."
6542
6543 # DPDK Performance Changes 3n-skx 2t1c ndr
6544 - type: "table"
6545   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6546   algorithm: "table_comparison"
6547   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6549   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6550   columns:
6551     - title: "2001"
6552       data-set: "dpdk-performance-changes-3n-skx-h1"
6553     - title: "2005"
6554       data-set: "dpdk-performance-changes-3n-skx-ref"
6555     - title: "2009"
6556       data-set: "dpdk-performance-changes-3n-skx-cmp"
6557   comparisons:
6558     - title: "Diff"
6559       reference: 2
6560       compare: 3
6561   legend:
6562     - ""
6563     - "2001, 2005, 2009 - DPDK versions tested."
6564     - "Diff - difference between 2005 and 2009 DPDK version."
6565
6566 # DPDK Performance Changes 3n-skx 4t2c ndr
6567 - type: "table"
6568   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6569   algorithm: "table_comparison"
6570   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6572   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6573   columns:
6574     - title: "2001"
6575       data-set: "dpdk-performance-changes-3n-skx-h1"
6576     - title: "2005"
6577       data-set: "dpdk-performance-changes-3n-skx-ref"
6578     - title: "2009"
6579       data-set: "dpdk-performance-changes-3n-skx-cmp"
6580   comparisons:
6581     - title: "Diff"
6582       reference: 2
6583       compare: 3
6584   legend:
6585     - ""
6586     - "2001, 2005, 2009 - DPDK versions tested."
6587     - "Diff - difference between 2005 and 2009 DPDK version."
6588
6589 # DPDK Performance Changes 2n-skx 2t1c pdr
6590 - type: "table"
6591   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6592   algorithm: "table_comparison"
6593   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6595   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6596   columns:
6597     - title: "2001"
6598       data-set: "dpdk-performance-changes-2n-skx-h1"
6599     - title: "2005"
6600       data-set: "dpdk-performance-changes-2n-skx-ref"
6601     - title: "2009"
6602       data-set: "dpdk-performance-changes-2n-skx-cmp"
6603   comparisons:
6604     - title: "Diff"
6605       reference: 2
6606       compare: 3
6607   legend:
6608     - ""
6609     - "2001, 2005, 2009 - DPDK versions tested."
6610     - "Diff - difference between 2005 and 2009 DPDK version."
6611
6612 # DPDK Performance Changes 2n-skx 4t2c pdr
6613 - type: "table"
6614   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6615   algorithm: "table_comparison"
6616   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6617   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6618   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6619   columns:
6620     - title: "2001"
6621       data-set: "dpdk-performance-changes-2n-skx-h1"
6622     - title: "2005"
6623       data-set: "dpdk-performance-changes-2n-skx-ref"
6624     - title: "2009"
6625       data-set: "dpdk-performance-changes-2n-skx-cmp"
6626   comparisons:
6627     - title: "Diff"
6628       reference: 2
6629       compare: 3
6630   legend:
6631     - ""
6632     - "2001, 2005, 2009 - DPDK versions tested."
6633     - "Diff - difference between 2005 and 2009 DPDK version."
6634
6635 # DPDK Performance Changes 2n-skx 2t1c ndr
6636 - type: "table"
6637   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6638   algorithm: "table_comparison"
6639   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6640   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6641   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6642   columns:
6643     - title: "2001"
6644       data-set: "dpdk-performance-changes-2n-skx-h1"
6645     - title: "2005"
6646       data-set: "dpdk-performance-changes-2n-skx-ref"
6647     - title: "2009"
6648       data-set: "dpdk-performance-changes-2n-skx-cmp"
6649   comparisons:
6650     - title: "Diff"
6651       reference: 2
6652       compare: 3
6653   legend:
6654     - ""
6655     - "2001, 2005, 2009 - DPDK versions tested."
6656     - "Diff - difference between 2005 and 2009 DPDK version."
6657
6658 # DPDK Performance Changes 2n-skx 4t2c ndr
6659 - type: "table"
6660   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6661   algorithm: "table_comparison"
6662   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6664   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6665   columns:
6666     - title: "2001"
6667       data-set: "dpdk-performance-changes-2n-skx-h1"
6668     - title: "2005"
6669       data-set: "dpdk-performance-changes-2n-skx-ref"
6670     - title: "2009"
6671       data-set: "dpdk-performance-changes-2n-skx-cmp"
6672   comparisons:
6673     - title: "Diff"
6674       reference: 2
6675       compare: 3
6676   legend:
6677     - ""
6678     - "2001, 2005, 2009 - DPDK versions tested."
6679     - "Diff - difference between 2005 and 2009 DPDK version."
6680
6681 # DPDK Performance Changes 2n-clx 2t1c pdr
6682 - type: "table"
6683   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6684   algorithm: "table_comparison"
6685   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6687   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6688   columns:
6689     - title: "2001"
6690       data-set: "dpdk-performance-changes-2n-clx-h1"
6691     - title: "2005"
6692       data-set: "dpdk-performance-changes-2n-clx-ref"
6693     - title: "2009"
6694       data-set: "dpdk-performance-changes-2n-clx-cmp"
6695   comparisons:
6696     - title: "Diff"
6697       reference: 2
6698       compare: 3
6699   legend:
6700     - ""
6701     - "2001, 2005, 2009 - DPDK versions tested."
6702     - "Diff - difference between 2005 and 2009 DPDK version."
6703
6704 # DPDK Performance Changes 2n-clx 4t2c pdr
6705 - type: "table"
6706   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6707   algorithm: "table_comparison"
6708   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6709   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6710   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6711   columns:
6712     - title: "2001"
6713       data-set: "dpdk-performance-changes-2n-clx-h1"
6714     - title: "2005"
6715       data-set: "dpdk-performance-changes-2n-clx-ref"
6716     - title: "2009"
6717       data-set: "dpdk-performance-changes-2n-clx-cmp"
6718   comparisons:
6719     - title: "Diff"
6720       reference: 2
6721       compare: 3
6722   legend:
6723     - ""
6724     - "2001, 2005, 2009 - DPDK versions tested."
6725     - "Diff - difference between 2005 and 2009 DPDK version."
6726
6727 # DPDK Performance Changes 2n-clx 2t1c ndr
6728 - type: "table"
6729   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6730   algorithm: "table_comparison"
6731   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6733   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6734   columns:
6735     - title: "2001"
6736       data-set: "dpdk-performance-changes-2n-clx-h1"
6737     - title: "2005"
6738       data-set: "dpdk-performance-changes-2n-clx-ref"
6739     - title: "2009"
6740       data-set: "dpdk-performance-changes-2n-clx-cmp"
6741   comparisons:
6742     - title: "Diff"
6743       reference: 2
6744       compare: 3
6745   legend:
6746     - ""
6747     - "2001, 2005, 2009 - DPDK versions tested."
6748     - "Diff - difference between 2005 and 2009 DPDK version."
6749
6750 # DPDK Performance Changes 2n-clx 4t2c ndr
6751 - type: "table"
6752   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6753   algorithm: "table_comparison"
6754   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6755   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6756   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6757   columns:
6758     - title: "2001"
6759       data-set: "dpdk-performance-changes-2n-clx-h1"
6760     - title: "2005"
6761       data-set: "dpdk-performance-changes-2n-clx-ref"
6762     - title: "2009"
6763       data-set: "dpdk-performance-changes-2n-clx-cmp"
6764   comparisons:
6765     - title: "Diff"
6766       reference: 2
6767       compare: 3
6768   legend:
6769     - ""
6770     - "2001, 2005, 2009 - DPDK versions tested."
6771     - "Diff - difference between 2005 and 2009 DPDK version."
6772
6773 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6774 #- type: "table"
6775 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6776 #  algorithm: "table_comparison"
6777 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6778 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6779 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6780 #  columns:
6781 #    - title: "2001"
6782 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6783 #    - title: "2005"
6784 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6785 #    - title: "2009"
6786 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6787 #  comparisons:
6788 #    - title: "Diff"
6789 #      reference: 2
6790 #      compare: 3
6791 #  legend:
6792 #    - ""
6793 #    - "2001, 2005, 2009 - DPDK versions tested."
6794 #    - "Diff - difference between 2005 and 2009 DPDK version."
6795 #
6796 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6797 #- type: "table"
6798 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6799 #  algorithm: "table_comparison"
6800 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6801 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6802 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6803 #  columns:
6804 #    - title: "2001"
6805 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6806 #    - title: "2005"
6807 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6808 #    - title: "2009"
6809 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6810 #  comparisons:
6811 #    - title: "Diff"
6812 #      reference: 2
6813 #      compare: 3
6814 #  legend:
6815 #    - ""
6816 #    - "2001, 2005, 2009 - DPDK versions tested."
6817 #    - "Diff - difference between 2005 and 2009 DPDK version."
6818 #
6819 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6820 #- type: "table"
6821 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6822 #  algorithm: "table_comparison"
6823 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6824 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6825 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6826 #  columns:
6827 #    - title: "2001"
6828 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6829 #    - title: "2005"
6830 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6831 #    - title: "2009"
6832 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6833 #  comparisons:
6834 #    - title: "Diff"
6835 #      reference: 2
6836 #      compare: 3
6837 #  legend:
6838 #    - ""
6839 #    - "2001, 2005, 2009 - DPDK versions tested."
6840 #    - "Diff - difference between 2005 and 2009 DPDK version."
6841 #
6842 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6843 #- type: "table"
6844 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6845 #  algorithm: "table_comparison"
6846 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6847 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6848 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6849 #  columns:
6850 #    - title: "2001"
6851 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6852 #    - title: "2005"
6853 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6854 #    - title: "2009"
6855 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6856 #  comparisons:
6857 #    - title: "Diff"
6858 #      reference: 2
6859 #      compare: 3
6860 #  legend:
6861 #    - ""
6862 #    - "2001, 2005, 2009 - DPDK versions tested."
6863 #    - "Diff - difference between 2005 and 2009 DPDK version."
6864 #
6865 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6866 #- type: "table"
6867 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6868 #  algorithm: "table_comparison"
6869 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6870 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6871 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6872 #  columns:
6873 #    - title: "2001"
6874 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6875 #    - title: "2005"
6876 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6877 #    - title: "2009"
6878 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6879 #  comparisons:
6880 #    - title: "Diff"
6881 #      reference: 2
6882 #      compare: 3
6883 #  legend:
6884 #    - ""
6885 #    - "2001, 2005, 2009 - DPDK versions tested."
6886 #    - "Diff - difference between 2005 and 2009 DPDK version."
6887 #
6888 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6889 #- type: "table"
6890 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6891 #  algorithm: "table_comparison"
6892 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6893 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6894 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6895 #  columns:
6896 #    - title: "2001"
6897 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6898 #    - title: "2005"
6899 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6900 #    - title: "2009"
6901 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6902 #  comparisons:
6903 #    - title: "Diff"
6904 #      reference: 2
6905 #      compare: 3
6906 #  legend:
6907 #    - ""
6908 #    - "2001, 2005, 2009 - DPDK versions tested."
6909 #    - "Diff - difference between 2005 and 2009 DPDK version."
6910 #
6911 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6912 #- type: "table"
6913 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6914 #  algorithm: "table_comparison"
6915 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6916 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6917 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6918 #  columns:
6919 #    - title: "2001"
6920 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6921 #    - title: "2005"
6922 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6923 #    - title: "2009"
6924 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6925 #  comparisons:
6926 #    - title: "Diff"
6927 #      reference: 2
6928 #      compare: 3
6929 #  legend:
6930 #    - ""
6931 #    - "2001, 2005, 2009 - DPDK versions tested."
6932 #    - "Diff - difference between 2005 and 2009 DPDK version."
6933 #
6934 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6935 #- type: "table"
6936 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6937 #  algorithm: "table_comparison"
6938 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6939 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6940 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6941 #  columns:
6942 #    - title: "2001"
6943 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6944 #    - title: "2005"
6945 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6946 #    - title: "2009"
6947 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6948 #  comparisons:
6949 #    - title: "Diff"
6950 #      reference: 2
6951 #      compare: 3
6952 #  legend:
6953 #    - ""
6954 #    - "2001, 2005, 2009 - DPDK versions tested."
6955 #    - "Diff - difference between 2005 and 2009 DPDK version."
6956
6957 # DPDK Performance Changes 3n-tsh 1t1c pdr
6958 - type: "table"
6959   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6960   algorithm: "table_comparison"
6961   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6962   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6963   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6964   columns:
6965     - title: "2001"
6966       data-set: "dpdk-performance-changes-3n-tsh-h1"
6967     - title: "2005"
6968       data-set: "dpdk-performance-changes-3n-tsh-ref"
6969     - title: "2009"
6970       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6971   comparisons:
6972     - title: "Diff"
6973       reference: 2
6974       compare: 3
6975   legend:
6976     - ""
6977     - "2001, 2005, 2009 - DPDK versions tested."
6978     - "Diff - difference between 2005 and 2009 DPDK version."
6979
6980 # DPDK Performance Changes 3n-tsh 2t2c pdr
6981 - type: "table"
6982   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6983   algorithm: "table_comparison"
6984   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6985   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6986   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6987   columns:
6988     - title: "2001"
6989       data-set: "dpdk-performance-changes-3n-tsh-h1"
6990     - title: "2005"
6991       data-set: "dpdk-performance-changes-3n-tsh-ref"
6992     - title: "2009"
6993       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6994   comparisons:
6995     - title: "Diff"
6996       reference: 2
6997       compare: 3
6998   legend:
6999     - ""
7000     - "2001, 2005, 2009 - DPDK versions tested."
7001     - "Diff - difference between 2005 and 2009 DPDK version."
7002
7003 # DPDK Performance Changes 3n-tsh 1t1c ndr
7004 - type: "table"
7005   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7006   algorithm: "table_comparison"
7007   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7008   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7009   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7010   columns:
7011     - title: "2001"
7012       data-set: "dpdk-performance-changes-3n-tsh-h1"
7013     - title: "2005"
7014       data-set: "dpdk-performance-changes-3n-tsh-ref"
7015     - title: "2009"
7016       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7017   comparisons:
7018     - title: "Diff"
7019       reference: 2
7020       compare: 3
7021   legend:
7022     - ""
7023     - "2001, 2005, 2009 - DPDK versions tested."
7024     - "Diff - difference between 2005 and 2009 DPDK version."
7025
7026 # DPDK Performance Changes 3n-tsh 2t2c ndr
7027 - type: "table"
7028   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7029   algorithm: "table_comparison"
7030   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7031   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7032   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7033   columns:
7034     - title: "2001"
7035       data-set: "dpdk-performance-changes-3n-tsh-h1"
7036     - title: "2005"
7037       data-set: "dpdk-performance-changes-3n-tsh-ref"
7038     - title: "2009"
7039       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7040   comparisons:
7041     - title: "Diff"
7042       reference: 2
7043       compare: 3
7044   legend:
7045     - ""
7046     - "2001, 2005, 2009 - DPDK versions tested."
7047     - "Diff - difference between 2005 and 2009 DPDK version."
7048
7049 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7050 - type: "table"
7051   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7052   algorithm: "table_comparison"
7053   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7054   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7055   filter: "'NIC_Intel-X710'"
7056   columns:
7057     - title: "3n-hsw x710"
7058       data-set: "dpdk-compare-testbeds-ref"
7059     - title: "3n-skx x710"
7060       data-set: "dpdk-compare-testbeds-cmp"
7061   comparisons:
7062     - title: "Diff"
7063       reference: 1
7064       compare: 2
7065   legend:
7066     - ""
7067     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7068     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7069
7070 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7071 - type: "table"
7072   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7073   algorithm: "table_comparison"
7074   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7075   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7076   filter: "'NIC_Intel-X710'"
7077   columns:
7078     - title: "3n-hsw x710"
7079       data-set: "dpdk-compare-testbeds-ref"
7080     - title: "3n-skx x710"
7081       data-set: "dpdk-compare-testbeds-cmp"
7082   comparisons:
7083     - title: "Diff"
7084       reference: 1
7085       compare: 2
7086   legend:
7087     - ""
7088     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7089     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7090
7091 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7092 - type: "table"
7093   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7094   algorithm: "table_comparison"
7095   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7097   filter: "'NIC_Intel-XXV710'"
7098   columns:
7099     - title: "2n-skx"
7100       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7101     - title: "2n-clx"
7102       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7103   comparisons:
7104     - title: "Diff"
7105       reference: 1
7106       compare: 2
7107   legend:
7108     - ""
7109     - "2n-skx, 2n-clx - testbeds and NICs tested."
7110     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7111
7112 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7113 - type: "table"
7114   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7115   algorithm: "table_comparison"
7116   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7118   filter: "'NIC_Intel-XXV710'"
7119   columns:
7120     - title: "2n-skx"
7121       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7122     - title: "2n-clx"
7123       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7124   comparisons:
7125     - title: "Diff"
7126       reference: 1
7127       compare: 2
7128   legend:
7129     - ""
7130     - "2n-skx, 2n-clx - testbeds and NICs tested."
7131     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7132
7133 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7134 - type: "table"
7135   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7136   algorithm: "table_comparison"
7137   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7139   filter: "'NIC_Intel-XXV710'"
7140   columns:
7141     - title: "3n-skx"
7142       data-set: "dpdk-compare-topologies-ref"
7143     - title: "2n-skx"
7144       data-set: "dpdk-compare-topologies-cmp"
7145   comparisons:
7146     - title: "Diff"
7147       reference: 1
7148       compare: 2
7149   legend:
7150     - ""
7151     - "3n-skx, 2n-skx - topologies tested."
7152     - "Diff - difference between 3n-skx and 2n-skx topologies."
7153
7154 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7155 - type: "table"
7156   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7157   algorithm: "table_comparison"
7158   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7159   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7160   filter: "'NIC_Intel-XXV710'"
7161   columns:
7162     - title: "3n-skx"
7163       data-set: "dpdk-compare-topologies-ref"
7164     - title: "2n-skx"
7165       data-set: "dpdk-compare-topologies-cmp"
7166   comparisons:
7167     - title: "Diff"
7168       reference: 1
7169       compare: 2
7170   legend:
7171     - ""
7172     - "3n-skx, 2n-skx - topologies tested."
7173     - "Diff - difference between 3n-skx and 2n-skx topologies."
7174
7175 # Detailed Test Results - DPDK Performance Results 3n-hsw
7176 - type: "table"
7177   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7178   algorithm: "table_merged_details"
7179   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7180   columns:
7181     - title: " |prein| Test Name |preout| "
7182       data: "data name"
7183     - 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| "
7184       data: "data msg"
7185   data: "dpdk-perf-results-3n-hsw"
7186   filter: "all"
7187   parameters:
7188   - "name"
7189   - "parent"
7190   - "msg"
7191
7192 # Detailed Test Results - DPDK Performance Results 3n-skx
7193 - type: "table"
7194   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7195   algorithm: "table_merged_details"
7196   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7197   columns:
7198     - title: " |prein| Test Name |preout| "
7199       data: "data name"
7200     - 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| "
7201       data: "data msg"
7202   data: "dpdk-perf-results-3n-skx"
7203   filter: "all"
7204   remove-ndr: False
7205   parameters:
7206   - "name"
7207   - "parent"
7208   - "msg"
7209
7210 # Detailed Test Results - DPDK Performance Results 2n-skx
7211 - type: "table"
7212   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7213   algorithm: "table_merged_details"
7214   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7215   columns:
7216     - title: " |prein| Test Name |preout| "
7217       data: "data name"
7218     - 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| "
7219       data: "data msg"
7220   data: "dpdk-perf-results-2n-skx"
7221   filter: "all"
7222   remove-ndr: False
7223   parameters:
7224   - "name"
7225   - "parent"
7226   - "msg"
7227
7228 # Detailed Test Results - DPDK Performance Results 2n-clx
7229 - type: "table"
7230   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7231   algorithm: "table_merged_details"
7232   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7233   columns:
7234     - title: " |prein| Test Name |preout| "
7235       data: "data name"
7236     - 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| "
7237       data: "data msg"
7238   data: "dpdk-perf-results-2n-clx"
7239   filter: "all"
7240   parameters:
7241   - "name"
7242   - "parent"
7243   - "msg"
7244
7245 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7246 #- type: "table"
7247 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7248 #  algorithm: "table_merged_details"
7249 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7250 #  columns:
7251 #    - title: " |prein| Test Name |preout| "
7252 #      data: "data name"
7253 #    - 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| "
7254 #      data: "data msg"
7255 #  data: "dpdk-perf-results-2n-dnv"
7256 #  filter: "all"
7257 #  parameters:
7258 #  - "name"
7259 #  - "parent"
7260 #  - "msg"
7261 #
7262 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7263 #- type: "table"
7264 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7265 #  algorithm: "table_merged_details"
7266 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7267 #  columns:
7268 #    - title: " |prein| Test Name |preout| "
7269 #      data: "data name"
7270 #    - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7271 #      data: "data msg"
7272 #  data: "dpdk-perf-results-3n-dnv"
7273 #  filter: "all"
7274 #  parameters:
7275 #  - "name"
7276 #  - "parent"
7277 #  - "msg"
7278
7279 # Detailed Test Results - DPDK Performance Results 3n-tsh
7280 - type: "table"
7281   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7282   algorithm: "table_merged_details"
7283   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7284   columns:
7285     - title: " |prein| Test Name |preout| "
7286       data: "data name"
7287     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7288       data: "data msg"
7289   data: "dpdk-perf-results-3n-tsh"
7290   filter: "all"
7291   parameters:
7292   - "name"
7293   - "parent"
7294   - "msg"
7295
7296 ################################################################################
7297 ###                                F I L E S                                 ###
7298 ################################################################################
7299
7300 # VPP Performance Results
7301 - type: "file"
7302   title: "VPP Performance Results"
7303   algorithm: "file_details_split"
7304   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7305   dir-tables:
7306     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7307     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7308     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7309     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7310     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7311     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7312     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7313   data:
7314     - "vpp-perf-results-2n-skx"
7315     - "vpp-perf-results-3n-skx"
7316     - "vpp-perf-results-2n-clx"
7317     - "vpp-perf-results-3n-hsw"
7318     - "vpp-perf-results-3n-tsh"
7319     - "vpp-perf-results-2n-dnv"
7320     - "vpp-perf-results-3n-dnv"
7321   filter: "all"
7322   data-start-level: 4
7323   order-chapters:
7324     level-1:
7325       - "l2"
7326       - "ip4"
7327       - "ip6"
7328       - "srv6"
7329       - "ip4_tunnels"
7330       - "ip6_tunnels"
7331       - "vm_vhost"
7332       - "container_memif"
7333       - "crypto"
7334       - "vts"
7335       - "lb"
7336       - "nfv_density"
7337       - "hoststack"
7338     level-2:
7339       - "2n-skx"
7340       - "3n-skx"
7341       - "2n-clx"
7342       - "3n-hsw"
7343       - "3n-tsh"
7344       - "2n-dnv"
7345       - "3n-dnv"
7346     level-3:
7347       - "xl710"
7348       - "x520"
7349       - "xxv710"
7350       - "x710"
7351       - "x553"
7352       - "cx556a"
7353       - "vic1227"
7354       - "vic1385"
7355
7356 # VPP Performance Configuration
7357 - type: "file"
7358   title: "VPP Performance Configuration"
7359   algorithm: "file_details_split"
7360   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7361   dir-tables:
7362     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7363     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7364     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7365     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7366     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7367     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7368     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7369   data:
7370     - "vpp-perf-results-2n-skx"
7371     - "vpp-perf-results-3n-skx"
7372     - "vpp-perf-results-2n-clx"
7373     - "vpp-perf-results-3n-hsw"
7374     - "vpp-perf-results-3n-tsh"
7375     - "vpp-perf-results-2n-dnv"
7376     - "vpp-perf-results-3n-dnv"
7377   filter: "all"
7378   data-start-level: 4
7379   order-chapters:
7380     level-1:
7381       - "l2"
7382       - "ip4"
7383       - "ip6"
7384       - "srv6"
7385       - "ip4_tunnels"
7386       - "ip6_tunnels"
7387       - "vm_vhost"
7388       - "container_memif"
7389       - "crypto"
7390       - "vts"
7391       - "lb"
7392       - "nfv_density"
7393       - "hoststack"
7394     level-2:
7395       - "2n-skx"
7396       - "3n-skx"
7397       - "2n-clx"
7398       - "3n-hsw"
7399       - "3n-tsh"
7400       - "2n-dnv"
7401       - "3n-dnv"
7402     level-3:
7403       - "xl710"
7404       - "x520"
7405       - "xxv710"
7406       - "x710"
7407       - "x553"
7408       - "cx556a"
7409       - "vic1227"
7410       - "vic1385"
7411
7412 # VPP Performance Operational
7413 - type: "file"
7414   title: "VPP Performance Operational"
7415   algorithm: "file_details_split_html"
7416   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7417   dir-tables:
7418     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7419     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7420     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7421     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7422     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7423     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7424     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7425   data:
7426     - "vpp-perf-results-2n-skx"
7427     - "vpp-perf-results-3n-skx"
7428     - "vpp-perf-results-2n-clx"
7429     - "vpp-perf-results-3n-hsw"
7430     - "vpp-perf-results-3n-tsh"
7431     - "vpp-perf-results-2n-dnv"
7432     - "vpp-perf-results-3n-dnv"
7433   filter: "all"
7434   data-start-level: 4
7435   order-chapters:
7436     level-1:
7437       - "l2"
7438       - "ip4"
7439       - "ip6"
7440       - "srv6"
7441       - "ip4_tunnels"
7442       - "ip6_tunnels"
7443       - "vm_vhost"
7444       - "container_memif"
7445       - "crypto"
7446       - "vts"
7447       - "lb"
7448       - "nfv_density"
7449       - "hoststack"
7450     level-2:
7451       - "2n-skx"
7452       - "3n-skx"
7453       - "2n-clx"
7454       - "3n-hsw"
7455       - "3n-tsh"
7456       - "2n-dnv"
7457       - "3n-dnv"
7458     level-3:
7459       - "xl710"
7460       - "x520"
7461       - "xxv710"
7462       - "x710"
7463       - "x553"
7464       - "cx556a"
7465       - "vic1227"
7466       - "vic1385"
7467
7468 # VPP MRR Results
7469 - type: "file"
7470   title: "VPP MRR Results"
7471   algorithm: "file_details_split"
7472   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7473   dir-tables:
7474     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7475     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7476     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7477     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7478     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7479     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7480     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7481   data:
7482     - "vpp-mrr-results-2n-skx"
7483     - "vpp-mrr-results-3n-skx"
7484     - "vpp-mrr-results-2n-clx"
7485     - "vpp-mrr-results-3n-hsw"
7486     - "vpp-mrr-results-3n-tsh"
7487     - "vpp-mrr-results-2n-dnv"
7488     - "vpp-mrr-results-3n-dnv"
7489   filter: "all"
7490   data-start-level: 4
7491   order-chapters:
7492     level-1:
7493       - "l2"
7494       - "ip4"
7495       - "ip6"
7496       - "srv6"
7497       - "ip4_tunnels"
7498       - "ip6_tunnels"
7499       - "vm_vhost"
7500       - "container_memif"
7501       - "crypto"
7502       - "vts"
7503       - "lb"
7504       - "nfv_density"
7505       - "hoststack"
7506     level-2:
7507       - "2n-skx"
7508       - "3n-skx"
7509       - "2n-clx"
7510       - "3n-hsw"
7511       - "3n-tsh"
7512       - "2n-dnv"
7513       - "3n-dnv"
7514     level-3:
7515       - "xl710"
7516       - "x520"
7517       - "xxv710"
7518       - "x710"
7519       - "x553"
7520       - "cx556a"
7521       - "vic1227"
7522       - "vic1385"
7523
7524 # VPP MRR Configuration
7525 - type: "file"
7526   title: "VPP MRR Configuration"
7527   algorithm: "file_details_split"
7528   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7529   dir-tables:
7530     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7531     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7532     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7533     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7534     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7535     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7536     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7537   data:
7538     - "vpp-mrr-results-2n-skx"
7539     - "vpp-mrr-results-3n-skx"
7540     - "vpp-mrr-results-2n-clx"
7541     - "vpp-mrr-results-3n-hsw"
7542     - "vpp-mrr-results-3n-tsh"
7543     - "vpp-mrr-results-2n-dnv"
7544     - "vpp-mrr-results-3n-dnv"
7545   filter: "all"
7546   data-start-level: 4
7547   order-chapters:
7548     level-1:
7549       - "l2"
7550       - "ip4"
7551       - "ip6"
7552       - "srv6"
7553       - "ip4_tunnels"
7554       - "ip6_tunnels"
7555       - "vm_vhost"
7556       - "container_memif"
7557       - "crypto"
7558       - "vts"
7559       - "lb"
7560       - "nfv_density"
7561       - "hoststack"
7562     level-2:
7563       - "2n-skx"
7564       - "3n-skx"
7565       - "2n-clx"
7566       - "3n-hsw"
7567       - "3n-tsh"
7568       - "2n-dnv"
7569       - "3n-dnv"
7570     level-3:
7571       - "xl710"
7572       - "x520"
7573       - "xxv710"
7574       - "x710"
7575       - "x553"
7576       - "cx556a"
7577       - "vic1227"
7578       - "vic1385"
7579
7580 # VPP Device Results - Ubuntu
7581 - type: "file"
7582   title: "VPP Device Results - Ubuntu"
7583   algorithm: "file_test_results"
7584   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7585   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7586   data: "vpp-device-results-ubuntu"
7587   filter: "all"
7588   data-start-level: 4
7589
7590 # VPP Device Configuration - Ubuntu
7591 - type: "file"
7592   title: "VPP Device Configuration - Ubuntu"
7593   algorithm: "file_test_results"
7594   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7595   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7596   data: "vpp-device-results-ubuntu"
7597   filter: "all"
7598   data-start-level: 4
7599
7600 # DPDK Performance Results 3n-hsw
7601 - type: "file"
7602   title: "DPDK Performance Results 3n-hsw"
7603   algorithm: "file_test_results"
7604   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7605   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7606   data: "dpdk-perf-results-3n-hsw"
7607   filter: "all"
7608   data-start-level: 4
7609
7610 # DPDK Performance Results 3n-skx
7611 - type: "file"
7612   title: "DPDK Performance Results 3n-skx"
7613   algorithm: "file_test_results"
7614   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7615   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7616   data: "dpdk-perf-results-3n-skx"
7617   filter: "all"
7618   data-start-level: 4
7619
7620 # DPDK Performance Results 2n-skx
7621 - type: "file"
7622   title: "DPDK Performance Results 2n-skx"
7623   algorithm: "file_test_results"
7624   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7625   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7626   data: "dpdk-perf-results-2n-skx"
7627   filter: "all"
7628   data-start-level: 4
7629
7630 # DPDK Performance Results 2n-clx
7631 - type: "file"
7632   title: "DPDK Performance Results 2n-clx"
7633   algorithm: "file_test_results"
7634   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7635   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7636   data: "dpdk-perf-results-2n-clx"
7637   filter: "all"
7638   data-start-level: 4
7639
7640 ## DPDK Performance Results 2n-dnv
7641 #- type: "file"
7642 #  title: "DPDK Performance Results 2n-dnv"
7643 #  algorithm: "file_test_results"
7644 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7645 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7646 #  data: "dpdk-perf-results-2n-dnv"
7647 #  filter: "all"
7648 #  data-start-level: 4
7649 #
7650 ## DPDK Performance Results 3n-dnv
7651 #- type: "file"
7652 #  title: "DPDK Performance Results 3n-dnv"
7653 #  algorithm: "file_test_results"
7654 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7655 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7656 #  data: "dpdk-perf-results-3n-dnv"
7657 #  filter: "all"
7658 #  data-start-level: 4
7659
7660 # DPDK Performance Results 3n-tsh
7661 - type: "file"
7662   title: "DPDK Performance Results 3n-tsh"
7663   algorithm: "file_test_results"
7664   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7665   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7666   data: "dpdk-perf-results-3n-tsh"
7667   filter: "all"
7668   data-start-level: 4
7669
7670 ################################################################################
7671 ###                                P L O T S                                 ###
7672 ################################################################################
7673
7674 # Hoststack tests 3n-hsw
7675
7676 - type: "plot"
7677   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7678   algorithm: "plot_perf_box_name"
7679   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7680   data: "plot-vpp-hoststack-3n-hsw"
7681   include:
7682     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7683     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7684   layout:
7685     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7686     layout: "plot-hoststack"
7687
7688 - type: "plot"
7689   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7690   algorithm: "plot_perf_box_name"
7691   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7692   data: "plot-vpp-hoststack-3n-hsw"
7693   include:
7694     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7695     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7696   layout:
7697     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7698     layout: "plot-hoststack"
7699
7700 - type: "plot"
7701   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7702   algorithm: "plot_perf_box_name"
7703   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7704   data: "plot-vpp-hoststack-3n-hsw"
7705   include:
7706     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7707     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7708     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7709     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7710   layout:
7711     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7712     layout: "plot-hoststack"
7713
7714 ################################################################################
7715
7716 # Soak Test (PLRsearch), boxes - 2n-clx
7717 - type: "plot"
7718   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7719   algorithm: "plot_perf_box_name"
7720   output-file-type: ".html"
7721   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7722   data: "plot-vpp-soak-2n-clx"
7723   include:
7724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7730   layout:
7731     title: "30 Minutes Soak Test (PLRsearch)"
7732     layout: "plot-soak-throughput"
7733
7734 # Soak Test (PLRsearch), boxes - 2n-clx
7735 - type: "plot"
7736   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7737   algorithm: "plot_perf_box_name"
7738   output-file-type: ".html"
7739   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7740   data: "plot-vpp-soak-2n-clx"
7741   include:
7742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7744     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7745     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7747     - "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"
7748   layout:
7749     title: "30 Minutes Soak Test (PLRsearch)"
7750     layout: "plot-soak-throughput"
7751
7752 # Soak Test (PLRsearch), boxes - 2n-skx
7753 - type: "plot"
7754   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7755   algorithm: "plot_perf_box_name"
7756   output-file-type: ".html"
7757   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7758   data: "plot-vpp-soak-2n-skx"
7759   include:
7760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7766   layout:
7767     title: "30 Minutes Soak Test (PLRsearch)"
7768     layout: "plot-soak-throughput"
7769
7770 # Soak Test (PLRsearch), boxes - 2n-skx
7771 - type: "plot"
7772   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7773   algorithm: "plot_perf_box_name"
7774   output-file-type: ".html"
7775   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7776   data: "plot-vpp-soak-2n-skx"
7777   include:
7778     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7779     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7780     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7781     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7783     - "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"
7784   layout:
7785     title: "30 Minutes Soak Test (PLRsearch)"
7786     layout: "plot-soak-throughput"
7787
7788 ###############################################################################
7789
7790 # Reconf tests 2n-skx
7791
7792 - type: "plot"
7793   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7794   algorithm: "plot_nf_reconf_box_name"
7795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7796   data: "plot-vpp-nfv-reconf-2n-skx"
7797   include:
7798     - "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"
7799     - "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"
7800     - "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"
7801     - "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"
7802     - "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"
7803     - "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"
7804   layout:
7805     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7806     layout: "plot-throughput"
7807
7808 - type: "plot"
7809   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7810   algorithm: "plot_nf_reconf_box_name"
7811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7812   data: "plot-vpp-nfv-reconf-2n-skx"
7813   include:
7814     - "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"
7815     - "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"
7816     - "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"
7817     - "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"
7818     - "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"
7819     - "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"
7820   layout:
7821     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7822     layout: "plot-throughput"
7823
7824 - type: "plot"
7825   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7826   algorithm: "plot_nf_reconf_box_name"
7827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7828   data: "plot-vpp-nfv-reconf-2n-skx"
7829   include:
7830     - "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"
7831     - "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"
7832     - "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"
7833     - "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"
7834     - "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"
7835     - "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"
7836   layout:
7837     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7838     layout: "plot-throughput"
7839
7840 ###############################################################################
7841
7842 # Reconf tests 2n-clx
7843
7844 - type: "plot"
7845   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7846   algorithm: "plot_nf_reconf_box_name"
7847   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7848   data: "plot-vpp-nfv-reconf-2n-clx"
7849   include:
7850     - "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"
7851     - "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"
7852     - "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"
7853     - "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"
7854   layout:
7855     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7856     layout: "plot-throughput"
7857
7858 - type: "plot"
7859   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7860   algorithm: "plot_nf_reconf_box_name"
7861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7862   data: "plot-vpp-nfv-reconf-2n-clx"
7863   include:
7864     - "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"
7865     - "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"
7866     - "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"
7867     - "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"
7868   layout:
7869     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7870     layout: "plot-throughput"
7871
7872 - type: "plot"
7873   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7874   algorithm: "plot_nf_reconf_box_name"
7875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7876   data: "plot-vpp-nfv-reconf-2n-clx"
7877   include:
7878     - "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"
7879     - "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"
7880     - "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"
7881     - "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"
7882   layout:
7883     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7884     layout: "plot-throughput"
7885
7886 ###############################################################################
7887
7888 # Plots - NF Density - VSC - MRR IMIX
7889 - type: "plot"
7890   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7891   algorithm: "plot_nf_heatmap"
7892   output-file-type: ".html"
7893   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7894   data: "plot-vpp-nfv-2n-skx-mrr"
7895   filter: "'NIC_Intel-XXV710' and
7896            'NF_DENSITY' and
7897            'VHOST' and
7898            not 'VXLAN' and
7899            'CHAIN' and
7900            'NF_VPPIP4' and
7901            'IMIX' and
7902            '2T1C' and
7903            'MRR'"
7904   parameters:
7905   - "result"
7906   - "name"
7907   - "tags"
7908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7909   x-axis: "X = VNFs per Service Chain"
7910   y-axis: "Y = Number of Service Chains"
7911   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7912   layout:
7913     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7914     layout: "plot-service-density"
7915
7916 - type: "plot"
7917   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7918   algorithm: "plot_nf_heatmap"
7919   output-file-type: ".html"
7920   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7921   data: "plot-vpp-nfv-2n-skx-mrr"
7922   filter: "'NIC_Intel-XXV710' and
7923            'NF_DENSITY' and
7924            'VHOST' and
7925            not 'VXLAN' and
7926            'CHAIN' and
7927            'NF_VPPIP4' and
7928            'IMIX' and
7929            '4T2C' and
7930            'MRR'"
7931   parameters:
7932   - "result"
7933   - "name"
7934   - "tags"
7935   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7936   x-axis: "X = VNFs per Service Chain"
7937   y-axis: "Y = Number of Service Chains"
7938   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7939   layout:
7940     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7941     layout: "plot-service-density"
7942
7943 - type: "plot"
7944   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7945   algorithm: "plot_nf_heatmap"
7946   output-file-type: ".html"
7947   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7948   data: "plot-vpp-nfv-2n-skx-mrr"
7949   filter: "'NIC_Intel-XXV710' and
7950            'NF_DENSITY' and
7951            'VHOST' and
7952            not 'VXLAN' and
7953            'CHAIN' and
7954            'NF_VPPIP4' and
7955            'IMIX' and
7956            '8T4C' and
7957            'MRR'"
7958   parameters:
7959   - "result"
7960   - "name"
7961   - "tags"
7962   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7963   x-axis: "X = VNFs per Service Chain"
7964   y-axis: "Y = Number of Service Chains"
7965   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7966   layout:
7967     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7968     layout: "plot-service-density"
7969
7970 # Plots - NF Density - VSC - NDR IMIX
7971 - type: "plot"
7972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7973   algorithm: "plot_nf_heatmap"
7974   output-file-type: ".html"
7975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7976   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7977   filter: "'NIC_Intel-XXV710' and
7978            'NF_DENSITY' and
7979            'VHOST' and
7980            not 'VXLAN' and
7981            'CHAIN' and
7982            'NF_VPPIP4' and
7983            'IMIX' and
7984            '2T1C' and
7985            'NDRPDR'"
7986   parameters:
7987   - "throughput"
7988   - "name"
7989   - "tags"
7990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7991   x-axis: "X = VNFs per Service Chain"
7992   y-axis: "Y = Number of Service Chains"
7993   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7994   layout:
7995     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7996     layout: "plot-service-density"
7997
7998 - type: "plot"
7999   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8000   algorithm: "plot_nf_heatmap"
8001   output-file-type: ".html"
8002   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8003   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8004   filter: "'NIC_Intel-XXV710' and
8005            'NF_DENSITY' and
8006            'VHOST' and
8007            not 'VXLAN' and
8008            'CHAIN' and
8009            'NF_VPPIP4' and
8010            'IMIX' and
8011            '4T2C' and
8012            'NDRPDR'"
8013   parameters:
8014   - "throughput"
8015   - "name"
8016   - "tags"
8017   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8018   x-axis: "X = VNFs per Service Chain"
8019   y-axis: "Y = Number of Service Chains"
8020   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8021   layout:
8022     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8023     layout: "plot-service-density"
8024
8025 - type: "plot"
8026   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8027   algorithm: "plot_nf_heatmap"
8028   output-file-type: ".html"
8029   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8030   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8031   filter: "'NIC_Intel-XXV710' and
8032            'NF_DENSITY' and
8033            'VHOST' and
8034            not 'VXLAN' and
8035            'CHAIN' and
8036            'NF_VPPIP4' and
8037            'IMIX' and
8038            '8T4C' and
8039            'NDRPDR'"
8040   parameters:
8041   - "throughput"
8042   - "name"
8043   - "tags"
8044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8045   x-axis: "X = VNFs per Service Chain"
8046   y-axis: "Y = Number of Service Chains"
8047   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8048   layout:
8049     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8050     layout: "plot-service-density"
8051
8052 # Plots - NF Density - VSC - PDR IMIX
8053 - type: "plot"
8054   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8055   algorithm: "plot_nf_heatmap"
8056   output-file-type: ".html"
8057   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8058   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8059   filter: "'NIC_Intel-XXV710' and
8060            'NF_DENSITY' and
8061            'VHOST' and
8062            not 'VXLAN' and
8063            'CHAIN' and
8064            'NF_VPPIP4' and
8065            'IMIX' and
8066            '2T1C' and
8067            'NDRPDR'"
8068   parameters:
8069   - "throughput"
8070   - "name"
8071   - "tags"
8072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8073   x-axis: "X = VNFs per Service Chain"
8074   y-axis: "Y = Number of Service Chains"
8075   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8076   layout:
8077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8078     layout: "plot-service-density"
8079
8080 - type: "plot"
8081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8082   algorithm: "plot_nf_heatmap"
8083   output-file-type: ".html"
8084   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8085   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8086   filter: "'NIC_Intel-XXV710' and
8087            'NF_DENSITY' and
8088            'VHOST' and
8089            not 'VXLAN' and
8090            'CHAIN' and
8091            'NF_VPPIP4' and
8092            'IMIX' and
8093            '4T2C' and
8094            'NDRPDR'"
8095   parameters:
8096   - "throughput"
8097   - "name"
8098   - "tags"
8099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8100   x-axis: "X = VNFs per Service Chain"
8101   y-axis: "Y = Number of Service Chains"
8102   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8103   layout:
8104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8105     layout: "plot-service-density"
8106
8107 - type: "plot"
8108   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8109   algorithm: "plot_nf_heatmap"
8110   output-file-type: ".html"
8111   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8112   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8113   filter: "'NIC_Intel-XXV710' and
8114            'NF_DENSITY' and
8115            'VHOST' and
8116            not 'VXLAN' and
8117            'CHAIN' and
8118            'NF_VPPIP4' and
8119            'IMIX' and
8120            '8T4C' and
8121            'NDRPDR'"
8122   parameters:
8123   - "throughput"
8124   - "name"
8125   - "tags"
8126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8127   x-axis: "X = VNFs per Service Chain"
8128   y-axis: "Y = Number of Service Chains"
8129   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8130   layout:
8131     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8132     layout: "plot-service-density"
8133
8134 ###############################################################################
8135
8136 # Plots - NF Density - VSC - MRR IMIX
8137 - type: "plot"
8138   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8139   algorithm: "plot_nf_heatmap"
8140   output-file-type: ".html"
8141   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8142   data: "plot-vpp-nfv-2n-skx-mrr"
8143   filter: "'NIC_Intel-XXV710' and
8144            'NF_DENSITY' and
8145            'VHOST' and
8146            'VXLAN' and
8147            'CHAIN' and
8148            'IMIX' and
8149            '2T1C' and
8150            'MRR'"
8151   parameters:
8152   - "result"
8153   - "name"
8154   - "tags"
8155   include-tests: "MRR" # "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 MRR) [Mpps]"
8159   layout:
8160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8161     layout: "plot-service-density"
8162
8163 - type: "plot"
8164   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8165   algorithm: "plot_nf_heatmap"
8166   output-file-type: ".html"
8167   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8168   data: "plot-vpp-nfv-2n-skx-mrr"
8169   filter: "'NIC_Intel-XXV710' and
8170            'NF_DENSITY' and
8171            'VHOST' and
8172            'VXLAN' and
8173            'CHAIN' and
8174            'IMIX' and
8175            '4T2C' and
8176            'MRR'"
8177   parameters:
8178   - "result"
8179   - "name"
8180   - "tags"
8181   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8182   x-axis: "X = VNFs per Service Chain"
8183   y-axis: "Y = Number of Service Chains"
8184   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8185   layout:
8186     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8187     layout: "plot-service-density"
8188
8189 - type: "plot"
8190   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8191   algorithm: "plot_nf_heatmap"
8192   output-file-type: ".html"
8193   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8194   data: "plot-vpp-nfv-2n-skx-mrr"
8195   filter: "'NIC_Intel-XXV710' and
8196            'NF_DENSITY' and
8197            'VHOST' and
8198            'VXLAN' and
8199            'CHAIN' and
8200            'IMIX' and
8201            '8T4C' and
8202            'MRR'"
8203   parameters:
8204   - "result"
8205   - "name"
8206   - "tags"
8207   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8208   x-axis: "X = VNFs per Service Chain"
8209   y-axis: "Y = Number of Service Chains"
8210   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8211   layout:
8212     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8213     layout: "plot-service-density"
8214
8215 # Plots - NF Density - VSC - NDR IMIX
8216 - type: "plot"
8217   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8218   algorithm: "plot_nf_heatmap"
8219   output-file-type: ".html"
8220   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8221   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8222   filter: "'NIC_Intel-XXV710' and
8223            'NF_DENSITY' and
8224            'VHOST' and
8225            'VXLAN' and
8226            'CHAIN' and
8227            'IMIX' and
8228            '2T1C' and
8229            'NDRPDR'"
8230   parameters:
8231   - "throughput"
8232   - "name"
8233   - "tags"
8234   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8235   x-axis: "X = VNFs per Service Chain"
8236   y-axis: "Y = Number of Service Chains"
8237   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8238   layout:
8239     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8240     layout: "plot-service-density"
8241
8242 - type: "plot"
8243   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8244   algorithm: "plot_nf_heatmap"
8245   output-file-type: ".html"
8246   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8247   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8248   filter: "'NIC_Intel-XXV710' and
8249            'NF_DENSITY' and
8250            'VHOST' and
8251            'VXLAN' and
8252            'CHAIN' and
8253            'IMIX' and
8254            '4T2C' and
8255            'NDRPDR'"
8256   parameters:
8257   - "throughput"
8258   - "name"
8259   - "tags"
8260   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8261   x-axis: "X = VNFs per Service Chain"
8262   y-axis: "Y = Number of Service Chains"
8263   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8264   layout:
8265     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8266     layout: "plot-service-density"
8267
8268 - type: "plot"
8269   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8270   algorithm: "plot_nf_heatmap"
8271   output-file-type: ".html"
8272   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8273   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8274   filter: "'NIC_Intel-XXV710' and
8275            'NF_DENSITY' and
8276            'VHOST' and
8277            'VXLAN' and
8278            'CHAIN' and
8279            'IMIX' and
8280            '8T4C' and
8281            'NDRPDR'"
8282   parameters:
8283   - "throughput"
8284   - "name"
8285   - "tags"
8286   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8287   x-axis: "X = VNFs per Service Chain"
8288   y-axis: "Y = Number of Service Chains"
8289   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8290   layout:
8291     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8292     layout: "plot-service-density"
8293
8294 # Plots - NF Density - VSC - PDR IMIX
8295 - type: "plot"
8296   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8297   algorithm: "plot_nf_heatmap"
8298   output-file-type: ".html"
8299   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8300   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8301   filter: "'NIC_Intel-XXV710' and
8302            'NF_DENSITY' and
8303            'VHOST' and
8304            'VXLAN' and
8305            'CHAIN' and
8306            'IMIX' and
8307            '2T1C' and
8308            'NDRPDR'"
8309   parameters:
8310   - "throughput"
8311   - "name"
8312   - "tags"
8313   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8314   x-axis: "X = VNFs per Service Chain"
8315   y-axis: "Y = Number of Service Chains"
8316   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8317   layout:
8318     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8319     layout: "plot-service-density"
8320
8321 - type: "plot"
8322   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8323   algorithm: "plot_nf_heatmap"
8324   output-file-type: ".html"
8325   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8326   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8327   filter: "'NIC_Intel-XXV710' and
8328            'NF_DENSITY' and
8329            'VHOST' and
8330            'VXLAN' and
8331            'CHAIN' and
8332            'IMIX' and
8333            '4T2C' and
8334            'NDRPDR'"
8335   parameters:
8336   - "throughput"
8337   - "name"
8338   - "tags"
8339   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8340   x-axis: "X = VNFs per Service Chain"
8341   y-axis: "Y = Number of Service Chains"
8342   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8343   layout:
8344     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8345     layout: "plot-service-density"
8346
8347 - type: "plot"
8348   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8349   algorithm: "plot_nf_heatmap"
8350   output-file-type: ".html"
8351   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8352   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8353   filter: "'NIC_Intel-XXV710' and
8354            'NF_DENSITY' and
8355            'VHOST' and
8356            'VXLAN' and
8357            'CHAIN' and
8358            'IMIX' and
8359            '8T4C' and
8360            'NDRPDR'"
8361   parameters:
8362   - "throughput"
8363   - "name"
8364   - "tags"
8365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8366   x-axis: "X = VNFs per Service Chain"
8367   y-axis: "Y = Number of Service Chains"
8368   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8369   layout:
8370     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8371     layout: "plot-service-density"
8372
8373 ###############################################################################
8374
8375 # Plots - NF Density - CSC - MRR IMIX
8376 - type: "plot"
8377   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8378   algorithm: "plot_nf_heatmap"
8379   output-file-type: ".html"
8380   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8381   data: "plot-vpp-nfv-2n-skx-mrr"
8382   filter: "'NIC_Intel-XXV710' and
8383            'NF_DENSITY' and
8384            'DOCKER' and
8385            'CHAIN' and
8386            'NF_VPPIP4' and
8387            'IMIX' and
8388            '2T1C' and
8389            'MRR'"
8390   parameters:
8391   - "result"
8392   - "name"
8393   - "tags"
8394   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8395   x-axis: "X = CNFs per Service Chain"
8396   y-axis: "Y = Number of Service Chains"
8397   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8398   layout:
8399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8400     layout: "plot-service-density"
8401
8402 - type: "plot"
8403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8404   algorithm: "plot_nf_heatmap"
8405   output-file-type: ".html"
8406   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8407   data: "plot-vpp-nfv-2n-skx-mrr"
8408   filter: "'NIC_Intel-XXV710' and
8409            'NF_DENSITY' and
8410            'DOCKER' and
8411            'CHAIN' and
8412            'NF_VPPIP4' and
8413            'IMIX' and
8414            '4T2C' and
8415            'MRR'"
8416   parameters:
8417   - "result"
8418   - "name"
8419   - "tags"
8420   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8421   x-axis: "X = CNFs per Service Chain"
8422   y-axis: "Y = Number of Service Chains"
8423   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8424   layout:
8425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8426     layout: "plot-service-density"
8427
8428 - type: "plot"
8429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8430   algorithm: "plot_nf_heatmap"
8431   output-file-type: ".html"
8432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8433   data: "plot-vpp-nfv-2n-skx-mrr"
8434   filter: "'NIC_Intel-XXV710' and
8435            'NF_DENSITY' and
8436            'DOCKER' and
8437            'CHAIN' and
8438            'NF_VPPIP4' and
8439            'IMIX' and
8440            '8T4C' and
8441            'MRR'"
8442   parameters:
8443   - "result"
8444   - "name"
8445   - "tags"
8446   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8447   x-axis: "X = CNFs per Service Chain"
8448   y-axis: "Y = Number of Service Chains"
8449   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8450   layout:
8451     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8452     layout: "plot-service-density"
8453
8454 # Plots - NF Density - CSC - NDR IMIX
8455 - type: "plot"
8456   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8457   algorithm: "plot_nf_heatmap"
8458   output-file-type: ".html"
8459   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8460   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8461   filter: "'NIC_Intel-XXV710' and
8462            'NF_DENSITY' and
8463            'DOCKER' and
8464            'CHAIN' and
8465            'NF_VPPIP4' and
8466            'IMIX' and
8467            '2T1C' and
8468            'NDRPDR'"
8469   parameters:
8470   - "throughput"
8471   - "name"
8472   - "tags"
8473   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8474   x-axis: "X = CNFs per Service Chain"
8475   y-axis: "Y = Number of Service Chains"
8476   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8477   layout:
8478     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8479     layout: "plot-service-density"
8480
8481 - type: "plot"
8482   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8483   algorithm: "plot_nf_heatmap"
8484   output-file-type: ".html"
8485   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8486   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8487   filter: "'NIC_Intel-XXV710' and
8488            'NF_DENSITY' and
8489            'DOCKER' and
8490            'CHAIN' and
8491            'NF_VPPIP4' and
8492            'IMIX' and
8493            '4T2C' and
8494            'NDRPDR'"
8495   parameters:
8496   - "throughput"
8497   - "name"
8498   - "tags"
8499   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8500   x-axis: "X = CNFs per Service Chain"
8501   y-axis: "Y = Number of Service Chains"
8502   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8503   layout:
8504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8505     layout: "plot-service-density"
8506
8507 - type: "plot"
8508   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8509   algorithm: "plot_nf_heatmap"
8510   output-file-type: ".html"
8511   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8512   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8513   filter: "'NIC_Intel-XXV710' and
8514            'NF_DENSITY' and
8515            'DOCKER' and
8516            'CHAIN' and
8517            'NF_VPPIP4' and
8518            'IMIX' and
8519            '8T4C' and
8520            'NDRPDR'"
8521   parameters:
8522   - "throughput"
8523   - "name"
8524   - "tags"
8525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8526   x-axis: "X = CNFs per Service Chain"
8527   y-axis: "Y = Number of Service Chains"
8528   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8529   layout:
8530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8531     layout: "plot-service-density"
8532
8533 # Plots - NF Density - CSC - PDR IMIX
8534 - type: "plot"
8535   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8536   algorithm: "plot_nf_heatmap"
8537   output-file-type: ".html"
8538   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8539   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8540   filter: "'NIC_Intel-XXV710' and
8541            'NF_DENSITY' and
8542            'DOCKER' and
8543            'CHAIN' and
8544            'NF_VPPIP4' and
8545            'IMIX' and
8546            '2T1C' and
8547            'NDRPDR'"
8548   parameters:
8549   - "throughput"
8550   - "name"
8551   - "tags"
8552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8553   x-axis: "X = CNFs per Service Chain"
8554   y-axis: "Y = Number of Service Chains"
8555   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8556   layout:
8557     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8558     layout: "plot-service-density"
8559
8560 - type: "plot"
8561   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8562   algorithm: "plot_nf_heatmap"
8563   output-file-type: ".html"
8564   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8565   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8566   filter: "'NIC_Intel-XXV710' and
8567            'NF_DENSITY' and
8568            'DOCKER' and
8569            'CHAIN' and
8570            'NF_VPPIP4' and
8571            'IMIX' and
8572            '4T2C' and
8573            'NDRPDR'"
8574   parameters:
8575   - "throughput"
8576   - "name"
8577   - "tags"
8578   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8579   x-axis: "X = CNFs per Service Chain"
8580   y-axis: "Y = Number of Service Chains"
8581   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8582   layout:
8583     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8584     layout: "plot-service-density"
8585
8586 - type: "plot"
8587   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8588   algorithm: "plot_nf_heatmap"
8589   output-file-type: ".html"
8590   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8591   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8592   filter: "'NIC_Intel-XXV710' and
8593            'NF_DENSITY' and
8594            'DOCKER' and
8595            'CHAIN' and
8596            'NF_VPPIP4' and
8597            'IMIX' and
8598            '8T4C' and
8599            'NDRPDR'"
8600   parameters:
8601   - "throughput"
8602   - "name"
8603   - "tags"
8604   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8605   x-axis: "X = CNFs per Service Chain"
8606   y-axis: "Y = Number of Service Chains"
8607   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8608   layout:
8609     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8610     layout: "plot-service-density"
8611
8612 ################################################################################
8613 #
8614 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8615 #- type: "plot"
8616 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8617 #  algorithm: "plot_nf_heatmap"
8618 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8619 #  data: "plot-vpp-nfv-3n-skx-mrr"
8620 #  filter: "'NIC_Intel-XXV710' and
8621 #           'NF_DENSITY' and
8622 #           'DOCKER' and
8623 #           'CHAIN' and
8624 #           'NF_VPPIP4' and
8625 #           'IPSEC' and
8626 #           'TNL_4' and
8627 #           'IMIX' and
8628 #           '2T1C' and
8629 #           'MRR'"
8630 #  parameters:
8631 #  - "result"
8632 #  - "name"
8633 #  - "tags"
8634 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8635 #  x-axis: "X = CNFs per Service Chain"
8636 #  y-axis: "Y = Number of Service Chains"
8637 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8638 #  layout:
8639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8640 #    layout: "plot-service-density"
8641 #
8642 #- type: "plot"
8643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8644 #  algorithm: "plot_nf_heatmap"
8645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8646 #  data: "plot-vpp-nfv-3n-skx-mrr"
8647 #  filter: "'NIC_Intel-XXV710' and
8648 #           'NF_DENSITY' and
8649 #           'DOCKER' and
8650 #           'CHAIN' and
8651 #           'NF_VPPIP4' and
8652 #           'IPSEC' and
8653 #           'TNL_4' and
8654 #           'IMIX' and
8655 #           '4T2C' and
8656 #           'MRR'"
8657 #  parameters:
8658 #  - "result"
8659 #  - "name"
8660 #  - "tags"
8661 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8662 #  x-axis: "X = CNFs per Service Chain"
8663 #  y-axis: "Y = Number of Service Chains"
8664 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8665 #  layout:
8666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8667 #    layout: "plot-service-density"
8668 #
8669 #- type: "plot"
8670 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8671 #  algorithm: "plot_nf_heatmap"
8672 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8673 #  data: "plot-vpp-nfv-3n-skx-mrr"
8674 #  filter: "'NIC_Intel-XXV710' and
8675 #           'NF_DENSITY' and
8676 #           'DOCKER' and
8677 #           'CHAIN' and
8678 #           'NF_VPPIP4' and
8679 #           'IPSEC' and
8680 #           'TNL_4' and
8681 #           'IMIX' and
8682 #           '8T4C' and
8683 #           'MRR'"
8684 #  parameters:
8685 #  - "result"
8686 #  - "name"
8687 #  - "tags"
8688 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8689 #  x-axis: "X = CNFs per Service Chain"
8690 #  y-axis: "Y = Number of Service Chains"
8691 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8692 #  layout:
8693 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8694 #    layout: "plot-service-density"
8695
8696 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8697 #- type: "plot"
8698 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8699 #  algorithm: "plot_nf_heatmap"
8700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8701 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8702 #  filter: "'NIC_Intel-XXV710' and
8703 #           'NF_DENSITY' and
8704 #           'DOCKER' and
8705 #           'CHAIN' and
8706 #           'NF_VPPIP4' and
8707 #           'IPSEC' and
8708 #           'TNL_4' and
8709 #           'IMIX' and
8710 #           '2T1C' and
8711 #           'NDRPDR'"
8712 #  parameters:
8713 #  - "throughput"
8714 #  - "name"
8715 #  - "tags"
8716 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8717 #  x-axis: "X = CNFs per Service Chain"
8718 #  y-axis: "Y = Number of Service Chains"
8719 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8720 #  layout:
8721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8722 #    layout: "plot-service-density"
8723 #
8724 #- type: "plot"
8725 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8726 #  algorithm: "plot_nf_heatmap"
8727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8728 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8729 #  filter: "'NIC_Intel-XXV710' and
8730 #           'NF_DENSITY' and
8731 #           'DOCKER' and
8732 #           'CHAIN' and
8733 #           'NF_VPPIP4' and
8734 #           'IPSEC' and
8735 #           'TNL_4' and
8736 #           'IMIX' and
8737 #           '4T2C' and
8738 #           'NDRPDR'"
8739 #  parameters:
8740 #  - "throughput"
8741 #  - "name"
8742 #  - "tags"
8743 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8744 #  x-axis: "X = CNFs per Service Chain"
8745 #  y-axis: "Y = Number of Service Chains"
8746 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8747 #  layout:
8748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8749 #    layout: "plot-service-density"
8750 #
8751 #- type: "plot"
8752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8753 #  algorithm: "plot_nf_heatmap"
8754 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8755 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8756 #  filter: "'NIC_Intel-XXV710' and
8757 #           'NF_DENSITY' and
8758 #           'DOCKER' and
8759 #           'CHAIN' and
8760 #           'NF_VPPIP4' and
8761 #           'IPSEC' and
8762 #           'TNL_4' and
8763 #           'IMIX' and
8764 #           '8T4C' and
8765 #           'NDRPDR'"
8766 #  parameters:
8767 #  - "throughput"
8768 #  - "name"
8769 #  - "tags"
8770 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8771 #  x-axis: "X = CNFs per Service Chain"
8772 #  y-axis: "Y = Number of Service Chains"
8773 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8774 #  layout:
8775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8776 #    layout: "plot-service-density"
8777 #
8778 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8779 #- type: "plot"
8780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8781 #  algorithm: "plot_nf_heatmap"
8782 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8783 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8784 #  filter: "'NIC_Intel-XXV710' and
8785 #           'NF_DENSITY' and
8786 #           'DOCKER' and
8787 #           'CHAIN' and
8788 #           'NF_VPPIP4' and
8789 #           'IPSEC' and
8790 #           'TNL_4' and
8791 #           'IMIX' and
8792 #           '2T1C' and
8793 #           'NDRPDR'"
8794 #  parameters:
8795 #  - "throughput"
8796 #  - "name"
8797 #  - "tags"
8798 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8799 #  x-axis: "X = CNFs per Service Chain"
8800 #  y-axis: "Y = Number of Service Chains"
8801 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8802 #  layout:
8803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8804 #    layout: "plot-service-density"
8805 #
8806 #- type: "plot"
8807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8808 #  algorithm: "plot_nf_heatmap"
8809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8810 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8811 #  filter: "'NIC_Intel-XXV710' and
8812 #           'NF_DENSITY' and
8813 #           'DOCKER' and
8814 #           'CHAIN' and
8815 #           'NF_VPPIP4' and
8816 #           'IPSEC' and
8817 #           'TNL_4' and
8818 #           'IMIX' and
8819 #           '4T2C' and
8820 #           'NDRPDR'"
8821 #  parameters:
8822 #  - "throughput"
8823 #  - "name"
8824 #  - "tags"
8825 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8826 #  x-axis: "X = CNFs per Service Chain"
8827 #  y-axis: "Y = Number of Service Chains"
8828 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8829 #  layout:
8830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8831 #    layout: "plot-service-density"
8832 #
8833 #- type: "plot"
8834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8835 #  algorithm: "plot_nf_heatmap"
8836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8837 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8838 #  filter: "'NIC_Intel-XXV710' and
8839 #           'NF_DENSITY' and
8840 #           'DOCKER' and
8841 #           'CHAIN' and
8842 #           'NF_VPPIP4' and
8843 #           'IPSEC' and
8844 #           'TNL_4' and
8845 #           'IMIX' and
8846 #           '8T4C' and
8847 #           'NDRPDR'"
8848 #  parameters:
8849 #  - "throughput"
8850 #  - "name"
8851 #  - "tags"
8852 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8853 #  x-axis: "X = CNFs per Service Chain"
8854 #  y-axis: "Y = Number of Service Chains"
8855 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8856 #  layout:
8857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8858 #    layout: "plot-service-density"
8859
8860 ###############################################################################
8861
8862 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8863 #- type: "plot"
8864 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8865 #  algorithm: "plot_nf_heatmap"
8866 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8867 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8868 #  filter: "'NIC_Intel-XL710' and
8869 #           'NF_DENSITY' and
8870 #           'DOCKER' and
8871 #           'CHAIN' and
8872 #           'NF_VPPIP4' and
8873 #           'IMIX' and
8874 #           'TNL_4' and
8875 #           '1T1C' and
8876 #           'MRR'"
8877 #  parameters:
8878 #  - "result"
8879 #  - "name"
8880 #  - "tags"
8881 #  include-tests: "MRR" # "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 MRR) [Mpps]"
8885 #  layout:
8886 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8887 #    layout: "plot-service-density"
8888 #
8889 #- type: "plot"
8890 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8891 #  algorithm: "plot_nf_heatmap"
8892 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8893 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8894 #  filter: "'NIC_Intel-XL710' and
8895 #           'NF_DENSITY' and
8896 #           'DOCKER' and
8897 #           'CHAIN' and
8898 #           'NF_VPPIP4' and
8899 #           'IPSEC' and
8900 #           'TNL_4' and
8901 #           'IMIX' and
8902 #           '2T2C' and
8903 #           'MRR'"
8904 #  parameters:
8905 #  - "result"
8906 #  - "name"
8907 #  - "tags"
8908 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8909 #  x-axis: "X = CNFs per Service Chain"
8910 #  y-axis: "Y = Number of Service Chains"
8911 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8912 #  layout:
8913 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8914 #    layout: "plot-service-density"
8915 #
8916 #- type: "plot"
8917 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8918 #  algorithm: "plot_nf_heatmap"
8919 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8920 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8921 #  filter: "'NIC_Intel-XL710' and
8922 #           'NF_DENSITY' and
8923 #           'DOCKER' and
8924 #           'CHAIN' and
8925 #           'NF_VPPIP4' and
8926 #           'IPSEC' and
8927 #           'TNL_4' and
8928 #           'IMIX' and
8929 #           '4T4C' and
8930 #           'MRR'"
8931 #  parameters:
8932 #  - "result"
8933 #  - "name"
8934 #  - "tags"
8935 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8936 #  x-axis: "X = CNFs per Service Chain"
8937 #  y-axis: "Y = Number of Service Chains"
8938 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8939 #  layout:
8940 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8941 #    layout: "plot-service-density"
8942
8943 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8944 #- type: "plot"
8945 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8946 #  algorithm: "plot_nf_heatmap"
8947 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8948 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8949 #  filter: "'NIC_Intel-XL710' and
8950 #           'NF_DENSITY' and
8951 #           'DOCKER' and
8952 #           'CHAIN' and
8953 #           'NF_VPPIP4' and
8954 #           'IPSEC' and
8955 #           'TNL_4' and
8956 #           'IMIX' and
8957 #           '1T1C' and
8958 #           'NDRPDR'"
8959 #  parameters:
8960 #  - "throughput"
8961 #  - "name"
8962 #  - "tags"
8963 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8964 #  x-axis: "X = CNFs per Service Chain"
8965 #  y-axis: "Y = Number of Service Chains"
8966 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8967 #  layout:
8968 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8969 #    layout: "plot-service-density"
8970 #
8971 #- type: "plot"
8972 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8973 #  algorithm: "plot_nf_heatmap"
8974 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8975 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8976 #  filter: "'NIC_Intel-XL710' and
8977 #           'NF_DENSITY' and
8978 #           'DOCKER' and
8979 #           'CHAIN' and
8980 #           'NF_VPPIP4' and
8981 #           'IPSEC' and
8982 #           'TNL_4' and
8983 #           'IMIX' and
8984 #           '2T2C' and
8985 #           'NDRPDR'"
8986 #  parameters:
8987 #  - "throughput"
8988 #  - "name"
8989 #  - "tags"
8990 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8991 #  x-axis: "X = CNFs per Service Chain"
8992 #  y-axis: "Y = Number of Service Chains"
8993 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8994 #  layout:
8995 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8996 #    layout: "plot-service-density"
8997 #
8998 #- type: "plot"
8999 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9000 #  algorithm: "plot_nf_heatmap"
9001 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9002 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9003 #  filter: "'NIC_Intel-XL710' and
9004 #           'NF_DENSITY' and
9005 #           'DOCKER' and
9006 #           'CHAIN' and
9007 #           'NF_VPPIP4' and
9008 #           'IPSEC' and
9009 #           'TNL_4' and
9010 #           'IMIX' and
9011 #           '4T4C' and
9012 #           'NDRPDR'"
9013 #  parameters:
9014 #  - "throughput"
9015 #  - "name"
9016 #  - "tags"
9017 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9018 #  x-axis: "X = CNFs per Service Chain"
9019 #  y-axis: "Y = Number of Service Chains"
9020 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9021 #  layout:
9022 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9023 #    layout: "plot-service-density"
9024 #
9025 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9026 #- type: "plot"
9027 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9028 #  algorithm: "plot_nf_heatmap"
9029 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9030 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9031 #  filter: "'NIC_Intel-XL710' and
9032 #           'NF_DENSITY' and
9033 #           'DOCKER' and
9034 #           'CHAIN' and
9035 #           'NF_VPPIP4' and
9036 #           'IPSEC' and
9037 #           'TNL_4' and
9038 #           'IMIX' and
9039 #           '1T1C' and
9040 #           'NDRPDR'"
9041 #  parameters:
9042 #  - "throughput"
9043 #  - "name"
9044 #  - "tags"
9045 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9046 #  x-axis: "X = CNFs per Service Chain"
9047 #  y-axis: "Y = Number of Service Chains"
9048 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9049 #  layout:
9050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9051 #    layout: "plot-service-density"
9052 #
9053 #- type: "plot"
9054 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9055 #  algorithm: "plot_nf_heatmap"
9056 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9057 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9058 #  filter: "'NIC_Intel-XL710' and
9059 #           'NF_DENSITY' and
9060 #           'DOCKER' and
9061 #           'CHAIN' and
9062 #           'NF_VPPIP4' and
9063 #           'IPSEC' and
9064 #           'TNL_4' and
9065 #           'IMIX' and
9066 #           '2T2C' and
9067 #           'NDRPDR'"
9068 #  parameters:
9069 #  - "throughput"
9070 #  - "name"
9071 #  - "tags"
9072 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9073 #  x-axis: "X = CNFs per Service Chain"
9074 #  y-axis: "Y = Number of Service Chains"
9075 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9076 #  layout:
9077 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9078 #    layout: "plot-service-density"
9079 #
9080 #- type: "plot"
9081 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9082 #  algorithm: "plot_nf_heatmap"
9083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9084 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9085 #  filter: "'NIC_Intel-XL710' and
9086 #           'NF_DENSITY' and
9087 #           'DOCKER' and
9088 #           'CHAIN' and
9089 #           'NF_VPPIP4' and
9090 #           'IPSEC' and
9091 #           'TNL_4' and
9092 #           'IMIX' and
9093 #           '4T4C' and
9094 #           'NDRPDR'"
9095 #  parameters:
9096 #  - "throughput"
9097 #  - "name"
9098 #  - "tags"
9099 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9100 #  x-axis: "X = CNFs per Service Chain"
9101 #  y-axis: "Y = Number of Service Chains"
9102 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9103 #  layout:
9104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9105 #    layout: "plot-service-density"
9106
9107 ###############################################################################
9108
9109 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9110 #- type: "plot"
9111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9112 #  algorithm: "plot_nf_heatmap"
9113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9114 #  data: "plot-vpp-nfv-3n-skx-mrr"
9115 #  filter: "'NIC_Intel-XXV710' and
9116 #           'NF_DENSITY' and
9117 #           'DOCKER' and
9118 #           'CHAIN' and
9119 #           'NF_VPPIP4' and
9120 #           'IPSEC' and
9121 #           'TNL_1000' and
9122 #           'IMIX' and
9123 #           '2T1C' and
9124 #           'MRR'"
9125 #  parameters:
9126 #  - "result"
9127 #  - "name"
9128 #  - "tags"
9129 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9130 #  x-axis: "X = CNFs per Service Chain"
9131 #  y-axis: "Y = Number of Service Chains"
9132 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9133 #  layout:
9134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9135 #    layout: "plot-service-density"
9136 #
9137 #- type: "plot"
9138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9139 #  algorithm: "plot_nf_heatmap"
9140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9141 #  data: "plot-vpp-nfv-3n-skx-mrr"
9142 #  filter: "'NIC_Intel-XXV710' and
9143 #           'NF_DENSITY' and
9144 #           'DOCKER' and
9145 #           'CHAIN' and
9146 #           'NF_VPPIP4' and
9147 #           'IPSEC' and
9148 #           'TNL_1000' and
9149 #           'IMIX' and
9150 #           '4T2C' and
9151 #           'MRR'"
9152 #  parameters:
9153 #  - "result"
9154 #  - "name"
9155 #  - "tags"
9156 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9157 #  x-axis: "X = CNFs per Service Chain"
9158 #  y-axis: "Y = Number of Service Chains"
9159 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9160 #  layout:
9161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9162 #    layout: "plot-service-density"
9163 #
9164 #- type: "plot"
9165 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9166 #  algorithm: "plot_nf_heatmap"
9167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9168 #  data: "plot-vpp-nfv-3n-skx-mrr"
9169 #  filter: "'NIC_Intel-XXV710' and
9170 #           'NF_DENSITY' and
9171 #           'DOCKER' and
9172 #           'CHAIN' and
9173 #           'NF_VPPIP4' and
9174 #           'IPSEC' and
9175 #           'TNL_1000' and
9176 #           'IMIX' and
9177 #           '8T4C' and
9178 #           'MRR'"
9179 #  parameters:
9180 #  - "result"
9181 #  - "name"
9182 #  - "tags"
9183 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9184 #  x-axis: "X = CNFs per Service Chain"
9185 #  y-axis: "Y = Number of Service Chains"
9186 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9187 #  layout:
9188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9189 #    layout: "plot-service-density"
9190
9191 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9192 #- type: "plot"
9193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9194 #  algorithm: "plot_nf_heatmap"
9195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9196 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9197 #  filter: "'NIC_Intel-XXV710' and
9198 #           'NF_DENSITY' and
9199 #           'DOCKER' and
9200 #           'CHAIN' and
9201 #           'NF_VPPIP4' and
9202 #           'IPSEC' and
9203 #           'TNL_1000' and
9204 #           'IMIX' and
9205 #           '2T1C' and
9206 #           'NDRPDR'"
9207 #  parameters:
9208 #  - "throughput"
9209 #  - "name"
9210 #  - "tags"
9211 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9212 #  x-axis: "X = CNFs per Service Chain"
9213 #  y-axis: "Y = Number of Service Chains"
9214 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9215 #  layout:
9216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9217 #    layout: "plot-service-density"
9218 #
9219 #- type: "plot"
9220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9221 #  algorithm: "plot_nf_heatmap"
9222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9223 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9224 #  filter: "'NIC_Intel-XXV710' and
9225 #           'NF_DENSITY' and
9226 #           'DOCKER' and
9227 #           'CHAIN' and
9228 #           'NF_VPPIP4' and
9229 #           'IPSEC' and
9230 #           'TNL_1000' and
9231 #           'IMIX' and
9232 #           '4T2C' and
9233 #           'NDRPDR'"
9234 #  parameters:
9235 #  - "throughput"
9236 #  - "name"
9237 #  - "tags"
9238 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9239 #  x-axis: "X = CNFs per Service Chain"
9240 #  y-axis: "Y = Number of Service Chains"
9241 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9242 #  layout:
9243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9244 #    layout: "plot-service-density"
9245 #
9246 #- type: "plot"
9247 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9248 #  algorithm: "plot_nf_heatmap"
9249 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9250 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9251 #  filter: "'NIC_Intel-XXV710' and
9252 #           'NF_DENSITY' and
9253 #           'DOCKER' and
9254 #           'CHAIN' and
9255 #           'NF_VPPIP4' and
9256 #           'IPSEC' and
9257 #           'TNL_1000' and
9258 #           'IMIX' and
9259 #           '8T4C' and
9260 #           'NDRPDR'"
9261 #  parameters:
9262 #  - "throughput"
9263 #  - "name"
9264 #  - "tags"
9265 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9266 #  x-axis: "X = CNFs per Service Chain"
9267 #  y-axis: "Y = Number of Service Chains"
9268 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9269 #  layout:
9270 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9271 #    layout: "plot-service-density"
9272 #
9273 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9274 #- type: "plot"
9275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9276 #  algorithm: "plot_nf_heatmap"
9277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9278 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9279 #  filter: "'NIC_Intel-XXV710' and
9280 #           'NF_DENSITY' and
9281 #           'DOCKER' and
9282 #           'CHAIN' and
9283 #           'NF_VPPIP4' and
9284 #           'IPSEC' and
9285 #           'TNL_1000' and
9286 #           'IMIX' and
9287 #           '2T1C' and
9288 #           'NDRPDR'"
9289 #  parameters:
9290 #  - "throughput"
9291 #  - "name"
9292 #  - "tags"
9293 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9294 #  x-axis: "X = CNFs per Service Chain"
9295 #  y-axis: "Y = Number of Service Chains"
9296 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9297 #  layout:
9298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9299 #    layout: "plot-service-density"
9300 #
9301 #- type: "plot"
9302 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9303 #  algorithm: "plot_nf_heatmap"
9304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9305 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9306 #  filter: "'NIC_Intel-XXV710' and
9307 #           'NF_DENSITY' and
9308 #           'DOCKER' and
9309 #           'CHAIN' and
9310 #           'NF_VPPIP4' and
9311 #           'IPSEC' and
9312 #           'TNL_1000' and
9313 #           'IMIX' and
9314 #           '4T2C' and
9315 #           'NDRPDR'"
9316 #  parameters:
9317 #  - "throughput"
9318 #  - "name"
9319 #  - "tags"
9320 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9321 #  x-axis: "X = CNFs per Service Chain"
9322 #  y-axis: "Y = Number of Service Chains"
9323 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9324 #  layout:
9325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9326 #    layout: "plot-service-density"
9327 #
9328 #- type: "plot"
9329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9330 #  algorithm: "plot_nf_heatmap"
9331 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9332 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9333 #  filter: "'NIC_Intel-XXV710' and
9334 #           'NF_DENSITY' and
9335 #           'DOCKER' and
9336 #           'CHAIN' and
9337 #           'NF_VPPIP4' and
9338 #           'IPSEC' and
9339 #           'TNL_1000' and
9340 #           'IMIX' and
9341 #           '8T4C' and
9342 #           'NDRPDR'"
9343 #  parameters:
9344 #  - "throughput"
9345 #  - "name"
9346 #  - "tags"
9347 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9348 #  x-axis: "X = CNFs per Service Chain"
9349 #  y-axis: "Y = Number of Service Chains"
9350 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9351 #  layout:
9352 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9353 #    layout: "plot-service-density"
9354
9355 ###############################################################################
9356
9357 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9358 #- type: "plot"
9359 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9360 #  algorithm: "plot_nf_heatmap"
9361 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9362 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9363 #  filter: "'NIC_Intel-XL710' and
9364 #           'NF_DENSITY' and
9365 #           'DOCKER' and
9366 #           'CHAIN' and
9367 #           'NF_VPPIP4' and
9368 #           'IMIX' and
9369 #           'TNL_1000' and
9370 #           '1T1C' and
9371 #           'MRR'"
9372 #  parameters:
9373 #  - "result"
9374 #  - "name"
9375 #  - "tags"
9376 #  include-tests: "MRR" # "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 MRR) [Mpps]"
9380 #  layout:
9381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9382 #    layout: "plot-service-density"
9383 #
9384 #- type: "plot"
9385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9386 #  algorithm: "plot_nf_heatmap"
9387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9388 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9389 #  filter: "'NIC_Intel-XL710' and
9390 #           'NF_DENSITY' and
9391 #           'DOCKER' and
9392 #           'CHAIN' and
9393 #           'NF_VPPIP4' and
9394 #           'IPSEC' and
9395 #           'TNL_1000' and
9396 #           'IMIX' and
9397 #           '2T2C' and
9398 #           'MRR'"
9399 #  parameters:
9400 #  - "result"
9401 #  - "name"
9402 #  - "tags"
9403 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9404 #  x-axis: "X = CNFs per Service Chain"
9405 #  y-axis: "Y = Number of Service Chains"
9406 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9407 #  layout:
9408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9409 #    layout: "plot-service-density"
9410 #
9411 #- type: "plot"
9412 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9413 #  algorithm: "plot_nf_heatmap"
9414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9415 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9416 #  filter: "'NIC_Intel-XL710' and
9417 #           'NF_DENSITY' and
9418 #           'DOCKER' and
9419 #           'CHAIN' and
9420 #           'NF_VPPIP4' and
9421 #           'IPSEC' and
9422 #           'TNL_1000' and
9423 #           'IMIX' and
9424 #           '4T4C' and
9425 #           'MRR'"
9426 #  parameters:
9427 #  - "result"
9428 #  - "name"
9429 #  - "tags"
9430 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9431 #  x-axis: "X = CNFs per Service Chain"
9432 #  y-axis: "Y = Number of Service Chains"
9433 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9434 #  layout:
9435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9436 #    layout: "plot-service-density"
9437
9438 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9439 #- type: "plot"
9440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9441 #  algorithm: "plot_nf_heatmap"
9442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9443 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9444 #  filter: "'NIC_Intel-XL710' and
9445 #           'NF_DENSITY' and
9446 #           'DOCKER' and
9447 #           'CHAIN' and
9448 #           'NF_VPPIP4' and
9449 #           'IPSEC' and
9450 #           'TNL_1000' and
9451 #           'IMIX' and
9452 #           '1T1C' and
9453 #           'NDRPDR'"
9454 #  parameters:
9455 #  - "throughput"
9456 #  - "name"
9457 #  - "tags"
9458 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9459 #  x-axis: "X = CNFs per Service Chain"
9460 #  y-axis: "Y = Number of Service Chains"
9461 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9462 #  layout:
9463 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9464 #    layout: "plot-service-density"
9465 #
9466 #- type: "plot"
9467 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9468 #  algorithm: "plot_nf_heatmap"
9469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9470 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9471 #  filter: "'NIC_Intel-XL710' and
9472 #           'NF_DENSITY' and
9473 #           'DOCKER' and
9474 #           'CHAIN' and
9475 #           'NF_VPPIP4' and
9476 #           'IPSEC' and
9477 #           'TNL_1000' and
9478 #           'IMIX' and
9479 #           '2T2C' and
9480 #           'NDRPDR'"
9481 #  parameters:
9482 #  - "throughput"
9483 #  - "name"
9484 #  - "tags"
9485 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9486 #  x-axis: "X = CNFs per Service Chain"
9487 #  y-axis: "Y = Number of Service Chains"
9488 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9489 #  layout:
9490 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9491 #    layout: "plot-service-density"
9492 #
9493 #- type: "plot"
9494 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9495 #  algorithm: "plot_nf_heatmap"
9496 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9497 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9498 #  filter: "'NIC_Intel-XL710' and
9499 #           'NF_DENSITY' and
9500 #           'DOCKER' and
9501 #           'CHAIN' and
9502 #           'NF_VPPIP4' and
9503 #           'IPSEC' and
9504 #           'TNL_1000' and
9505 #           'IMIX' and
9506 #           '4T4C' and
9507 #           'NDRPDR'"
9508 #  parameters:
9509 #  - "throughput"
9510 #  - "name"
9511 #  - "tags"
9512 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9513 #  x-axis: "X = CNFs per Service Chain"
9514 #  y-axis: "Y = Number of Service Chains"
9515 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9516 #  layout:
9517 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9518 #    layout: "plot-service-density"
9519 #
9520 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9521 #- type: "plot"
9522 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9523 #  algorithm: "plot_nf_heatmap"
9524 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9525 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9526 #  filter: "'NIC_Intel-XL710' and
9527 #           'NF_DENSITY' and
9528 #           'DOCKER' and
9529 #           'CHAIN' and
9530 #           'NF_VPPIP4' and
9531 #           'IPSEC' and
9532 #           'TNL_1000' and
9533 #           'IMIX' and
9534 #           '1T1C' and
9535 #           'NDRPDR'"
9536 #  parameters:
9537 #  - "throughput"
9538 #  - "name"
9539 #  - "tags"
9540 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9541 #  x-axis: "X = CNFs per Service Chain"
9542 #  y-axis: "Y = Number of Service Chains"
9543 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9544 #  layout:
9545 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9546 #    layout: "plot-service-density"
9547 #
9548 #- type: "plot"
9549 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9550 #  algorithm: "plot_nf_heatmap"
9551 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9552 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9553 #  filter: "'NIC_Intel-XL710' and
9554 #           'NF_DENSITY' and
9555 #           'DOCKER' and
9556 #           'CHAIN' and
9557 #           'NF_VPPIP4' and
9558 #           'IPSEC' and
9559 #           'TNL_1000' and
9560 #           'IMIX' and
9561 #           '2T2C' and
9562 #           'NDRPDR'"
9563 #  parameters:
9564 #  - "throughput"
9565 #  - "name"
9566 #  - "tags"
9567 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9568 #  x-axis: "X = CNFs per Service Chain"
9569 #  y-axis: "Y = Number of Service Chains"
9570 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9571 #  layout:
9572 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9573 #    layout: "plot-service-density"
9574 #
9575 #- type: "plot"
9576 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9577 #  algorithm: "plot_nf_heatmap"
9578 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9579 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9580 #  filter: "'NIC_Intel-XL710' and
9581 #           'NF_DENSITY' and
9582 #           'DOCKER' and
9583 #           'CHAIN' and
9584 #           'NF_VPPIP4' and
9585 #           'IPSEC' and
9586 #           'TNL_1000' and
9587 #           'IMIX' and
9588 #           '4T4C' and
9589 #           'NDRPDR'"
9590 #  parameters:
9591 #  - "throughput"
9592 #  - "name"
9593 #  - "tags"
9594 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9595 #  x-axis: "X = CNFs per Service Chain"
9596 #  y-axis: "Y = Number of Service Chains"
9597 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9598 #  layout:
9599 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9600 #    layout: "plot-service-density"
9601
9602 ###############################################################################
9603
9604 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9605 #- type: "plot"
9606 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9607 #  algorithm: "plot_nf_heatmap"
9608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9609 #  data: "plot-vpp-nfv-3n-skx-mrr"
9610 #  filter: "'NIC_Intel-XXV710' and
9611 #           'NF_DENSITY' and
9612 #           'DOCKER' and
9613 #           'CHAIN' and
9614 #           'NF_VPPIP4' and
9615 #           'IPSEC' and
9616 #           'TNL_10000' and
9617 #           'IMIX' and
9618 #           '2T1C' and
9619 #           'MRR'"
9620 #  parameters:
9621 #  - "result"
9622 #  - "name"
9623 #  - "tags"
9624 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9625 #  x-axis: "X = CNFs per Service Chain"
9626 #  y-axis: "Y = Number of Service Chains"
9627 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9628 #  layout:
9629 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9630 #    layout: "plot-service-density"
9631 #
9632 #- type: "plot"
9633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9634 #  algorithm: "plot_nf_heatmap"
9635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9636 #  data: "plot-vpp-nfv-3n-skx-mrr"
9637 #  filter: "'NIC_Intel-XXV710' and
9638 #           'NF_DENSITY' and
9639 #           'DOCKER' and
9640 #           'CHAIN' and
9641 #           'NF_VPPIP4' and
9642 #           'IPSEC' and
9643 #           'TNL_10000' and
9644 #           'IMIX' and
9645 #           '4T2C' and
9646 #           'MRR'"
9647 #  parameters:
9648 #  - "result"
9649 #  - "name"
9650 #  - "tags"
9651 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9652 #  x-axis: "X = CNFs per Service Chain"
9653 #  y-axis: "Y = Number of Service Chains"
9654 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9655 #  layout:
9656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9657 #    layout: "plot-service-density"
9658 #
9659 #- type: "plot"
9660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9661 #  algorithm: "plot_nf_heatmap"
9662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9663 #  data: "plot-vpp-nfv-3n-skx-mrr"
9664 #  filter: "'NIC_Intel-XXV710' and
9665 #           'NF_DENSITY' and
9666 #           'DOCKER' and
9667 #           'CHAIN' and
9668 #           'NF_VPPIP4' and
9669 #           'IPSEC' and
9670 #           'TNL_10000' and
9671 #           'IMIX' and
9672 #           '8T4C' and
9673 #           'MRR'"
9674 #  parameters:
9675 #  - "result"
9676 #  - "name"
9677 #  - "tags"
9678 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9679 #  x-axis: "X = CNFs per Service Chain"
9680 #  y-axis: "Y = Number of Service Chains"
9681 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9682 #  layout:
9683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9684 #    layout: "plot-service-density"
9685
9686 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9687 #- type: "plot"
9688 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9689 #  algorithm: "plot_nf_heatmap"
9690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9691 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9692 #  filter: "'NIC_Intel-XXV710' and
9693 #           'NF_DENSITY' and
9694 #           'DOCKER' and
9695 #           'CHAIN' and
9696 #           'NF_VPPIP4' and
9697 #           'IPSEC' and
9698 #           'TNL_10000' and
9699 #           'IMIX' and
9700 #           '2T1C' and
9701 #           'NDRPDR'"
9702 #  parameters:
9703 #  - "throughput"
9704 #  - "name"
9705 #  - "tags"
9706 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9707 #  x-axis: "X = CNFs per Service Chain"
9708 #  y-axis: "Y = Number of Service Chains"
9709 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9710 #  layout:
9711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9712 #    layout: "plot-service-density"
9713 #
9714 #- type: "plot"
9715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9716 #  algorithm: "plot_nf_heatmap"
9717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9718 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9719 #  filter: "'NIC_Intel-XXV710' and
9720 #           'NF_DENSITY' and
9721 #           'DOCKER' and
9722 #           'CHAIN' and
9723 #           'NF_VPPIP4' and
9724 #           'IPSEC' and
9725 #           'TNL_10000' and
9726 #           'IMIX' and
9727 #           '4T2C' and
9728 #           'NDRPDR'"
9729 #  parameters:
9730 #  - "throughput"
9731 #  - "name"
9732 #  - "tags"
9733 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9734 #  x-axis: "X = CNFs per Service Chain"
9735 #  y-axis: "Y = Number of Service Chains"
9736 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9737 #  layout:
9738 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9739 #    layout: "plot-service-density"
9740 #
9741 #- type: "plot"
9742 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9743 #  algorithm: "plot_nf_heatmap"
9744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9745 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9746 #  filter: "'NIC_Intel-XXV710' and
9747 #           'NF_DENSITY' and
9748 #           'DOCKER' and
9749 #           'CHAIN' and
9750 #           'NF_VPPIP4' and
9751 #           'IPSEC' and
9752 #           'TNL_10000' and
9753 #           'IMIX' and
9754 #           '8T4C' and
9755 #           'NDRPDR'"
9756 #  parameters:
9757 #  - "throughput"
9758 #  - "name"
9759 #  - "tags"
9760 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9761 #  x-axis: "X = CNFs per Service Chain"
9762 #  y-axis: "Y = Number of Service Chains"
9763 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9764 #  layout:
9765 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9766 #    layout: "plot-service-density"
9767 #
9768 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9769 #- type: "plot"
9770 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9771 #  algorithm: "plot_nf_heatmap"
9772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9773 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9774 #  filter: "'NIC_Intel-XXV710' and
9775 #           'NF_DENSITY' and
9776 #           'DOCKER' and
9777 #           'CHAIN' and
9778 #           'NF_VPPIP4' and
9779 #           'IPSEC' and
9780 #           'TNL_10000' and
9781 #           'IMIX' and
9782 #           '2T1C' and
9783 #           'NDRPDR'"
9784 #  parameters:
9785 #  - "throughput"
9786 #  - "name"
9787 #  - "tags"
9788 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9789 #  x-axis: "X = CNFs per Service Chain"
9790 #  y-axis: "Y = Number of Service Chains"
9791 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9792 #  layout:
9793 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9794 #    layout: "plot-service-density"
9795 #
9796 #- type: "plot"
9797 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9798 #  algorithm: "plot_nf_heatmap"
9799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9800 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9801 #  filter: "'NIC_Intel-XXV710' and
9802 #           'NF_DENSITY' and
9803 #           'DOCKER' and
9804 #           'CHAIN' and
9805 #           'NF_VPPIP4' and
9806 #           'IPSEC' and
9807 #           'TNL_10000' and
9808 #           'IMIX' and
9809 #           '4T2C' and
9810 #           'NDRPDR'"
9811 #  parameters:
9812 #  - "throughput"
9813 #  - "name"
9814 #  - "tags"
9815 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9816 #  x-axis: "X = CNFs per Service Chain"
9817 #  y-axis: "Y = Number of Service Chains"
9818 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9819 #  layout:
9820 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9821 #    layout: "plot-service-density"
9822 #
9823 #- type: "plot"
9824 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9825 #  algorithm: "plot_nf_heatmap"
9826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9827 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9828 #  filter: "'NIC_Intel-XXV710' and
9829 #           'NF_DENSITY' and
9830 #           'DOCKER' and
9831 #           'CHAIN' and
9832 #           'NF_VPPIP4' and
9833 #           'IPSEC' and
9834 #           'TNL_10000' and
9835 #           'IMIX' and
9836 #           '8T4C' and
9837 #           'NDRPDR'"
9838 #  parameters:
9839 #  - "throughput"
9840 #  - "name"
9841 #  - "tags"
9842 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9843 #  x-axis: "X = CNFs per Service Chain"
9844 #  y-axis: "Y = Number of Service Chains"
9845 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9846 #  layout:
9847 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9848 #    layout: "plot-service-density"
9849
9850 ###############################################################################
9851
9852 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9853 #- type: "plot"
9854 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9855 #  algorithm: "plot_nf_heatmap"
9856 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9857 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9858 #  filter: "'NIC_Intel-XL710' and
9859 #           'NF_DENSITY' and
9860 #           'DOCKER' and
9861 #           'CHAIN' and
9862 #           'NF_VPPIP4' and
9863 #           'IMIX' and
9864 #           'TNL_10000' and
9865 #           '1T1C' and
9866 #           'MRR'"
9867 #  parameters:
9868 #  - "result"
9869 #  - "name"
9870 #  - "tags"
9871 #  include-tests: "MRR" # "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 MRR) [Mpps]"
9875 #  layout:
9876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9877 #    layout: "plot-service-density"
9878 #
9879 #- type: "plot"
9880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9881 #  algorithm: "plot_nf_heatmap"
9882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9883 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9884 #  filter: "'NIC_Intel-XL710' and
9885 #           'NF_DENSITY' and
9886 #           'DOCKER' and
9887 #           'CHAIN' and
9888 #           'NF_VPPIP4' and
9889 #           'IPSEC' and
9890 #           'TNL_10000' and
9891 #           'IMIX' and
9892 #           '2T2C' and
9893 #           'MRR'"
9894 #  parameters:
9895 #  - "result"
9896 #  - "name"
9897 #  - "tags"
9898 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9899 #  x-axis: "X = CNFs per Service Chain"
9900 #  y-axis: "Y = Number of Service Chains"
9901 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9902 #  layout:
9903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9904 #    layout: "plot-service-density"
9905 #
9906 #- type: "plot"
9907 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9908 #  algorithm: "plot_nf_heatmap"
9909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9910 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9911 #  filter: "'NIC_Intel-XL710' and
9912 #           'NF_DENSITY' and
9913 #           'DOCKER' and
9914 #           'CHAIN' and
9915 #           'NF_VPPIP4' and
9916 #           'IPSEC' and
9917 #           'TNL_10000' and
9918 #           'IMIX' and
9919 #           '4T4C' and
9920 #           'MRR'"
9921 #  parameters:
9922 #  - "result"
9923 #  - "name"
9924 #  - "tags"
9925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9926 #  x-axis: "X = CNFs per Service Chain"
9927 #  y-axis: "Y = Number of Service Chains"
9928 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9929 #  layout:
9930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9931 #    layout: "plot-service-density"
9932
9933 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9934 #- type: "plot"
9935 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9936 #  algorithm: "plot_nf_heatmap"
9937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9938 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9939 #  filter: "'NIC_Intel-XL710' and
9940 #           'NF_DENSITY' and
9941 #           'DOCKER' and
9942 #           'CHAIN' and
9943 #           'NF_VPPIP4' and
9944 #           'IPSEC' and
9945 #           'TNL_10000' and
9946 #           'IMIX' and
9947 #           '1T1C' and
9948 #           'NDRPDR'"
9949 #  parameters:
9950 #  - "throughput"
9951 #  - "name"
9952 #  - "tags"
9953 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9954 #  x-axis: "X = CNFs per Service Chain"
9955 #  y-axis: "Y = Number of Service Chains"
9956 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9957 #  layout:
9958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9959 #    layout: "plot-service-density"
9960 #
9961 #- type: "plot"
9962 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9963 #  algorithm: "plot_nf_heatmap"
9964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9965 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9966 #  filter: "'NIC_Intel-XL710' and
9967 #           'NF_DENSITY' and
9968 #           'DOCKER' and
9969 #           'CHAIN' and
9970 #           'NF_VPPIP4' and
9971 #           'IPSEC' and
9972 #           'TNL_10000' and
9973 #           'IMIX' and
9974 #           '2T2C' and
9975 #           'NDRPDR'"
9976 #  parameters:
9977 #  - "throughput"
9978 #  - "name"
9979 #  - "tags"
9980 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9981 #  x-axis: "X = CNFs per Service Chain"
9982 #  y-axis: "Y = Number of Service Chains"
9983 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9984 #  layout:
9985 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9986 #    layout: "plot-service-density"
9987 #
9988 #- type: "plot"
9989 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9990 #  algorithm: "plot_nf_heatmap"
9991 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9992 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9993 #  filter: "'NIC_Intel-XL710' and
9994 #           'NF_DENSITY' and
9995 #           'DOCKER' and
9996 #           'CHAIN' and
9997 #           'NF_VPPIP4' and
9998 #           'IPSEC' and
9999 #           'TNL_10000' and
10000 #           'IMIX' and
10001 #           '4T4C' and
10002 #           'NDRPDR'"
10003 #  parameters:
10004 #  - "throughput"
10005 #  - "name"
10006 #  - "tags"
10007 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10008 #  x-axis: "X = CNFs per Service Chain"
10009 #  y-axis: "Y = Number of Service Chains"
10010 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10011 #  layout:
10012 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10013 #    layout: "plot-service-density"
10014 #
10015 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10016 #- type: "plot"
10017 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10018 #  algorithm: "plot_nf_heatmap"
10019 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10020 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10021 #  filter: "'NIC_Intel-XL710' and
10022 #           'NF_DENSITY' and
10023 #           'DOCKER' and
10024 #           'CHAIN' and
10025 #           'NF_VPPIP4' and
10026 #           'IPSEC' and
10027 #           'TNL_10000' and
10028 #           'IMIX' and
10029 #           '1T1C' and
10030 #           'NDRPDR'"
10031 #  parameters:
10032 #  - "throughput"
10033 #  - "name"
10034 #  - "tags"
10035 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10036 #  x-axis: "X = CNFs per Service Chain"
10037 #  y-axis: "Y = Number of Service Chains"
10038 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10039 #  layout:
10040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10041 #    layout: "plot-service-density"
10042 #
10043 #- type: "plot"
10044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10045 #  algorithm: "plot_nf_heatmap"
10046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10047 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10048 #  filter: "'NIC_Intel-XL710' and
10049 #           'NF_DENSITY' and
10050 #           'DOCKER' and
10051 #           'CHAIN' and
10052 #           'NF_VPPIP4' and
10053 #           'IPSEC' and
10054 #           'TNL_10000' and
10055 #           'IMIX' and
10056 #           '2T2C' and
10057 #           'NDRPDR'"
10058 #  parameters:
10059 #  - "throughput"
10060 #  - "name"
10061 #  - "tags"
10062 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10063 #  x-axis: "X = CNFs per Service Chain"
10064 #  y-axis: "Y = Number of Service Chains"
10065 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10066 #  layout:
10067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10068 #    layout: "plot-service-density"
10069 #
10070 #- type: "plot"
10071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10072 #  algorithm: "plot_nf_heatmap"
10073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10074 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10075 #  filter: "'NIC_Intel-XL710' and
10076 #           'NF_DENSITY' and
10077 #           'DOCKER' and
10078 #           'CHAIN' and
10079 #           'NF_VPPIP4' and
10080 #           'IPSEC' and
10081 #           'TNL_10000' and
10082 #           'IMIX' and
10083 #           '4T4C' and
10084 #           'NDRPDR'"
10085 #  parameters:
10086 #  - "throughput"
10087 #  - "name"
10088 #  - "tags"
10089 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10090 #  x-axis: "X = CNFs per Service Chain"
10091 #  y-axis: "Y = Number of Service Chains"
10092 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10093 #  layout:
10094 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10095 #    layout: "plot-service-density"
10096
10097 ###############################################################################
10098
10099 # Plots - NF Density - CSP - MRR IMIX
10100 - type: "plot"
10101   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10102   algorithm: "plot_nf_heatmap"
10103   output-file-type: ".html"
10104   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10105   data: "plot-vpp-nfv-2n-skx-mrr"
10106   filter: "'NIC_Intel-XXV710' and
10107            'NF_DENSITY' and
10108            'DOCKER' and
10109            'PIPELINE' and
10110            'NF_VPPIP4' and
10111            'IMIX' and
10112            '2T1C' and
10113            'MRR'"
10114   parameters:
10115   - "result"
10116   - "name"
10117   - "tags"
10118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10119   x-axis: "X = CNFs per Service Pipeline"
10120   y-axis: "Y = Number of Service Pipelines"
10121   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10122   layout:
10123     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10124     layout: "plot-service-density"
10125
10126 - type: "plot"
10127   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10128   algorithm: "plot_nf_heatmap"
10129   output-file-type: ".html"
10130   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10131   data: "plot-vpp-nfv-2n-skx-mrr"
10132   filter: "'NIC_Intel-XXV710' and
10133            'NF_DENSITY' and
10134            'DOCKER' and
10135            'PIPELINE' and
10136            'NF_VPPIP4' and
10137            'IMIX' and
10138            '4T2C' and
10139            'MRR'"
10140   parameters:
10141   - "result"
10142   - "name"
10143   - "tags"
10144   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10145   x-axis: "X = CNFs per Service Pipeline"
10146   y-axis: "Y = Number of Service Pipelines"
10147   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10148   layout:
10149     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10150     layout: "plot-service-density"
10151
10152 - type: "plot"
10153   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10154   algorithm: "plot_nf_heatmap"
10155   output-file-type: ".html"
10156   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10157   data: "plot-vpp-nfv-2n-skx-mrr"
10158   filter: "'NIC_Intel-XXV710' and
10159            'NF_DENSITY' and
10160            'DOCKER' and
10161            'PIPELINE' and
10162            'NF_VPPIP4' and
10163            'IMIX' and
10164            '8T4C' and
10165            'MRR'"
10166   parameters:
10167   - "result"
10168   - "name"
10169   - "tags"
10170   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10171   x-axis: "X = CNFs per Service Pipeline"
10172   y-axis: "Y = Number of Service Pipelines"
10173   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10174   layout:
10175     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10176     layout: "plot-service-density"
10177
10178 # Plots - NF Density - CSP - NDR IMIX
10179 - type: "plot"
10180   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10181   algorithm: "plot_nf_heatmap"
10182   output-file-type: ".html"
10183   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10184   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10185   filter: "'NIC_Intel-XXV710' and
10186            'NF_DENSITY' and
10187            'DOCKER' and
10188            'PIPELINE' and
10189            'NF_VPPIP4' and
10190            'IMIX' and
10191            '2T1C' and
10192            'NDRPDR'"
10193   parameters:
10194   - "throughput"
10195   - "name"
10196   - "tags"
10197   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10198   x-axis: "X = CNFs per Service Pipeline"
10199   y-axis: "Y = Number of Service Pipelines"
10200   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10201   layout:
10202     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10203     layout: "plot-service-density"
10204
10205 - type: "plot"
10206   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10207   algorithm: "plot_nf_heatmap"
10208   output-file-type: ".html"
10209   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10210   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10211   filter: "'NIC_Intel-XXV710' and
10212            'NF_DENSITY' and
10213            'DOCKER' and
10214            'PIPELINE' and
10215            'NF_VPPIP4' and
10216            'IMIX' and
10217            '4T2C' and
10218            'NDRPDR'"
10219   parameters:
10220   - "throughput"
10221   - "name"
10222   - "tags"
10223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10224   x-axis: "X = CNFs per Service Pipeline"
10225   y-axis: "Y = Number of Service Pipelines"
10226   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10227   layout:
10228     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10229     layout: "plot-service-density"
10230
10231 - type: "plot"
10232   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10233   algorithm: "plot_nf_heatmap"
10234   output-file-type: ".html"
10235   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10236   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10237   filter: "'NIC_Intel-XXV710' and
10238            'NF_DENSITY' and
10239            'DOCKER' and
10240            'PIPELINE' and
10241            'NF_VPPIP4' and
10242            'IMIX' and
10243            '8T4C' and
10244            'NDRPDR'"
10245   parameters:
10246   - "throughput"
10247   - "name"
10248   - "tags"
10249   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10250   x-axis: "X = CNFs per Service Pipeline"
10251   y-axis: "Y = Number of Service Pipelines"
10252   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10253   layout:
10254     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10255     layout: "plot-service-density"
10256
10257 # Plots - NF Density - CSP - PDR IMIX
10258 - type: "plot"
10259   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10260   algorithm: "plot_nf_heatmap"
10261   output-file-type: ".html"
10262   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10263   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10264   filter: "'NIC_Intel-XXV710' and
10265            'NF_DENSITY' and
10266            'DOCKER' and
10267            'PIPELINE' and
10268            'NF_VPPIP4' and
10269            'IMIX' and
10270            '2T1C' and
10271            'NDRPDR'"
10272   parameters:
10273   - "throughput"
10274   - "name"
10275   - "tags"
10276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10277   x-axis: "X = CNFs per Service Pipeline"
10278   y-axis: "Y = Number of Service Pipelines"
10279   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10280   layout:
10281     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10282     layout: "plot-service-density"
10283
10284 - type: "plot"
10285   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10286   algorithm: "plot_nf_heatmap"
10287   output-file-type: ".html"
10288   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10289   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10290   filter: "'NIC_Intel-XXV710' and
10291            'NF_DENSITY' and
10292            'DOCKER' and
10293            'PIPELINE' and
10294            'NF_VPPIP4' and
10295            'IMIX' and
10296            '4T2C' and
10297            'NDRPDR'"
10298   parameters:
10299   - "throughput"
10300   - "name"
10301   - "tags"
10302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10303   x-axis: "X = CNFs per Service Pipeline"
10304   y-axis: "Y = Number of Service Pipelines"
10305   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10306   layout:
10307     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10308     layout: "plot-service-density"
10309
10310 - type: "plot"
10311   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10312   algorithm: "plot_nf_heatmap"
10313   output-file-type: ".html"
10314   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10315   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10316   filter: "'NIC_Intel-XXV710' and
10317            'NF_DENSITY' and
10318            'DOCKER' and
10319            'PIPELINE' and
10320            'NF_VPPIP4' and
10321            'IMIX' and
10322            '8T4C' and
10323            'NDRPDR'"
10324   parameters:
10325   - "throughput"
10326   - "name"
10327   - "tags"
10328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10329   x-axis: "X = CNFs per Service Pipeline"
10330   y-axis: "Y = Number of Service Pipelines"
10331   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10332   layout:
10333     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10334     layout: "plot-service-density"
10335
10336 ###############################################################################
10337 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10338
10339 - type: "plot"
10340   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10341   algorithm: "plot_nf_heatmap"
10342   output-file-type: ".html"
10343   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10344   data: "plot-vpp-nfv-2n-clx-mrr"
10345   filter: "'NIC_Intel-XXV710' and
10346            'NF_DENSITY' and
10347            'VHOST' and
10348            not 'VXLAN' and
10349            'CHAIN' and
10350            'NF_VPPIP4' and
10351            'IMIX' and
10352            '2T1C' and
10353            'MRR'"
10354   parameters:
10355   - "result"
10356   - "name"
10357   - "tags"
10358   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10359   x-axis: "X = VNFs per Service Chain"
10360   y-axis: "Y = Number of Service Chains"
10361   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10362   layout:
10363     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10364     layout: "plot-service-density"
10365
10366 - type: "plot"
10367   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10368   algorithm: "plot_nf_heatmap"
10369   output-file-type: ".html"
10370   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10371   data: "plot-vpp-nfv-2n-clx-mrr"
10372   filter: "'NIC_Intel-XXV710' and
10373            'NF_DENSITY' and
10374            'VHOST' and
10375            not 'VXLAN' and
10376            'CHAIN' and
10377            'NF_VPPIP4' and
10378            'IMIX' and
10379            '4T2C' and
10380            'MRR'"
10381   parameters:
10382   - "result"
10383   - "name"
10384   - "tags"
10385   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10386   x-axis: "X = VNFs per Service Chain"
10387   y-axis: "Y = Number of Service Chains"
10388   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10389   layout:
10390     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10391     layout: "plot-service-density"
10392
10393 - type: "plot"
10394   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10395   algorithm: "plot_nf_heatmap"
10396   output-file-type: ".html"
10397   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10398   data: "plot-vpp-nfv-2n-clx-mrr"
10399   filter: "'NIC_Intel-XXV710' and
10400            'NF_DENSITY' and
10401            'VHOST' and
10402            not 'VXLAN' and
10403            'CHAIN' and
10404            'NF_VPPIP4' and
10405            'IMIX' and
10406            '8T4C' and
10407            'MRR'"
10408   parameters:
10409   - "result"
10410   - "name"
10411   - "tags"
10412   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10413   x-axis: "X = VNFs per Service Chain"
10414   y-axis: "Y = Number of Service Chains"
10415   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10416   layout:
10417     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10418     layout: "plot-service-density"
10419
10420 # Plots - NF Density - VSC - NDR IMIX
10421 - type: "plot"
10422   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10423   algorithm: "plot_nf_heatmap"
10424   output-file-type: ".html"
10425   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10426   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10427   filter: "'NIC_Intel-XXV710' and
10428            'NF_DENSITY' and
10429            'VHOST' and
10430            not 'VXLAN' and
10431            'CHAIN' and
10432            'NF_VPPIP4' and
10433            'IMIX' and
10434            '2T1C' and
10435            'NDRPDR'"
10436   parameters:
10437   - "throughput"
10438   - "name"
10439   - "tags"
10440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10441   x-axis: "X = VNFs per Service Chain"
10442   y-axis: "Y = Number of Service Chains"
10443   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10444   layout:
10445     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10446     layout: "plot-service-density"
10447
10448 - type: "plot"
10449   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10450   algorithm: "plot_nf_heatmap"
10451   output-file-type: ".html"
10452   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10453   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10454   filter: "'NIC_Intel-XXV710' and
10455            'NF_DENSITY' and
10456            'VHOST' and
10457            not 'VXLAN' and
10458            'CHAIN' and
10459            'NF_VPPIP4' and
10460            'IMIX' and
10461            '4T2C' and
10462            'NDRPDR'"
10463   parameters:
10464   - "throughput"
10465   - "name"
10466   - "tags"
10467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10468   x-axis: "X = VNFs per Service Chain"
10469   y-axis: "Y = Number of Service Chains"
10470   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10471   layout:
10472     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10473     layout: "plot-service-density"
10474
10475 - type: "plot"
10476   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10477   algorithm: "plot_nf_heatmap"
10478   output-file-type: ".html"
10479   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10480   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10481   filter: "'NIC_Intel-XXV710' and
10482            'NF_DENSITY' and
10483            'VHOST' and
10484            not 'VXLAN' and
10485            'CHAIN' and
10486            'NF_VPPIP4' and
10487            'IMIX' and
10488            '8T4C' and
10489            'NDRPDR'"
10490   parameters:
10491   - "throughput"
10492   - "name"
10493   - "tags"
10494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10495   x-axis: "X = VNFs per Service Chain"
10496   y-axis: "Y = Number of Service Chains"
10497   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10498   layout:
10499     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10500     layout: "plot-service-density"
10501
10502 # Plots - NF Density - VSC - PDR IMIX
10503 - type: "plot"
10504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10505   algorithm: "plot_nf_heatmap"
10506   output-file-type: ".html"
10507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10508   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10509   filter: "'NIC_Intel-XXV710' and
10510            'NF_DENSITY' and
10511            'VHOST' and
10512            not 'VXLAN' and
10513            'CHAIN' and
10514            'NF_VPPIP4' and
10515            'IMIX' and
10516            '2T1C' and
10517            'NDRPDR'"
10518   parameters:
10519   - "throughput"
10520   - "name"
10521   - "tags"
10522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10523   x-axis: "X = VNFs per Service Chain"
10524   y-axis: "Y = Number of Service Chains"
10525   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10526   layout:
10527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10528     layout: "plot-service-density"
10529
10530 - type: "plot"
10531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10532   algorithm: "plot_nf_heatmap"
10533   output-file-type: ".html"
10534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10535   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10536   filter: "'NIC_Intel-XXV710' and
10537            'NF_DENSITY' and
10538            'VHOST' and
10539            not 'VXLAN' and
10540            'CHAIN' and
10541            'NF_VPPIP4' and
10542            'IMIX' and
10543            '4T2C' and
10544            'NDRPDR'"
10545   parameters:
10546   - "throughput"
10547   - "name"
10548   - "tags"
10549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10550   x-axis: "X = VNFs per Service Chain"
10551   y-axis: "Y = Number of Service Chains"
10552   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10553   layout:
10554     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10555     layout: "plot-service-density"
10556
10557 - type: "plot"
10558   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10559   algorithm: "plot_nf_heatmap"
10560   output-file-type: ".html"
10561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10562   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10563   filter: "'NIC_Intel-XXV710' and
10564            'NF_DENSITY' and
10565            'VHOST' and
10566            not 'VXLAN' and
10567            'CHAIN' and
10568            'NF_VPPIP4' and
10569            'IMIX' and
10570            '8T4C' and
10571            'NDRPDR'"
10572   parameters:
10573   - "throughput"
10574   - "name"
10575   - "tags"
10576   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10577   x-axis: "X = VNFs per Service Chain"
10578   y-axis: "Y = Number of Service Chains"
10579   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10580   layout:
10581     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10582     layout: "plot-service-density"
10583
10584 # Plots - NF Density - VSC - MRR IMIX
10585 - type: "plot"
10586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10587   algorithm: "plot_nf_heatmap"
10588   output-file-type: ".html"
10589   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10590   data: "plot-vpp-nfv-2n-clx-mrr"
10591   filter: "'NIC_Intel-XXV710' and
10592            'NF_DENSITY' and
10593            'VHOST' and
10594            'VXLAN' and
10595            'CHAIN' and
10596            'IMIX' and
10597            '2T1C' and
10598            'MRR'"
10599   parameters:
10600   - "result"
10601   - "name"
10602   - "tags"
10603   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10604   x-axis: "X = VNFs per Service Chain"
10605   y-axis: "Y = Number of Service Chains"
10606   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10607   layout:
10608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10609     layout: "plot-service-density"
10610
10611 - type: "plot"
10612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10613   algorithm: "plot_nf_heatmap"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10616   data: "plot-vpp-nfv-2n-clx-mrr"
10617   filter: "'NIC_Intel-XXV710' and
10618            'NF_DENSITY' and
10619            'VHOST' and
10620            'VXLAN' and
10621            'CHAIN' and
10622            'IMIX' and
10623            '4T2C' and
10624            'MRR'"
10625   parameters:
10626   - "result"
10627   - "name"
10628   - "tags"
10629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10630   x-axis: "X = VNFs per Service Chain"
10631   y-axis: "Y = Number of Service Chains"
10632   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10633   layout:
10634     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10635     layout: "plot-service-density"
10636
10637 - type: "plot"
10638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10639   algorithm: "plot_nf_heatmap"
10640   output-file-type: ".html"
10641   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10642   data: "plot-vpp-nfv-2n-clx-mrr"
10643   filter: "'NIC_Intel-XXV710' and
10644            'NF_DENSITY' and
10645            'VHOST' and
10646            'VXLAN' and
10647            'CHAIN' and
10648            'IMIX' and
10649            '8T4C' and
10650            'MRR'"
10651   parameters:
10652   - "result"
10653   - "name"
10654   - "tags"
10655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10656   x-axis: "X = VNFs per Service Chain"
10657   y-axis: "Y = Number of Service Chains"
10658   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10659   layout:
10660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10661     layout: "plot-service-density"
10662
10663 # Plots - NF Density - VSC - NDR IMIX
10664 - type: "plot"
10665   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10666   algorithm: "plot_nf_heatmap"
10667   output-file-type: ".html"
10668   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10669   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10670   filter: "'NIC_Intel-XXV710' and
10671            'NF_DENSITY' and
10672            'VHOST' and
10673            'VXLAN' and
10674            'CHAIN' and
10675            'IMIX' and
10676            '2T1C' and
10677            'NDRPDR'"
10678   parameters:
10679   - "throughput"
10680   - "name"
10681   - "tags"
10682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10683   x-axis: "X = VNFs per Service Chain"
10684   y-axis: "Y = Number of Service Chains"
10685   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10686   layout:
10687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10688     layout: "plot-service-density"
10689
10690 - type: "plot"
10691   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10692   algorithm: "plot_nf_heatmap"
10693   output-file-type: ".html"
10694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10695   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10696   filter: "'NIC_Intel-XXV710' and
10697            'NF_DENSITY' and
10698            'VHOST' and
10699            'VXLAN' and
10700            'CHAIN' and
10701            'IMIX' and
10702            '4T2C' and
10703            'NDRPDR'"
10704   parameters:
10705   - "throughput"
10706   - "name"
10707   - "tags"
10708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10709   x-axis: "X = VNFs per Service Chain"
10710   y-axis: "Y = Number of Service Chains"
10711   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10712   layout:
10713     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10714     layout: "plot-service-density"
10715
10716 - type: "plot"
10717   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10718   algorithm: "plot_nf_heatmap"
10719   output-file-type: ".html"
10720   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10721   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10722   filter: "'NIC_Intel-XXV710' and
10723            'NF_DENSITY' and
10724            'VHOST' and
10725            'VXLAN' and
10726            'CHAIN' and
10727            'IMIX' and
10728            '8T4C' and
10729            'NDRPDR'"
10730   parameters:
10731   - "throughput"
10732   - "name"
10733   - "tags"
10734   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10735   x-axis: "X = VNFs per Service Chain"
10736   y-axis: "Y = Number of Service Chains"
10737   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10738   layout:
10739     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10740     layout: "plot-service-density"
10741
10742 # Plots - NF Density - VSC - PDR IMIX
10743 - type: "plot"
10744   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10745   algorithm: "plot_nf_heatmap"
10746   output-file-type: ".html"
10747   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10748   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10749   filter: "'NIC_Intel-XXV710' and
10750            'NF_DENSITY' and
10751            'VHOST' and
10752            'VXLAN' and
10753            'CHAIN' and
10754            'IMIX' and
10755            '2T1C' and
10756            'NDRPDR'"
10757   parameters:
10758   - "throughput"
10759   - "name"
10760   - "tags"
10761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10762   x-axis: "X = VNFs per Service Chain"
10763   y-axis: "Y = Number of Service Chains"
10764   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10765   layout:
10766     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10767     layout: "plot-service-density"
10768
10769 - type: "plot"
10770   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10771   algorithm: "plot_nf_heatmap"
10772   output-file-type: ".html"
10773   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10774   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10775   filter: "'NIC_Intel-XXV710' and
10776            'NF_DENSITY' and
10777            'VHOST' and
10778            'VXLAN' and
10779            'CHAIN' and
10780            'IMIX' and
10781            '4T2C' and
10782            'NDRPDR'"
10783   parameters:
10784   - "throughput"
10785   - "name"
10786   - "tags"
10787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10788   x-axis: "X = VNFs per Service Chain"
10789   y-axis: "Y = Number of Service Chains"
10790   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10791   layout:
10792     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10793     layout: "plot-service-density"
10794
10795 - type: "plot"
10796   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10797   algorithm: "plot_nf_heatmap"
10798   output-file-type: ".html"
10799   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10800   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10801   filter: "'NIC_Intel-XXV710' and
10802            'NF_DENSITY' and
10803            'VHOST' and
10804            'VXLAN' and
10805            'CHAIN' and
10806            'IMIX' and
10807            '8T4C' and
10808            'NDRPDR'"
10809   parameters:
10810   - "throughput"
10811   - "name"
10812   - "tags"
10813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10814   x-axis: "X = VNFs per Service Chain"
10815   y-axis: "Y = Number of Service Chains"
10816   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10817   layout:
10818     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10819     layout: "plot-service-density"
10820
10821 # Plots - NF Density - CSC - MRR IMIX
10822 - type: "plot"
10823   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10824   algorithm: "plot_nf_heatmap"
10825   output-file-type: ".html"
10826   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10827   data: "plot-vpp-nfv-2n-clx-mrr"
10828   filter: "'NIC_Intel-XXV710' and
10829            'NF_DENSITY' and
10830            'DOCKER' and
10831            'CHAIN' and
10832            'NF_VPPIP4' and
10833            'IMIX' and
10834            '2T1C' and
10835            'MRR'"
10836   parameters:
10837   - "result"
10838   - "name"
10839   - "tags"
10840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10841   x-axis: "X = CNFs per Service Chain"
10842   y-axis: "Y = Number of Service Chains"
10843   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10844   layout:
10845     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10846     layout: "plot-service-density"
10847
10848 - type: "plot"
10849   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10850   algorithm: "plot_nf_heatmap"
10851   output-file-type: ".html"
10852   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10853   data: "plot-vpp-nfv-2n-clx-mrr"
10854   filter: "'NIC_Intel-XXV710' and
10855            'NF_DENSITY' and
10856            'DOCKER' and
10857            'CHAIN' and
10858            'NF_VPPIP4' and
10859            'IMIX' and
10860            '4T2C' and
10861            'MRR'"
10862   parameters:
10863   - "result"
10864   - "name"
10865   - "tags"
10866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10867   x-axis: "X = CNFs per Service Chain"
10868   y-axis: "Y = Number of Service Chains"
10869   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10870   layout:
10871     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10872     layout: "plot-service-density"
10873
10874 - type: "plot"
10875   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10876   algorithm: "plot_nf_heatmap"
10877   output-file-type: ".html"
10878   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10879   data: "plot-vpp-nfv-2n-clx-mrr"
10880   filter: "'NIC_Intel-XXV710' and
10881            'NF_DENSITY' and
10882            'DOCKER' and
10883            'CHAIN' and
10884            'NF_VPPIP4' and
10885            'IMIX' and
10886            '8T4C' and
10887            'MRR'"
10888   parameters:
10889   - "result"
10890   - "name"
10891   - "tags"
10892   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10893   x-axis: "X = CNFs per Service Chain"
10894   y-axis: "Y = Number of Service Chains"
10895   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10896   layout:
10897     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10898     layout: "plot-service-density"
10899
10900 # Plots - NF Density - CSC - NDR IMIX
10901 - type: "plot"
10902   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10903   algorithm: "plot_nf_heatmap"
10904   output-file-type: ".html"
10905   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10906   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10907   filter: "'NIC_Intel-XXV710' and
10908            'NF_DENSITY' and
10909            'DOCKER' and
10910            'CHAIN' and
10911            'NF_VPPIP4' and
10912            'IMIX' and
10913            '2T1C' and
10914            'NDRPDR'"
10915   parameters:
10916   - "throughput"
10917   - "name"
10918   - "tags"
10919   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10920   x-axis: "X = CNFs per Service Chain"
10921   y-axis: "Y = Number of Service Chains"
10922   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10923   layout:
10924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10925     layout: "plot-service-density"
10926
10927 - type: "plot"
10928   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10929   algorithm: "plot_nf_heatmap"
10930   output-file-type: ".html"
10931   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10932   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10933   filter: "'NIC_Intel-XXV710' and
10934            'NF_DENSITY' and
10935            'DOCKER' and
10936            'CHAIN' and
10937            'NF_VPPIP4' and
10938            'IMIX' and
10939            '4T2C' and
10940            'NDRPDR'"
10941   parameters:
10942   - "throughput"
10943   - "name"
10944   - "tags"
10945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10946   x-axis: "X = CNFs per Service Chain"
10947   y-axis: "Y = Number of Service Chains"
10948   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10949   layout:
10950     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10951     layout: "plot-service-density"
10952
10953 - type: "plot"
10954   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10955   algorithm: "plot_nf_heatmap"
10956   output-file-type: ".html"
10957   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10958   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10959   filter: "'NIC_Intel-XXV710' and
10960            'NF_DENSITY' and
10961            'DOCKER' and
10962            'CHAIN' and
10963            'NF_VPPIP4' and
10964            'IMIX' and
10965            '8T4C' and
10966            'NDRPDR'"
10967   parameters:
10968   - "throughput"
10969   - "name"
10970   - "tags"
10971   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10972   x-axis: "X = CNFs per Service Chain"
10973   y-axis: "Y = Number of Service Chains"
10974   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10975   layout:
10976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10977     layout: "plot-service-density"
10978
10979 # Plots - NF Density - CSC - PDR IMIX
10980 - type: "plot"
10981   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10982   algorithm: "plot_nf_heatmap"
10983   output-file-type: ".html"
10984   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10985   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10986   filter: "'NIC_Intel-XXV710' and
10987            'NF_DENSITY' and
10988            'DOCKER' and
10989            'CHAIN' and
10990            'NF_VPPIP4' and
10991            'IMIX' and
10992            '2T1C' and
10993            'NDRPDR'"
10994   parameters:
10995   - "throughput"
10996   - "name"
10997   - "tags"
10998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10999   x-axis: "X = CNFs per Service Chain"
11000   y-axis: "Y = Number of Service Chains"
11001   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11002   layout:
11003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11004     layout: "plot-service-density"
11005
11006 - type: "plot"
11007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11008   algorithm: "plot_nf_heatmap"
11009   output-file-type: ".html"
11010   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11011   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11012   filter: "'NIC_Intel-XXV710' and
11013            'NF_DENSITY' and
11014            'DOCKER' and
11015            'CHAIN' and
11016            'NF_VPPIP4' and
11017            'IMIX' and
11018            '4T2C' and
11019            'NDRPDR'"
11020   parameters:
11021   - "throughput"
11022   - "name"
11023   - "tags"
11024   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11025   x-axis: "X = CNFs per Service Chain"
11026   y-axis: "Y = Number of Service Chains"
11027   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11028   layout:
11029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11030     layout: "plot-service-density"
11031
11032 - type: "plot"
11033   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11034   algorithm: "plot_nf_heatmap"
11035   output-file-type: ".html"
11036   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11037   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11038   filter: "'NIC_Intel-XXV710' and
11039            'NF_DENSITY' and
11040            'DOCKER' and
11041            'CHAIN' and
11042            'NF_VPPIP4' and
11043            'IMIX' and
11044            '8T4C' and
11045            'NDRPDR'"
11046   parameters:
11047   - "throughput"
11048   - "name"
11049   - "tags"
11050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11051   x-axis: "X = CNFs per Service Chain"
11052   y-axis: "Y = Number of Service Chains"
11053   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11054   layout:
11055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11056     layout: "plot-service-density"
11057
11058 # Plots - NF Density - CSP - MRR IMIX
11059 - type: "plot"
11060   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11061   algorithm: "plot_nf_heatmap"
11062   output-file-type: ".html"
11063   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11064   data: "plot-vpp-nfv-2n-clx-mrr"
11065   filter: "'NIC_Intel-XXV710' and
11066            'NF_DENSITY' and
11067            'DOCKER' and
11068            'PIPELINE' and
11069            'NF_VPPIP4' and
11070            'IMIX' and
11071            '2T1C' and
11072            'MRR'"
11073   parameters:
11074   - "result"
11075   - "name"
11076   - "tags"
11077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11078   x-axis: "X = CNFs per Service Pipeline"
11079   y-axis: "Y = Number of Service Pipelines"
11080   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11081   layout:
11082     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11083     layout: "plot-service-density"
11084
11085 - type: "plot"
11086   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11087   algorithm: "plot_nf_heatmap"
11088   output-file-type: ".html"
11089   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11090   data: "plot-vpp-nfv-2n-clx-mrr"
11091   filter: "'NIC_Intel-XXV710' and
11092            'NF_DENSITY' and
11093            'DOCKER' and
11094            'PIPELINE' and
11095            'NF_VPPIP4' and
11096            'IMIX' and
11097            '4T2C' and
11098            'MRR'"
11099   parameters:
11100   - "result"
11101   - "name"
11102   - "tags"
11103   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11104   x-axis: "X = CNFs per Service Pipeline"
11105   y-axis: "Y = Number of Service Pipelines"
11106   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11107   layout:
11108     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11109     layout: "plot-service-density"
11110
11111 - type: "plot"
11112   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11113   algorithm: "plot_nf_heatmap"
11114   output-file-type: ".html"
11115   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11116   data: "plot-vpp-nfv-2n-clx-mrr"
11117   filter: "'NIC_Intel-XXV710' and
11118            'NF_DENSITY' and
11119            'DOCKER' and
11120            'PIPELINE' and
11121            'NF_VPPIP4' and
11122            'IMIX' and
11123            '8T4C' and
11124            'MRR'"
11125   parameters:
11126   - "result"
11127   - "name"
11128   - "tags"
11129   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11130   x-axis: "X = CNFs per Service Pipeline"
11131   y-axis: "Y = Number of Service Pipelines"
11132   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11133   layout:
11134     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11135     layout: "plot-service-density"
11136
11137 # Plots - NF Density - CSP - NDR IMIX
11138 - type: "plot"
11139   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11140   algorithm: "plot_nf_heatmap"
11141   output-file-type: ".html"
11142   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11143   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11144   filter: "'NIC_Intel-XXV710' and
11145            'NF_DENSITY' and
11146            'DOCKER' and
11147            'PIPELINE' and
11148            'NF_VPPIP4' and
11149            'IMIX' and
11150            '2T1C' and
11151            'NDRPDR'"
11152   parameters:
11153   - "throughput"
11154   - "name"
11155   - "tags"
11156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11157   x-axis: "X = CNFs per Service Pipeline"
11158   y-axis: "Y = Number of Service Pipelines"
11159   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11160   layout:
11161     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11162     layout: "plot-service-density"
11163
11164 - type: "plot"
11165   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11166   algorithm: "plot_nf_heatmap"
11167   output-file-type: ".html"
11168   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11169   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11170   filter: "'NIC_Intel-XXV710' and
11171            'NF_DENSITY' and
11172            'DOCKER' and
11173            'PIPELINE' and
11174            'NF_VPPIP4' and
11175            'IMIX' and
11176            '4T2C' and
11177            'NDRPDR'"
11178   parameters:
11179   - "throughput"
11180   - "name"
11181   - "tags"
11182   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11183   x-axis: "X = CNFs per Service Pipeline"
11184   y-axis: "Y = Number of Service Pipelines"
11185   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11186   layout:
11187     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11188     layout: "plot-service-density"
11189
11190 - type: "plot"
11191   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11192   algorithm: "plot_nf_heatmap"
11193   output-file-type: ".html"
11194   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11195   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11196   filter: "'NIC_Intel-XXV710' and
11197            'NF_DENSITY' and
11198            'DOCKER' and
11199            'PIPELINE' and
11200            'NF_VPPIP4' and
11201            'IMIX' and
11202            '8T4C' and
11203            'NDRPDR'"
11204   parameters:
11205   - "throughput"
11206   - "name"
11207   - "tags"
11208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11209   x-axis: "X = CNFs per Service Pipeline"
11210   y-axis: "Y = Number of Service Pipelines"
11211   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11212   layout:
11213     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11214     layout: "plot-service-density"
11215
11216 # Plots - NF Density - CSP - PDR IMIX
11217 - type: "plot"
11218   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11219   algorithm: "plot_nf_heatmap"
11220   output-file-type: ".html"
11221   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11222   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11223   filter: "'NIC_Intel-XXV710' and
11224            'NF_DENSITY' and
11225            'DOCKER' and
11226            'PIPELINE' and
11227            'NF_VPPIP4' and
11228            'IMIX' and
11229            '2T1C' and
11230            'NDRPDR'"
11231   parameters:
11232   - "throughput"
11233   - "name"
11234   - "tags"
11235   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11236   x-axis: "X = CNFs per Service Pipeline"
11237   y-axis: "Y = Number of Service Pipelines"
11238   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11239   layout:
11240     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11241     layout: "plot-service-density"
11242
11243 - type: "plot"
11244   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11245   algorithm: "plot_nf_heatmap"
11246   output-file-type: ".html"
11247   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11248   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11249   filter: "'NIC_Intel-XXV710' and
11250            'NF_DENSITY' and
11251            'DOCKER' and
11252            'PIPELINE' and
11253            'NF_VPPIP4' and
11254            'IMIX' and
11255            '4T2C' and
11256            'NDRPDR'"
11257   parameters:
11258   - "throughput"
11259   - "name"
11260   - "tags"
11261   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11262   x-axis: "X = CNFs per Service Pipeline"
11263   y-axis: "Y = Number of Service Pipelines"
11264   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11265   layout:
11266     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11267     layout: "plot-service-density"
11268
11269 - type: "plot"
11270   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11271   algorithm: "plot_nf_heatmap"
11272   output-file-type: ".html"
11273   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11274   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11275   filter: "'NIC_Intel-XXV710' and
11276            'NF_DENSITY' and
11277            'DOCKER' and
11278            'PIPELINE' and
11279            'NF_VPPIP4' and
11280            'IMIX' and
11281            '8T4C' and
11282            'NDRPDR'"
11283   parameters:
11284   - "throughput"
11285   - "name"
11286   - "tags"
11287   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11288   x-axis: "X = CNFs per Service Pipeline"
11289   y-axis: "Y = Number of Service Pipelines"
11290   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11291   layout:
11292     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11293     layout: "plot-service-density"
11294
11295 ################################################################################
11296
11297 # Packet Throughput
11298
11299 - type: "plot"
11300   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11301   algorithm: "plot_perf_box_name"
11302   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11304   include:
11305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11309   layout:
11310     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11311     layout: "plot-throughput"
11312
11313 - type: "plot"
11314   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11315   algorithm: "plot_perf_box_name"
11316   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11318   include:
11319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11320     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11321     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11323   layout:
11324     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11325     layout: "plot-throughput"
11326
11327 - type: "plot"
11328   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11329   algorithm: "plot_perf_box_name"
11330   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11332   include:
11333     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11334     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11335     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11336     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11337   layout:
11338     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11339     layout: "plot-throughput"
11340
11341 - type: "plot"
11342   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11343   algorithm: "plot_perf_box_name"
11344   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11345   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11346   include:
11347     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11348     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11349     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11350     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11351   layout:
11352     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11353     layout: "plot-throughput"
11354
11355 - type: "plot"
11356   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11357   algorithm: "plot_perf_box_name"
11358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11360   include:
11361     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11362     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11363     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11364     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11365     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11366   layout:
11367     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11368     layout: "plot-throughput"
11369
11370 - type: "plot"
11371   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11372   algorithm: "plot_perf_box_name"
11373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11375   include:
11376     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11377     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11378     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11379     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11380     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11381   layout:
11382     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11383     layout: "plot-throughput"
11384
11385 - type: "plot"
11386   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11387   algorithm: "plot_perf_box_name"
11388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11390   include:
11391     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11392     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11393     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11394     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11395     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11396   layout:
11397     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11398     layout: "plot-throughput"
11399
11400 - type: "plot"
11401   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11402   algorithm: "plot_perf_box_name"
11403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11405   include:
11406     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11407     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11408     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11409     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11410     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11411   layout:
11412     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11413     layout: "plot-throughput"
11414
11415 - type: "plot"
11416   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11417   algorithm: "plot_perf_box_name"
11418   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11419   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11420   include:
11421     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11422     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11423     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11424     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11425     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11426   layout:
11427     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11428     layout: "plot-throughput"
11429
11430 - type: "plot"
11431   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11432   algorithm: "plot_perf_box_name"
11433   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11434   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11435   include:
11436     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11437     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11438     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11439     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11440     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11441   layout:
11442     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11443     layout: "plot-throughput"
11444
11445 - type: "plot"
11446   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11447   algorithm: "plot_perf_box_name"
11448   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11449   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11450   include:
11451     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11457   layout:
11458     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11459     layout: "plot-throughput"
11460
11461 - type: "plot"
11462   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11463   algorithm: "plot_perf_box_name"
11464   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11466   include:
11467     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11473   layout:
11474     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11479   algorithm: "plot_perf_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11482   include:
11483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11488   layout:
11489     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11490     layout: "plot-throughput"
11491
11492 - type: "plot"
11493   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11494   algorithm: "plot_perf_box_name"
11495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11497   include:
11498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11503   layout:
11504     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11505     layout: "plot-throughput"
11506
11507 - type: "plot"
11508   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11509   algorithm: "plot_perf_box_name"
11510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11512   include:
11513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11516   layout:
11517     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11518     layout: "plot-throughput"
11519
11520 - type: "plot"
11521   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11522   algorithm: "plot_perf_box_name"
11523   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11524   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11525   include:
11526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11529   layout:
11530     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11538   include:
11539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11544   layout:
11545     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11546     layout: "plot-throughput"
11547
11548 - type: "plot"
11549   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11550   algorithm: "plot_perf_box_name"
11551   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11553   include:
11554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11559   layout:
11560     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11561     layout: "plot-throughput"
11562
11563 - type: "plot"
11564   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11565   algorithm: "plot_perf_box_name"
11566   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11568   include:
11569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11572   layout:
11573     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11574     layout: "plot-throughput"
11575
11576 - type: "plot"
11577   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11578   algorithm: "plot_perf_box_name"
11579   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11581   include:
11582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11585   layout:
11586     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11587     layout: "plot-throughput"
11588
11589 - type: "plot"
11590   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11591   algorithm: "plot_perf_box_name"
11592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11594   include:
11595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11601   layout:
11602     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11603     layout: "plot-throughput"
11604
11605 - type: "plot"
11606   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11607   algorithm: "plot_perf_box_name"
11608   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11609   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11610   include:
11611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11617   layout:
11618     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11619     layout: "plot-throughput"
11620
11621 - type: "plot"
11622   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11623   algorithm: "plot_perf_box_name"
11624   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11626   include:
11627     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11628     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11629     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11630 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11631     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11632   layout:
11633     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11634     layout: "plot-throughput"
11635
11636 - type: "plot"
11637   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11638   algorithm: "plot_perf_box_name"
11639   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11640   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11641   include:
11642     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11643 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11644     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11645 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11646     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11647   layout:
11648     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11649     layout: "plot-throughput"
11650
11651 - type: "plot"
11652   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
11653   algorithm: "plot_perf_box_name"
11654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
11655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11656   include:
11657     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11658     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11659     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11660     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11661     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11662     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11663   layout:
11664     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
11665     layout: "plot-cps"
11666
11667 - type: "plot"
11668   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
11669   algorithm: "plot_perf_box_name"
11670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
11671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11672   include:
11673     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11674     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11675     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11676     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11677     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11678     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11679   layout:
11680     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
11681     layout: "plot-throughput"
11682
11683 #- type: "plot"
11684 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
11685 #  algorithm: "plot_perf_box_name"
11686 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
11687 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11688 #  include:
11689 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11690 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11691 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11692 #  layout:
11693 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
11694 #    layout: "plot-cps"
11695
11696 #- type: "plot"
11697 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
11698 #  algorithm: "plot_perf_box_name"
11699 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
11700 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11701 #  include:
11702 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11703 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11704 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11705 #  layout:
11706 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
11707 #    layout: "plot-throughput"
11708
11709 - type: "plot"
11710   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
11711   algorithm: "plot_perf_box_name"
11712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
11713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11714   include:
11715     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11716     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11717     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11718     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11719     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11720     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11721   layout:
11722     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
11723     layout: "plot-cps"
11724
11725 - type: "plot"
11726   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
11727   algorithm: "plot_perf_box_name"
11728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
11729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11730   include:
11731     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11732     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11733     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11734     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11735     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11736     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11737   layout:
11738     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
11739     layout: "plot-throughput"
11740
11741 #- type: "plot"
11742 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
11743 #  algorithm: "plot_perf_box_name"
11744 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
11745 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11746 #  include:
11747 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11748 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11749 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11750 #  layout:
11751 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
11752 #    layout: "plot-cps"
11753
11754 #- type: "plot"
11755 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
11756 #  algorithm: "plot_perf_box_name"
11757 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
11758 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11759 #  include:
11760 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11761 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11762 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11763 #  layout:
11764 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
11765 #    layout: "plot-throughput"
11766
11767 - type: "plot"
11768   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11769   algorithm: "plot_perf_box_name"
11770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11772   include:
11773     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11774     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11775     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11776 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11777     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11778   layout:
11779     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11784   algorithm: "plot_perf_box_name"
11785   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11787   include:
11788     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11789 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11790     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11791 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11792     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11793   layout:
11794     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11795     layout: "plot-throughput"
11796
11797 - type: "plot"
11798   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
11799   algorithm: "plot_perf_box_name"
11800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
11801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11802   include:
11803     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11806     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11809   layout:
11810     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
11811     layout: "plot-cps"
11812
11813 - type: "plot"
11814   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
11815   algorithm: "plot_perf_box_name"
11816   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
11817   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11818   include:
11819     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-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-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11824     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11825   layout:
11826     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
11827     layout: "plot-throughput"
11828
11829 #- type: "plot"
11830 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
11831 #  algorithm: "plot_perf_box_name"
11832 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
11833 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11834 #  include:
11835 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11836 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11837 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11838 #  layout:
11839 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
11840 #    layout: "plot-cps"
11841
11842 #- type: "plot"
11843 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
11844 #  algorithm: "plot_perf_box_name"
11845 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
11846 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11847 #  include:
11848 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11849 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11850 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11851 #  layout:
11852 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
11853 #    layout: "plot-throughput"
11854
11855 - type: "plot"
11856   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
11857   algorithm: "plot_perf_box_name"
11858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
11859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11860   include:
11861     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11863     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11865     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11866     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11867   layout:
11868     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
11869     layout: "plot-cps"
11870
11871 - type: "plot"
11872   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
11873   algorithm: "plot_perf_box_name"
11874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
11875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11876   include:
11877     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11878     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11883   layout:
11884     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
11885     layout: "plot-throughput"
11886
11887 #- type: "plot"
11888 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
11889 #  algorithm: "plot_perf_box_name"
11890 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
11891 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11892 #  include:
11893 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11894 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11895 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11896 #  layout:
11897 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
11898 #    layout: "plot-cps"
11899
11900 #- type: "plot"
11901 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
11902 #  algorithm: "plot_perf_box_name"
11903 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
11904 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11905 #  include:
11906 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11907 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11908 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11909 #  layout:
11910 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
11911 #    layout: "plot-throughput"
11912
11913 - type: "plot"
11914   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11915   algorithm: "plot_perf_box_name"
11916   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11918   include:
11919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11925   layout:
11926     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11927     layout: "plot-throughput"
11928
11929 - type: "plot"
11930   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11931   algorithm: "plot_perf_box_name"
11932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11934   include:
11935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11941   layout:
11942     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11950   include:
11951     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11954   layout:
11955     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11956     layout: "plot-throughput"
11957
11958 - type: "plot"
11959   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11960   algorithm: "plot_perf_box_name"
11961   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11963   include:
11964     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11967   layout:
11968     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11969     layout: "plot-throughput"
11970
11971 - type: "plot"
11972   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11973   algorithm: "plot_perf_box_name"
11974   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11976   include:
11977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11979 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11980 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11981 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11982   layout:
11983     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11984     layout: "plot-throughput"
11985
11986 - type: "plot"
11987   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11988   algorithm: "plot_perf_box_name"
11989   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11991   include:
11992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11994 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11995 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11996 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11997   layout:
11998     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11999     layout: "plot-throughput"
12000
12001 - type: "plot"
12002   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12003   algorithm: "plot_perf_box_name"
12004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12006   include:
12007     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12012   layout:
12013     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12014     layout: "plot-throughput"
12015
12016 - type: "plot"
12017   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12018   algorithm: "plot_perf_box_name"
12019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12021   include:
12022     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12027   layout:
12028     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12029     layout: "plot-throughput"
12030
12031 - type: "plot"
12032   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12033   algorithm: "plot_perf_box_name"
12034   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12036   include:
12037     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12042   layout:
12043     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12051   include:
12052     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12057   layout:
12058     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12059     layout: "plot-throughput"
12060
12061 - type: "plot"
12062   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12063   algorithm: "plot_perf_box_name"
12064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12066   include:
12067     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12071   layout:
12072     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12073     layout: "plot-throughput"
12074
12075 - type: "plot"
12076   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12077   algorithm: "plot_perf_box_name"
12078   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12080   include:
12081     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12085   layout:
12086     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12087     layout: "plot-throughput"
12088
12089 - type: "plot"
12090   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12091   algorithm: "plot_perf_box_name"
12092   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12094   include:
12095     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12100   layout:
12101     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12102     layout: "plot-throughput"
12103
12104 - type: "plot"
12105   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12106   algorithm: "plot_perf_box_name"
12107   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12109   include:
12110     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12115   layout:
12116     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12117     layout: "plot-throughput"
12118
12119 - type: "plot"
12120   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12121   algorithm: "plot_perf_box_name"
12122   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12123   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12124   include:
12125     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12130   layout:
12131     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12132     layout: "plot-throughput"
12133
12134 - type: "plot"
12135   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12136   algorithm: "plot_perf_box_name"
12137   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12138   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12139   include:
12140     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12145   layout:
12146     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12147     layout: "plot-throughput"
12148
12149 - type: "plot"
12150   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12151   algorithm: "plot_perf_box_name"
12152   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12153   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12154   include:
12155     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12159   layout:
12160     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12161     layout: "plot-throughput"
12162
12163 - type: "plot"
12164   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12165   algorithm: "plot_perf_box_name"
12166   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12167   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12168   include:
12169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12173   layout:
12174     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12175     layout: "plot-throughput"
12176
12177 - type: "plot"
12178   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12179   algorithm: "plot_perf_box_name"
12180   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12181   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12182   include:
12183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12188   layout:
12189     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12190     layout: "plot-throughput"
12191
12192 - type: "plot"
12193   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12194   algorithm: "plot_perf_box_name"
12195   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12196   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12197   include:
12198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12203   layout:
12204     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12205     layout: "plot-throughput"
12206
12207 - type: "plot"
12208   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12209   algorithm: "plot_perf_box_name"
12210   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12211   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12212   include:
12213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12219   layout:
12220     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12221     layout: "plot-throughput"
12222
12223 - type: "plot"
12224   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12225   algorithm: "plot_perf_box_name"
12226   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12227   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12228   include:
12229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12235   layout:
12236     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12237     layout: "plot-throughput"
12238
12239 - type: "plot"
12240   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12241   algorithm: "plot_perf_box_name"
12242   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12243   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12244   include:
12245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12250   layout:
12251     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12258   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12259   include:
12260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12265   layout:
12266     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12273   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12274   include:
12275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12280   layout:
12281     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12288   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12289   include:
12290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12295   layout:
12296     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12304   include:
12305     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12307   layout:
12308     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12309     layout: "plot-throughput"
12310
12311 - type: "plot"
12312   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12313   algorithm: "plot_perf_box_name"
12314   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12316   include:
12317     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12319   layout:
12320     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12321     layout: "plot-throughput"
12322
12323 - type: "plot"
12324   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12325   algorithm: "plot_perf_box_name"
12326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12328   include:
12329     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12333   layout:
12334     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12335     layout: "plot-throughput"
12336
12337 - type: "plot"
12338   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12339   algorithm: "plot_perf_box_name"
12340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12342   include:
12343     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12347   layout:
12348     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12349     layout: "plot-throughput"
12350
12351 - type: "plot"
12352   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12353   algorithm: "plot_perf_box_name"
12354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12356   include:
12357     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12361   layout:
12362     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12363     layout: "plot-throughput"
12364
12365 - type: "plot"
12366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12367   algorithm: "plot_perf_box_name"
12368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12370   include:
12371     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12375   layout:
12376     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12377     layout: "plot-throughput"
12378
12379 - type: "plot"
12380   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12381   algorithm: "plot_perf_box_name"
12382   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12383   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12384   include:
12385     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12389   layout:
12390     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12398   include:
12399     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12403   layout:
12404     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12405     layout: "plot-throughput"
12406
12407 - type: "plot"
12408   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12409   algorithm: "plot_perf_box_name"
12410   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12411   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12412   include:
12413     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12417   layout:
12418     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12419     layout: "plot-throughput"
12420
12421 - type: "plot"
12422   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12423   algorithm: "plot_perf_box_name"
12424   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12425   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12426   include:
12427     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12431   layout:
12432     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12433     layout: "plot-throughput"
12434
12435 - type: "plot"
12436   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12437   algorithm: "plot_perf_box_name"
12438   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12440   include:
12441     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12443     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12447   layout:
12448     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12449     layout: "plot-throughput"
12450
12451 - type: "plot"
12452   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12456   include:
12457     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12463   layout:
12464     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12465     layout: "plot-throughput"
12466
12467 - type: "plot"
12468   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12469   algorithm: "plot_perf_box_name"
12470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12472   include:
12473     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12478   layout:
12479     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12480     layout: "plot-throughput"
12481
12482 - type: "plot"
12483   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12484   algorithm: "plot_perf_box_name"
12485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12487   include:
12488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12493   layout:
12494     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12495     layout: "plot-throughput"
12496
12497 - type: "plot"
12498   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12499   algorithm: "plot_perf_box_name"
12500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12502   include:
12503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12508   layout:
12509     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12517   include:
12518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12523   layout:
12524     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12525     layout: "plot-throughput"
12526
12527 - type: "plot"
12528   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12529   algorithm: "plot_perf_box_name"
12530   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12531   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12532   include:
12533     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12534     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12536   layout:
12537     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12538     layout: "plot-throughput"
12539
12540 - type: "plot"
12541   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12542   algorithm: "plot_perf_box_name"
12543   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12545   include:
12546     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12547     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12548     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12549   layout:
12550     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12551     layout: "plot-throughput"
12552
12553 - type: "plot"
12554   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12555   algorithm: "plot_perf_box_name"
12556   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12558   include:
12559     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12562   layout:
12563     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12571   include:
12572     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12575   layout:
12576     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12577     layout: "plot-throughput"
12578
12579 - type: "plot"
12580   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12581   algorithm: "plot_perf_box_name"
12582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12584   include:
12585     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12590   layout:
12591     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12592     layout: "plot-throughput"
12593
12594 - type: "plot"
12595   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12596   algorithm: "plot_perf_box_name"
12597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12599   include:
12600     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12605   layout:
12606     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12607     layout: "plot-throughput"
12608
12609 - type: "plot"
12610   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12611   algorithm: "plot_perf_box_name"
12612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12614   include:
12615     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12620   layout:
12621     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12629   include:
12630     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12635   layout:
12636     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12643   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12644   include:
12645     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12650   layout:
12651     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12659   include:
12660     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12665   layout:
12666     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12673   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12674   include:
12675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12680   layout:
12681     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12688   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12689   include:
12690     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12695   layout:
12696     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12697     layout: "plot-throughput"
12698
12699 - type: "plot"
12700   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12701   algorithm: "plot_perf_box_name"
12702   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12703   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12704   include:
12705     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12710   layout:
12711     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12716   algorithm: "plot_perf_box_name"
12717   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12718   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12719   include:
12720     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12721     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12725   layout:
12726     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12727     layout: "plot-throughput"
12728
12729 - type: "plot"
12730   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12731   algorithm: "plot_perf_box_name"
12732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12734   include:
12735     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12736     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12737     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12738     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12739     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12740     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12741   layout:
12742     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12743     layout: "plot-throughput"
12744
12745 - type: "plot"
12746   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12747   algorithm: "plot_perf_box_name"
12748   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12749   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12750   include:
12751     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12752     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12753     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12754     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12755     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12756     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12757   layout:
12758     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12759     layout: "plot-throughput"
12760
12761 - type: "plot"
12762   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12763   algorithm: "plot_perf_box_name"
12764   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12765   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12766   include:
12767     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12768     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12769     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12770     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12771   layout:
12772     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12773     layout: "plot-throughput"
12774
12775 - type: "plot"
12776   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12777   algorithm: "plot_perf_box_name"
12778   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12780   include:
12781     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12782     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12783     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12784     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12785   layout:
12786     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12791   algorithm: "plot_perf_box_name"
12792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12794   include:
12795     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12796     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12797     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12798     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12799     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12800     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12801   layout:
12802     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12803     layout: "plot-throughput"
12804
12805 - type: "plot"
12806   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12807   algorithm: "plot_perf_box_name"
12808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12810   include:
12811     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12812     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12813     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12814     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12815     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12816     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12817   layout:
12818     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12819     layout: "plot-throughput"
12820
12821 - type: "plot"
12822   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12823   algorithm: "plot_perf_box_name"
12824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12826   include:
12827     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12828     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12829     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12830     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12831     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12832     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12833   layout:
12834     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12835     layout: "plot-throughput"
12836
12837 - type: "plot"
12838   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12839   algorithm: "plot_perf_box_name"
12840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12842   include:
12843     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12844     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12845     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12846     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12847     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12848     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12849   layout:
12850     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12851     layout: "plot-throughput"
12852
12853 - type: "plot"
12854   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12855   algorithm: "plot_perf_box_name"
12856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12858   include:
12859     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12862     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12864     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12865   layout:
12866     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12867     layout: "plot-throughput"
12868
12869 - type: "plot"
12870   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12871   algorithm: "plot_perf_box_name"
12872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12874   include:
12875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12878     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12880     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12881   layout:
12882     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12883     layout: "plot-throughput"
12884
12885 - type: "plot"
12886   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12887   algorithm: "plot_perf_box_name"
12888   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12889   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12890   include:
12891     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12892     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12893     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12894     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12895     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12896     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12897   layout:
12898     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12899     layout: "plot-throughput"
12900
12901 - type: "plot"
12902   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12903   algorithm: "plot_perf_box_name"
12904   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12905   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12906   include:
12907     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12908     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12909     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12912     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12913   layout:
12914     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12921   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12922   include:
12923     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12929   layout:
12930     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12931     layout: "plot-throughput"
12932
12933 - type: "plot"
12934   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12935   algorithm: "plot_perf_box_name"
12936   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12937   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12938   include:
12939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12945   layout:
12946     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12947     layout: "plot-throughput"
12948
12949 - type: "plot"
12950   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12951   algorithm: "plot_perf_box_name"
12952   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12954   include:
12955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12961   layout:
12962     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12963     layout: "plot-throughput"
12964
12965 - type: "plot"
12966   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12967   algorithm: "plot_perf_box_name"
12968   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12970   include:
12971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12977   layout:
12978     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12979     layout: "plot-throughput"
12980
12981 - type: "plot"
12982   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12983   algorithm: "plot_perf_box_name"
12984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12986   include:
12987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12993   layout:
12994     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12995     layout: "plot-throughput"
12996
12997 - type: "plot"
12998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12999   algorithm: "plot_perf_box_name"
13000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13002   include:
13003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13009   layout:
13010     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13018   include:
13019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13025   layout:
13026     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13027     layout: "plot-throughput"
13028
13029 - type: "plot"
13030   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13031   algorithm: "plot_perf_box_name"
13032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13034   include:
13035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13041   layout:
13042     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13043     layout: "plot-throughput"
13044
13045 - type: "plot"
13046   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13047   algorithm: "plot_perf_box_name"
13048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13050   include:
13051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13055   layout:
13056     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13057     layout: "plot-throughput"
13058
13059 - type: "plot"
13060   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13061   algorithm: "plot_perf_box_name"
13062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13064   include:
13065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13069   layout:
13070     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13071     layout: "plot-throughput"
13072
13073 - type: "plot"
13074   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13075   algorithm: "plot_perf_box_name"
13076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13078   include:
13079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13083   layout:
13084     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13085     layout: "plot-throughput"
13086
13087 - type: "plot"
13088   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13089   algorithm: "plot_perf_box_name"
13090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13092   include:
13093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13097   layout:
13098     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13099     layout: "plot-throughput"
13100
13101 - type: "plot"
13102   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13103   algorithm: "plot_perf_box_name"
13104   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13106   include:
13107     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13113   layout:
13114     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13115     layout: "plot-throughput"
13116
13117 - type: "plot"
13118   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13119   algorithm: "plot_perf_box_name"
13120   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13121   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13122   include:
13123     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13129   layout:
13130     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13131     layout: "plot-throughput"
13132
13133 - type: "plot"
13134   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13135   algorithm: "plot_perf_box_name"
13136   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13138   include:
13139     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13144   layout:
13145     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13153   include:
13154     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13159   layout:
13160     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13161     layout: "plot-throughput"
13162
13163 - type: "plot"
13164   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13165   algorithm: "plot_perf_box_name"
13166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13168   include:
13169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13174   layout:
13175     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13176     layout: "plot-throughput"
13177
13178 - type: "plot"
13179   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13180   algorithm: "plot_perf_box_name"
13181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13183   include:
13184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13189   layout:
13190     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13191     layout: "plot-throughput"
13192
13193 - type: "plot"
13194   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13195   algorithm: "plot_perf_box_name"
13196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13198   include:
13199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13203   layout:
13204     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13209   algorithm: "plot_perf_box_name"
13210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13212   include:
13213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13217   layout:
13218     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13219     layout: "plot-throughput"
13220
13221 - type: "plot"
13222   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13223   algorithm: "plot_perf_box_name"
13224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13226   include:
13227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13233   layout:
13234     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13235     layout: "plot-throughput"
13236
13237 - type: "plot"
13238   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13239   algorithm: "plot_perf_box_name"
13240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13242   include:
13243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13249   layout:
13250     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13251     layout: "plot-throughput"
13252
13253 - type: "plot"
13254   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13255   algorithm: "plot_perf_box_name"
13256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13258   include:
13259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13265   layout:
13266     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13267     layout: "plot-throughput"
13268
13269 - type: "plot"
13270   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13271   algorithm: "plot_perf_box_name"
13272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13274   include:
13275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13281   layout:
13282     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13283     layout: "plot-throughput"
13284
13285 - type: "plot"
13286   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13287   algorithm: "plot_perf_box_name"
13288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13290   include:
13291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13297   layout:
13298     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13299     layout: "plot-throughput"
13300
13301 - type: "plot"
13302   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13303   algorithm: "plot_perf_box_name"
13304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13306   include:
13307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13313   layout:
13314     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13315     layout: "plot-throughput"
13316
13317 - type: "plot"
13318   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13319   algorithm: "plot_perf_box_name"
13320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13322   include:
13323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13329   layout:
13330     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13331     layout: "plot-throughput"
13332
13333 - type: "plot"
13334   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13335   algorithm: "plot_perf_box_name"
13336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13338   include:
13339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13345   layout:
13346     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13347     layout: "plot-throughput"
13348
13349 - type: "plot"
13350   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13351   algorithm: "plot_perf_box_name"
13352   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13353   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13354   include:
13355     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13359   layout:
13360     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13361     layout: "plot-throughput"
13362
13363 - type: "plot"
13364   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13365   algorithm: "plot_perf_box_name"
13366   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13367   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13368   include:
13369     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13373   layout:
13374     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13375     layout: "plot-throughput"
13376
13377 - type: "plot"
13378   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13379   algorithm: "plot_perf_box_name"
13380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13381   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13382   include:
13383     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13384     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13389   layout:
13390     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13391     layout: "plot-throughput"
13392
13393 - type: "plot"
13394   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13395   algorithm: "plot_perf_box_name"
13396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13398   include:
13399     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13405   layout:
13406     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13407     layout: "plot-throughput"
13408
13409 - type: "plot"
13410   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13411   algorithm: "plot_perf_box_name"
13412   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13413   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13414   include:
13415     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13421   layout:
13422     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13423     layout: "plot-throughput"
13424
13425 - type: "plot"
13426   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13427   algorithm: "plot_perf_box_name"
13428   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13429   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13430   include:
13431     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13437   layout:
13438     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13439     layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13443   algorithm: "plot_perf_box_name"
13444   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13445   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13446   include:
13447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13451   layout:
13452     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13453     layout: "plot-throughput"
13454
13455 - type: "plot"
13456   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13457   algorithm: "plot_perf_box_name"
13458   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13459   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13460   include:
13461     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13465   layout:
13466     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13467     layout: "plot-throughput"
13468
13469 - type: "plot"
13470   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13471   algorithm: "plot_perf_box_name"
13472   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13473   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13474   include:
13475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13481   layout:
13482     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13483     layout: "plot-throughput"
13484
13485 - type: "plot"
13486   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13487   algorithm: "plot_perf_box_name"
13488   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13489   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13490   include:
13491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13497   layout:
13498     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13499     layout: "plot-throughput"
13500
13501 - type: "plot"
13502   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13503   algorithm: "plot_perf_box_name"
13504   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13505   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13506   include:
13507     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13511   layout:
13512     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13513     layout: "plot-throughput"
13514
13515 - type: "plot"
13516   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13517   algorithm: "plot_perf_box_name"
13518   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13519   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13520   include:
13521     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13525   layout:
13526     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13527     layout: "plot-throughput"
13528
13529 - type: "plot"
13530   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13531   algorithm: "plot_perf_box_name"
13532   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13533   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13534   include:
13535     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13541   layout:
13542     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13543     layout: "plot-throughput"
13544
13545 - type: "plot"
13546   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13547   algorithm: "plot_perf_box_name"
13548   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13549   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13550   include:
13551     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13557   layout:
13558     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13559     layout: "plot-throughput"
13560
13561 - type: "plot"
13562   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13563   algorithm: "plot_perf_box_name"
13564   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13565   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13566   include:
13567     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13573   layout:
13574     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13575     layout: "plot-throughput"
13576
13577 - type: "plot"
13578   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13579   algorithm: "plot_perf_box_name"
13580   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13581   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13582   include:
13583     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13589   layout:
13590     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13591     layout: "plot-throughput"
13592
13593 - type: "plot"
13594   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13595   algorithm: "plot_perf_box_name"
13596   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13597   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13598   include:
13599     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13600     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13601     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13602     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13603     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13604     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13605   layout:
13606     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13607     layout: "plot-throughput"
13608
13609 - type: "plot"
13610   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13611   algorithm: "plot_perf_box_name"
13612   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13613   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13614   include:
13615     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13616     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13617     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13618     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13619     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13620     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13621   layout:
13622     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13623     layout: "plot-throughput"
13624
13625 - type: "plot"
13626   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13627   algorithm: "plot_perf_box_name"
13628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13630   include:
13631     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13632     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13633     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13634 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13635 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13636 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13637   layout:
13638     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13639     layout: "plot-throughput"
13640
13641 - type: "plot"
13642   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13643   algorithm: "plot_perf_box_name"
13644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13646   include:
13647     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13648     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13649     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13650 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13651 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13652 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13653   layout:
13654     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13655     layout: "plot-throughput"
13656
13657 - type: "plot"
13658   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13659   algorithm: "plot_perf_box_name"
13660   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13662   include:
13663     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13664     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13665     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13666     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13667     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13668     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13669   layout:
13670     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13671     layout: "plot-throughput"
13672
13673 - type: "plot"
13674   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13675   algorithm: "plot_perf_box_name"
13676   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13678   include:
13679     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13680     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13681     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13682     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13683     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13684     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13685   layout:
13686     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13687     layout: "plot-throughput"
13688
13689 - type: "plot"
13690   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13691   algorithm: "plot_perf_box_name"
13692   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13693   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13694   include:
13695     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13696     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13697     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13698     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13699     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13700     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13701   layout:
13702     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13703     layout: "plot-throughput"
13704
13705 - type: "plot"
13706   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13707   algorithm: "plot_perf_box_name"
13708   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13709   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13710   include:
13711     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13712     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13713     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13714     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13715     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13716     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13717   layout:
13718     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13719     layout: "plot-throughput"
13720
13721 #- type: "plot"
13722 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13723 #  algorithm: "plot_perf_box_name"
13724 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13725 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13726 #  include:
13727 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13728 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13729 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13730 #  layout:
13731 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13732 #    layout: "plot-throughput"
13733 #
13734 #- type: "plot"
13735 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13736 #  algorithm: "plot_perf_box_name"
13737 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13738 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13739 #  include:
13740 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13741 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13742 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13743 #  layout:
13744 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13745 #    layout: "plot-throughput"
13746
13747 - type: "plot"
13748   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13749   algorithm: "plot_perf_box_name"
13750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13752   include:
13753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13758   layout:
13759     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13760     layout: "plot-throughput"
13761
13762 - type: "plot"
13763   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13764   algorithm: "plot_perf_box_name"
13765   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13766   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13767   include:
13768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13769     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13773   layout:
13774     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13775     layout: "plot-throughput"
13776
13777 - type: "plot"
13778   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13779   algorithm: "plot_perf_box_name"
13780   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13782   include:
13783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13784     - "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"
13785     - "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"
13786     - "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"
13787     - "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"
13788   layout:
13789     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13790     layout: "plot-throughput"
13791
13792 - type: "plot"
13793   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13794   algorithm: "plot_perf_box_name"
13795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13797   include:
13798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13803   layout:
13804     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13805     layout: "plot-throughput"
13806
13807 - type: "plot"
13808   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13809   algorithm: "plot_perf_box_name"
13810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13812   include:
13813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13818   layout:
13819     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13820     layout: "plot-throughput"
13821
13822 - type: "plot"
13823   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13824   algorithm: "plot_perf_box_name"
13825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13827   include:
13828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13833   layout:
13834     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13835     layout: "plot-throughput"
13836
13837 - type: "plot"
13838   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13839   algorithm: "plot_perf_box_name"
13840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13842   include:
13843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13848   layout:
13849     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13850     layout: "plot-throughput"
13851
13852 - type: "plot"
13853   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13854   algorithm: "plot_perf_box_name"
13855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13857   include:
13858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13863   layout:
13864     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13865     layout: "plot-throughput"
13866
13867 - type: "plot"
13868   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13869   algorithm: "plot_perf_box_name"
13870   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13871   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13872   include:
13873     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13874     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13875     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13876     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13877     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13878   layout:
13879     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13880     layout: "plot-throughput"
13881
13882 - type: "plot"
13883   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13884   algorithm: "plot_perf_box_name"
13885   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13887   include:
13888     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13889     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13890     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13891     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13893   layout:
13894     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13895     layout: "plot-throughput"
13896
13897 - type: "plot"
13898   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13899   algorithm: "plot_perf_box_name"
13900   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13902   include:
13903     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13904     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13905     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13906     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13908   layout:
13909     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13910     layout: "plot-throughput"
13911
13912 - type: "plot"
13913   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13914   algorithm: "plot_perf_box_name"
13915   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13917   include:
13918     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13921     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13922     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13923   layout:
13924     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13925     layout: "plot-throughput"
13926
13927 - type: "plot"
13928   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13929   algorithm: "plot_perf_box_name"
13930   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13932   include:
13933     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13937   layout:
13938     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13939     layout: "plot-throughput"
13940
13941 - type: "plot"
13942   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13943   algorithm: "plot_perf_box_name"
13944   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13946   include:
13947     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13948     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13951   layout:
13952     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13953     layout: "plot-throughput"
13954
13955 - type: "plot"
13956   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13957   algorithm: "plot_perf_box_name"
13958   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13960   include:
13961     - "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"
13962     - "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"
13963     - "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"
13964     - "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"
13965   layout:
13966     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13967     layout: "plot-throughput"
13968
13969 - type: "plot"
13970   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13971   algorithm: "plot_perf_box_name"
13972   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13974   include:
13975     - "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"
13976     - "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"
13977     - "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"
13978     - "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"
13979   layout:
13980     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13981     layout: "plot-throughput"
13982
13983 - type: "plot"
13984   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13985   algorithm: "plot_perf_box_name"
13986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13988   include:
13989     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13991     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13992     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13995   layout:
13996     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13997     layout: "plot-throughput"
13998
13999 - type: "plot"
14000   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14001   algorithm: "plot_perf_box_name"
14002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14004   include:
14005     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14006     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14007     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14010     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14011   layout:
14012     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14013     layout: "plot-throughput"
14014
14015 - type: "plot"
14016   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14017   algorithm: "plot_perf_box_name"
14018   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14020   include:
14021     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14022     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14023     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14024     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14025     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14026     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14027   layout:
14028     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14029     layout: "plot-throughput"
14030
14031 - type: "plot"
14032   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14033   algorithm: "plot_perf_box_name"
14034   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14036   include:
14037     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14038     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14043   layout:
14044     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14045     layout: "plot-throughput"
14046
14047 - type: "plot"
14048   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14049   algorithm: "plot_perf_box_name"
14050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14052   include:
14053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14059   layout:
14060     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14061     layout: "plot-throughput"
14062
14063 - type: "plot"
14064   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14065   algorithm: "plot_perf_box_name"
14066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14068   include:
14069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14075   layout:
14076     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14077     layout: "plot-throughput"
14078
14079 - type: "plot"
14080   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14081   algorithm: "plot_perf_box_name"
14082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14084   include:
14085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14090   layout:
14091     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14092     layout: "plot-throughput"
14093
14094 - type: "plot"
14095   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14096   algorithm: "plot_perf_box_name"
14097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14099   include:
14100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14105   layout:
14106     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14107     layout: "plot-throughput"
14108
14109 - type: "plot"
14110   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14111   algorithm: "plot_perf_box_name"
14112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14114   include:
14115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14117   layout:
14118     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14119     layout: "plot-throughput"
14120
14121 - type: "plot"
14122   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14123   algorithm: "plot_perf_box_name"
14124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14126   include:
14127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14129   layout:
14130     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14131     layout: "plot-throughput"
14132
14133 - type: "plot"
14134   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14135   algorithm: "plot_perf_box_name"
14136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14138   include:
14139     - "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"
14140     - "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"
14141   layout:
14142     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14143     layout: "plot-throughput"
14144
14145 - type: "plot"
14146   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14147   algorithm: "plot_perf_box_name"
14148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14150   include:
14151     - "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"
14152     - "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"
14153   layout:
14154     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14155     layout: "plot-throughput"
14156
14157 - type: "plot"
14158   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14159   algorithm: "plot_perf_box_name"
14160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14162   include:
14163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14165   layout:
14166     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14167     layout: "plot-throughput"
14168
14169 - type: "plot"
14170   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14171   algorithm: "plot_perf_box_name"
14172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14174   include:
14175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14177   layout:
14178     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14179     layout: "plot-throughput"
14180
14181 - type: "plot"
14182   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14183   algorithm: "plot_perf_box_name"
14184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14186   include:
14187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14189   layout:
14190     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14191     layout: "plot-throughput"
14192
14193 - type: "plot"
14194   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14195   algorithm: "plot_perf_box_name"
14196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14198   include:
14199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14201   layout:
14202     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14203     layout: "plot-throughput"
14204
14205 - type: "plot"
14206   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14207   algorithm: "plot_perf_box_name"
14208   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14209   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14210   include:
14211     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14212     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14213     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14214     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14215     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14216     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14217   layout:
14218     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14219     layout: "plot-throughput"
14220
14221 - type: "plot"
14222   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14223   algorithm: "plot_perf_box_name"
14224   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14225   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14226   include:
14227     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14231     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14232     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14233   layout:
14234     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14235     layout: "plot-throughput"
14236
14237 - type: "plot"
14238   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14239   algorithm: "plot_perf_box_name"
14240   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14241   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14242   include:
14243     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14244     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14245     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14246     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14247     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14248     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14249   layout:
14250     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14251     layout: "plot-throughput"
14252
14253 - type: "plot"
14254   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14255   algorithm: "plot_perf_box_name"
14256   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14257   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14258   include:
14259     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14260     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14261     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14262     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14263     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14264     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14265   layout:
14266     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14267     layout: "plot-throughput"
14268
14269 #- type: "plot"
14270 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14271 #  algorithm: "plot_perf_box_name"
14272 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14273 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14274 #  include:
14275 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14276 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14277 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14278 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14279 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14280 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14281 #  layout:
14282 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14283 #    layout: "plot-throughput"
14284 #
14285 #- type: "plot"
14286 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14287 #  algorithm: "plot_perf_box_name"
14288 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14289 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14290 #  include:
14291 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14292 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14293 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14294 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14295 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14296 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14297 #  layout:
14298 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14299 #    layout: "plot-throughput"
14300
14301 - type: "plot"
14302   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14303   algorithm: "plot_perf_box_name"
14304   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14306   include:
14307     - "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"
14308     - "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"
14309     - "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"
14310     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14311     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14312     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14313   layout:
14314     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14315     layout: "plot-throughput"
14316
14317 - type: "plot"
14318   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14319   algorithm: "plot_perf_box_name"
14320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14322   include:
14323     - "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"
14324     - "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"
14325     - "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"
14326     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14327     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14328     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14329   layout:
14330     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14331     layout: "plot-throughput"
14332
14333 ################################################################################
14334
14335 # Packet Speedup
14336
14337 - type: "plot"
14338   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14339   algorithm: "plot_tsa_name"
14340   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14341   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14342   include:
14343     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14344     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14345     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14346     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14347   layout:
14348     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14349     layout: "plot-throughput-speedup-analysis"
14350
14351 - type: "plot"
14352   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14353   algorithm: "plot_tsa_name"
14354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14356   include:
14357     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14358     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14359     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14360     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14361   layout:
14362     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14363     layout: "plot-throughput-speedup-analysis"
14364
14365 - type: "plot"
14366   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14367   algorithm: "plot_tsa_name"
14368   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14370   include:
14371     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14372     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14373     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14374     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14375   layout:
14376     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14377     layout: "plot-throughput-speedup-analysis"
14378
14379 - type: "plot"
14380   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14381   algorithm: "plot_tsa_name"
14382   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14384   include:
14385     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14386     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14387     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14388     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14389   layout:
14390     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14391     layout: "plot-throughput-speedup-analysis"
14392
14393 - type: "plot"
14394   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14395   algorithm: "plot_tsa_name"
14396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14398   include:
14399     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14400     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14401     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14402     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14403     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14404   layout:
14405     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14406     layout: "plot-throughput-speedup-analysis"
14407
14408 - type: "plot"
14409   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14410   algorithm: "plot_tsa_name"
14411   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14413   include:
14414     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14415     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14416     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14417     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14418     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14419   layout:
14420     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14421     layout: "plot-throughput-speedup-analysis"
14422
14423 - type: "plot"
14424   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14425   algorithm: "plot_tsa_name"
14426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14428   include:
14429     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14430     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14431     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14432     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14433     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14434   layout:
14435     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14436     layout: "plot-throughput-speedup-analysis"
14437
14438 - type: "plot"
14439   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14440   algorithm: "plot_tsa_name"
14441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14443   include:
14444     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14445     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14446     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14447     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14448     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14449   layout:
14450     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14451     layout: "plot-throughput-speedup-analysis"
14452
14453 - type: "plot"
14454   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14455   algorithm: "plot_tsa_name"
14456   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14458   include:
14459     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14465   layout:
14466     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14467     layout: "plot-throughput-speedup-analysis"
14468
14469 - type: "plot"
14470   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14471   algorithm: "plot_tsa_name"
14472   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14474   include:
14475     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14481   layout:
14482     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14483     layout: "plot-throughput-speedup-analysis"
14484
14485 - type: "plot"
14486   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14487   algorithm: "plot_tsa_name"
14488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14490   include:
14491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14496   layout:
14497     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14498     layout: "plot-throughput-speedup-analysis"
14499
14500 - type: "plot"
14501   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14502   algorithm: "plot_tsa_name"
14503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14505   include:
14506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14511   layout:
14512     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14513     layout: "plot-throughput-speedup-analysis"
14514
14515 - type: "plot"
14516   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14517   algorithm: "plot_tsa_name"
14518   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14520   include:
14521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14524   layout:
14525     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14526     layout: "plot-throughput-speedup-analysis"
14527
14528 - type: "plot"
14529   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14530   algorithm: "plot_tsa_name"
14531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14533   include:
14534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14537   layout:
14538     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14539     layout: "plot-throughput-speedup-analysis"
14540
14541 - type: "plot"
14542   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14543   algorithm: "plot_tsa_name"
14544   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14545   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14546   include:
14547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14552   layout:
14553     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14554     layout: "plot-throughput-speedup-analysis"
14555
14556 - type: "plot"
14557   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14558   algorithm: "plot_tsa_name"
14559   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14561   include:
14562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14567   layout:
14568     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14569     layout: "plot-throughput-speedup-analysis"
14570
14571 - type: "plot"
14572   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14573   algorithm: "plot_tsa_name"
14574   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14575   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14576   include:
14577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14580   layout:
14581     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14582     layout: "plot-throughput-speedup-analysis"
14583
14584 - type: "plot"
14585   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14586   algorithm: "plot_tsa_name"
14587   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14588   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14589   include:
14590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14593   layout:
14594     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14595     layout: "plot-throughput-speedup-analysis"
14596
14597 - type: "plot"
14598   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14599   algorithm: "plot_tsa_name"
14600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14602   include:
14603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14609   layout:
14610     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14611     layout: "plot-throughput-speedup-analysis"
14612
14613 - type: "plot"
14614   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14615   algorithm: "plot_tsa_name"
14616   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14618   include:
14619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14625   layout:
14626     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14627     layout: "plot-throughput-speedup-analysis"
14628
14629 - type: "plot"
14630   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14631   algorithm: "plot_tsa_name"
14632   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14634   include:
14635     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14636     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14637     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14638 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14639     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14640   layout:
14641     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14649   include:
14650     - "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"
14651     - "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"
14652     - "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"
14653   layout:
14654     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14655     layout: "plot-throughput-speedup-analysis"
14656
14657 - type: "plot"
14658   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
14659   algorithm: "plot_tsa_name"
14660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
14661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14662   include:
14663     - "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"
14664     - "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"
14665     - "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"
14666     - "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"
14667     - "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"
14668     - "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"
14669   layout:
14670     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr"
14671     layout: "plot-throughput-speedup-analysis-cps"
14672
14673 - type: "plot"
14674   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
14675   algorithm: "plot_tsa_name"
14676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
14677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14678   include:
14679     - "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"
14680     - "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"
14681     - "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"
14682     - "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"
14683     - "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"
14684     - "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"
14685   layout:
14686     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr"
14687     layout: "plot-throughput-speedup-analysis"
14688
14689 #- type: "plot"
14690 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
14691 #  algorithm: "plot_tsa_name"
14692 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
14693 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14694 #  include:
14695 #    - "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"
14696 #    - "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"
14697 #    - "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"
14698 #  layout:
14699 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr"
14700 #    layout: "plot-throughput-speedup-analysis-cps"
14701
14702 #- type: "plot"
14703 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
14704 #  algorithm: "plot_tsa_name"
14705 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
14706 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14707 #  include:
14708 #    - "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"
14709 #    - "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"
14710 #    - "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"
14711 #  layout:
14712 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr"
14713 #    layout: "plot-throughput-speedup-analysis"
14714
14715 - type: "plot"
14716   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14717   algorithm: "plot_tsa_name"
14718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14720   include:
14721     - "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"
14722     - "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"
14723     - "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"
14724     - "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"
14725     - "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"
14726     - "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"
14727   layout:
14728     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr"
14729     layout: "plot-throughput-speedup-analysis-cps"
14730
14731 - type: "plot"
14732   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14736   include:
14737     - "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"
14738     - "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"
14739     - "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"
14740     - "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"
14741     - "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"
14742     - "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"
14743   layout:
14744     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr"
14745     layout: "plot-throughput-speedup-analysis"
14746
14747 #- type: "plot"
14748 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14749 #  algorithm: "plot_tsa_name"
14750 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14751 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14752 #  include:
14753 #    - "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"
14754 #    - "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"
14755 #    - "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"
14756 #  layout:
14757 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
14758 #    layout: "plot-throughput-speedup-analysis-cps"
14759
14760 #- type: "plot"
14761 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14762 #  algorithm: "plot_tsa_name"
14763 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14764 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14765 #  include:
14766 #    - "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"
14767 #    - "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"
14768 #    - "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"
14769 #  layout:
14770 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
14771 #    layout: "plot-throughput-speedup-analysis"
14772
14773 - type: "plot"
14774   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14775   algorithm: "plot_tsa_name"
14776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14778   include:
14779     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14780     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14781     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14782 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14783     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14784   layout:
14785     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14786     layout: "plot-throughput-speedup-analysis"
14787
14788 - type: "plot"
14789   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14790   algorithm: "plot_tsa_name"
14791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14793   include:
14794     - "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"
14795     - "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"
14796     - "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"
14797   layout:
14798     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14799     layout: "plot-throughput-speedup-analysis"
14800
14801 - type: "plot"
14802   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
14803   algorithm: "plot_tsa_name"
14804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
14805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14806   include:
14807     - "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"
14808     - "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"
14809     - "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"
14810     - "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"
14811     - "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"
14812     - "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"
14813   layout:
14814     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr"
14815     layout: "plot-throughput-speedup-analysis-cps"
14816
14817 - type: "plot"
14818   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14822   include:
14823     - "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"
14824     - "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"
14825     - "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"
14826     - "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"
14827     - "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"
14828     - "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"
14829   layout:
14830     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr"
14831     layout: "plot-throughput-speedup-analysis"
14832
14833 #- type: "plot"
14834 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
14835 #  algorithm: "plot_tsa_name"
14836 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
14837 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14838 #  include:
14839 #    - "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"
14840 #    - "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"
14841 #    - "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"
14842 #  layout:
14843 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr"
14844 #    layout: "plot-throughput-speedup-analysis-cps"
14845
14846 #- type: "plot"
14847 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
14848 #  algorithm: "plot_tsa_name"
14849 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
14850 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14851 #  include:
14852 #    - "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"
14853 #    - "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"
14854 #    - "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"
14855 #  layout:
14856 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr"
14857 #    layout: "plot-throughput-speedup-analysis"
14858
14859 - type: "plot"
14860   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14861   algorithm: "plot_tsa_name"
14862   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14864   include:
14865     - "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"
14866     - "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"
14867     - "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"
14868     - "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"
14869     - "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"
14870     - "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"
14871   layout:
14872     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr"
14873     layout: "plot-throughput-speedup-analysis-cps"
14874
14875 - type: "plot"
14876   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14877   algorithm: "plot_tsa_name"
14878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14880   include:
14881     - "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"
14882     - "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"
14883     - "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"
14884     - "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"
14885     - "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"
14886     - "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"
14887   layout:
14888     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr"
14889     layout: "plot-throughput-speedup-analysis"
14890
14891 #- type: "plot"
14892 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14893 #  algorithm: "plot_tsa_name"
14894 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14895 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14896 #  include:
14897 #    - "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"
14898 #    - "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"
14899 #    - "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"
14900 #  layout:
14901 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
14902 #    layout: "plot-throughput-speedup-analysis-cps"
14903
14904 #- type: "plot"
14905 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14906 #  algorithm: "plot_tsa_name"
14907 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14908 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14909 #  include:
14910 #    - "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"
14911 #    - "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"
14912 #    - "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"
14913 #  layout:
14914 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
14915 #    layout: "plot-throughput-speedup-analysis"
14916
14917 - type: "plot"
14918   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14919   algorithm: "plot_tsa_name"
14920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14922   include:
14923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14929   layout:
14930     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14931     layout: "plot-throughput-speedup-analysis"
14932
14933 - type: "plot"
14934   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14935   algorithm: "plot_tsa_name"
14936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14938   include:
14939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14945   layout:
14946     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14947     layout: "plot-throughput-speedup-analysis"
14948
14949 - type: "plot"
14950   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14951   algorithm: "plot_tsa_name"
14952   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14953   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14954   include:
14955     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14956     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14958   layout:
14959     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14960     layout: "plot-throughput-speedup-analysis"
14961
14962 - type: "plot"
14963   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14964   algorithm: "plot_tsa_name"
14965   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14966   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14967   include:
14968     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14969     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14971   layout:
14972     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14973     layout: "plot-throughput-speedup-analysis"
14974
14975 - type: "plot"
14976   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14977   algorithm: "plot_tsa_name"
14978   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14980   include:
14981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14984 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14985 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14986   layout:
14987     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14988     layout: "plot-throughput-speedup-analysis"
14989
14990 - type: "plot"
14991   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14992   algorithm: "plot_tsa_name"
14993   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14995   include:
14996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14999 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15000 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15001   layout:
15002     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15003     layout: "plot-throughput-speedup-analysis"
15004
15005 - type: "plot"
15006   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15007   algorithm: "plot_tsa_name"
15008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15010   include:
15011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15016   layout:
15017     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15031   layout:
15032     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 - type: "plot"
15036   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15037   algorithm: "plot_tsa_name"
15038   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15040   include:
15041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15046   layout:
15047     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15055   include:
15056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15061   layout:
15062     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15063     layout: "plot-throughput-speedup-analysis"
15064
15065 - type: "plot"
15066   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15067   algorithm: "plot_tsa_name"
15068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15070   include:
15071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15075   layout:
15076     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15077     layout: "plot-throughput-speedup-analysis"
15078
15079 - type: "plot"
15080   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15081   algorithm: "plot_tsa_name"
15082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15084   include:
15085     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15089   layout:
15090     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15091     layout: "plot-throughput-speedup-analysis"
15092
15093 - type: "plot"
15094   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15095   algorithm: "plot_tsa_name"
15096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15098   include:
15099     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15104   layout:
15105     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15106     layout: "plot-throughput-speedup-analysis"
15107
15108 - type: "plot"
15109   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15110   algorithm: "plot_tsa_name"
15111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15113   include:
15114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15119   layout:
15120     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15128   include:
15129     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15131   layout:
15132     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15133     layout: "plot-throughput-speedup-analysis"
15134
15135 - type: "plot"
15136   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15137   algorithm: "plot_tsa_name"
15138   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15139   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15140   include:
15141     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15143   layout:
15144     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15145     layout: "plot-throughput-speedup-analysis"
15146
15147 - type: "plot"
15148   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15149   algorithm: "plot_tsa_name"
15150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15152   include:
15153     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15154     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15157   layout:
15158     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15159     layout: "plot-throughput-speedup-analysis"
15160
15161 - type: "plot"
15162   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15163   algorithm: "plot_tsa_name"
15164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15166   include:
15167     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15168     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15169     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15170     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15171   layout:
15172     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15173     layout: "plot-throughput-speedup-analysis"
15174
15175 - type: "plot"
15176   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15177   algorithm: "plot_tsa_name"
15178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15180   include:
15181     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15182     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15183     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15184     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15185   layout:
15186     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15187     layout: "plot-throughput-speedup-analysis"
15188
15189 - type: "plot"
15190   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15191   algorithm: "plot_tsa_name"
15192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15194   include:
15195     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15196     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15197     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15198     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15199   layout:
15200     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15201     layout: "plot-throughput-speedup-analysis"
15202
15203 - type: "plot"
15204   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15205   algorithm: "plot_tsa_name"
15206   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15208   include:
15209     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15211     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15212     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15213     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15214     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15215   layout:
15216     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15217     layout: "plot-throughput-speedup-analysis"
15218
15219 - type: "plot"
15220   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15221   algorithm: "plot_tsa_name"
15222   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15224   include:
15225     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15226     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15227     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15228     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15229     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15231   layout:
15232     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15233     layout: "plot-throughput-speedup-analysis"
15234
15235 - type: "plot"
15236   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15237   algorithm: "plot_tsa_name"
15238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15240   include:
15241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15246   layout:
15247     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15248     layout: "plot-throughput-speedup-analysis"
15249
15250 - type: "plot"
15251   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15252   algorithm: "plot_tsa_name"
15253   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15255   include:
15256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15261   layout:
15262     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15263     layout: "plot-throughput-speedup-analysis"
15264
15265 - type: "plot"
15266   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15267   algorithm: "plot_tsa_name"
15268   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15269   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15270   include:
15271     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15273     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15276   layout:
15277     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15278     layout: "plot-throughput-speedup-analysis"
15279
15280 - type: "plot"
15281   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15282   algorithm: "plot_tsa_name"
15283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15285   include:
15286     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15287     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15288     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15291   layout:
15292     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15293     layout: "plot-throughput-speedup-analysis"
15294
15295 - type: "plot"
15296   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15297   algorithm: "plot_tsa_name"
15298   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15300   include:
15301     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15304   layout:
15305     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15306     layout: "plot-throughput-speedup-analysis"
15307
15308 - type: "plot"
15309   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15310   algorithm: "plot_tsa_name"
15311   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15312   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15313   include:
15314     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15317   layout:
15318     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15319     layout: "plot-throughput-speedup-analysis"
15320
15321 - type: "plot"
15322   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15323   algorithm: "plot_tsa_name"
15324   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15326   include:
15327     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15328     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15329     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15330   layout:
15331     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15332     layout: "plot-throughput-speedup-analysis"
15333
15334 - type: "plot"
15335   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15336   algorithm: "plot_tsa_name"
15337   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15339   include:
15340     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15341     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15343   layout:
15344     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15345     layout: "plot-throughput-speedup-analysis"
15346
15347 - type: "plot"
15348   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15349   algorithm: "plot_tsa_name"
15350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15352   include:
15353     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15354     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15355     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15356     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15357     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15358   layout:
15359     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15360     layout: "plot-throughput-speedup-analysis"
15361
15362 - type: "plot"
15363   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15364   algorithm: "plot_tsa_name"
15365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15367   include:
15368     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15369     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15370     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15372     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15373   layout:
15374     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15375     layout: "plot-throughput-speedup-analysis"
15376
15377 - type: "plot"
15378   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15379   algorithm: "plot_tsa_name"
15380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15382   include:
15383     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15384     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15387     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15388   layout:
15389     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15390     layout: "plot-throughput-speedup-analysis"
15391
15392 - type: "plot"
15393   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15394   algorithm: "plot_tsa_name"
15395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15397   include:
15398     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15399     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15400     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15402     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15403   layout:
15404     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15405     layout: "plot-throughput-speedup-analysis"
15406
15407 - type: "plot"
15408   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15409   algorithm: "plot_tsa_name"
15410   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15411   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15412   include:
15413     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15414     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15415     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15416     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15418     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15419   layout:
15420     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15421     layout: "plot-throughput-speedup-analysis"
15422
15423 - type: "plot"
15424   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15425   algorithm: "plot_tsa_name"
15426   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15427   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15428   include:
15429     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15430     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15431     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15432     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15433     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15434     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15435   layout:
15436     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15437     layout: "plot-throughput-speedup-analysis"
15438
15439 - type: "plot"
15440   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15441   algorithm: "plot_tsa_name"
15442   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15443   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15444   include:
15445     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15446     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15447     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15448     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15449   layout:
15450     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15451     layout: "plot-throughput-speedup-analysis"
15452
15453 - type: "plot"
15454   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15455   algorithm: "plot_tsa_name"
15456   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15457   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15458   include:
15459     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15460     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15461     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15463   layout:
15464     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15465     layout: "plot-throughput-speedup-analysis"
15466
15467 - type: "plot"
15468   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15469   algorithm: "plot_tsa_name"
15470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15472   include:
15473     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15474     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15475     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15479   layout:
15480     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15481     layout: "plot-throughput-speedup-analysis"
15482
15483 - type: "plot"
15484   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15485   algorithm: "plot_tsa_name"
15486   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15488   include:
15489     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15490     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15491     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15495   layout:
15496     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15497     layout: "plot-throughput-speedup-analysis"
15498
15499 - type: "plot"
15500   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15501   algorithm: "plot_tsa_name"
15502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15504   include:
15505     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15506     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15507     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15508     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15509     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15510     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15511   layout:
15512     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15513     layout: "plot-throughput-speedup-analysis"
15514
15515 - type: "plot"
15516   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15517   algorithm: "plot_tsa_name"
15518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15520   include:
15521     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15522     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15523     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15524     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15525     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15526     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15527   layout:
15528     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15529     layout: "plot-throughput-speedup-analysis"
15530
15531 - type: "plot"
15532   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15533   algorithm: "plot_tsa_name"
15534   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15536   include:
15537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15543   layout:
15544     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15545     layout: "plot-throughput-speedup-analysis"
15546
15547 - type: "plot"
15548   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15549   algorithm: "plot_tsa_name"
15550   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15552   include:
15553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15559   layout:
15560     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15561     layout: "plot-throughput-speedup-analysis"
15562
15563 - type: "plot"
15564   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15565   algorithm: "plot_tsa_name"
15566   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15568   include:
15569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15575   layout:
15576     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15577     layout: "plot-throughput-speedup-analysis"
15578
15579 - type: "plot"
15580   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15581   algorithm: "plot_tsa_name"
15582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15584   include:
15585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15591   layout:
15592     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15593     layout: "plot-throughput-speedup-analysis"
15594
15595 - type: "plot"
15596   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15597   algorithm: "plot_tsa_name"
15598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15600   include:
15601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15607   layout:
15608     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15609     layout: "plot-throughput-speedup-analysis"
15610
15611 - type: "plot"
15612   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15613   algorithm: "plot_tsa_name"
15614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15616   include:
15617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15623   layout:
15624     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15625     layout: "plot-throughput-speedup-analysis"
15626
15627 - type: "plot"
15628   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15629   algorithm: "plot_tsa_name"
15630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15632   include:
15633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15637   layout:
15638     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15639     layout: "plot-throughput-speedup-analysis"
15640
15641 - type: "plot"
15642   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15643   algorithm: "plot_tsa_name"
15644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15646   include:
15647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15651   layout:
15652     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15660   include:
15661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15665   layout:
15666     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15667     layout: "plot-throughput-speedup-analysis"
15668
15669 - type: "plot"
15670   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15671   algorithm: "plot_tsa_name"
15672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15674   include:
15675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15679   layout:
15680     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15681     layout: "plot-throughput-speedup-analysis"
15682
15683 - type: "plot"
15684   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15685   algorithm: "plot_tsa_name"
15686   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15688   include:
15689     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15695   layout:
15696     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15697     layout: "plot-throughput-speedup-analysis"
15698
15699 - type: "plot"
15700   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15701   algorithm: "plot_tsa_name"
15702   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15704   include:
15705     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15711   layout:
15712     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15713     layout: "plot-throughput-speedup-analysis"
15714
15715 - type: "plot"
15716   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15717   algorithm: "plot_tsa_name"
15718   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15720   include:
15721     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15726   layout:
15727     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15728     layout: "plot-throughput-speedup-analysis"
15729
15730 - type: "plot"
15731   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15732   algorithm: "plot_tsa_name"
15733   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15735   include:
15736     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15741   layout:
15742     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15743     layout: "plot-throughput-speedup-analysis"
15744
15745 - type: "plot"
15746   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15747   algorithm: "plot_tsa_name"
15748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15750   include:
15751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15756   layout:
15757     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15758     layout: "plot-throughput-speedup-analysis"
15759
15760 - type: "plot"
15761   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15762   algorithm: "plot_tsa_name"
15763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15765   include:
15766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15771   layout:
15772     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15773     layout: "plot-throughput-speedup-analysis"
15774
15775 - type: "plot"
15776   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15777   algorithm: "plot_tsa_name"
15778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15780   include:
15781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15785   layout:
15786     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15787     layout: "plot-throughput-speedup-analysis"
15788
15789 - type: "plot"
15790   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15791   algorithm: "plot_tsa_name"
15792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15794   include:
15795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15799   layout:
15800     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15801     layout: "plot-throughput-speedup-analysis"
15802
15803 - type: "plot"
15804   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15805   algorithm: "plot_tsa_name"
15806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15808   include:
15809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15815   layout:
15816     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15817     layout: "plot-throughput-speedup-analysis"
15818
15819 - type: "plot"
15820   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15821   algorithm: "plot_tsa_name"
15822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15824   include:
15825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15831   layout:
15832     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15833     layout: "plot-throughput-speedup-analysis"
15834
15835 - type: "plot"
15836   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15837   algorithm: "plot_tsa_name"
15838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15840   include:
15841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15847   layout:
15848     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15849     layout: "plot-throughput-speedup-analysis"
15850
15851 - type: "plot"
15852   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15853   algorithm: "plot_tsa_name"
15854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15856   include:
15857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15863   layout:
15864     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 - type: "plot"
15868   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15869   algorithm: "plot_tsa_name"
15870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15872   include:
15873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15879   layout:
15880     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 - type: "plot"
15884   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15885   algorithm: "plot_tsa_name"
15886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15888   include:
15889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15895   layout:
15896     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15897     layout: "plot-throughput-speedup-analysis"
15898
15899 - type: "plot"
15900   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15901   algorithm: "plot_tsa_name"
15902   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15904   include:
15905     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15906     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15907     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15908     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15909     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15910     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15911   layout:
15912     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15920   include:
15921     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15922     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15923     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15924     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15925     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15926     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15927   layout:
15928     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15929     layout: "plot-throughput-speedup-analysis"
15930
15931 - type: "plot"
15932   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15933   algorithm: "plot_tsa_name"
15934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15936   include:
15937     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15938     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15939     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15940     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15941     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15942     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15943   layout:
15944     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15945     layout: "plot-throughput-speedup-analysis"
15946
15947 - type: "plot"
15948   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15949   algorithm: "plot_tsa_name"
15950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15952   include:
15953     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15954     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15955     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15956     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15957     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15958     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15959   layout:
15960     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15968   include:
15969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15974   layout:
15975     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15976     layout: "plot-throughput-speedup-analysis"
15977
15978 - type: "plot"
15979   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15980   algorithm: "plot_tsa_name"
15981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15983   include:
15984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15989   layout:
15990     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15991     layout: "plot-throughput-speedup-analysis"
15992
15993 - type: "plot"
15994   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15995   algorithm: "plot_tsa_name"
15996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15998   include:
15999     - "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"
16000     - "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"
16001     - "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"
16002     - "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"
16003     - "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"
16004   layout:
16005     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16006     layout: "plot-throughput-speedup-analysis"
16007
16008 - type: "plot"
16009   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16010   algorithm: "plot_tsa_name"
16011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16013   include:
16014     - "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"
16015     - "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"
16016     - "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"
16017     - "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"
16018     - "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"
16019   layout:
16020     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16028   include:
16029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16034   layout:
16035     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16036     layout: "plot-throughput-speedup-analysis"
16037
16038 - type: "plot"
16039   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16040   algorithm: "plot_tsa_name"
16041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16043   include:
16044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16049   layout:
16050     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16051     layout: "plot-throughput-speedup-analysis"
16052
16053 - type: "plot"
16054   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16055   algorithm: "plot_tsa_name"
16056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16058   include:
16059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16064   layout:
16065     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16066     layout: "plot-throughput-speedup-analysis"
16067
16068 - type: "plot"
16069   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16070   algorithm: "plot_tsa_name"
16071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16073   include:
16074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16079   layout:
16080     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16081     layout: "plot-throughput-speedup-analysis"
16082
16083 - type: "plot"
16084   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16085   algorithm: "plot_tsa_name"
16086   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16088   include:
16089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16094   layout:
16095     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16096     layout: "plot-throughput-speedup-analysis"
16097
16098 - type: "plot"
16099   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16100   algorithm: "plot_tsa_name"
16101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16103   include:
16104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16109   layout:
16110     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16111     layout: "plot-throughput-speedup-analysis"
16112
16113 - type: "plot"
16114   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16115   algorithm: "plot_tsa_name"
16116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16118   include:
16119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16124   layout:
16125     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16126     layout: "plot-throughput-speedup-analysis"
16127
16128 - type: "plot"
16129   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16130   algorithm: "plot_tsa_name"
16131   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16133   include:
16134     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16139   layout:
16140     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16141     layout: "plot-throughput-speedup-analysis"
16142
16143 - type: "plot"
16144   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16145   algorithm: "plot_tsa_name"
16146   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16148   include:
16149     - "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"
16150     - "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"
16151     - "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"
16152     - "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"
16153   layout:
16154     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16155     layout: "plot-throughput-speedup-analysis"
16156
16157 - type: "plot"
16158   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16159   algorithm: "plot_tsa_name"
16160   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16162   include:
16163     - "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"
16164     - "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"
16165     - "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"
16166     - "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"
16167   layout:
16168     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16169     layout: "plot-throughput-speedup-analysis"
16170
16171 - type: "plot"
16172   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16173   algorithm: "plot_tsa_name"
16174   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16176   include:
16177     - "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"
16178     - "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"
16179     - "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"
16180     - "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"
16181   layout:
16182     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16183     layout: "plot-throughput-speedup-analysis"
16184
16185 - type: "plot"
16186   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16187   algorithm: "plot_tsa_name"
16188   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16190   include:
16191     - "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"
16192     - "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"
16193     - "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"
16194     - "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"
16195   layout:
16196     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16197     layout: "plot-throughput-speedup-analysis"
16198
16199 - type: "plot"
16200   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16201   algorithm: "plot_tsa_name"
16202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16204   include:
16205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16211   layout:
16212     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16213     layout: "plot-throughput-speedup-analysis"
16214
16215 - type: "plot"
16216   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16217   algorithm: "plot_tsa_name"
16218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16220   include:
16221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16227   layout:
16228     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16229     layout: "plot-throughput-speedup-analysis"
16230
16231 - type: "plot"
16232   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16233   algorithm: "plot_tsa_name"
16234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16236   include:
16237     - "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"
16238     - "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"
16239     - "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"
16240     - "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"
16241     - "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"
16242     - "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"
16243   layout:
16244     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16245     layout: "plot-throughput-speedup-analysis"
16246
16247 - type: "plot"
16248   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16249   algorithm: "plot_tsa_name"
16250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16252   include:
16253     - "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"
16254     - "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"
16255     - "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"
16256     - "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"
16257     - "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"
16258     - "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"
16259   layout:
16260     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16261     layout: "plot-throughput-speedup-analysis"
16262
16263 - type: "plot"
16264   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16265   algorithm: "plot_tsa_name"
16266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16268   include:
16269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16275   layout:
16276     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16277     layout: "plot-throughput-speedup-analysis"
16278
16279 - type: "plot"
16280   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16281   algorithm: "plot_tsa_name"
16282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16284   include:
16285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16291   layout:
16292     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16293     layout: "plot-throughput-speedup-analysis"
16294
16295 - type: "plot"
16296   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16297   algorithm: "plot_tsa_name"
16298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16300   include:
16301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16306   layout:
16307     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16308     layout: "plot-throughput-speedup-analysis"
16309
16310 - type: "plot"
16311   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16312   algorithm: "plot_tsa_name"
16313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16315   include:
16316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16321   layout:
16322     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16330   include:
16331     - "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"
16332     - "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"
16333   layout:
16334     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16335     layout: "plot-throughput-speedup-analysis"
16336
16337 - type: "plot"
16338   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16339   algorithm: "plot_tsa_name"
16340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16342   include:
16343     - "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"
16344     - "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"
16345   layout:
16346     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16347     layout: "plot-throughput-speedup-analysis"
16348
16349 - type: "plot"
16350   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16351   algorithm: "plot_tsa_name"
16352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16354   include:
16355     - "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"
16356     - "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"
16357   layout:
16358     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16359     layout: "plot-throughput-speedup-analysis"
16360
16361 - type: "plot"
16362   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16363   algorithm: "plot_tsa_name"
16364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16366   include:
16367     - "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"
16368     - "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"
16369   layout:
16370     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16371     layout: "plot-throughput-speedup-analysis"
16372
16373 - type: "plot"
16374   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16375   algorithm: "plot_tsa_name"
16376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16378   include:
16379     - "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"
16380     - "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"
16381     - "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"
16382     - "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"
16383     - "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"
16384     - "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"
16385   layout:
16386     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16387     layout: "plot-throughput-speedup-analysis"
16388
16389 - type: "plot"
16390   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16391   algorithm: "plot_tsa_name"
16392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16394   include:
16395     - "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"
16396     - "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"
16397     - "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"
16398     - "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"
16399     - "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"
16400     - "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"
16401   layout:
16402     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16403     layout: "plot-throughput-speedup-analysis"
16404
16405 - type: "plot"
16406   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16407   algorithm: "plot_tsa_name"
16408   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16409   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16410   include:
16411     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16412     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16413     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16414     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16415     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16416   layout:
16417     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16418     layout: "plot-throughput-speedup-analysis"
16419
16420 - type: "plot"
16421   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16422   algorithm: "plot_tsa_name"
16423   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16424   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16425   include:
16426     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16427     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16428     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16429     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16430     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16431   layout:
16432     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16433     layout: "plot-throughput-speedup-analysis"
16434
16435 - type: "plot"
16436   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16437   algorithm: "plot_tsa_name"
16438   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16439   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16440   include:
16441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16446   layout:
16447     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16448     layout: "plot-throughput-speedup-analysis"
16449
16450 - type: "plot"
16451   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16452   algorithm: "plot_tsa_name"
16453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16455   include:
16456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16461   layout:
16462     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16463     layout: "plot-throughput-speedup-analysis"
16464
16465 - type: "plot"
16466   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16467   algorithm: "plot_tsa_name"
16468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16469   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16470   include:
16471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16475   layout:
16476     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16477     layout: "plot-throughput-speedup-analysis"
16478
16479 - type: "plot"
16480   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16481   algorithm: "plot_tsa_name"
16482   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16483   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16484   include:
16485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16489   layout:
16490     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16491     layout: "plot-throughput-speedup-analysis"
16492
16493 - type: "plot"
16494   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16495   algorithm: "plot_tsa_name"
16496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16498   include:
16499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16500     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16501     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16502     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16503   layout:
16504     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16505     layout: "plot-throughput-speedup-analysis"
16506
16507 - type: "plot"
16508   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16509   algorithm: "plot_tsa_name"
16510   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16511   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16512   include:
16513     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16514     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16515     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16516     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16517   layout:
16518     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16519     layout: "plot-throughput-speedup-analysis"
16520
16521 - type: "plot"
16522   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16523   algorithm: "plot_tsa_name"
16524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16526   include:
16527     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16528     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16529     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16530     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16531     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16532   layout:
16533     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16534     layout: "plot-throughput-speedup-analysis"
16535
16536 - type: "plot"
16537   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16538   algorithm: "plot_tsa_name"
16539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16540   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16541   include:
16542     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16543     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16544     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16545     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16546     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16547   layout:
16548     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16549     layout: "plot-throughput-speedup-analysis"
16550
16551 - type: "plot"
16552   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16553   algorithm: "plot_tsa_name"
16554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16556   include:
16557     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16558     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16560     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16561     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16562     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16563   layout:
16564     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16565     layout: "plot-throughput-speedup-analysis"
16566
16567 - type: "plot"
16568   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16569   algorithm: "plot_tsa_name"
16570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16572   include:
16573     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16574     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16576     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16578     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16579   layout:
16580     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16581     layout: "plot-throughput-speedup-analysis"
16582
16583 - type: "plot"
16584   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16585   algorithm: "plot_tsa_name"
16586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16588   include:
16589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16593   layout:
16594     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16595     layout: "plot-throughput-speedup-analysis"
16596
16597 - type: "plot"
16598   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16599   algorithm: "plot_tsa_name"
16600   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16601   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16602   include:
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16607   layout:
16608     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16609     layout: "plot-throughput-speedup-analysis"
16610
16611 - type: "plot"
16612   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16613   algorithm: "plot_tsa_name"
16614   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16615   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16616   include:
16617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16623   layout:
16624     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16625     layout: "plot-throughput-speedup-analysis"
16626
16627 - type: "plot"
16628   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16629   algorithm: "plot_tsa_name"
16630   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16631   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16632   include:
16633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16639   layout:
16640     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16641     layout: "plot-throughput-speedup-analysis"
16642
16643 - type: "plot"
16644   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16645   algorithm: "plot_tsa_name"
16646   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16647   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16648   include:
16649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16650     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16655   layout:
16656     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16657     layout: "plot-throughput-speedup-analysis"
16658
16659 - type: "plot"
16660   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16661   algorithm: "plot_tsa_name"
16662   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16663   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16664   include:
16665     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16666     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16667     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16671   layout:
16672     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16673     layout: "plot-throughput-speedup-analysis"
16674
16675 - type: "plot"
16676   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16677   algorithm: "plot_tsa_name"
16678   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16679   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16680   include:
16681     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16682     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16683     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16684     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16685     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16686     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16687   layout:
16688     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16689     layout: "plot-throughput-speedup-analysis"
16690
16691 - type: "plot"
16692   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16693   algorithm: "plot_tsa_name"
16694   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16695   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16696   include:
16697     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16698     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16699     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16700     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16701     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16702     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16703   layout:
16704     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16705     layout: "plot-throughput-speedup-analysis"
16706
16707 - type: "plot"
16708   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16709   algorithm: "plot_tsa_name"
16710   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16711   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16712   include:
16713     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16714     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16715     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16716     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16717     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16719   layout:
16720     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16721     layout: "plot-throughput-speedup-analysis"
16722
16723 - type: "plot"
16724   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16725   algorithm: "plot_tsa_name"
16726   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16727   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16728   include:
16729     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16730     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16735   layout:
16736     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16737     layout: "plot-throughput-speedup-analysis"
16738
16739 - type: "plot"
16740   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16741   algorithm: "plot_tsa_name"
16742   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16743   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16744   include:
16745     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16746     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16751   layout:
16752     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16753     layout: "plot-throughput-speedup-analysis"
16754
16755 - type: "plot"
16756   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16757   algorithm: "plot_tsa_name"
16758   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16759   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16760   include:
16761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16762     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16764     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16765     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16766     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16767   layout:
16768     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16769     layout: "plot-throughput-speedup-analysis"
16770
16771 #- type: "plot"
16772 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16773 #  algorithm: "plot_tsa_name"
16774 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16775 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16776 #  include:
16777 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16778 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16779 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16780 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16781 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16782 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16783 #  layout:
16784 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16785 #    layout: "plot-throughput-speedup-analysis"
16786 #
16787 #- type: "plot"
16788 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16789 #  algorithm: "plot_tsa_name"
16790 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16791 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16792 #  include:
16793 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16794 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16795 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16796 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16797 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16798 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16799 #  layout:
16800 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16801 #    layout: "plot-throughput-speedup-analysis"
16802
16803 - type: "plot"
16804   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16805   algorithm: "plot_tsa_name"
16806   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16807   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16808   include:
16809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16814   layout:
16815     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16816     layout: "plot-throughput-speedup-analysis"
16817
16818 - type: "plot"
16819   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16820   algorithm: "plot_tsa_name"
16821   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16822   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16823   include:
16824     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16826     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16829   layout:
16830     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16831     layout: "plot-throughput-speedup-analysis"
16832
16833 - type: "plot"
16834   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16835   algorithm: "plot_tsa_name"
16836   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16837   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16838   include:
16839     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16841     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16845   layout:
16846     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16847     layout: "plot-throughput-speedup-analysis"
16848
16849 - type: "plot"
16850   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16851   algorithm: "plot_tsa_name"
16852   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16853   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16854   include:
16855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16861   layout:
16862     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16863     layout: "plot-throughput-speedup-analysis"
16864
16865 - type: "plot"
16866   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16867   algorithm: "plot_tsa_name"
16868   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16869   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16870   include:
16871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16876   layout:
16877     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16878     layout: "plot-throughput-speedup-analysis"
16879
16880 - type: "plot"
16881   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16882   algorithm: "plot_tsa_name"
16883   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16884   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16885   include:
16886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16891   layout:
16892     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16893     layout: "plot-throughput-speedup-analysis"
16894
16895 - type: "plot"
16896   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16897   algorithm: "plot_tsa_name"
16898   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16899   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16900   include:
16901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16905   layout:
16906     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16907     layout: "plot-throughput-speedup-analysis"
16908
16909 - type: "plot"
16910   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16911   algorithm: "plot_tsa_name"
16912   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16913   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16914   include:
16915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16919   layout:
16920     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16921     layout: "plot-throughput-speedup-analysis"
16922
16923 - type: "plot"
16924   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16925   algorithm: "plot_tsa_name"
16926   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16927   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16928   include:
16929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16935   layout:
16936     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16937     layout: "plot-throughput-speedup-analysis"
16938
16939 - type: "plot"
16940   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16941   algorithm: "plot_tsa_name"
16942   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16943   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16944   include:
16945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16951   layout:
16952     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16953     layout: "plot-throughput-speedup-analysis"
16954
16955 - type: "plot"
16956   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16957   algorithm: "plot_tsa_name"
16958   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16959   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16960   include:
16961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16966   layout:
16967     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16968     layout: "plot-throughput-speedup-analysis"
16969
16970 - type: "plot"
16971   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16972   algorithm: "plot_tsa_name"
16973   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16974   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16975   include:
16976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16981   layout:
16982     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16983     layout: "plot-throughput-speedup-analysis"
16984
16985 - type: "plot"
16986   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16987   algorithm: "plot_tsa_name"
16988   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16989   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16990   include:
16991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16996   layout:
16997     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16998     layout: "plot-throughput-speedup-analysis"
16999
17000 - type: "plot"
17001   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17002   algorithm: "plot_tsa_name"
17003   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17004   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17005   include:
17006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17011   layout:
17012     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17013     layout: "plot-throughput-speedup-analysis"
17014
17015 - type: "plot"
17016   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17017   algorithm: "plot_tsa_name"
17018   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17019   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17020   include:
17021     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17023     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17025   layout:
17026     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17027     layout: "plot-throughput-speedup-analysis"
17028
17029 - type: "plot"
17030   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17031   algorithm: "plot_tsa_name"
17032   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17033   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17034   include:
17035     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17036     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17038     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17039   layout:
17040     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17041     layout: "plot-throughput-speedup-analysis"
17042
17043 - type: "plot"
17044   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17045   algorithm: "plot_tsa_name"
17046   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17047   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17048   include:
17049     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17053     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17054   layout:
17055     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17056     layout: "plot-throughput-speedup-analysis"
17057
17058 - type: "plot"
17059   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17060   algorithm: "plot_tsa_name"
17061   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17062   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17063   include:
17064     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17069   layout:
17070     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17071     layout: "plot-throughput-speedup-analysis"
17072
17073 - type: "plot"
17074   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17075   algorithm: "plot_tsa_name"
17076   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17077   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17078   include:
17079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17084     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17085   layout:
17086     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17087     layout: "plot-throughput-speedup-analysis"
17088
17089 - type: "plot"
17090   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17091   algorithm: "plot_tsa_name"
17092   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17093   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17094   include:
17095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17097     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17098     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17099     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17100     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17101   layout:
17102     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17103     layout: "plot-throughput-speedup-analysis"
17104
17105 - type: "plot"
17106   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17107   algorithm: "plot_tsa_name"
17108   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17109   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17110   include:
17111     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17112     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17113     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17114     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17115   layout:
17116     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17117     layout: "plot-throughput-speedup-analysis"
17118
17119 - type: "plot"
17120   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17121   algorithm: "plot_tsa_name"
17122   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17123   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17124   include:
17125     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17126     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17127     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17128     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17129   layout:
17130     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17131     layout: "plot-throughput-speedup-analysis"
17132
17133 - type: "plot"
17134   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17135   algorithm: "plot_tsa_name"
17136   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17137   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17138   include:
17139     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17140     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17141     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17142     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17143     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17144     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17145   layout:
17146     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17147     layout: "plot-throughput-speedup-analysis"
17148
17149 - type: "plot"
17150   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17151   algorithm: "plot_tsa_name"
17152   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17153   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17154   include:
17155     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17156     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17157     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17158     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17159     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17160     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17161   layout:
17162     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17163     layout: "plot-throughput-speedup-analysis"
17164
17165 - type: "plot"
17166   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17167   algorithm: "plot_tsa_name"
17168   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17169   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17170   include:
17171     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17172     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17173     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17174     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17175     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17176     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17177   layout:
17178     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17179     layout: "plot-throughput-speedup-analysis"
17180
17181 - type: "plot"
17182   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17183   algorithm: "plot_tsa_name"
17184   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17185   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17186   include:
17187     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17188     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17189     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17190     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17191     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17192     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17193   layout:
17194     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17195     layout: "plot-throughput-speedup-analysis"
17196
17197 #- type: "plot"
17198 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17199 #  algorithm: "plot_tsa_name"
17200 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17201 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17202 #  include:
17203 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17204 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17205 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17206 #  layout:
17207 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17208 #    layout: "plot-throughput-speedup-analysis"
17209 #
17210 #- type: "plot"
17211 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17212 #  algorithm: "plot_tsa_name"
17213 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17214 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17215 #  include:
17216 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17217 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17218 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17219 #  layout:
17220 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17221 #    layout: "plot-throughput-speedup-analysis"
17222
17223 ################################################################################
17224
17225 # Packet Throughput - DPDK
17226
17227 # 2n-skx-xxv710
17228
17229 - type: "plot"
17230   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17231   algorithm: "plot_perf_box_name"
17232   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17233   data: "plot-dpdk-throughput-latency-2n-skx"
17234   include:
17235     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17236     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17237   layout:
17238     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17239     layout: "plot-throughput"
17240
17241 - type: "plot"
17242   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17243   algorithm: "plot_perf_box_name"
17244   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17245   data: "plot-dpdk-throughput-latency-2n-skx"
17246   include:
17247     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17248     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17249   layout:
17250     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17251     layout: "plot-throughput"
17252
17253 - type: "plot"
17254   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17255   algorithm: "plot_perf_box_name"
17256   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17257   data: "plot-dpdk-throughput-latency-2n-skx"
17258   include:
17259     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17260     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17261   layout:
17262     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17263     layout: "plot-throughput"
17264
17265 - type: "plot"
17266   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17267   algorithm: "plot_perf_box_name"
17268   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17269   data: "plot-dpdk-throughput-latency-2n-skx"
17270   include:
17271     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17272     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17273   layout:
17274     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17275     layout: "plot-throughput"
17276
17277 # 2n-skx-x710
17278
17279 - type: "plot"
17280   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17281   algorithm: "plot_perf_box_name"
17282   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17283   data: "plot-dpdk-throughput-latency-2n-skx"
17284   include:
17285     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17286     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17287   layout:
17288     title: "2n-skx-x710-64b-2t1c-base-ndr"
17289     layout: "plot-throughput"
17290
17291 - type: "plot"
17292   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17293   algorithm: "plot_perf_box_name"
17294   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17295   data: "plot-dpdk-throughput-latency-2n-skx"
17296   include:
17297     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17298     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17299   layout:
17300     title: "2n-skx-x710-64b-4t2c-base-ndr"
17301     layout: "plot-throughput"
17302
17303 - type: "plot"
17304   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17305   algorithm: "plot_perf_box_name"
17306   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17307   data: "plot-dpdk-throughput-latency-2n-skx"
17308   include:
17309     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17310     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17311   layout:
17312     title: "2n-skx-x710-64b-2t1c-base-pdr"
17313     layout: "plot-throughput"
17314
17315 - type: "plot"
17316   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17317   algorithm: "plot_perf_box_name"
17318   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17319   data: "plot-dpdk-throughput-latency-2n-skx"
17320   include:
17321     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17322     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17323   layout:
17324     title: "2n-skx-x710-64b-4t2c-base-pdr"
17325     layout: "plot-throughput"
17326
17327 # 3n-skx-xxv710
17328
17329 - type: "plot"
17330   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17333   data: "plot-dpdk-throughput-latency-3n-skx"
17334   include:
17335     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17336     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17337   layout:
17338     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17339     layout: "plot-throughput"
17340
17341 - type: "plot"
17342   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17343   algorithm: "plot_perf_box_name"
17344   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17345   data: "plot-dpdk-throughput-latency-3n-skx"
17346   include:
17347     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17348     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17349   layout:
17350     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17351     layout: "plot-throughput"
17352
17353 - type: "plot"
17354   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17355   algorithm: "plot_perf_box_name"
17356   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17357   data: "plot-dpdk-throughput-latency-3n-skx"
17358   include:
17359     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17360     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17361   layout:
17362     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17363     layout: "plot-throughput"
17364
17365 - type: "plot"
17366   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17367   algorithm: "plot_perf_box_name"
17368   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17369   data: "plot-dpdk-throughput-latency-3n-skx"
17370   include:
17371     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17372     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17373   layout:
17374     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17375     layout: "plot-throughput"
17376
17377 # 3n-skx-x710
17378
17379 - type: "plot"
17380   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17381   algorithm: "plot_perf_box_name"
17382   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17383   data: "plot-dpdk-throughput-latency-3n-skx"
17384   include:
17385     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17386     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17387   layout:
17388     title: "3n-skx-x710-64b-2t1c-base-ndr"
17389     layout: "plot-throughput"
17390
17391 - type: "plot"
17392   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17393   algorithm: "plot_perf_box_name"
17394   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17395   data: "plot-dpdk-throughput-latency-3n-skx"
17396   include:
17397     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17398     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17399   layout:
17400     title: "3n-skx-x710-64b-4t2c-base-ndr"
17401     layout: "plot-throughput"
17402
17403 - type: "plot"
17404   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17405   algorithm: "plot_perf_box_name"
17406   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17407   data: "plot-dpdk-throughput-latency-3n-skx"
17408   include:
17409     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17410     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17411   layout:
17412     title: "3n-skx-x710-64b-2t1c-base-pdr"
17413     layout: "plot-throughput"
17414
17415 - type: "plot"
17416   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17417   algorithm: "plot_perf_box_name"
17418   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17419   data: "plot-dpdk-throughput-latency-3n-skx"
17420   include:
17421     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17422     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17423   layout:
17424     title: "3n-skx-x710-64b-4t2c-base-pdr"
17425     layout: "plot-throughput"
17426
17427 # 3n-hsw-xl710
17428
17429 - type: "plot"
17430   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17431   algorithm: "plot_perf_box_name"
17432   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17433   data: "plot-dpdk-throughput-latency-3n-hsw"
17434   include:
17435     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17436     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17437   layout:
17438     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17439     layout: "plot-throughput"
17440
17441 - type: "plot"
17442   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17443   algorithm: "plot_perf_box_name"
17444   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17445   data: "plot-dpdk-throughput-latency-3n-hsw"
17446   include:
17447     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17448     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17449   layout:
17450     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17451     layout: "plot-throughput"
17452
17453 - type: "plot"
17454   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17455   algorithm: "plot_perf_box_name"
17456   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17457   data: "plot-dpdk-throughput-latency-3n-hsw"
17458   include:
17459     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17460     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17461   layout:
17462     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17463     layout: "plot-throughput"
17464
17465 - type: "plot"
17466   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17467   algorithm: "plot_perf_box_name"
17468   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17469   data: "plot-dpdk-throughput-latency-3n-hsw"
17470   include:
17471     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17472     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17473   layout:
17474     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17475     layout: "plot-throughput"
17476
17477 # 3n-hsw-x710
17478
17479 - type: "plot"
17480   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17481   algorithm: "plot_perf_box_name"
17482   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17483   data: "plot-dpdk-throughput-latency-3n-hsw"
17484   include:
17485     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17486     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17487   layout:
17488     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17489     layout: "plot-throughput"
17490
17491 - type: "plot"
17492   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17493   algorithm: "plot_perf_box_name"
17494   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17495   data: "plot-dpdk-throughput-latency-3n-hsw"
17496   include:
17497     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17498     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17499   layout:
17500     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17501     layout: "plot-throughput"
17502
17503 - type: "plot"
17504   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17505   algorithm: "plot_perf_box_name"
17506   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17507   data: "plot-dpdk-throughput-latency-3n-hsw"
17508   include:
17509     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17510     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17511   layout:
17512     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17513     layout: "plot-throughput"
17514
17515 - type: "plot"
17516   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17517   algorithm: "plot_perf_box_name"
17518   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17519   data: "plot-dpdk-throughput-latency-3n-hsw"
17520   include:
17521     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17522     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17523   layout:
17524     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17525     layout: "plot-throughput"
17526
17527 ## 2n-dnv-x553
17528 #
17529 #- type: "plot"
17530 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17531 #  algorithm: "plot_perf_box_name"
17532 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17533 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17534 #  include:
17535 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17536 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17537 #  layout:
17538 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17539 #    layout: "plot-throughput"
17540 #
17541 #- type: "plot"
17542 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17543 #  algorithm: "plot_perf_box_name"
17544 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17545 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17546 #  include:
17547 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17548 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17549 #  layout:
17550 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17551 #    layout: "plot-throughput"
17552 #
17553 #- type: "plot"
17554 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17555 #  algorithm: "plot_perf_box_name"
17556 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17557 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17558 #  include:
17559 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17560 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17561 #  layout:
17562 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17563 #    layout: "plot-throughput"
17564 #
17565 #- type: "plot"
17566 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17567 #  algorithm: "plot_perf_box_name"
17568 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17569 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17570 #  include:
17571 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17572 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17573 #  layout:
17574 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17575 #    layout: "plot-throughput"
17576 #
17577 ## 3n-dnv-x553
17578 #
17579 #- type: "plot"
17580 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17581 #  algorithm: "plot_perf_box_name"
17582 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17583 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17584 #  include:
17585 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17586 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17587 #  layout:
17588 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17589 #    layout: "plot-throughput"
17590 #
17591 #- type: "plot"
17592 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17593 #  algorithm: "plot_perf_box_name"
17594 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17595 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17596 #  include:
17597 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17598 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17599 #  layout:
17600 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17601 #    layout: "plot-throughput"
17602 #
17603 #- type: "plot"
17604 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17605 #  algorithm: "plot_perf_box_name"
17606 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17607 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17608 #  include:
17609 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17610 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17611 #  layout:
17612 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17613 #    layout: "plot-throughput"
17614 #
17615 #- type: "plot"
17616 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17617 #  algorithm: "plot_perf_box_name"
17618 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17619 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17620 #  include:
17621 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17622 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17623 #  layout:
17624 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17625 #    layout: "plot-throughput"
17626
17627 # 3n-tsh-x520
17628
17629 - type: "plot"
17630   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17631   algorithm: "plot_perf_box_name"
17632   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17633   data: "plot-dpdk-throughput-latency-3n-tsh"
17634   include:
17635     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17636     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17637   layout:
17638     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17639     layout: "plot-throughput"
17640
17641 - type: "plot"
17642   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17643   algorithm: "plot_perf_box_name"
17644   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17645   data: "plot-dpdk-throughput-latency-3n-tsh"
17646   include:
17647     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17648     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17649   layout:
17650     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17651     layout: "plot-throughput"
17652
17653 - type: "plot"
17654   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17655   algorithm: "plot_perf_box_name"
17656   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17657   data: "plot-dpdk-throughput-latency-3n-tsh"
17658   include:
17659     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17660     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17661   layout:
17662     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17663     layout: "plot-throughput"
17664
17665 - type: "plot"
17666   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17667   algorithm: "plot_perf_box_name"
17668   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17669   data: "plot-dpdk-throughput-latency-3n-tsh"
17670   include:
17671     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17672     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17673   layout:
17674     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17675     layout: "plot-throughput"
17676
17677 ################################################################################
17678 ###   2n-clx                                                                 ###
17679 ################################################################################
17680
17681 # Packet Throughput
17682
17683 - type: "plot"
17684   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17685   algorithm: "plot_perf_box_name"
17686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17688   include:
17689     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17690     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17691     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17692     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17693   layout:
17694     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17695     layout: "plot-throughput"
17696
17697 - type: "plot"
17698   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17699   algorithm: "plot_perf_box_name"
17700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17702   include:
17703     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17704     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17705     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17707   layout:
17708     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17709     layout: "plot-throughput"
17710
17711 - type: "plot"
17712   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17713   algorithm: "plot_perf_box_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17716   include:
17717     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17719     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17720     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17721   layout:
17722     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17723     layout: "plot-throughput"
17724
17725 - type: "plot"
17726   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17727   algorithm: "plot_perf_box_name"
17728   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17730   include:
17731     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17732     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17733     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17735   layout:
17736     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17737     layout: "plot-throughput"
17738
17739 - type: "plot"
17740   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17741   algorithm: "plot_perf_box_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17744   include:
17745     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17746     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17747     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17748     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17749   layout:
17750     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17751     layout: "plot-throughput"
17752
17753 - type: "plot"
17754   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17755   algorithm: "plot_perf_box_name"
17756   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17758   include:
17759     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17760     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17761     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17762     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17763   layout:
17764     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17765     layout: "plot-throughput"
17766
17767 - type: "plot"
17768   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17769   algorithm: "plot_perf_box_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17779   layout:
17780     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17781     layout: "plot-throughput"
17782
17783 - type: "plot"
17784   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17785   algorithm: "plot_perf_box_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17795   layout:
17796     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17804   include:
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17809   layout:
17810     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17811     layout: "plot-throughput"
17812
17813 - type: "plot"
17814   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17815   algorithm: "plot_perf_box_name"
17816   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17818   include:
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17823   layout:
17824     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17825     layout: "plot-throughput"
17826
17827 - type: "plot"
17828   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17829   algorithm: "plot_perf_box_name"
17830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17832   include:
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17836   layout:
17837     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17838     layout: "plot-throughput"
17839
17840 - type: "plot"
17841   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17842   algorithm: "plot_perf_box_name"
17843   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17845   include:
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17849   layout:
17850     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17851     layout: "plot-throughput"
17852
17853 - type: "plot"
17854   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17855   algorithm: "plot_perf_box_name"
17856   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17858   include:
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17864   layout:
17865     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17866     layout: "plot-throughput"
17867
17868 - type: "plot"
17869   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17870   algorithm: "plot_perf_box_name"
17871   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17873   include:
17874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17879   layout:
17880     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17881     layout: "plot-throughput"
17882
17883 - type: "plot"
17884   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17885   algorithm: "plot_perf_box_name"
17886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17888   include:
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17892   layout:
17893     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17894     layout: "plot-throughput"
17895
17896 - type: "plot"
17897   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17898   algorithm: "plot_perf_box_name"
17899   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17901   include:
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17905   layout:
17906     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17907     layout: "plot-throughput"
17908
17909 - type: "plot"
17910   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17911   algorithm: "plot_perf_box_name"
17912   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17914   include:
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17921   layout:
17922     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17923     layout: "plot-throughput"
17924
17925 - type: "plot"
17926   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17927   algorithm: "plot_perf_box_name"
17928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17930   include:
17931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17937   layout:
17938     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17939     layout: "plot-throughput"
17940
17941 - type: "plot"
17942   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17943   algorithm: "plot_perf_box_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17946   include:
17947     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17948     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17949     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17950 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17951     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17952   layout:
17953     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17954     layout: "plot-throughput"
17955
17956 - type: "plot"
17957   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17958   algorithm: "plot_perf_box_name"
17959   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17961   include:
17962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17963 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17964     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17965 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17966     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17967   layout:
17968     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17969     layout: "plot-throughput"
17970
17971 - type: "plot"
17972   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
17973   algorithm: "plot_perf_box_name"
17974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
17975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17976   include:
17977     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17978     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17979     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17980     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17981     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17982     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17983   layout:
17984     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
17985     layout: "plot-cps"
17986
17987 - type: "plot"
17988   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
17989   algorithm: "plot_perf_box_name"
17990   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
17991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17992   include:
17993     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17994     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17995     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17996     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17997     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
17998     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
17999   layout:
18000     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
18001     layout: "plot-throughput"
18002
18003 #- type: "plot"
18004 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
18005 #  algorithm: "plot_perf_box_name"
18006 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
18007 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008 #  include:
18009 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18010 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18011 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18012 #  layout:
18013 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
18014 #    layout: "plot-cps"
18015
18016 #- type: "plot"
18017 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
18018 #  algorithm: "plot_perf_box_name"
18019 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
18020 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18021 #  include:
18022 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18023 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18024 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18025 #  layout:
18026 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
18027 #    layout: "plot-throughput"
18028
18029 - type: "plot"
18030   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
18031   algorithm: "plot_perf_box_name"
18032   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
18033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18034   include:
18035     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18036     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18037     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18038     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18039     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18040     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18041   layout:
18042     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
18043     layout: "plot-cps"
18044
18045 - type: "plot"
18046   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
18047   algorithm: "plot_perf_box_name"
18048   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
18049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18050   include:
18051     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18052     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18053     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18054     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18055     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18056     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18057   layout:
18058     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
18059     layout: "plot-throughput"
18060
18061 #- type: "plot"
18062 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
18063 #  algorithm: "plot_perf_box_name"
18064 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
18065 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18066 #  include:
18067 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18068 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18069 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18070 #  layout:
18071 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
18072 #    layout: "plot-cps"
18073
18074 #- type: "plot"
18075 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
18076 #  algorithm: "plot_perf_box_name"
18077 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
18078 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18079 #  include:
18080 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18081 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18082 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18083 #  layout:
18084 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
18085 #    layout: "plot-throughput"
18086
18087 - type: "plot"
18088   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18089   algorithm: "plot_perf_box_name"
18090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18092   include:
18093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18094     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18096 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18098   layout:
18099     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18100     layout: "plot-throughput"
18101
18102 - type: "plot"
18103   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18104   algorithm: "plot_perf_box_name"
18105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18107   include:
18108     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18109 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18110     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18111 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18112     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18113   layout:
18114     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18115     layout: "plot-throughput"
18116
18117 - type: "plot"
18118   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
18119   algorithm: "plot_perf_box_name"
18120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
18121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18122   include:
18123     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18124     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18125     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18126     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18127     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18128     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18129   layout:
18130     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
18131     layout: "plot-cps"
18132
18133 - type: "plot"
18134   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
18135   algorithm: "plot_perf_box_name"
18136   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
18137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18138   include:
18139     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18140     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18141     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18142     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18143     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18144     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18145   layout:
18146     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
18147     layout: "plot-throughput"
18148
18149 #- type: "plot"
18150 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
18151 #  algorithm: "plot_perf_box_name"
18152 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
18153 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18154 #  include:
18155 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18156 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18157 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18158 #  layout:
18159 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
18160 #    layout: "plot-cps"
18161
18162 #- type: "plot"
18163 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
18164 #  algorithm: "plot_perf_box_name"
18165 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
18166 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18167 #  include:
18168 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18169 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18170 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18171 #  layout:
18172 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
18173 #    layout: "plot-throughput"
18174
18175 - type: "plot"
18176   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
18177   algorithm: "plot_perf_box_name"
18178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
18179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18180   include:
18181     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18182     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18183     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18184     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18185     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18186     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18187   layout:
18188     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
18189     layout: "plot-cps"
18190
18191 - type: "plot"
18192   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
18193   algorithm: "plot_perf_box_name"
18194   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
18195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18196   include:
18197     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18198     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18199     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18200     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18201     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18202     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18203   layout:
18204     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
18205     layout: "plot-throughput"
18206
18207 #- type: "plot"
18208 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
18209 #  algorithm: "plot_perf_box_name"
18210 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
18211 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212 #  include:
18213 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18214 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18215 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18216 #  layout:
18217 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
18218 #    layout: "plot-cps"
18219
18220 #- type: "plot"
18221 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
18222 #  algorithm: "plot_perf_box_name"
18223 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
18224 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18225 #  include:
18226 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18227 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18228 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18229 #  layout:
18230 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
18231 #    layout: "plot-throughput"
18232
18233 - type: "plot"
18234   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18235   algorithm: "plot_perf_box_name"
18236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18238   include:
18239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18245   layout:
18246     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18247     layout: "plot-throughput"
18248
18249 - type: "plot"
18250   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18251   algorithm: "plot_perf_box_name"
18252   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18254   include:
18255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18261   layout:
18262     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18263     layout: "plot-throughput"
18264
18265 - type: "plot"
18266   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18267   algorithm: "plot_perf_box_name"
18268   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18270   include:
18271     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18273   layout:
18274     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18275     layout: "plot-throughput"
18276
18277 - type: "plot"
18278   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18279   algorithm: "plot_perf_box_name"
18280   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18281   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18282   include:
18283     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18284     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18285   layout:
18286     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18287     layout: "plot-throughput"
18288
18289 - type: "plot"
18290   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18291   algorithm: "plot_perf_box_name"
18292   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18294   include:
18295     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18296     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18297     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18298     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18299     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18300     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18301   layout:
18302     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18303     layout: "plot-throughput"
18304
18305 - type: "plot"
18306   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18307   algorithm: "plot_perf_box_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18310   include:
18311     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18317   layout:
18318     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18319     layout: "plot-throughput"
18320
18321 - type: "plot"
18322   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18323   algorithm: "plot_perf_box_name"
18324   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18326   include:
18327     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18328     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18333   layout:
18334     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18335     layout: "plot-throughput"
18336
18337 - type: "plot"
18338   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18339   algorithm: "plot_perf_box_name"
18340   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18342   include:
18343     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18344     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18349   layout:
18350     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18351     layout: "plot-throughput"
18352
18353 - type: "plot"
18354   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18355   algorithm: "plot_perf_box_name"
18356   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18358   include:
18359     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18365   layout:
18366     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18367     layout: "plot-throughput"
18368
18369 - type: "plot"
18370   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18371   algorithm: "plot_perf_box_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18381   layout:
18382     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18383     layout: "plot-throughput"
18384
18385 - type: "plot"
18386   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18387   algorithm: "plot_perf_box_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18396   layout:
18397     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18398     layout: "plot-throughput"
18399
18400 - type: "plot"
18401   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18402   algorithm: "plot_perf_box_name"
18403   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18405   include:
18406     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18411   layout:
18412     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18413     layout: "plot-throughput"
18414
18415 - type: "plot"
18416   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18417   algorithm: "plot_perf_box_name"
18418   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18420   include:
18421     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18423     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18426   layout:
18427     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18428     layout: "plot-throughput"
18429
18430 - type: "plot"
18431   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18432   algorithm: "plot_perf_box_name"
18433   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18434   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18435   include:
18436     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18437     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18439     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18440     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18441   layout:
18442     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18443     layout: "plot-throughput"
18444
18445 - type: "plot"
18446   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18447   algorithm: "plot_perf_box_name"
18448   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18450   include:
18451     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18453     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18454     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18455     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18456   layout:
18457     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18458     layout: "plot-throughput"
18459
18460 - type: "plot"
18461   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18462   algorithm: "plot_perf_box_name"
18463   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18465   include:
18466     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18467     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18469     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18470     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18471   layout:
18472     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18473     layout: "plot-throughput"
18474
18475 - type: "plot"
18476   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18477   algorithm: "plot_perf_box_name"
18478   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18480   include:
18481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18486   layout:
18487     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18488     layout: "plot-throughput"
18489
18490 - type: "plot"
18491   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18492   algorithm: "plot_perf_box_name"
18493   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18495   include:
18496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18501   layout:
18502     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18503     layout: "plot-throughput"
18504
18505 - type: "plot"
18506   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18507   algorithm: "plot_perf_box_name"
18508   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18510   include:
18511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18515     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18516   layout:
18517     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18518     layout: "plot-throughput"
18519
18520 - type: "plot"
18521   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18522   algorithm: "plot_perf_box_name"
18523   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18525   include:
18526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18530     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18531   layout:
18532     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18533     layout: "plot-throughput"
18534
18535 - type: "plot"
18536   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18537   algorithm: "plot_perf_box_name"
18538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18540   include:
18541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18547   layout:
18548     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18549     layout: "plot-throughput"
18550
18551 - type: "plot"
18552   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18553   algorithm: "plot_perf_box_name"
18554   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18556   include:
18557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18563   layout:
18564     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18565     layout: "plot-throughput"
18566
18567 - type: "plot"
18568   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18569   algorithm: "plot_perf_box_name"
18570   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18572   include:
18573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18577   layout:
18578     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18579     layout: "plot-throughput"
18580
18581 - type: "plot"
18582   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18583   algorithm: "plot_perf_box_name"
18584   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18586   include:
18587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18591   layout:
18592     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18593     layout: "plot-throughput"
18594
18595 - type: "plot"
18596   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18597   algorithm: "plot_perf_box_name"
18598   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18600   include:
18601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18607   layout:
18608     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18609     layout: "plot-throughput"
18610
18611 - type: "plot"
18612   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18613   algorithm: "plot_perf_box_name"
18614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18616   include:
18617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18623   layout:
18624     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18625     layout: "plot-throughput"
18626
18627 - type: "plot"
18628   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18629   algorithm: "plot_perf_box_name"
18630   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18632   include:
18633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18637   layout:
18638     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18639     layout: "plot-throughput"
18640
18641 - type: "plot"
18642   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18643   algorithm: "plot_perf_box_name"
18644   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18646   include:
18647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18651   layout:
18652     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18653     layout: "plot-throughput"
18654
18655 - type: "plot"
18656   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18657   algorithm: "plot_perf_box_name"
18658   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18660   include:
18661     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18662     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18663     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18665     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18667   layout:
18668     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18669     layout: "plot-throughput"
18670
18671 - type: "plot"
18672   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18673   algorithm: "plot_perf_box_name"
18674   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18676   include:
18677     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18678     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18679     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18680     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18681     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18683   layout:
18684     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18685     layout: "plot-throughput"
18686
18687 - type: "plot"
18688   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18689   algorithm: "plot_perf_box_name"
18690   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18692   include:
18693     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18694     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18695     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18696     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18697   layout:
18698     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18699     layout: "plot-throughput"
18700
18701 - type: "plot"
18702   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18703   algorithm: "plot_perf_box_name"
18704   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18706   include:
18707     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18708     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18709     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18711   layout:
18712     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18713     layout: "plot-throughput"
18714
18715 - type: "plot"
18716   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18717   algorithm: "plot_perf_box_name"
18718   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18720   include:
18721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18726   layout:
18727     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18728     layout: "plot-throughput"
18729
18730 - type: "plot"
18731   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18732   algorithm: "plot_perf_box_name"
18733   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18735   include:
18736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18741   layout:
18742     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18743     layout: "plot-throughput"
18744
18745 - type: "plot"
18746   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18747   algorithm: "plot_perf_box_name"
18748   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18750   include:
18751     - "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"
18752     - "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"
18753     - "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"
18754     - "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"
18755     - "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"
18756   layout:
18757     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18758     layout: "plot-throughput"
18759
18760 - type: "plot"
18761   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18762   algorithm: "plot_perf_box_name"
18763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18765   include:
18766     - "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"
18767     - "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"
18768     - "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"
18769     - "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"
18770     - "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"
18771   layout:
18772     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18773     layout: "plot-throughput"
18774
18775 - type: "plot"
18776   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18777   algorithm: "plot_perf_box_name"
18778   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18780   include:
18781     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18786   layout:
18787     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18788     layout: "plot-throughput"
18789
18790 - type: "plot"
18791   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18792   algorithm: "plot_perf_box_name"
18793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18795   include:
18796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18801   layout:
18802     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18803     layout: "plot-throughput"
18804
18805 - type: "plot"
18806   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18807   algorithm: "plot_perf_box_name"
18808   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18810   include:
18811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18816   layout:
18817     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18818     layout: "plot-throughput"
18819
18820 - type: "plot"
18821   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18822   algorithm: "plot_perf_box_name"
18823   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18825   include:
18826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18831   layout:
18832     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18833     layout: "plot-throughput"
18834
18835 - type: "plot"
18836   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18837   algorithm: "plot_perf_box_name"
18838   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18840   include:
18841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18845   layout:
18846     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18847     layout: "plot-throughput"
18848
18849 - type: "plot"
18850   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18851   algorithm: "plot_perf_box_name"
18852   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18854   include:
18855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18859   layout:
18860     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18861     layout: "plot-throughput"
18862
18863 - type: "plot"
18864   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18865   algorithm: "plot_perf_box_name"
18866   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18868   include:
18869     - "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"
18870     - "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"
18871     - "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"
18872     - "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"
18873   layout:
18874     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18875     layout: "plot-throughput"
18876
18877 - type: "plot"
18878   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18879   algorithm: "plot_perf_box_name"
18880   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18882   include:
18883     - "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"
18884     - "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"
18885     - "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"
18886     - "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"
18887   layout:
18888     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18889     layout: "plot-throughput"
18890
18891 - type: "plot"
18892   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18893   algorithm: "plot_perf_box_name"
18894   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18896   include:
18897     - "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"
18898     - "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"
18899     - "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"
18900     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18901     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18902     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18903   layout:
18904     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18905     layout: "plot-throughput"
18906
18907 - type: "plot"
18908   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18909   algorithm: "plot_perf_box_name"
18910   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18912   include:
18913     - "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"
18914     - "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"
18915     - "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"
18916     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18917     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18918     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18919   layout:
18920     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18921     layout: "plot-throughput"
18922
18923 ################################################################################
18924
18925 # Packet Speedup
18926
18927 - type: "plot"
18928   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18929   algorithm: "plot_tsa_name"
18930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18932   include:
18933     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18934     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18935     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18936     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18937   layout:
18938     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18939     layout: "plot-throughput-speedup-analysis"
18940
18941 - type: "plot"
18942   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18943   algorithm: "plot_tsa_name"
18944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18946   include:
18947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18950     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18951   layout:
18952     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18953     layout: "plot-throughput-speedup-analysis"
18954
18955 - type: "plot"
18956   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18957   algorithm: "plot_tsa_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18964     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18965   layout:
18966     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18967     layout: "plot-throughput-speedup-analysis"
18968
18969 - type: "plot"
18970   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18971   algorithm: "plot_tsa_name"
18972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18974   include:
18975     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18978     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18979   layout:
18980     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18981     layout: "plot-throughput-speedup-analysis"
18982
18983 - type: "plot"
18984   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18985   algorithm: "plot_tsa_name"
18986   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18988   include:
18989     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18990     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18991     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18992     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18993   layout:
18994     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18995     layout: "plot-throughput-speedup-analysis"
18996
18997 - type: "plot"
18998   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18999   algorithm: "plot_tsa_name"
19000   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19002   include:
19003     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19004     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19005     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19006     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19007   layout:
19008     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
19009     layout: "plot-throughput-speedup-analysis"
19010
19011 - type: "plot"
19012   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19013   algorithm: "plot_tsa_name"
19014   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19016   include:
19017     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19018     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19019     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19020     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19021     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19022     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19023   layout:
19024     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
19025     layout: "plot-throughput-speedup-analysis"
19026
19027 - type: "plot"
19028   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19029   algorithm: "plot_tsa_name"
19030   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19032   include:
19033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19037     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19038     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19039   layout:
19040     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
19041     layout: "plot-throughput-speedup-analysis"
19042
19043 - type: "plot"
19044   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19045   algorithm: "plot_tsa_name"
19046   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19048   include:
19049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19053   layout:
19054     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
19055     layout: "plot-throughput-speedup-analysis"
19056
19057 - type: "plot"
19058   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19059   algorithm: "plot_tsa_name"
19060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19062   include:
19063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19067   layout:
19068     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19069     layout: "plot-throughput-speedup-analysis"
19070
19071 - type: "plot"
19072   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19073   algorithm: "plot_tsa_name"
19074   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19076   include:
19077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19080   layout:
19081     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19082     layout: "plot-throughput-speedup-analysis"
19083
19084 - type: "plot"
19085   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19086   algorithm: "plot_tsa_name"
19087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19089   include:
19090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19093   layout:
19094     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19095     layout: "plot-throughput-speedup-analysis"
19096
19097 - type: "plot"
19098   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19099   algorithm: "plot_tsa_name"
19100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19102   include:
19103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19108   layout:
19109     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19110     layout: "plot-throughput-speedup-analysis"
19111
19112 - type: "plot"
19113   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19114   algorithm: "plot_tsa_name"
19115   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19117   include:
19118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19123   layout:
19124     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19125     layout: "plot-throughput-speedup-analysis"
19126
19127 - type: "plot"
19128   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19129   algorithm: "plot_tsa_name"
19130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19132   include:
19133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19136   layout:
19137     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19138     layout: "plot-throughput-speedup-analysis"
19139
19140 - type: "plot"
19141   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19142   algorithm: "plot_tsa_name"
19143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19145   include:
19146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19149   layout:
19150     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19151     layout: "plot-throughput-speedup-analysis"
19152
19153 - type: "plot"
19154   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19155   algorithm: "plot_tsa_name"
19156   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19158   include:
19159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19165   layout:
19166     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19167     layout: "plot-throughput-speedup-analysis"
19168
19169 - type: "plot"
19170   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19171   algorithm: "plot_tsa_name"
19172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19174   include:
19175     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19176     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19177     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19178 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19179     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19180   layout:
19181     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19182     layout: "plot-throughput-speedup-analysis"
19183
19184 - type: "plot"
19185   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19186   algorithm: "plot_tsa_name"
19187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19189   include:
19190     - "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"
19191     - "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"
19192     - "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"
19193     - "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"
19194     - "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"
19195   layout:
19196     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19197     layout: "plot-throughput-speedup-analysis"
19198
19199 - type: "plot"
19200   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
19201   algorithm: "plot_tsa_name"
19202   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
19203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19204   include:
19205     - "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"
19206     - "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"
19207     - "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"
19208     - "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"
19209     - "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"
19210     - "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"
19211   layout:
19212     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr"
19213     layout: "plot-throughput-speedup-analysis-cps"
19214
19215 - type: "plot"
19216   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
19217   algorithm: "plot_tsa_name"
19218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
19219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19220   include:
19221     - "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"
19222     - "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"
19223     - "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"
19224     - "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"
19225     - "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"
19226     - "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"
19227   layout:
19228     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr"
19229     layout: "plot-throughput-speedup-analysis"
19230
19231 #- type: "plot"
19232 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
19233 #  algorithm: "plot_tsa_name"
19234 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
19235 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19236 #  include:
19237 #    - "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"
19238 #    - "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"
19239 #    - "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"
19240 #  layout:
19241 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr"
19242 #    layout: "plot-throughput-speedup-analysis-cps"
19243
19244 #- type: "plot"
19245 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
19246 #  algorithm: "plot_tsa_name"
19247 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
19248 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19249 #  include:
19250 #    - "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"
19251 #    - "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"
19252 #    - "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"
19253 #  layout:
19254 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr"
19255 #    layout: "plot-throughput-speedup-analysis"
19256
19257 - type: "plot"
19258   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19259   algorithm: "plot_tsa_name"
19260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19262   include:
19263     - "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"
19264     - "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"
19265     - "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"
19266     - "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"
19267     - "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"
19268     - "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"
19269   layout:
19270     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr"
19271     layout: "plot-throughput-speedup-analysis-cps"
19272
19273 - type: "plot"
19274   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19275   algorithm: "plot_tsa_name"
19276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19278   include:
19279     - "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"
19280     - "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"
19281     - "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"
19282     - "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"
19283     - "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"
19284     - "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"
19285   layout:
19286     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr"
19287     layout: "plot-throughput-speedup-analysis"
19288
19289 #- type: "plot"
19290 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19291 #  algorithm: "plot_tsa_name"
19292 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19293 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19294 #  include:
19295 #    - "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"
19296 #    - "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"
19297 #    - "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"
19298 #  layout:
19299 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
19300 #    layout: "plot-throughput-speedup-analysis-cps"
19301
19302 #- type: "plot"
19303 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19304 #  algorithm: "plot_tsa_name"
19305 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19306 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19307 #  include:
19308 #    - "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"
19309 #    - "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"
19310 #    - "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"
19311 #  layout:
19312 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
19313 #    layout: "plot-throughput-speedup-analysis"
19314
19315 - type: "plot"
19316   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19317   algorithm: "plot_tsa_name"
19318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19320   include:
19321     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19322     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19323     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19324 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19325     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19326   layout:
19327     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19328     layout: "plot-throughput-speedup-analysis"
19329
19330 - type: "plot"
19331   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19332   algorithm: "plot_tsa_name"
19333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19335   include:
19336     - "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"
19337     - "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"
19338     - "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"
19339     - "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"
19340     - "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"
19341   layout:
19342     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19343     layout: "plot-throughput-speedup-analysis"
19344
19345 - type: "plot"
19346   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
19347   algorithm: "plot_tsa_name"
19348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
19349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19350   include:
19351     - "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"
19352     - "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"
19353     - "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"
19354     - "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"
19355     - "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"
19356     - "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"
19357   layout:
19358     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr"
19359     layout: "plot-throughput-speedup-analysis-cps"
19360
19361 - type: "plot"
19362   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
19363   algorithm: "plot_tsa_name"
19364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
19365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19366   include:
19367     - "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"
19368     - "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"
19369     - "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"
19370     - "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"
19371     - "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"
19372     - "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"
19373   layout:
19374     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr"
19375     layout: "plot-throughput-speedup-analysis"
19376
19377 #- type: "plot"
19378 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
19379 #  algorithm: "plot_tsa_name"
19380 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
19381 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19382 #  include:
19383 #    - "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"
19384 #    - "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"
19385 #    - "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"
19386 #  layout:
19387 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr"
19388 #    layout: "plot-throughput-speedup-analysis-cps"
19389
19390 #- type: "plot"
19391 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
19392 #  algorithm: "plot_tsa_name"
19393 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
19394 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19395 #  include:
19396 #    - "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"
19397 #    - "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"
19398 #    - "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"
19399 #  layout:
19400 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr"
19401 #    layout: "plot-throughput-speedup-analysis"
19402
19403 - type: "plot"
19404   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19405   algorithm: "plot_tsa_name"
19406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19408   include:
19409     - "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"
19410     - "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"
19411     - "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"
19412     - "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"
19413     - "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"
19414     - "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"
19415   layout:
19416     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr"
19417     layout: "plot-throughput-speedup-analysis-cps"
19418
19419 - type: "plot"
19420   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19421   algorithm: "plot_tsa_name"
19422   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19424   include:
19425     - "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"
19426     - "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"
19427     - "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"
19428     - "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"
19429     - "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"
19430     - "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"
19431   layout:
19432     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr"
19433     layout: "plot-throughput-speedup-analysis"
19434
19435 #- type: "plot"
19436 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19437 #  algorithm: "plot_tsa_name"
19438 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19439 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19440 #  include:
19441 #    - "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"
19442 #    - "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"
19443 #    - "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"
19444 #  layout:
19445 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
19446 #    layout: "plot-throughput-speedup-analysis-cps"
19447
19448 #- type: "plot"
19449 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19450 #  algorithm: "plot_tsa_name"
19451 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19452 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19453 #  include:
19454 #    - "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"
19455 #    - "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"
19456 #    - "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"
19457 #  layout:
19458 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
19459 #    layout: "plot-throughput-speedup-analysis"
19460
19461 - type: "plot"
19462   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19463   algorithm: "plot_tsa_name"
19464   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19466   include:
19467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19473   layout:
19474     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19475     layout: "plot-throughput-speedup-analysis"
19476
19477 - type: "plot"
19478   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19479   algorithm: "plot_tsa_name"
19480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19482   include:
19483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19489   layout:
19490     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19491     layout: "plot-throughput-speedup-analysis"
19492
19493 - type: "plot"
19494   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19495   algorithm: "plot_tsa_name"
19496   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19498   include:
19499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19501   layout:
19502     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19503     layout: "plot-throughput-speedup-analysis"
19504
19505 - type: "plot"
19506   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19507   algorithm: "plot_tsa_name"
19508   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19510   include:
19511     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19512     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19513   layout:
19514     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19515     layout: "plot-throughput-speedup-analysis"
19516
19517 - type: "plot"
19518   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19519   algorithm: "plot_tsa_name"
19520   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19521   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19522   include:
19523     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19524     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19525     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19526     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19527     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19528     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19529   layout:
19530     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19531     layout: "plot-throughput-speedup-analysis"
19532
19533 - type: "plot"
19534   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19535   algorithm: "plot_tsa_name"
19536   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19538   include:
19539     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19540     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19541     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19542     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19543     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19544     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19545   layout:
19546     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19547     layout: "plot-throughput-speedup-analysis"
19548
19549 - type: "plot"
19550   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19551   algorithm: "plot_tsa_name"
19552   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19554   include:
19555     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19556     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19557     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19558     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19559     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19560     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19561   layout:
19562     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19563     layout: "plot-throughput-speedup-analysis"
19564
19565 - type: "plot"
19566   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19567   algorithm: "plot_tsa_name"
19568   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19570   include:
19571     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19572     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19573     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19574     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19575     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19576     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19577   layout:
19578     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19579     layout: "plot-throughput-speedup-analysis"
19580
19581 - type: "plot"
19582   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19583   algorithm: "plot_tsa_name"
19584   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19586   include:
19587     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19588     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19590     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19592     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19593   layout:
19594     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19595     layout: "plot-throughput-speedup-analysis"
19596
19597 - type: "plot"
19598   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19599   algorithm: "plot_tsa_name"
19600   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19602   include:
19603     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19604     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19605     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19606     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19607     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19608     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19609   layout:
19610     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19611     layout: "plot-throughput-speedup-analysis"
19612
19613 - type: "plot"
19614   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19615   algorithm: "plot_tsa_name"
19616   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19618   include:
19619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19624   layout:
19625     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19626     layout: "plot-throughput-speedup-analysis"
19627
19628 - type: "plot"
19629   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19630   algorithm: "plot_tsa_name"
19631   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19633   include:
19634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19639   layout:
19640     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19641     layout: "plot-throughput-speedup-analysis"
19642
19643 - type: "plot"
19644   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19645   algorithm: "plot_tsa_name"
19646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19648   include:
19649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19654   layout:
19655     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19656     layout: "plot-throughput-speedup-analysis"
19657
19658 - type: "plot"
19659   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19660   algorithm: "plot_tsa_name"
19661   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19663   include:
19664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19669   layout:
19670     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19671     layout: "plot-throughput-speedup-analysis"
19672
19673 - type: "plot"
19674   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19675   algorithm: "plot_tsa_name"
19676   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19678   include:
19679     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19680     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19681     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19682     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19683     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19684   layout:
19685     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19686     layout: "plot-throughput-speedup-analysis"
19687
19688 - type: "plot"
19689   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19690   algorithm: "plot_tsa_name"
19691   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19693   include:
19694     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19695     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19696     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19697     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19698     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19699   layout:
19700     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19701     layout: "plot-throughput-speedup-analysis"
19702
19703 - type: "plot"
19704   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19705   algorithm: "plot_tsa_name"
19706   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19708   include:
19709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19714   layout:
19715     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19716     layout: "plot-throughput-speedup-analysis"
19717
19718 - type: "plot"
19719   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19720   algorithm: "plot_tsa_name"
19721   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19723   include:
19724     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19725     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19729   layout:
19730     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19731     layout: "plot-throughput-speedup-analysis"
19732
19733 - type: "plot"
19734   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19735   algorithm: "plot_tsa_name"
19736   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19738   include:
19739     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19740     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19741     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19742     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19743     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19744   layout:
19745     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19746     layout: "plot-throughput-speedup-analysis"
19747
19748 - type: "plot"
19749   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19750   algorithm: "plot_tsa_name"
19751   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19753   include:
19754     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19755     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19756     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19757     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19758     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19759   layout:
19760     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19761     layout: "plot-throughput-speedup-analysis"
19762
19763 - type: "plot"
19764   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19765   algorithm: "plot_tsa_name"
19766   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19768   include:
19769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19775   layout:
19776     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19777     layout: "plot-throughput-speedup-analysis"
19778
19779 - type: "plot"
19780   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19781   algorithm: "plot_tsa_name"
19782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19784   include:
19785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19791   layout:
19792     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19793     layout: "plot-throughput-speedup-analysis"
19794
19795 - type: "plot"
19796   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19797   algorithm: "plot_tsa_name"
19798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19800   include:
19801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19805   layout:
19806     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19807     layout: "plot-throughput-speedup-analysis"
19808
19809 - type: "plot"
19810   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19811   algorithm: "plot_tsa_name"
19812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19814   include:
19815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19819   layout:
19820     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19821     layout: "plot-throughput-speedup-analysis"
19822
19823 - type: "plot"
19824   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19825   algorithm: "plot_tsa_name"
19826   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19828   include:
19829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19835   layout:
19836     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19837     layout: "plot-throughput-speedup-analysis"
19838
19839 - type: "plot"
19840   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19841   algorithm: "plot_tsa_name"
19842   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19844   include:
19845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19851   layout:
19852     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19853     layout: "plot-throughput-speedup-analysis"
19854
19855 - type: "plot"
19856   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19857   algorithm: "plot_tsa_name"
19858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19860   include:
19861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19865   layout:
19866     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19867     layout: "plot-throughput-speedup-analysis"
19868
19869 - type: "plot"
19870   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19871   algorithm: "plot_tsa_name"
19872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19874   include:
19875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19876     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19879   layout:
19880     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19881     layout: "plot-throughput-speedup-analysis"
19882
19883 - type: "plot"
19884   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19885   algorithm: "plot_tsa_name"
19886   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19888   include:
19889     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19890     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19891     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19892     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19893     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19894     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19895   layout:
19896     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19897     layout: "plot-throughput-speedup-analysis"
19898
19899 - type: "plot"
19900   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19901   algorithm: "plot_tsa_name"
19902   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19904   include:
19905     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19906     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19907     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19908     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19909     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19910     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19911   layout:
19912     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19913     layout: "plot-throughput-speedup-analysis"
19914
19915 - type: "plot"
19916   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19917   algorithm: "plot_tsa_name"
19918   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19920   include:
19921     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19922     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19923     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19924     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19925   layout:
19926     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19927     layout: "plot-throughput-speedup-analysis"
19928
19929 - type: "plot"
19930   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19931   algorithm: "plot_tsa_name"
19932   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19934   include:
19935     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19936     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19937     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19938     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19939   layout:
19940     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19941     layout: "plot-throughput-speedup-analysis"
19942
19943 - type: "plot"
19944   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19945   algorithm: "plot_tsa_name"
19946   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19948   include:
19949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19954   layout:
19955     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19956     layout: "plot-throughput-speedup-analysis"
19957
19958 - type: "plot"
19959   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19960   algorithm: "plot_tsa_name"
19961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19963   include:
19964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19969   layout:
19970     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19971     layout: "plot-throughput-speedup-analysis"
19972
19973 - type: "plot"
19974   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19975   algorithm: "plot_tsa_name"
19976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19978   include:
19979     - "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"
19980     - "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"
19981     - "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"
19982     - "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"
19983     - "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"
19984   layout:
19985     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19986     layout: "plot-throughput-speedup-analysis"
19987
19988 - type: "plot"
19989   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19990   algorithm: "plot_tsa_name"
19991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19993   include:
19994     - "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"
19995     - "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"
19996     - "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"
19997     - "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"
19998     - "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"
19999   layout:
20000     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
20001     layout: "plot-throughput-speedup-analysis"
20002
20003 - type: "plot"
20004   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
20005   algorithm: "plot_tsa_name"
20006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
20007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20008   include:
20009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20014   layout:
20015     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
20016     layout: "plot-throughput-speedup-analysis"
20017
20018 - type: "plot"
20019   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
20020   algorithm: "plot_tsa_name"
20021   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
20022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20023   include:
20024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20029   layout:
20030     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
20031     layout: "plot-throughput-speedup-analysis"
20032
20033 - type: "plot"
20034   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20035   algorithm: "plot_tsa_name"
20036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
20037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20038   include:
20039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20044   layout:
20045     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20046     layout: "plot-throughput-speedup-analysis"
20047
20048 - type: "plot"
20049   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20050   algorithm: "plot_tsa_name"
20051   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
20052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20053   include:
20054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20059   layout:
20060     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20061     layout: "plot-throughput-speedup-analysis"
20062
20063 - type: "plot"
20064   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20065   algorithm: "plot_tsa_name"
20066   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20068   include:
20069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20073   layout:
20074     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
20075     layout: "plot-throughput-speedup-analysis"
20076
20077 - type: "plot"
20078   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20079   algorithm: "plot_tsa_name"
20080   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20082   include:
20083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20087   layout:
20088     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
20089     layout: "plot-throughput-speedup-analysis"
20090
20091 - type: "plot"
20092   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20093   algorithm: "plot_tsa_name"
20094   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20096   include:
20097     - "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"
20098     - "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"
20099     - "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"
20100     - "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"
20101   layout:
20102     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
20103     layout: "plot-throughput-speedup-analysis"
20104
20105 - type: "plot"
20106   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20107   algorithm: "plot_tsa_name"
20108   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20110   include:
20111     - "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"
20112     - "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"
20113     - "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"
20114     - "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"
20115   layout:
20116     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
20117     layout: "plot-throughput-speedup-analysis"
20118
20119 - type: "plot"
20120   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20121   algorithm: "plot_tsa_name"
20122   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20124   include:
20125     - "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"
20126     - "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"
20127     - "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"
20128     - "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"
20129     - "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"
20130     - "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"
20131   layout:
20132     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
20133     layout: "plot-throughput-speedup-analysis"
20134
20135 - type: "plot"
20136   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20137   algorithm: "plot_tsa_name"
20138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20140   include:
20141     - "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"
20142     - "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"
20143     - "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"
20144     - "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"
20145     - "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"
20146     - "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"
20147   layout:
20148     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
20149     layout: "plot-throughput-speedup-analysis"
20150
20151 ################################################################################
20152
20153 # Packet Throughput - DPDK
20154
20155 # 2n-clx-xxv710
20156
20157 - type: "plot"
20158   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20159   algorithm: "plot_perf_box_name"
20160   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20161   data: "plot-dpdk-throughput-latency-2n-clx"
20162   include:
20163     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20164     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20165   layout:
20166     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20167     layout: "plot-throughput"
20168
20169 - type: "plot"
20170   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20171   algorithm: "plot_perf_box_name"
20172   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20173   data: "plot-dpdk-throughput-latency-2n-clx"
20174   include:
20175     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20176     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20177   layout:
20178     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20179     layout: "plot-throughput"
20180
20181 - type: "plot"
20182   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20183   algorithm: "plot_perf_box_name"
20184   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20185   data: "plot-dpdk-throughput-latency-2n-clx"
20186   include:
20187     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20188     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20189   layout:
20190     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20191     layout: "plot-throughput"
20192
20193 - type: "plot"
20194   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20195   algorithm: "plot_perf_box_name"
20196   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20197   data: "plot-dpdk-throughput-latency-2n-clx"
20198   include:
20199     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20200     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20201   layout:
20202     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20203     layout: "plot-throughput"
20204
20205 # 2n-clx-x710
20206
20207 - type: "plot"
20208   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20209   algorithm: "plot_perf_box_name"
20210   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20211   data: "plot-dpdk-throughput-latency-2n-clx"
20212   include:
20213     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20214     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20215   layout:
20216     title: "2n-clx-x710-64b-2t1c-base-ndr"
20217     layout: "plot-throughput"
20218
20219 - type: "plot"
20220   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20221   algorithm: "plot_perf_box_name"
20222   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20223   data: "plot-dpdk-throughput-latency-2n-clx"
20224   include:
20225     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20226     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20227   layout:
20228     title: "2n-clx-x710-64b-4t2c-base-ndr"
20229     layout: "plot-throughput"
20230
20231 - type: "plot"
20232   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20233   algorithm: "plot_perf_box_name"
20234   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20235   data: "plot-dpdk-throughput-latency-2n-clx"
20236   include:
20237     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20238     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20239   layout:
20240     title: "2n-clx-x710-64b-2t1c-base-pdr"
20241     layout: "plot-throughput"
20242
20243 - type: "plot"
20244   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20245   algorithm: "plot_perf_box_name"
20246   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20247   data: "plot-dpdk-throughput-latency-2n-clx"
20248   include:
20249     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20250     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20251   layout:
20252     title: "2n-clx-x710-64b-4t2c-base-pdr"
20253     layout: "plot-throughput"
20254
20255 ################################################################################
20256
20257 - type: "plot"
20258   title: "Latency by percentile: 2n-skx"
20259   algorithm: "plot_hdrh_lat_by_percentile"
20260   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20261   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20262   target-links: "../../_static/vpp"
20263   data: "plot-vpp-hdrh-lat-2n-skx"
20264   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20265   layout:
20266     layout: "plot-hdrh-latency-by-percentile"
20267
20268 - type: "plot"
20269   title: "Latency by percentile: 2n-skx-nat44"
20270   algorithm: "plot_hdrh_lat_by_percentile"
20271   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20272   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20273   target-links: "../../_static/vpp"
20274   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
20275   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20276   layout:
20277     layout: "plot-hdrh-latency-by-percentile"
20278
20279 - type: "plot"
20280   title: "Latency by percentile: 3n-skx"
20281   algorithm: "plot_hdrh_lat_by_percentile"
20282   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
20283   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
20284   target-links: "../../_static/vpp"
20285   data: "plot-vpp-hdrh-lat-3n-skx"
20286   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20287   layout:
20288     layout: "plot-hdrh-latency-by-percentile"
20289
20290 - type: "plot"
20291   title: "Latency by percentile: 2n-clx"
20292   algorithm: "plot_hdrh_lat_by_percentile"
20293   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20294   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20295   target-links: "../../_static/vpp"
20296   data: "plot-vpp-hdrh-lat-2n-clx"
20297   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20298   layout:
20299     layout: "plot-hdrh-latency-by-percentile"
20300
20301 - type: "plot"
20302   title: "Latency by percentile: 2n-clx-nat44"
20303   algorithm: "plot_hdrh_lat_by_percentile"
20304   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20305   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20306   target-links: "../../_static/vpp"
20307   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
20308   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20309   layout:
20310     layout: "plot-hdrh-latency-by-percentile"
20311
20312 - type: "plot"
20313   title: "Latency by percentile: 3n-hsw"
20314   algorithm: "plot_hdrh_lat_by_percentile"
20315   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
20316   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
20317   target-links: "../../_static/vpp"
20318   data: "plot-vpp-hdrh-lat-3n-hsw"
20319   filter: "'1T1C' and 'NIC_Intel-XL710'"
20320   layout:
20321     layout: "plot-hdrh-latency-by-percentile"
20322
20323 - type: "plot"
20324   title: "Latency by percentile: 3n-tsh"
20325   algorithm: "plot_hdrh_lat_by_percentile"
20326   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
20327   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
20328   target-links: "../../_static/vpp"
20329   data: "plot-vpp-hdrh-lat-3n-tsh"
20330   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20331   layout:
20332     layout: "plot-hdrh-latency-by-percentile"
20333
20334 - type: "plot"
20335   title: "Latency by percentile: DPDK 2n-skx"
20336   algorithm: "plot_hdrh_lat_by_percentile"
20337   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
20338   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
20339   target-links: "../../_static/dpdk"
20340   data: "plot-dpdk-hdrh-lat-2n-skx"
20341   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20342   layout:
20343     layout: "plot-hdrh-latency-by-percentile"
20344
20345 - type: "plot"
20346   title: "Latency by percentile: DPDK 3n-skx"
20347   algorithm: "plot_hdrh_lat_by_percentile"
20348   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
20349   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
20350   target-links: "../../_static/dpdk"
20351   data: "plot-dpdk-hdrh-lat-3n-skx"
20352   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20353   layout:
20354     layout: "plot-hdrh-latency-by-percentile"
20355
20356 - type: "plot"
20357   title: "Latency by percentile: DPDK 2n-clx"
20358   algorithm: "plot_hdrh_lat_by_percentile"
20359   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
20360   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
20361   target-links: "../../_static/dpdk"
20362   data: "plot-dpdk-hdrh-lat-2n-clx"
20363   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20364   layout:
20365     layout: "plot-hdrh-latency-by-percentile"
20366
20367 - type: "plot"
20368   title: "Latency by percentile: DPDK 3n-hsw"
20369   algorithm: "plot_hdrh_lat_by_percentile"
20370   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
20371   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
20372   target-links: "../../_static/dpdk"
20373   data: "plot-dpdk-hdrh-lat-3n-hsw"
20374   filter: "'1T1C' and 'NIC_Intel-XL710'"
20375   layout:
20376     layout: "plot-hdrh-latency-by-percentile"
20377
20378 - type: "plot"
20379   title: "Latency by percentile: DPDK 3n-tsh"
20380   algorithm: "plot_hdrh_lat_by_percentile"
20381   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
20382   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
20383   target-links: "../../_static/dpdk"
20384   data: "plot-dpdk-hdrh-lat-3n-tsh"
20385   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20386   layout:
20387     layout: "plot-hdrh-latency-by-percentile"