Report: Add 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       # TODO: Add:
204       csit-vpp-perf-report-iterative-2009-3n-skx:
205         - 26  # rls2009 NDRPDR iter env 5
206         - 27  # rls2009 NDRPDR iter env 5
207         - 28  # rls2009 NDRPDR iter env 5
208         - 29  # rls2009 NDRPDR iter env 5
209         - 35  # rls2009 NDRPDR iter env 5
210         - 36  # rls2009 NDRPDR iter env 5
211         - 37  # 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         - 51  # rls2009 NDRPDR iter NAT44 env 5
259         - 52  # rls2009 NDRPDR iter NAT44 env 5
260         - 53  # rls2009 NDRPDR iter NAT44 env 5
261         - 54  # rls2009 NDRPDR iter NAT44 env 5
262         - 55  # rls2009 NDRPDR iter NAT44 env 5
263         - 56  # rls2009 NDRPDR iter NAT44 env 5
264         - 57  # rls2009 NDRPDR iter NAT44 env 5
265         - 58  # rls2009 NDRPDR iter NAT44 env 5
266         - 59  # rls2009 NDRPDR iter NAT44 env 5
267         - 60  # rls2009 NDRPDR iter NAT44 env 5
268
269     plot-vpp-hdrh-lat-2n-skx:
270       csit-vpp-perf-report-iterative-2009-2n-skx:
271         - 35  # rls2009 NDRPDR iter env 5
272
273     plot-vpp-hdrh-lat-2n-skx-nat44:
274       csit-vpp-perf-report-iterative-2009-2n-skx:
275         - 51  # rls2009 NDRPDR iter NAT44 env 5
276
277     plot-vpp-soak-2n-skx:
278       csit-vpp-perf-report-iterative-2009-2n-skx:
279         - 33  # rls2009 soak env 5
280         - 34  # rls2009 soak env 5
281
282     plot-vpp-nfv-2n-skx-ndrpdr:
283       csit-vpp-perf-report-iterative-2009-2n-skx:
284         - 38  # rls2009 nf-density iter env 5
285         - 41  # rls2009 nf-density iter env 5
286         - 45  # rls2009 nf-density iter env 5
287         - 47  # rls2009 nf-density iter env 5
288         - 49  # rls2009 nf-density iter env 5
289         - 63  # rls2009 nf-density iter env 5
290         - 65  # rls2009 nf-density iter env 5
291         - 66  # rls2009 nf-density iter env 5
292         - 71  # rls2009 nf-density iter env 5
293         - 72  # rls2009 nf-density iter env 5
294
295     plot-vpp-nfv-2n-skx-mrr:
296       csit-vpp-perf-report-iterative-2009-2n-skx:
297         - 50  # rls2009 MRR nf-density iter env 5
298
299     plot-vpp-nfv-reconf-2n-skx:
300       csit-vpp-perf-report-iterative-2009-2n-skx:
301         - 27  # rls2009 reconf env 5
302         - 28  # rls2009 reconf env 5
303         - 29  # rls2009 reconf env 5
304         - 30  # rls2009 reconf env 5
305         - 31  # rls2009 reconf env 5
306         - 32  # rls2009 reconf env 5
307         - 61  # rls2009 reconf env 5
308         - 62  # rls2009 reconf env 5
309         - 68  # rls2009 reconf env 5
310         - 70  # rls2009 reconf env 5
311
312     plot-dpdk-throughput-latency-2n-skx:
313       csit-dpdk-perf-report-iterative-2009-2n-skx:
314         - 4   # NDRPDR iter env5
315         - 5   # NDRPDR iter env5
316         - 6   # NDRPDR iter env5
317         - 7   # NDRPDR iter env5
318         - 8   # NDRPDR iter env5
319         - 9   # NDRPDR iter env5
320         - 10  # NDRPDR iter env5
321         - 11  # NDRPDR iter env5
322         - 12  # NDRPDR iter env5
323         - 13  # NDRPDR iter env5
324
325     plot-dpdk-hdrh-lat-2n-skx:
326       csit-dpdk-perf-report-iterative-2009-2n-skx:
327         - 4   # NDRPDR iter env5
328
329     # 2n-clx
330
331     plot-vpp-throughput-lat-tsa-2n-clx:
332       csit-vpp-perf-report-iterative-2009-2n-clx:
333         - 36  # rls2009 NDRPDR iter env 5
334         - 38  # rls2009 NDRPDR iter env 5
335         - 39  # rls2009 NDRPDR iter env 5
336         - 40  # rls2009 NDRPDR iter env 5
337         - 41  # rls2009 NDRPDR iter env 5
338         - 42  # rls2009 NDRPDR iter env 5
339         - 64  # rls2009 NDRPDR iter env 5
340         - 65  # rls2009 NDRPDR iter env 5
341         - 66  # rls2009 NDRPDR iter env 5
342         - 67  # rls2009 NDRPDR iter env 5
343
344     plot-vpp-hdrh-lat-2n-clx:
345       csit-vpp-perf-report-iterative-2009-2n-clx:
346         - 36  # rls2009 NDRPDR iter env 5
347
348     plot-vpp-nfv-2n-clx-ndrpdr:
349       csit-vpp-perf-report-iterative-2009-2n-clx:
350         - 37  # rls2009 nf-density iter env 5
351         - 43  # rls2009 nf-density iter env 5
352         - 69  # rls2009 nf-density iter env 5
353         - 70  # rls2009 nf-density iter env 5
354         - 71  # rls2009 nf-density iter env 5
355         - 72  # rls2009 nf-density iter env 5
356         - 73  # rls2009 nf-density iter env 5
357         - 74  # rls2009 nf-density iter env 5
358         - 75  # rls2009 nf-density iter env 5
359         - 76  # rls2009 nf-density iter env 5
360
361     plot-vpp-nfv-2n-clx-mrr:
362       csit-vpp-perf-report-iterative-2009-2n-clx:
363         - 45  # rls2009 MRR nf-density iter env 5
364
365     plot-vpp-nfv-reconf-2n-clx:
366       csit-vpp-perf-report-iterative-2009-2n-clx:
367         - 25  # rls2009 reconf env 5
368         - 27  # rls2009 reconf env 5
369         - 28  # rls2009 reconf env 5
370         - 29  # rls2009 reconf env 5
371         - 30  # rls2009 reconf env 5
372         - 30  # rls2009 reconf env 5
373         - 32  # rls2009 reconf env 5
374         - 48  # rls2009 reconf env 5
375         - 53  # rls2009 reconf env 5
376         - 68  # rls2009 reconf env 5
377
378     plot-vpp-soak-2n-clx:
379       csit-vpp-perf-report-iterative-2009-2n-clx:
380         - 33  # rls2009 soak env 5
381         - 34  # rls2009 soak env 5
382
383     plot-dpdk-throughput-latency-2n-clx:
384       csit-dpdk-perf-report-iterative-2009-2n-clx:
385         - 4   # NDRPDR iter env5
386         - 5   # NDRPDR iter env5
387         - 6   # NDRPDR iter env5
388         - 7   # NDRPDR iter env5
389         - 8   # NDRPDR iter env5
390         - 9   # NDRPDR iter env5
391         - 10  # NDRPDR iter env5
392         - 11  # NDRPDR iter env5
393         - 12  # NDRPDR iter env5
394         - 13  # NDRPDR iter env5
395
396     plot-dpdk-hdrh-lat-2n-clx:
397       csit-dpdk-perf-report-iterative-2009-2n-clx:
398         - 4   # NDRPDR iter env5
399
400     # 3n-tsh
401
402     plot-vpp-throughput-lat-tsa-3n-tsh:
403       # TODO: Add:
404       csit-vpp-perf-report-iterative-2009-3n-tsh:
405         - 14  # rls2009 NDRPDR iter env 5
406         - 20  # rls2009 NDRPDR iter env 5
407         - 22  # rls2009 NDRPDR iter env 5
408         - 23  # 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       # TODO: Add:
416       csit-dpdk-perf-report-iterative-2009-3n-tsh:
417         - 1   # NDRPDR iter env5
418         - 2   # NDRPDR iter env5
419         - 3   # NDRPDR iter env5
420         - 4   # NDRPDR iter env5
421         - 5   # NDRPDR iter env5
422         - 6   # NDRPDR iter env5
423         - 7   # NDRPDR iter env5
424         - 9   # NDRPDR iter env5
425         - 10  # 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       # TODO: Add:
476       csit-vpp-perf-report-iterative-2009-3n-skx:
477         - 26  # rls2009 NDRPDR iter env 5
478         - 27  # rls2009 NDRPDR iter env 5
479         - 28  # rls2009 NDRPDR iter env 5
480         - 29  # rls2009 NDRPDR iter env 5
481         - 35  # rls2009 NDRPDR iter env 5
482         - 36  # rls2009 NDRPDR iter env 5
483         - 37  # 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         - 51  # rls2009 NDRPDR iter NAT44 env 5
500         - 52  # rls2009 NDRPDR iter NAT44 env 5
501         - 53  # rls2009 NDRPDR iter NAT44 env 5
502         - 54  # rls2009 NDRPDR iter NAT44 env 5
503         - 55  # rls2009 NDRPDR iter NAT44 env 5
504         - 56  # rls2009 NDRPDR iter NAT44 env 5
505         - 57  # rls2009 NDRPDR iter NAT44 env 5
506         - 58  # rls2009 NDRPDR iter NAT44 env 5
507         - 59  # rls2009 NDRPDR iter NAT44 env 5
508         - 60  # rls2009 NDRPDR iter NAT44 env 5
509
510     vpp-nic-comparison-3n-skx-mrr:
511       csit-vpp-perf-report-iterative-2009-3n-skx:
512         - 24  # rls2009 MRR iter env 5
513
514     vpp-nic-comparison-2n-skx-mrr:
515       csit-vpp-perf-report-iterative-2009-2n-skx:
516         - 26  # rls2009 MRR iter env 5
517
518     # Results
519
520     vpp-perf-results-3n-hsw:
521       csit-vpp-perf-report-coverage-2009-3n-hsw:
522         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
523         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
524         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
525         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
526         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
527         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
528         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
529         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
530         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
531         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
532         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
533         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
534         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
535         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
536         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
537         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
538         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
539         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
540         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
541         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
542         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
543         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
544         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
545         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
546         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
547         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
548         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
549         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
550         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
551         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
552         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
553         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
554         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
555         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
556         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
557
558     vpp-perf-results-3n-skx:
559       # TODO: Add:
560       csit-vpp-perf-report-coverage-2009-3n-skx:
561         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
562         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
563         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
564         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
565         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
566         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
567
568     vpp-perf-results-2n-skx:
569       csit-vpp-perf-report-coverage-2009-2n-skx:
570         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
571         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
572         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
573         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
574         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
575         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
576         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
577         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
578         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
579         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
580         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
581         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
582         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
583         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
584         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
585
586     vpp-perf-results-2n-clx:
587       csit-vpp-perf-report-coverage-2009-2n-clx:
588         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
589         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
590         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
591         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
592         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
593         - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
594         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
595         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
596         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
597         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
598         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
599         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
600         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
601         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
602         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
603
604     vpp-perf-results-3n-tsh:
605       # TODO: Replace???
606       csit-vpp-perf-report-iterative-2009-3n-tsh:
607         - 14  # rls2009 NDRPDR iter env 5
608 #      csit-vpp-perf-report-coverage-2009-3n-tsh:
609 #        -
610
611     vpp-perf-results-3n-dnv:
612       csit-vpp-perf-report-coverage-2009-3n-dnv:
613         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
614         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
615         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
616         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
617         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
618         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
619         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
620         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
621         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
622
623     vpp-perf-results-2n-dnv:
624       csit-vpp-perf-report-coverage-2009-2n-dnv:
625         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
626         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
627         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
628         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
629         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
630         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
631
632     vpp-mrr-results-3n-hsw:
633       csit-vpp-perf-report-iterative-2009-3n-hsw:
634         - 23  # rls2009 MRR iter env 5
635
636     vpp-mrr-results-3n-skx:
637       csit-vpp-perf-report-iterative-2009-3n-skx:
638         - 24  # rls2009 MRR iter env 5
639
640     vpp-mrr-results-2n-skx:
641       csit-vpp-perf-report-iterative-2009-2n-skx:
642         - 26  # rls2009 MRR iter env 5
643
644     vpp-mrr-results-2n-clx:
645       csit-vpp-perf-report-iterative-2009-2n-clx:
646         - 78  # rls2009 MRR iter env 5
647
648     vpp-mrr-results-3n-tsh:
649       csit-vpp-perf-report-iterative-2009-3n-tsh:
650         - 15  # rls2006 MRR iter env 5
651
652     vpp-mrr-results-3n-dnv:
653       csit-vpp-perf-report-iterative-2009-3n-dnv:
654         - 22  # rls2009 MRR iter env 5
655
656     vpp-mrr-results-2n-dnv:
657       csit-vpp-perf-report-iterative-2009-2n-dnv:
658         - 13  # rls2009 MRR iter env 5
659
660     vpp-device-results-ubuntu:
661       csit-vpp-device-2009-ubuntu1804-1n-skx:
662         - 131 # rls2009 env 5
663
664     dpdk-perf-results-3n-hsw:
665       csit-dpdk-perf-report-iterative-2009-3n-hsw:
666         - 6   # NDRPDR iter env5
667
668     dpdk-perf-results-3n-skx:
669       csit-dpdk-perf-report-iterative-2009-3n-skx:
670         - 4   # NDRPDR sel env5
671
672     dpdk-perf-results-2n-skx:
673       csit-dpdk-perf-report-iterative-2009-2n-skx:
674         - 4   # NDRPDR iter env5
675
676     dpdk-perf-results-2n-clx:
677       csit-dpdk-perf-report-iterative-2009-2n-clx:
678         - 4   # NDRPDR iter env5
679
680 #    dpdk-perf-results-2n-dnv:
681 #      # No data
682 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
683
684 #    dpdk-perf-results-3n-dnv:
685 #      # No data
686 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
687
688     dpdk-perf-results-3n-tsh:
689       csit-dpdk-perf-report-iterative-2009-3n-tsh:
690         - 1   # NDRPDR iter env5
691
692 ###########################################################################
693     # Tables (more than one data set)
694
695     # Performance changes
696
697     vpp-performance-changes-3n-hsw-h1:
698       csit-vpp-perf-report-iterative-2005-3n-hsw:
699         - 31  # NDRPDR sel 2001.0-4
700         - 32  # NDRPDR sel 2001.0-4
701         - 33  # NDRPDR sel 2001.0-4
702         - 34  # NDRPDR sel 2001.0-4
703         - 35  # NDRPDR sel 2001.0-4
704         - 36  # NDRPDR sel 2001.0-4
705         - 38  # NDRPDR sel 2001.0-4
706     vpp-performance-changes-3n-hsw-ref-env4:
707       csit-vpp-perf-report-iterative-2005-3n-hsw:
708         - 20  # NDRPDR sel env 4
709         - 21  # NDRPDR sel env 4
710         - 22  # NDRPDR sel env 4
711         - 23  # NDRPDR sel env 4
712         - 24  # NDRPDR sel env 4
713         - 25  # NDRPDR sel env 4
714         - 26  # NDRPDR sel env 4
715         - 27  # NDRPDR sel env 4
716         - 28  # NDRPDR sel env 4
717         - 29  # NDRPDR sel env 4
718     vpp-performance-changes-3n-hsw-ref-env5:
719       csit-vpp-perf-report-iterative-2009-3n-hsw:
720         - 9   # rls2005 NDRPDR iter env 5
721         - 10  # rls2005 NDRPDR iter env 5
722         - 11  # rls2005 NDRPDR iter env 5
723         - 12  # rls2005 NDRPDR iter env 5
724         - 13  # rls2005 NDRPDR iter env 5
725         - 14  # rls2005 NDRPDR iter env 5
726         - 15  # rls2005 NDRPDR iter env 5
727         - 16  # rls2005 NDRPDR iter env 5
728         - 17  # rls2005 NDRPDR iter env 5
729         - 19  # rls2005 NDRPDR iter env 5
730     vpp-performance-changes-3n-hsw-cmp:
731       csit-vpp-perf-report-iterative-2009-3n-hsw:
732         - 21  # rls2009 NDRPDR iter env 5
733         - 22  # rls2009 NDRPDR iter env 5
734         - 24  # rls2009 NDRPDR iter env 5
735         - 25  # rls2009 NDRPDR iter env 5
736         - 26  # rls2009 NDRPDR iter env 5
737         - 27  # rls2009 NDRPDR iter env 5
738         - 28  # rls2009 NDRPDR iter env 5
739         - 29  # rls2009 NDRPDR iter env 5
740         - 30  # rls2009 NDRPDR iter env 5
741         - 31  # rls2009 NDRPDR iter env 5
742
743     vpp-performance-changes-3n-skx-h1:
744       csit-vpp-perf-report-iterative-2005-3n-skx:
745         - 50  # NDRPDR sel 2001.0-4
746         - 51  # NDRPDR sel 2001.0-4
747         - 52  # NDRPDR sel 2001.0-4
748         - 53  # NDRPDR sel 2001.0-4
749         - 54  # NDRPDR sel 2001.0-4
750     vpp-performance-changes-3n-skx-ref-env4:
751       csit-vpp-perf-report-iterative-2005-3n-skx:
752         - 42  # NDRPDR sel env 4
753         - 43  # NDRPDR sel env 4
754         - 44  # NDRPDR sel env 4
755         - 45  # NDRPDR sel env 4
756         - 47  # NDRPDR sel env 4
757         - 55  # NDRPDR sel env 4
758         - 56  # NDRPDR sel env 4
759         - 57  # NDRPDR sel env 4
760         - 61  # NDRPDR sel env 4
761         - 62  # NDRPDR sel env 4
762     vpp-performance-changes-3n-skx-ref-env5:
763       csit-vpp-perf-report-iterative-2009-3n-skx:
764         - 13  # rls2005 NDRPDR iter env 5
765         - 18  # rls2005 NDRPDR iter env 5
766         - 19  # rls2005 NDRPDR iter env 5
767         - 41  # rls2005 NDRPDR iter env 5
768     vpp-performance-changes-3n-skx-cmp:
769       # TODO: Add:
770       csit-vpp-perf-report-iterative-2009-3n-skx:
771         - 26  # rls2009 NDRPDR iter env 5
772         - 27  # rls2009 NDRPDR iter env 5
773         - 28  # rls2009 NDRPDR iter env 5
774         - 29  # rls2009 NDRPDR iter env 5
775         - 35  # rls2009 NDRPDR iter env 5
776         - 36  # rls2009 NDRPDR iter env 5
777         - 37  # rls2009 NDRPDR iter env 5
778         - 39  # rls2009 NDRPDR iter env 5
779         - 40  # rls2009 NDRPDR iter env 5
780
781     vpp-performance-changes-2n-skx-h1:
782       csit-vpp-perf-report-iterative-2005-2n-skx:
783         - 100 # NDRPDR sel 2001.0-4
784         - 101 # NDRPDR sel 2001.0-4
785         - 102 # NDRPDR sel 2001.0-4
786         - 103 # NDRPDR sel 2001.0-4
787         - 104 # NDRPDR sel 2001.0-4
788         - 105 # NDRPDR sel 2001.0-4
789     vpp-performance-changes-2n-skx-ref-env4:
790       csit-vpp-perf-report-iterative-2005-2n-skx:
791         - 88  # NDRPDR sel env 4
792         - 89  # NDRPDR sel env 4
793         - 90  # NDRPDR sel env 4
794         - 91  # NDRPDR sel env 4
795         - 92  # NDRPDR sel env 4
796         - 93  # NDRPDR sel env 4
797         - 94  # NDRPDR sel env 4
798         - 125 # NDRPDR sel env 4
799         - 126 # NDRPDR sel env 4
800         - 127 # NDRPDR sel env 4
801     vpp-performance-changes-2n-skx-ref-env5:
802       csit-vpp-perf-report-iterative-2009-2n-skx:
803         - 13  # rls2005 NDRPDR iter env 5
804         - 16  # rls2005 NDRPDR iter env 5
805         - 17  # rls2005 NDRPDR iter env 5
806         - 18  # rls2005 NDRPDR iter env 5
807         - 19  # rls2005 NDRPDR iter env 5
808         - 21  # rls2005 NDRPDR iter env 5
809         - 22  # rls2005 NDRPDR iter env 5
810         - 23  # rls2005 NDRPDR iter env 5
811         - 24  # rls2005 NDRPDR iter env 5
812         - 25  # rls2005 NDRPDR iter env 5
813     vpp-performance-changes-2n-skx-cmp:
814       csit-vpp-perf-report-iterative-2009-2n-skx:
815         - 35  # rls2009 NDRPDR iter env 5
816         - 36  # rls2009 NDRPDR iter env 5
817         - 37  # rls2009 NDRPDR iter env 5
818         - 39  # rls2009 NDRPDR iter env 5
819         - 40  # rls2009 NDRPDR iter env 5
820         - 42  # rls2009 NDRPDR iter env 5
821         - 43  # rls2009 NDRPDR iter env 5
822         - 44  # rls2009 NDRPDR iter env 5
823         - 46  # rls2009 NDRPDR iter env 5
824         - 48  # rls2009 NDRPDR iter env 5
825         - 51  # rls2009 NDRPDR iter NAT44 env 5
826         - 52  # rls2009 NDRPDR iter NAT44 env 5
827         - 53  # rls2009 NDRPDR iter NAT44 env 5
828         - 54  # rls2009 NDRPDR iter NAT44 env 5
829         - 55  # rls2009 NDRPDR iter NAT44 env 5
830         - 56  # rls2009 NDRPDR iter NAT44 env 5
831         - 57  # rls2009 NDRPDR iter NAT44 env 5
832         - 58  # rls2009 NDRPDR iter NAT44 env 5
833         - 59  # rls2009 NDRPDR iter NAT44 env 5
834         - 60  # rls2009 NDRPDR iter NAT44 env 5
835
836     vpp-performance-changes-2n-clx-h1:
837       csit-vpp-perf-report-iterative-2005-2n-clx:
838         - 73  # NDRPDR sel 2001.0-4
839         - 74  # NDRPDR sel 2001.0-4
840         - 75  # NDRPDR sel 2001.0-4
841         - 76  # NDRPDR sel 2001.0-4
842         - 77  # NDRPDR sel 2001.0-4
843         - 78  # NDRPDR sel 2001.0-4
844         - 79  # NDRPDR sel 2001.0-4
845         - 80  # NDRPDR sel 2001.0-4
846     vpp-performance-changes-2n-clx-ref-env4:
847       csit-vpp-perf-report-iterative-2005-2n-clx:
848         - 62  # NDRPDR sel env 4
849         - 63  # NDRPDR sel env 4
850         - 64  # NDRPDR sel env 4
851         - 65  # NDRPDR sel env 4
852         - 66  # NDRPDR sel env 4
853         - 68  # NDRPDR sel env 4
854         - 69  # NDRPDR sel env 4
855         - 70  # NDRPDR sel env 4
856         - 103 # NDRPDR sel env 4
857         - 104 # NDRPDR sel env 4
858     vpp-performance-changes-2n-clx-ref-env5:
859       csit-vpp-perf-report-iterative-2009-2n-clx:
860         - 13  # rls2005 NDRPDR iter env 5
861         - 15  # rls2005 NDRPDR iter env 5
862         - 17  # rls2005 NDRPDR iter env 5
863         - 18  # rls2005 NDRPDR iter env 5
864         - 19  # rls2005 NDRPDR iter env 5
865         - 20  # rls2005 NDRPDR iter env 5
866         - 21  # rls2005 NDRPDR iter env 5
867         - 22  # rls2005 NDRPDR iter env 5
868         - 23  # rls2005 NDRPDR iter env 5
869         - 24  # rls2005 NDRPDR iter env 5
870     vpp-performance-changes-2n-clx-cmp:
871       csit-vpp-perf-report-iterative-2009-2n-clx:
872         - 36  # rls2009 NDRPDR iter env 5
873         - 38  # rls2009 NDRPDR iter env 5
874         - 39  # rls2009 NDRPDR iter env 5
875         - 40  # rls2009 NDRPDR iter env 5
876         - 41  # rls2009 NDRPDR iter env 5
877         - 42  # rls2009 NDRPDR iter env 5
878         - 64  # rls2009 NDRPDR iter env 5
879         - 65  # rls2009 NDRPDR iter env 5
880         - 66  # rls2009 NDRPDR iter env 5
881         - 67  # rls2009 NDRPDR iter env 5
882
883     vpp-performance-changes-2n-dnv-h1:
884       csit-vpp-perf-verify-2001-2n-dnv:
885         - 4   # NDRPDR sel
886         - 5   # NDRPDR sel
887         - 6   # NDRPDR sel
888         - 7   # NDRPDR sel
889         - 8   # NDRPDR sel
890         - 9   # NDRPDR sel
891         - 10  # NDRPDR sel
892         - 11  # NDRPDR sel
893         - 13  # NDRPDR sel
894         - 16  # NDRPDR sel
895     vpp-performance-changes-2n-dnv-ref:
896       csit-vpp-perf-report-iterative-2009-2n-dnv:
897         - 16  # rls2005 NDRPDR iter env 5
898         - 17  # rls2005 NDRPDR iter env 5
899         - 18  # rls2005 NDRPDR iter env 5
900         - 19  # rls2005 NDRPDR iter env 5
901         - 21  # rls2005 NDRPDR iter env 5
902         - 24  # rls2005 NDRPDR iter env 5
903         - 27  # rls2005 NDRPDR iter env 5
904         - 28  # rls2005 NDRPDR iter env 5
905         - 29  # rls2005 NDRPDR iter env 5
906         - 30  # rls2005 NDRPDR iter env 5
907     vpp-performance-changes-2n-dnv-cmp:
908       csit-vpp-perf-report-iterative-2009-2n-dnv:
909         - 3   # rls2009 NDRPDR iter env 5
910         - 5   # rls2009 NDRPDR iter env 5
911         - 6   # rls2009 NDRPDR iter env 5
912         - 7   # rls2009 NDRPDR iter env 5
913         - 9   # rls2009 NDRPDR iter env 5
914         - 10  # rls2009 NDRPDR iter env 5
915         - 11  # rls2009 NDRPDR iter env 5
916         - 12  # rls2009 NDRPDR iter env 5
917         - 14  # rls2009 NDRPDR iter env 5
918         - 15  # rls2009 NDRPDR iter env 5
919
920     vpp-performance-changes-3n-dnv-h1:
921       csit-vpp-perf-verify-2001-3n-dnv:
922         - 5   # NDRPDR sel
923         - 6   # NDRPDR sel
924         - 7   # NDRPDR sel
925         - 8   # NDRPDR sel
926         - 9   # NDRPDR sel
927         - 10  # NDRPDR sel
928         - 12  # NDRPDR sel
929         - 16  # NDRPDR sel
930         - 17  # NDRPDR sel
931         - 18  # NDRPDR sel
932     vpp-performance-changes-3n-dnv-ref:
933       csit-vpp-perf-report-iterative-2009-3n-dnv:
934         - 16  # rls2005 NDRPDR iter env 5
935         - 23  # rls2005 NDRPDR iter env 5
936         - 25  # rls2005 NDRPDR iter env 5
937         - 26  # rls2005 NDRPDR iter env 5
938         - 27  # rls2005 NDRPDR iter env 5
939         - 28  # rls2005 NDRPDR iter env 5
940         - 29  # rls2005 NDRPDR iter env 5
941         - 30  # rls2005 NDRPDR iter env 5
942         - 31  # rls2005 NDRPDR iter env 5
943         - 32  # rls2005 NDRPDR iter env 5
944     vpp-performance-changes-3n-dnv-cmp:
945       csit-vpp-perf-report-iterative-2009-3n-dnv:
946         - 3   # rls2009 NDRPDR iter env 5
947         - 6   # rls2009 NDRPDR iter env 5
948         - 7   # rls2009 NDRPDR iter env 5
949         - 8   # rls2009 NDRPDR iter env 5
950         - 10  # rls2009 NDRPDR iter env 5
951         - 11  # rls2009 NDRPDR iter env 5
952         - 12  # rls2009 NDRPDR iter env 5
953         - 14  # rls2009 NDRPDR iter env 5
954         - 15  # rls2009 NDRPDR iter env 5
955         - 24  # rls2009 NDRPDR iter env 5
956
957     vpp-performance-changes-3n-tsh-h1:
958       csit-vpp-perf-report-iterative-2005-3n-tsh:
959         - 28  # NDRPDR sel 2001.0-4
960         - 29  # NDRPDR sel 2001.0-4
961         - 31  # NDRPDR sel 2001.0-4
962     vpp-performance-changes-3n-tsh-ref-env4:
963       csit-vpp-perf-report-iterative-2005-3n-tsh:
964         - 23  # NDRPDR sel env 4
965         - 25  # NDRPDR sel env 4
966         - 33  # NDRPDR sel env 4
967         - 34  # NDRPDR sel env 4
968         - 35  # NDRPDR sel env 4
969         - 36  # NDRPDR sel env 4
970         - 37  # NDRPDR sel env 4
971         - 38  # NDRPDR sel env 4
972         - 39  # NDRPDR sel env 4
973         - 40  # NDRPDR sel env 4
974     vpp-performance-changes-3n-tsh-ref-env5:
975       csit-vpp-perf-report-iterative-2009-3n-tsh:
976         - 8   # rls2005 NDRPDR iter env 5
977         - 11  # rls2005 NDRPDR iter env 5
978         - 12  # rls2005 NDRPDR iter env 5
979     vpp-performance-changes-3n-tsh-cmp:
980       # TODO: Add:
981       csit-vpp-perf-report-iterative-2009-3n-tsh:
982         - 14  # rls2009 NDRPDR iter env 5
983         - 20  # rls2009 NDRPDR iter env 5
984         - 22  # rls2009 NDRPDR iter env 5
985         - 23  # rls2009 NDRPDR iter env 5
986
987     vpp-soak-vs-ndr-2n-skx-ref:
988       csit-vpp-perf-report-iterative-2009-2n-skx:
989         - 35  # rls2009 NDRPDR iter env 5
990         - 36  # rls2009 NDRPDR iter env 5
991         - 37  # rls2009 NDRPDR iter env 5
992         - 39  # rls2009 NDRPDR iter env 5
993         - 40  # rls2009 NDRPDR iter env 5
994         - 42  # rls2009 NDRPDR iter env 5
995         - 43  # rls2009 NDRPDR iter env 5
996         - 44  # rls2009 NDRPDR iter env 5
997         - 46  # rls2009 NDRPDR iter env 5
998         - 48  # rls2009 NDRPDR iter env 5
999     vpp-soak-vs-ndr-2n-skx-cmp:
1000       csit-vpp-perf-report-iterative-2009-2n-skx:
1001         - 33  # rls2009 soak env 5
1002         - 34  # rls2009 soak env 5
1003     vpp-soak-vs-ndr-2n-skx:
1004       csit-vpp-perf-report-iterative-2009-2n-skx:
1005         - 35  # rls2009 NDRPDR iter env 5
1006         - 36  # rls2009 NDRPDR iter env 5
1007         - 37  # rls2009 NDRPDR iter env 5
1008         - 39  # rls2009 NDRPDR iter env 5
1009         - 40  # rls2009 NDRPDR iter env 5
1010         - 42  # rls2009 NDRPDR iter env 5
1011         - 43  # rls2009 NDRPDR iter env 5
1012         - 44  # rls2009 NDRPDR iter env 5
1013         - 46  # rls2009 NDRPDR iter env 5
1014         - 48  # rls2009 NDRPDR iter env 5
1015         - 33  # rls2009 soak env 5
1016         - 34  # rls2009 soak env 5
1017
1018     vpp-soak-vs-ndr-2n-clx-ref:
1019       csit-vpp-perf-report-iterative-2009-2n-clx:
1020         - 36  # rls2009 NDRPDR iter env 5
1021         - 38  # rls2009 NDRPDR iter env 5
1022         - 39  # rls2009 NDRPDR iter env 5
1023         - 40  # rls2009 NDRPDR iter env 5
1024         - 41  # rls2009 NDRPDR iter env 5
1025         - 42  # rls2009 NDRPDR iter env 5
1026         - 64  # rls2009 NDRPDR iter env 5
1027         - 65  # rls2009 NDRPDR iter env 5
1028         - 66  # rls2009 NDRPDR iter env 5
1029         - 67  # rls2009 NDRPDR iter env 5
1030     vpp-soak-vs-ndr-2n-clx-cmp:
1031       csit-vpp-perf-report-iterative-2009-2n-clx:
1032         - 33  # rls2009 soak env 5
1033         - 34  # rls2009 soak env 5
1034     vpp-soak-vs-ndr-2n-clx:
1035       csit-vpp-perf-report-iterative-2009-2n-clx:
1036         - 36  # rls2009 NDRPDR iter env 5
1037         - 38  # rls2009 NDRPDR iter env 5
1038         - 39  # rls2009 NDRPDR iter env 5
1039         - 40  # rls2009 NDRPDR iter env 5
1040         - 41  # rls2009 NDRPDR iter env 5
1041         - 42  # rls2009 NDRPDR iter env 5
1042         - 64  # rls2009 NDRPDR iter env 5
1043         - 65  # rls2009 NDRPDR iter env 5
1044         - 66  # rls2009 NDRPDR iter env 5
1045         - 67  # rls2009 NDRPDR iter env 5
1046         - 33  # rls2009 soak env 5
1047         - 34  # rls2009 soak env 5
1048
1049     vpp-performance-changes-3n-hsw-mrr-h1:
1050       csit-vpp-perf-verify-2001-3n-hsw:
1051         - 17  # MRR sel
1052     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1053       csit-vpp-perf-report-iterative-2005-3n-hsw:
1054         - 30  # MRR env 4
1055     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1056       csit-vpp-perf-report-iterative-2009-3n-hsw:
1057         - 18  # rls2005 MRR iter env 5
1058     vpp-performance-changes-3n-hsw-mrr-cmp:
1059       csit-vpp-perf-report-iterative-2009-3n-hsw:
1060         - 23  # rls2009 MRR iter env 5
1061
1062     vpp-performance-changes-3n-skx-mrr-h1:
1063       csit-vpp-perf-verify-2001-3n-skx:
1064         - 50  # MRR sel
1065         - 53  # MRR sel addition
1066     vpp-performance-changes-3n-skx-mrr-ref-env4:
1067       csit-vpp-perf-report-iterative-2005-3n-skx:
1068         - 49  # MRR sel env 4
1069     vpp-performance-changes-3n-skx-mrr-ref-env5:
1070       csit-vpp-perf-report-iterative-2009-3n-skx:
1071         - 17  # rls2005 MRR iter env 5
1072     vpp-performance-changes-3n-skx-mrr-cmp:
1073       csit-vpp-perf-report-iterative-2009-3n-skx:
1074         - 24  # rls2009 MRR iter env 5
1075
1076     vpp-performance-changes-2n-skx-mrr-h1:
1077       csit-vpp-perf-verify-2001-2n-skx:
1078         - 101 # MRR sel
1079         - 128 # MRR sel addition
1080     vpp-performance-changes-2n-skx-mrr-ref-env4:
1081       csit-vpp-perf-report-iterative-2005-2n-skx:
1082         - 99  # MRR sel env 4
1083     vpp-performance-changes-2n-skx-mrr-ref-env5:
1084       csit-vpp-perf-report-iterative-2009-2n-skx:
1085         - 20  # rls2005 MRR iter env 5
1086     vpp-performance-changes-2n-skx-mrr-cmp:
1087       csit-vpp-perf-report-iterative-2009-2n-skx:
1088         - 26  # rls2009 MRR iter env 5
1089
1090     vpp-performance-changes-2n-clx-mrr-h1:
1091       csit-vpp-perf-verify-2001-2n-clx:
1092         - 39  # MRR
1093     vpp-performance-changes-2n-clx-mrr-ref-env4:
1094       csit-vpp-perf-report-iterative-2005-2n-clx:
1095         - 72   # MRR sel env 4
1096     vpp-performance-changes-2n-clx-mrr-ref-env5:
1097       csit-vpp-perf-report-iterative-2009-2n-clx:
1098         - 77  # rls2005 MRR iter env 5
1099     vpp-performance-changes-2n-clx-mrr-cmp:
1100       csit-vpp-perf-report-iterative-2009-2n-clx:
1101         - 78  # rls2009 MRR iter env 5
1102
1103     vpp-performance-changes-2n-dnv-mrr-h1:
1104       csit-vpp-perf-verify-2001-2n-dnv:
1105         - 12  # MRR sel
1106     vpp-performance-changes-2n-dnv-mrr-ref:
1107       csit-vpp-perf-report-iterative-2009-2n-dnv:
1108         - 23  # rls2005 MRR iter env 5
1109     vpp-performance-changes-2n-dnv-mrr-cmp:
1110       csit-vpp-perf-report-iterative-2009-2n-dnv:
1111         - 13  # rls2009 MRR iter env 5
1112
1113     vpp-performance-changes-3n-dnv-mrr-h1:
1114       csit-vpp-perf-verify-2001-3n-dnv:
1115         - 11  # MRR sel
1116     vpp-performance-changes-3n-dnv-mrr-ref:
1117       csit-vpp-perf-report-iterative-2009-3n-dnv:
1118         - 19  # rls2005 MRR iter env 5
1119     vpp-performance-changes-3n-dnv-mrr-cmp:
1120       csit-vpp-perf-report-iterative-2009-3n-dnv:
1121         - 22  # rls2009 MRR iter env 5
1122
1123     vpp-performance-changes-3n-tsh-mrr-h1:
1124       csit-vpp-perf-verify-2001-3n-tsh:
1125         - 9   # MRR sel
1126     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1127       csit-vpp-perf-report-iterative-2005-3n-tsh:
1128         - 27  # MRR sel env 4
1129     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1130       csit-vpp-perf-report-iterative-2009-3n-tsh:
1131         - 13  # rls2005 MRR iter env 5
1132     vpp-performance-changes-3n-tsh-mrr-cmp:
1133       csit-vpp-perf-report-iterative-2009-3n-tsh:
1134         - 15  # rls2006 MRR iter env 5
1135
1136     dpdk-performance-changes-3n-hsw-h1:
1137       csit-dpdk-perf-verify-2001-3n-hsw:
1138         - 4   # NDRPDR sel
1139         - 5   # NDRPDR sel
1140         - 6   # NDRPDR sel
1141         - 7   # NDRPDR sel
1142         - 8   # NDRPDR sel
1143         - 9   # NDRPDR sel
1144         - 10  # NDRPDR sel
1145         - 11  # NDRPDR sel
1146         - 12  # NDRPDR sel
1147         - 13  # NDRPDR sel
1148         - 15  # NDRPDR sel
1149         - 16  # NDRPDR sel
1150         - 17  # NDRPDR sel
1151         - 18  # NDRPDR sel
1152         - 19  # NDRPDR sel
1153         - 20  # NDRPDR sel
1154         - 21  # NDRPDR sel
1155         - 22  # NDRPDR sel
1156         - 23  # NDRPDR sel
1157         - 24  # NDRPDR sel
1158     dpdk-performance-changes-3n-hsw-ref:
1159       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1160         - 25  # NDRPDR iter
1161         - 26  # NDRPDR iter
1162         - 27  # NDRPDR iter
1163         - 28  # NDRPDR iter
1164         - 29  # NDRPDR iter
1165         - 30  # NDRPDR iter
1166         - 31  # NDRPDR iter
1167         - 32  # NDRPDR iter
1168         - 33  # NDRPDR iter
1169         - 34  # NDRPDR iter
1170     dpdk-performance-changes-3n-hsw-cmp:
1171       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1172         - 6   # NDRPDR iter env5
1173         - 7   # NDRPDR iter env5
1174         - 8   # NDRPDR iter env5
1175         - 9   # NDRPDR iter env5
1176         - 10  # NDRPDR iter env5
1177         - 11  # NDRPDR iter env5
1178         - 12  # NDRPDR iter env5
1179         - 13  # NDRPDR iter env5
1180         - 14  # NDRPDR iter env5
1181         - 15  # NDRPDR iter env5
1182
1183     dpdk-performance-changes-3n-skx-h1:
1184       csit-dpdk-perf-verify-2001-3n-skx:
1185         - 29  # NDRPDR sel xxv710
1186         - 33  # NDRPDR sel xxv710
1187         - 34  # NDRPDR sel xxv710
1188         - 35  # NDRPDR sel xxv710
1189         - 36  # NDRPDR sel xxv710
1190         - 37  # NDRPDR sel xxv710
1191         - 41  # NDRPDR sel xxv710
1192         - 42  # NDRPDR sel xxv710
1193         - 43  # NDRPDR sel xxv710
1194         - 45  # NDRPDR sel xxv710
1195         - 30  # NDRPDR sel x710
1196         - 31  # NDRPDR sel x710
1197         - 32  # NDRPDR sel x710
1198         - 38  # NDRPDR sel x710
1199         - 39  # NDRPDR sel x710
1200         - 40  # NDRPDR sel x710
1201         - 44  # NDRPDR sel x710
1202         - 46  # NDRPDR sel x710
1203         - 47  # NDRPDR sel x710
1204         - 48  # NDRPDR sel x710
1205     dpdk-performance-changes-3n-skx-ref:
1206       csit-dpdk-perf-report-iterative-2005-3n-skx:
1207         - 28  # NDRPDR iter
1208         - 29  # NDRPDR iter
1209         - 30  # NDRPDR iter
1210         - 31  # NDRPDR iter
1211         - 32  # NDRPDR iter
1212         - 33  # NDRPDR iter
1213         - 34  # NDRPDR iter
1214         - 35  # NDRPDR iter
1215         - 36  # NDRPDR iter
1216         - 37  # NDRPDR iter
1217     dpdk-performance-changes-3n-skx-cmp:
1218       csit-dpdk-perf-report-iterative-2009-3n-skx:
1219         - 4   # NDRPDR sel env5
1220         - 5   # NDRPDR sel env5
1221         - 6   # NDRPDR sel env5
1222         - 7   # NDRPDR sel env5
1223         - 8   # NDRPDR sel env5
1224         - 9   # NDRPDR sel env5
1225         - 14  # NDRPDR sel env5
1226         - 11  # NDRPDR sel env5
1227         - 12  # NDRPDR sel env5
1228         - 13  # NDRPDR sel env5
1229
1230     dpdk-performance-changes-2n-skx-h1:
1231       csit-dpdk-perf-verify-2001-2n-skx:
1232         - 35  # NDRPDR sel xxv710
1233         - 36  # NDRPDR sel xxv710
1234         - 37  # NDRPDR sel xxv710
1235         - 41  # NDRPDR sel xxv710
1236         - 42  # NDRPDR sel xxv710
1237         - 43  # NDRPDR sel xxv710
1238         - 46  # NDRPDR sel xxv710
1239         - 47  # NDRPDR sel xxv710
1240         - 52  # NDRPDR sel xxv710
1241         - 53  # NDRPDR sel xxv710
1242         - 38  # NDRPDR sel x710
1243         - 39  # NDRPDR sel x710
1244         - 40  # NDRPDR sel x710
1245         - 44  # NDRPDR sel x710
1246         - 45  # NDRPDR sel x710
1247         - 48  # NDRPDR sel x710
1248         - 49  # NDRPDR sel x710
1249         - 50  # NDRPDR sel x710
1250         - 51  # NDRPDR sel x710
1251         - 54  # NDRPDR sel x710
1252     dpdk-performance-changes-2n-skx-ref:
1253       csit-dpdk-perf-report-iterative-2005-2n-skx:
1254         - 20  # NDRPDR iter
1255         - 21  # NDRPDR iter
1256         - 22  # NDRPDR iter
1257         - 23  # NDRPDR iter
1258         - 24  # NDRPDR iter
1259         - 25  # NDRPDR iter
1260         - 26  # NDRPDR iter
1261         - 27  # NDRPDR iter
1262         - 28  # NDRPDR iter
1263         - 29  # NDRPDR iter
1264     dpdk-performance-changes-2n-skx-cmp:
1265       csit-dpdk-perf-report-iterative-2009-2n-skx:
1266         - 4   # NDRPDR iter env5
1267         - 5   # NDRPDR iter env5
1268         - 6   # NDRPDR iter env5
1269         - 7   # NDRPDR iter env5
1270         - 8   # NDRPDR iter env5
1271         - 9   # NDRPDR iter env5
1272         - 10  # NDRPDR iter env5
1273         - 11  # NDRPDR iter env5
1274         - 12  # NDRPDR iter env5
1275         - 13  # NDRPDR iter env5
1276
1277     dpdk-performance-changes-2n-clx-h1:
1278       csit-dpdk-perf-verify-2001-2n-clx:
1279         - 15  # NDRPDR sel
1280         - 16  # NDRPDR sel
1281         - 17  # NDRPDR sel
1282         - 18  # NDRPDR sel
1283         - 19  # NDRPDR sel
1284         - 20  # NDRPDR sel
1285         - 21  # NDRPDR sel
1286         - 22  # NDRPDR sel
1287         - 23  # NDRPDR sel
1288         - 24  # NDRPDR sel
1289         - 25  # NDRPDR sel
1290         - 26  # NDRPDR sel
1291         - 27  # NDRPDR sel
1292         - 28  # NDRPDR sel
1293         - 29  # NDRPDR sel
1294         - 30  # NDRPDR sel
1295         - 31  # NDRPDR sel
1296         - 32  # NDRPDR sel
1297         - 33  # NDRPDR sel
1298         - 34  # NDRPDR sel
1299     dpdk-performance-changes-2n-clx-ref:
1300       csit-dpdk-perf-report-iterative-2005-2n-clx:
1301         - 20  # NDRPDR iter
1302         - 21  # NDRPDR iter
1303         - 22  # NDRPDR iter
1304         - 23  # NDRPDR iter
1305         - 24  # NDRPDR iter
1306         - 25  # NDRPDR iter
1307         - 26  # NDRPDR iter
1308         - 27  # NDRPDR iter
1309         - 28  # NDRPDR iter
1310         - 29  # NDRPDR iter
1311     dpdk-performance-changes-2n-clx-cmp:
1312       csit-dpdk-perf-report-iterative-2009-2n-clx:
1313         - 4   # NDRPDR iter env5
1314         - 5   # NDRPDR iter env5
1315         - 6   # NDRPDR iter env5
1316         - 7   # NDRPDR iter env5
1317         - 8   # NDRPDR iter env5
1318         - 9   # NDRPDR iter env5
1319         - 10  # NDRPDR iter env5
1320         - 11  # NDRPDR iter env5
1321         - 12  # NDRPDR iter env5
1322         - 13  # NDRPDR iter env5
1323
1324 #    dpdk-performance-changes-2n-dnv-h1:
1325 #      csit-dpdk-perf-verify-2001-2n-dnv:
1326 #        - 9   # NDRPDR sel
1327 #        - 10  # NDRPDR sel
1328 #        - 11  # NDRPDR sel
1329 #        - 12  # NDRPDR sel
1330 #        - 13  # NDRPDR sel
1331 #        - 14  # NDRPDR sel
1332 #        - 15  # NDRPDR sel
1333 #        - 16  # NDRPDR sel
1334 #        - 17  # NDRPDR sel
1335 #        - 18  # NDRPDR sel
1336 #    dpdk-performance-changes-2n-dnv-ref:
1337 #      # No data
1338 #    dpdk-performance-changes-2n-dnv-cmp:
1339 #      # No data
1340 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1341
1342 #    dpdk-performance-changes-3n-dnv-h1:
1343 #      csit-dpdk-perf-verify-2001-3n-dnv:
1344 #        - 12  # NDRPDR sel
1345 #        - 13  # NDRPDR sel
1346 #        - 14  # NDRPDR sel
1347 #        - 15  # NDRPDR sel
1348 #        - 16  # NDRPDR sel
1349 #        - 17  # NDRPDR sel
1350 #        - 18  # NDRPDR sel
1351 #        - 19  # NDRPDR sel
1352 #        - 20  # NDRPDR sel
1353 #        - 22  # NDRPDR sel
1354 #    dpdk-performance-changes-3n-dnv-ref:
1355 #      # No data
1356 #    dpdk-performance-changes-3n-dnv-cmp:
1357 #      # No data
1358 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1359
1360     dpdk-performance-changes-3n-tsh-h1:
1361       csit-dpdk-perf-verify-2001-3n-tsh:
1362         - 3   # NDRPDR sel
1363         - 4   # NDRPDR sel
1364         - 5   # NDRPDR sel
1365         - 9   # NDRPDR sel
1366         - 10  # NDRPDR sel
1367         - 11  # NDRPDR sel
1368         - 12  # NDRPDR sel
1369         - 14  # NDRPDR sel
1370         - 15  # NDRPDR sel
1371         - 18  # NDRPDR sel
1372     dpdk-performance-changes-3n-tsh-ref:
1373       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1374         - 5   # NDRPDR sel
1375     dpdk-performance-changes-3n-tsh-cmp:
1376       # TODO: Add:
1377       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1378         - 1   # NDRPDR iter env5
1379         - 2   # NDRPDR iter env5
1380         - 3   # NDRPDR iter env5
1381         - 4   # NDRPDR iter env5
1382         - 5   # NDRPDR iter env5
1383         - 6   # NDRPDR iter env5
1384         - 7   # NDRPDR iter env5
1385         - 9   # NDRPDR iter env5
1386         - 10  # NDRPDR iter env5
1387
1388     # Compare testbeds
1389
1390     vpp-compare-testbeds-ref:
1391       csit-vpp-perf-report-iterative-2009-3n-hsw:
1392         - 21  # rls2009 NDRPDR iter env 5
1393         - 22  # rls2009 NDRPDR iter env 5
1394         - 24  # rls2009 NDRPDR iter env 5
1395         - 25  # rls2009 NDRPDR iter env 5
1396         - 26  # rls2009 NDRPDR iter env 5
1397         - 27  # rls2009 NDRPDR iter env 5
1398         - 28  # rls2009 NDRPDR iter env 5
1399         - 29  # rls2009 NDRPDR iter env 5
1400         - 30  # rls2009 NDRPDR iter env 5
1401         - 31  # rls2009 NDRPDR iter env 5
1402     vpp-compare-testbeds-cmp:
1403       # TODO: Add:
1404       csit-vpp-perf-report-iterative-2009-3n-skx:
1405         - 26  # rls2009 NDRPDR iter env 5
1406         - 27  # rls2009 NDRPDR iter env 5
1407         - 28  # rls2009 NDRPDR iter env 5
1408         - 29  # rls2009 NDRPDR iter env 5
1409         - 35  # rls2009 NDRPDR iter env 5
1410         - 36  # rls2009 NDRPDR iter env 5
1411         - 37  # rls2009 NDRPDR iter env 5
1412         - 39  # rls2009 NDRPDR iter env 5
1413         - 40  # rls2009 NDRPDR iter env 5
1414
1415     vpp-compare-testbeds-skx-clx-ref:
1416       csit-vpp-perf-report-iterative-2009-2n-skx:
1417         - 35  # rls2009 NDRPDR iter env 5
1418         - 36  # rls2009 NDRPDR iter env 5
1419         - 37  # rls2009 NDRPDR iter env 5
1420         - 39  # rls2009 NDRPDR iter env 5
1421         - 40  # rls2009 NDRPDR iter env 5
1422         - 42  # rls2009 NDRPDR iter env 5
1423         - 43  # rls2009 NDRPDR iter env 5
1424         - 44  # rls2009 NDRPDR iter env 5
1425         - 46  # rls2009 NDRPDR iter env 5
1426         - 48  # rls2009 NDRPDR iter env 5
1427         - 51  # rls2009 NDRPDR iter NAT44 env 5
1428         - 52  # rls2009 NDRPDR iter NAT44 env 5
1429         - 53  # rls2009 NDRPDR iter NAT44 env 5
1430         - 54  # rls2009 NDRPDR iter NAT44 env 5
1431         - 55  # rls2009 NDRPDR iter NAT44 env 5
1432         - 56  # rls2009 NDRPDR iter NAT44 env 5
1433         - 57  # rls2009 NDRPDR iter NAT44 env 5
1434         - 58  # rls2009 NDRPDR iter NAT44 env 5
1435         - 59  # rls2009 NDRPDR iter NAT44 env 5
1436         - 60  # rls2009 NDRPDR iter NAT44 env 5
1437     vpp-compare-testbeds-skx-clx-cmp:
1438       csit-vpp-perf-report-iterative-2009-2n-clx:
1439         - 36  # rls2009 NDRPDR iter env 5
1440         - 38  # rls2009 NDRPDR iter env 5
1441         - 39  # rls2009 NDRPDR iter env 5
1442         - 40  # rls2009 NDRPDR iter env 5
1443         - 41  # rls2009 NDRPDR iter env 5
1444         - 42  # rls2009 NDRPDR iter env 5
1445         - 64  # rls2009 NDRPDR iter env 5
1446         - 65  # rls2009 NDRPDR iter env 5
1447         - 66  # rls2009 NDRPDR iter env 5
1448         - 67  # rls2009 NDRPDR iter env 5
1449
1450     vpp-compare-testbeds-hsw-clx-ref:
1451       csit-vpp-perf-report-iterative-2009-3n-hsw:
1452         - 21  # rls2009 NDRPDR iter env 5
1453         - 22  # rls2009 NDRPDR iter env 5
1454         - 24  # rls2009 NDRPDR iter env 5
1455         - 25  # rls2009 NDRPDR iter env 5
1456         - 26  # rls2009 NDRPDR iter env 5
1457         - 27  # rls2009 NDRPDR iter env 5
1458         - 28  # rls2009 NDRPDR iter env 5
1459         - 29  # rls2009 NDRPDR iter env 5
1460         - 30  # rls2009 NDRPDR iter env 5
1461         - 31  # rls2009 NDRPDR iter env 5
1462     vpp-compare-testbeds-hsw-clx-cmp:
1463       csit-vpp-perf-report-iterative-2009-2n-clx:
1464         - 36  # rls2009 NDRPDR iter env 5
1465         - 38  # rls2009 NDRPDR iter env 5
1466         - 39  # rls2009 NDRPDR iter env 5
1467         - 40  # rls2009 NDRPDR iter env 5
1468         - 41  # rls2009 NDRPDR iter env 5
1469         - 42  # rls2009 NDRPDR iter env 5
1470         - 64  # rls2009 NDRPDR iter env 5
1471         - 65  # rls2009 NDRPDR iter env 5
1472         - 66  # rls2009 NDRPDR iter env 5
1473         - 67  # rls2009 NDRPDR iter env 5
1474
1475     vpp-compare-testbeds-mrr-ref:
1476       csit-vpp-perf-report-iterative-2009-3n-hsw:
1477         - 23  # rls2009 MRR iter env 5
1478     vpp-compare-testbeds-mrr-cmp:
1479       csit-vpp-perf-report-iterative-2009-3n-skx:
1480         - 24  # rls2009 MRR iter env 5
1481
1482     vpp-compare-testbeds-mrr-skx-clx-ref:
1483       csit-vpp-perf-report-iterative-2009-2n-skx:
1484         - 26  # rls2009 MRR iter env 5
1485     vpp-compare-testbeds-mrr-skx-clx-cmp:
1486       csit-vpp-perf-report-iterative-2009-2n-clx:
1487         - 78  # rls2009 MRR iter env 5
1488
1489     vpp-compare-testbeds-mrr-hsw-clx-ref:
1490       csit-vpp-perf-report-iterative-2009-3n-hsw:
1491         - 23  # rls2009 MRR iter env 5
1492     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1493       csit-vpp-perf-report-iterative-2009-2n-clx:
1494         - 78  # rls2009 MRR iter env 5
1495
1496     dpdk-compare-testbeds-ref:
1497       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1498         - 6   # NDRPDR iter env5
1499         - 7   # NDRPDR iter env5
1500         - 8   # NDRPDR iter env5
1501         - 9   # NDRPDR iter env5
1502         - 10  # NDRPDR iter env5
1503         - 11  # NDRPDR iter env5
1504         - 12  # NDRPDR iter env5
1505         - 13  # NDRPDR iter env5
1506         - 14  # NDRPDR iter env5
1507         - 15  # NDRPDR iter env5
1508     dpdk-compare-testbeds-cmp:
1509       csit-dpdk-perf-report-iterative-2009-3n-skx:
1510         - 4   # NDRPDR sel env5
1511         - 5   # NDRPDR sel env5
1512         - 6   # NDRPDR sel env5
1513         - 7   # NDRPDR sel env5
1514         - 8   # NDRPDR sel env5
1515         - 9   # NDRPDR sel env5
1516         - 14  # NDRPDR sel env5
1517         - 11  # NDRPDR sel env5
1518         - 12  # NDRPDR sel env5
1519         - 13  # NDRPDR sel env5
1520
1521     dpdk-compare-testbeds-skx-clx-ref:
1522       csit-dpdk-perf-report-iterative-2009-2n-skx:
1523         - 4   # NDRPDR iter env5
1524         - 5   # NDRPDR iter env5
1525         - 6   # NDRPDR iter env5
1526         - 7   # NDRPDR iter env5
1527         - 8   # NDRPDR iter env5
1528         - 9   # NDRPDR iter env5
1529         - 10  # NDRPDR iter env5
1530         - 11  # NDRPDR iter env5
1531         - 12  # NDRPDR iter env5
1532         - 13  # NDRPDR iter env5
1533     dpdk-compare-testbeds-skx-clx-cmp:
1534       csit-dpdk-perf-report-iterative-2009-2n-clx:
1535         - 4   # NDRPDR iter env5
1536         - 5   # NDRPDR iter env5
1537         - 6   # NDRPDR iter env5
1538         - 7   # NDRPDR iter env5
1539         - 8   # NDRPDR iter env5
1540         - 9   # NDRPDR iter env5
1541         - 10  # NDRPDR iter env5
1542         - 11  # NDRPDR iter env5
1543         - 12  # NDRPDR iter env5
1544         - 13  # NDRPDR iter env5
1545
1546     # Compare topologies
1547
1548     vpp-compare-topologies-ref:
1549       # TODO: Add:
1550       csit-vpp-perf-report-iterative-2009-3n-skx:
1551         - 26  # rls2009 NDRPDR iter env 5
1552         - 27  # rls2009 NDRPDR iter env 5
1553         - 28  # rls2009 NDRPDR iter env 5
1554         - 29  # rls2009 NDRPDR iter env 5
1555         - 35  # rls2009 NDRPDR iter env 5
1556         - 36  # rls2009 NDRPDR iter env 5
1557         - 37  # rls2009 NDRPDR iter env 5
1558         - 39  # rls2009 NDRPDR iter env 5
1559         - 40  # rls2009 NDRPDR iter env 5
1560     vpp-compare-topologies-cmp:
1561       csit-vpp-perf-report-iterative-2009-2n-skx:
1562         - 35  # rls2009 NDRPDR iter env 5
1563         - 36  # rls2009 NDRPDR iter env 5
1564         - 37  # rls2009 NDRPDR iter env 5
1565         - 39  # rls2009 NDRPDR iter env 5
1566         - 40  # rls2009 NDRPDR iter env 5
1567         - 42  # rls2009 NDRPDR iter env 5
1568         - 43  # rls2009 NDRPDR iter env 5
1569         - 44  # rls2009 NDRPDR iter env 5
1570         - 46  # rls2009 NDRPDR iter env 5
1571         - 48  # rls2009 NDRPDR iter env 5
1572
1573     vpp-compare-topologies-mrr-ref:
1574       csit-vpp-perf-report-iterative-2009-3n-skx:
1575         - 24  # rls2009 MRR iter env 5
1576     vpp-compare-topologies-mrr-cmp:
1577       csit-vpp-perf-report-iterative-2009-2n-skx:
1578         - 26  # rls2009 MRR iter env 5
1579
1580     dpdk-compare-topologies-ref:
1581       csit-dpdk-perf-report-iterative-2009-3n-skx:
1582         - 4   # NDRPDR sel env5
1583         - 5   # NDRPDR sel env5
1584         - 6   # NDRPDR sel env5
1585         - 7   # NDRPDR sel env5
1586         - 8   # NDRPDR sel env5
1587         - 9   # NDRPDR sel env5
1588         - 14  # NDRPDR sel env5
1589         - 11  # NDRPDR sel env5
1590         - 12  # NDRPDR sel env5
1591         - 13  # NDRPDR sel env5
1592     dpdk-compare-topologies-cmp:
1593       csit-dpdk-perf-report-iterative-2009-2n-skx:
1594         - 4   # NDRPDR iter env5
1595         - 5   # NDRPDR iter env5
1596         - 6   # NDRPDR iter env5
1597         - 7   # NDRPDR iter env5
1598         - 8   # NDRPDR iter env5
1599         - 9   # NDRPDR iter env5
1600         - 10  # NDRPDR iter env5
1601         - 11  # NDRPDR iter env5
1602         - 12  # NDRPDR iter env5
1603         - 13  # NDRPDR iter env5
1604
1605   plot-layouts:
1606
1607     plot-soak-throughput:
1608       titlefont:
1609         size: 16
1610       xaxis:
1611         title: "<b>Test Cases [Index]</b>"
1612         titlefont:
1613           size: 14
1614         autorange: True
1615         fixedrange: False
1616         gridcolor: "rgb(230, 230, 230)"
1617         linecolor: "rgb(220, 220, 220)"
1618         linewidth: 1
1619         showgrid: True
1620         showline: True
1621         showticklabels: True
1622         tickcolor: "rgb(220, 220, 220)"
1623         tickmode: "linear"
1624         tickfont:
1625           size: 14
1626         zeroline: False
1627       yaxis:
1628         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1629         titlefont:
1630           size: 14
1631         gridcolor: "rgb(230, 230, 230)"
1632         hoverformat: ".4r"
1633         tickformat: ".3r"
1634         linecolor: "rgb(220, 220, 220)"
1635         linewidth: 1
1636         showgrid: True
1637         showline: True
1638         showticklabels: True
1639         tickcolor: "rgb(220, 220, 220)"
1640         tickfont:
1641           size: 14
1642         zeroline: False
1643         range: [0,50]
1644       autosize: False
1645       margin:
1646         t: 50
1647         b: 0
1648         l: 80
1649         r: 20
1650       showlegend: True
1651       legend:
1652         orientation: "h"
1653         font:
1654           size: 14
1655       width: 700
1656       height: 900
1657       paper_bgcolor: "#fff"
1658       plot_bgcolor: "#fff"
1659       hoverlabel:
1660         namelength: -1
1661
1662     plot-service-density:
1663       titlefont:
1664         size: 16
1665       xaxis:
1666         side: "top"
1667         autorange: True
1668         fixedrange: False
1669         showgrid: False
1670         showline: False
1671         showticklabels: False
1672         ticks: ""
1673         ticklen: 0
1674         tickwidth: 0
1675         zeroline: False
1676       yaxis:
1677         autorange: "reversed"
1678         showgrid: False
1679         showline: False
1680         showticklabels: False
1681         ticks: ""
1682         ticklen: 0
1683         tickwidth: 0
1684         zeroline: False
1685       showlegend: False
1686       paper_bgcolor: "#fff"
1687       plot_bgcolor: "#fff"
1688       width: 700
1689       height: 700
1690       hoverlabel:
1691         namelength: -1
1692
1693     plot-hoststack:
1694       titlefont:
1695         size: 16
1696       xaxis:
1697         title: "<b>Test Cases [Index]</b>"
1698         titlefont:
1699           size: 14
1700         autorange: True
1701         fixedrange: False
1702         gridcolor: "rgb(230, 230, 230)"
1703         linecolor: "rgb(220, 220, 220)"
1704         linewidth: 1
1705         showgrid: True
1706         showline: True
1707         showticklabels: True
1708         tickcolor: "rgb(220, 220, 220)"
1709         tickmode: "linear"
1710         tickfont:
1711           size: 14
1712         zeroline: False
1713       yaxis:
1714         title: "<b>Bandwidth [Gbps]</b>"
1715         titlefont:
1716           size: 14
1717         gridcolor: "rgb(230, 230, 230)"
1718         hoverformat: ".4s"
1719         linecolor: "rgb(220, 220, 220)"
1720         linewidth: 1
1721         rangemode: "tozero"
1722         showgrid: True
1723         showline: True
1724         showticklabels: True
1725         tickcolor: "rgb(230, 230, 230)"
1726         tickformat: ".3s"
1727         tickfont:
1728           size: 14
1729         zeroline: False
1730       autosize: False
1731       margin:
1732         t: 50
1733         b: 20
1734         l: 80
1735         r: 20
1736       showlegend: True
1737       legend:
1738         orientation: "h"
1739         font:
1740           size: 14
1741       width: 700
1742       height: 800
1743       paper_bgcolor: "#fff"
1744       plot_bgcolor: "#fff"
1745       hoverlabel:
1746         namelength: -1
1747
1748     plot-throughput:
1749       titlefont:
1750         size: 16
1751       xaxis:
1752         title: "<b>Test Cases [Index]</b>"
1753         titlefont:
1754           size: 14
1755         autorange: True
1756         fixedrange: False
1757         gridcolor: "rgb(230, 230, 230)"
1758         linecolor: "rgb(220, 220, 220)"
1759         linewidth: 1
1760         showgrid: True
1761         showline: True
1762         showticklabels: True
1763         tickcolor: "rgb(220, 220, 220)"
1764         tickmode: "linear"
1765         tickfont:
1766           size: 14
1767         zeroline: False
1768       yaxis:
1769         title: "<b>Packet Throughput [Mpps]</b>"
1770         titlefont:
1771           size: 14
1772         gridcolor: "rgb(230, 230, 230)"
1773         hoverformat: ".4r"
1774         tickformat: ".3r"
1775         linecolor: "rgb(220, 220, 220)"
1776         linewidth: 1
1777         showgrid: True
1778         showline: True
1779         showticklabels: True
1780         tickcolor: "rgb(220, 220, 220)"
1781         tickfont:
1782           size: 14
1783         zeroline: False
1784         range: [0,50]
1785       autosize: False
1786       margin:
1787         t: 50
1788         b: 0
1789         l: 80
1790         r: 20
1791       showlegend: True
1792       legend:
1793         orientation: "h"
1794         font:
1795           size: 14
1796       width: 700
1797       height: 900
1798       paper_bgcolor: "#fff"
1799       plot_bgcolor: "#fff"
1800       hoverlabel:
1801         namelength: -1
1802
1803     plot-throughput-speedup-analysis:
1804       titlefont:
1805         size: 16
1806       xaxis:
1807         title: "<b>Number of Cores [Qty]</b>"
1808         titlefont:
1809           size: 14
1810         autorange: True
1811         fixedrange: False
1812         gridcolor: "rgb(230, 230, 230)"
1813         linecolor: "rgb(220, 220, 220)"
1814         linewidth: 1
1815         showgrid: True
1816         showline: True
1817         showticklabels: True
1818         tickcolor: "rgb(238, 238, 238)"
1819         tickmode: "linear"
1820         tickfont:
1821           size: 14
1822         zeroline: False
1823       yaxis:
1824         title: "<b>Packet Throughput [Mpps]</b>"
1825         titlefont:
1826           size: 14
1827         type: "linear"
1828         gridcolor: "rgb(230, 230, 230)"
1829         hoverformat: ".4s"
1830         linecolor: "rgb(220, 220, 220)"
1831         linewidth: 1
1832         showgrid: True
1833         showline: True
1834         showticklabels: True
1835         tickcolor: "rgb(220, 220, 220)"
1836         tickformat: ".4s"
1837         tickfont:
1838           size: 14
1839         zeroline: True
1840         rangemode: "tozero"
1841         range: [0,100]
1842       legend:
1843         orientation: "h"
1844         font:
1845           size: 14
1846         xanchor: "left"
1847         yanchor: "top"
1848         x: 0
1849         y: -0.2
1850         bgcolor: "rgba(255, 255, 255, 0)"
1851         bordercolor: "rgba(255, 255, 255, 0)"
1852         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1853       autosize: False
1854       margin:
1855           't': 50
1856           'b': 150
1857           'l': 85
1858           'r': 10
1859       showlegend: True
1860       width: 700
1861       height: 700
1862       paper_bgcolor: "#fff"
1863       plot_bgcolor: "#fff"
1864       hoverlabel:
1865         namelength: -1
1866       annotations: [
1867         {
1868           text: "_ _          __          ...",
1869           align: "left",
1870           showarrow: False,
1871           xref: "paper",
1872           yref: "paper",
1873           xanchor: "left",
1874           yanchor: "top",
1875           x: 0,
1876           y: -0.14,
1877           font: {
1878             family: "Consolas, Courier New",
1879             size: 13
1880           },
1881         },
1882         {
1883           text: "    Perfect     Measured     Limit",
1884           align: "left",
1885           showarrow: False,
1886           xref: "paper",
1887           yref: "paper",
1888           xanchor: "left",
1889           yanchor: "top",
1890           x: 0,
1891           y: -0.15,
1892           font: {
1893             family: "Consolas, Courier New",
1894             size: 13
1895           },
1896         },
1897       ]
1898
1899     plot-latency:
1900       titlefont:
1901         size: 16
1902       xaxis:
1903         title: "<b>Direction</b>"
1904         titlefont:
1905           size: 14
1906         autorange: True
1907         fixedrange: False
1908         gridcolor: "rgb(230, 230, 230)"
1909         linecolor: "rgb(220, 220, 220)"
1910         linewidth: 1
1911         showgrid: True
1912         showline: True
1913         showticklabels: False
1914         tickcolor: "rgb(220, 220, 220)"
1915         tickmode: "linear"
1916         tickfont:
1917           size: 14
1918         zeroline: False
1919       yaxis:
1920         title: "<b>Packet Latency [uSec]</b>"
1921         titlefont:
1922           size: 14
1923         type: "linear"
1924         gridcolor: "rgb(230, 230, 230)"
1925         hoverformat: ".4s"
1926         linecolor: "rgb(220, 220, 220)"
1927         linewidth: 1
1928         showgrid: True
1929         showline: True
1930         showticklabels: True
1931         tickcolor: "rgb(220, 220, 220)"
1932         tickformat: ".4s"
1933         tickfont:
1934           size: 14
1935         zeroline: True
1936         rangemode: "tozero"
1937       legend:
1938         orientation: "h"
1939         font:
1940           size: 14
1941         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1942       autosize: False
1943       margin:
1944           't': 50
1945           'b': 150
1946           'l': 80
1947           'r': 10
1948       showlegend: True
1949       width: 700
1950       height: 700
1951       paper_bgcolor: "#fff"
1952       plot_bgcolor: "#fff"
1953       hoverlabel:
1954         namelength: -1
1955
1956     plot-hdrh-latency:
1957       title:
1958         text: ""
1959         xanchor: "center"
1960         x: 0.5
1961         font:
1962           size: 16
1963       width: 700
1964       plot_bgcolor: "white"
1965       annotations:
1966         - font:
1967             size: 14
1968           showarrow: False
1969           text: "<b>Packet Latency [uSec]</b>"
1970           x: 1
1971           xanchor: "right"
1972           xref: "paper"
1973           y: -0.045
1974           yanchor: "top"
1975           yref: "paper"
1976         - font:
1977             size: 14
1978           showarrow: False
1979           text: "<b>Probability [%]</b>"
1980           textangle: 270
1981           x: -0.06
1982           xanchor: "center"
1983           xref: "paper"
1984           y: 0.5
1985           yanchor: "middle"
1986           yref: "paper"
1987         - font:
1988             size: 14
1989           showarrow: False
1990           text: "<b>Direction: E-W</b>"
1991           x: 0.24
1992           xanchor: "center"
1993           xref: "paper"
1994           y: 1.05
1995           yanchor: "bottom"
1996           yref: "paper"
1997         - font:
1998             size: 14
1999           showarrow: False
2000           text: "<b>Direction: W-E</b>"
2001           x: 0.74
2002           xanchor: "center"
2003           xref: "paper"
2004           y: 1.05
2005           yanchor: "bottom"
2006           yref: "paper"
2007
2008     plot-hdrh-latency-percentile:
2009       title:
2010         text: ""
2011         xanchor: "center"
2012         x: 0.5
2013         font:
2014           size: 16
2015       xaxis:
2016         type: "log"
2017         title: "<b>Percentile [%]</b>"
2018         titlefont:
2019           size: 14
2020         autorange: True
2021         fixedrange: False
2022         gridcolor: "rgb(230, 230, 230)"
2023         linecolor: "rgb(220, 220, 220)"
2024         linewidth: 1
2025         showgrid: True
2026         showline: True
2027         showticklabels: True
2028         tickcolor: "rgb(220, 220, 220)"
2029         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2030         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2031         tickfont:
2032           size: 14
2033       yaxis:
2034         title: "<b>Packet Latency [uSec]</b>"
2035         titlefont:
2036           size: 14
2037         gridcolor: "rgb(230, 230, 230)"
2038         linecolor: "rgb(220, 220, 220)"
2039         linewidth: 1
2040         showgrid: True
2041         showline: True
2042         showticklabels: True
2043         tickcolor: "rgb(220, 220, 220)"
2044         tickfont:
2045           size: 14
2046       autosize: False
2047       showlegend: True
2048       legend:
2049         traceorder: "normal"
2050         orientation: "h"
2051         font:
2052           size: 14
2053         xanchor: "left"
2054         yanchor: "top"
2055         x: 0
2056         y: -0.15
2057         bgcolor: "rgba(255, 255, 255, 0)"
2058         bordercolor: "rgba(255, 255, 255, 0)"
2059       width: 700
2060       height: 700
2061       paper_bgcolor: "white"
2062       plot_bgcolor: "white"
2063
2064     plot-hdrh-latency-by-percentile:
2065       title:
2066         text: "<b>Latency by Percentile Distribution</b>"
2067         xanchor: "center"
2068         x: 0.5
2069         font:
2070           size: 18
2071       showlegend: True
2072       legend:
2073         traceorder: "normal"
2074         orientation: "h"
2075         font:
2076           size: 16
2077         xanchor: "left"
2078         yanchor: "top"
2079         x: 0
2080         y: -0.2
2081         bgcolor: "rgba(255, 255, 255, 0)"
2082         bordercolor: "rgba(255, 255, 255, 0)"
2083       xaxis:
2084         type: "linear"
2085         title: "<b>Percentile [%]</b>"
2086         titlefont:
2087           size: 14
2088         autorange: False
2089         fixedrange: False
2090         range: [0, 100]
2091         gridcolor: "rgb(230, 230, 230)"
2092         linecolor: "rgb(220, 220, 220)"
2093         linewidth: 1
2094         showgrid: True
2095         showline: True
2096         showticklabels: True
2097         tickcolor: "rgb(220, 220, 220)"
2098         tickvals: [0, 25, 50, 75, 100]
2099         ticktext: [0, 25, 50, 75, 100]
2100         tickfont:
2101           size: 14
2102       yaxis:
2103         title: "<b>One-Way Latency per Direction [uSec]</b>"
2104         titlefont:
2105           size: 14
2106         gridcolor: "rgb(230, 230, 230)"
2107         linecolor: "rgb(220, 220, 220)"
2108         linewidth: 1
2109         showgrid: True
2110         showline: True
2111         showticklabels: True
2112         tickcolor: "rgb(220, 220, 220)"
2113         tickfont:
2114           size: 14
2115       width: 700
2116       height: 700
2117       paper_bgcolor: "white"
2118       plot_bgcolor: "white"
2119
2120 - type: "static"
2121   src-path: "{DIR[RST]}"
2122   dst-path: "{DIR[WORKING,SRC]}"
2123
2124 - type: "input"
2125   general:
2126     file-name: "output_info.xml.gz"
2127     file-format: ".gz"
2128     arch-file-format:
2129       - ".gz"
2130       - ".zip"
2131     download-path: "{job}/{build}/archives/{filename}"
2132     extract: "output.xml"
2133
2134     zip-file-name: "robot-plugin.zip"
2135     zip-file-format: ".zip"
2136     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2137     zip-extract: "robot-plugin/output.xml"
2138
2139   builds:
2140
2141     csit-vpp-perf-verify-2001-3n-hsw:
2142       - 17  # MRR sel
2143     csit-vpp-perf-report-iterative-2005-3n-hsw:
2144       - 20  # NDRPDR sel env 4
2145       - 21  # NDRPDR sel env 4
2146       - 22  # NDRPDR sel env 4
2147       - 23  # NDRPDR sel env 4
2148       - 24  # NDRPDR sel env 4
2149       - 25  # NDRPDR sel env 4
2150       - 26  # NDRPDR sel env 4
2151       - 27  # NDRPDR sel env 4
2152       - 28  # NDRPDR sel env 4
2153       - 29  # NDRPDR sel env 4
2154       - 30  # MRR env 4
2155       - 31  # NDRPDR sel 2001.0-4
2156       - 32  # NDRPDR sel 2001.0-4
2157       - 33  # NDRPDR sel 2001.0-4
2158       - 34  # NDRPDR sel 2001.0-4
2159       - 35  # NDRPDR sel 2001.0-4
2160       - 36  # NDRPDR sel 2001.0-4
2161       - 38  # NDRPDR sel 2001.0-4
2162     csit-vpp-perf-report-iterative-2009-3n-hsw:
2163       - 18  # rls2005 MRR iter env 5
2164       - 9   # rls2005 NDRPDR iter env 5
2165       - 10  # rls2005 NDRPDR iter env 5
2166       - 11  # rls2005 NDRPDR iter env 5
2167       - 12  # rls2005 NDRPDR iter env 5
2168       - 13  # rls2005 NDRPDR iter env 5
2169       - 14  # rls2005 NDRPDR iter env 5
2170       - 15  # rls2005 NDRPDR iter env 5
2171       - 16  # rls2005 NDRPDR iter env 5
2172       - 17  # rls2005 NDRPDR iter env 5
2173       - 19  # rls2005 NDRPDR iter env 5
2174       - 23  # rls2009 MRR iter env 5
2175       - 21  # rls2009 NDRPDR iter env 5
2176       - 22  # rls2009 NDRPDR iter env 5
2177       - 24  # rls2009 NDRPDR iter env 5
2178       - 25  # rls2009 NDRPDR iter env 5
2179       - 26  # rls2009 NDRPDR iter env 5
2180       - 27  # rls2009 NDRPDR iter env 5
2181       - 28  # rls2009 NDRPDR iter env 5
2182       - 29  # rls2009 NDRPDR iter env 5
2183       - 30  # rls2009 NDRPDR iter env 5
2184       - 31  # rls2009 NDRPDR iter env 5
2185       - 32  # rls2009 Hoststack iter env 5
2186       - 33  # rls2009 Hoststack iter env 5
2187       - 34  # rls2009 Hoststack iter env 5
2188       - 35  # rls2009 Hoststack iter env 5
2189       - 36  # rls2009 Hoststack iter env 5
2190       - 37  # rls2009 Hoststack iter env 5
2191       - 38  # rls2009 Hoststack iter env 5
2192       - 39  # rls2009 Hoststack iter env 5
2193       - 40  # rls2009 Hoststack iter env 5
2194       - 41  # rls2009 Hoststack iter env 5
2195     csit-vpp-perf-report-coverage-2009-3n-hsw:
2196       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2197       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2198       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2199       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2200       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2201       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2202       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2203       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2204       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2205       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2206       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2207       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2208       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2209       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2210       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2211       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2212       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2213       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2214       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2215       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2216       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2217       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2218       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2219       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2220       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2221       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2222       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2223       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2224       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2225       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2226       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2227       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2228       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2229       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2230       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2231
2232     csit-vpp-perf-verify-2001-3n-skx:
2233       - 50  # MRR sel
2234       - 53  # MRR sel addition
2235     csit-vpp-perf-report-iterative-2005-3n-skx:
2236       - 4   # NDRPDR sel
2237       - 5   # NDRPDR sel ??? all x710 failed
2238       - 33  # NDRPDR sel
2239       - 28  # NDRPDR sel
2240       - 34  # NDRPDR sel
2241       - 42  # NDRPDR sel env 4
2242       - 43  # NDRPDR sel env 4
2243       - 44  # NDRPDR sel env 4
2244       - 45  # NDRPDR sel env 4
2245       - 47  # NDRPDR sel env 4
2246       - 55  # NDRPDR sel env 4
2247       - 56  # NDRPDR sel env 4
2248       - 57  # NDRPDR sel env 4
2249       - 61  # NDRPDR sel env 4
2250       - 62  # NDRPDR sel env 4
2251       - 50  # NDRPDR sel 2001.0-4
2252       - 51  # NDRPDR sel 2001.0-4
2253       - 52  # NDRPDR sel 2001.0-4
2254       - 53  # NDRPDR sel 2001.0-4
2255       - 54  # NDRPDR sel 2001.0-4
2256       - 49  # MRR sel env 4
2257     # TODO: Add:
2258     csit-vpp-perf-report-iterative-2009-3n-skx:
2259       - 17  # rls2005 MRR iter env 5
2260       - 13  # rls2005 NDRPDR iter env 5
2261       - 18  # rls2005 NDRPDR iter env 5
2262       - 19  # rls2005 NDRPDR iter env 5
2263       - 41  # rls2005 NDRPDR iter env 5
2264       - 24  # rls2009 MRR iter env 5
2265       - 26  # rls2009 NDRPDR iter env 5
2266       - 27  # rls2009 NDRPDR iter env 5
2267       - 28  # rls2009 NDRPDR iter env 5
2268       - 29  # rls2009 NDRPDR iter env 5
2269       - 35  # rls2009 NDRPDR iter env 5
2270       - 36  # rls2009 NDRPDR iter env 5
2271       - 37  # rls2009 NDRPDR iter env 5
2272       - 39  # rls2009 NDRPDR iter env 5
2273       - 40  # rls2009 NDRPDR iter env 5
2274     # TODO: Add:
2275     csit-vpp-perf-report-coverage-2009-3n-skx:
2276       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2277       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2278       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2279       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2280       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2281       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2282
2283     csit-vpp-perf-verify-2001-2n-skx:
2284       - 101  # MRR sel - old
2285       - 128  # MRR sel addition - old
2286     csit-vpp-perf-report-iterative-2005-2n-skx:
2287       - 88  # NDRPDR sel env 4
2288       - 89  # NDRPDR sel env 4
2289       - 90  # NDRPDR sel env 4
2290       - 91  # NDRPDR sel env 4
2291       - 92  # NDRPDR sel env 4
2292       - 93  # NDRPDR sel env 4
2293       - 94  # NDRPDR sel env 4
2294       - 125 # NDRPDR sel env 4
2295       - 126 # NDRPDR sel env 4
2296       - 127 # NDRPDR sel env 4
2297       - 100 # NDRPDR sel 2001.0-4
2298       - 101 # NDRPDR sel 2001.0-4
2299       - 102 # NDRPDR sel 2001.0-4
2300       - 103 # NDRPDR sel 2001.0-4
2301       - 104 # NDRPDR sel 2001.0-4
2302       - 105 # NDRPDR sel 2001.0-4
2303       - 99  # MRR sel env 4
2304     csit-vpp-perf-report-iterative-2009-2n-skx:
2305       - 20  # rls2005 MRR iter env 5
2306       - 13  # rls2005 NDRPDR iter env 5
2307       - 16  # rls2005 NDRPDR iter env 5
2308       - 17  # rls2005 NDRPDR iter env 5
2309       - 18  # rls2005 NDRPDR iter env 5
2310       - 19  # rls2005 NDRPDR iter env 5
2311       - 21  # rls2005 NDRPDR iter env 5
2312       - 22  # rls2005 NDRPDR iter env 5
2313       - 23  # rls2005 NDRPDR iter env 5
2314       - 24  # rls2005 NDRPDR iter env 5
2315       - 25  # rls2005 NDRPDR iter env 5
2316       - 26  # rls2009 MRR iter env 5
2317       - 35  # rls2009 NDRPDR iter env 5
2318       - 36  # rls2009 NDRPDR iter env 5
2319       - 37  # rls2009 NDRPDR iter env 5
2320       - 39  # rls2009 NDRPDR iter env 5
2321       - 40  # rls2009 NDRPDR iter env 5
2322       - 42  # rls2009 NDRPDR iter env 5
2323       - 43  # rls2009 NDRPDR iter env 5
2324       - 44  # rls2009 NDRPDR iter env 5
2325       - 46  # rls2009 NDRPDR iter env 5
2326       - 48  # rls2009 NDRPDR iter env 5
2327       - 51  # rls2009 NDRPDR iter NAT44 env 5
2328       - 52  # rls2009 NDRPDR iter NAT44 env 5
2329       - 53  # rls2009 NDRPDR iter NAT44 env 5
2330       - 54  # rls2009 NDRPDR iter NAT44 env 5
2331       - 55  # rls2009 NDRPDR iter NAT44 env 5
2332       - 56  # rls2009 NDRPDR iter NAT44 env 5
2333       - 57  # rls2009 NDRPDR iter NAT44 env 5
2334       - 58  # rls2009 NDRPDR iter NAT44 env 5
2335       - 59  # rls2009 NDRPDR iter NAT44 env 5
2336       - 60  # rls2009 NDRPDR iter NAT44 env 5
2337       - 38  # rls2009 nf-density iter env 5
2338       - 41  # rls2009 nf-density iter env 5
2339       - 45  # rls2009 nf-density iter env 5
2340       - 47  # rls2009 nf-density iter env 5
2341       - 49  # rls2009 nf-density iter env 5
2342       - 63  # rls2009 nf-density iter env 5
2343       - 65  # rls2009 nf-density iter env 5
2344       - 66  # rls2009 nf-density iter env 5
2345       - 71  # rls2009 nf-density iter env 5
2346       - 72  # rls2009 nf-density iter env 5
2347       - 50  # rls2009 MRR nf-density iter env 5
2348       - 27  # rls2009 reconf env 5
2349       - 28  # rls2009 reconf env 5
2350       - 29  # rls2009 reconf env 5
2351       - 30  # rls2009 reconf env 5
2352       - 31  # rls2009 reconf env 5
2353       - 32  # rls2009 reconf env 5
2354       - 61  # rls2009 reconf env 5
2355       - 62  # rls2009 reconf env 5
2356       - 68  # rls2009 reconf env 5
2357       - 70  # rls2009 reconf env 5
2358       - 33  # rls2009 soak env 5
2359       - 34  # rls2009 soak env 5
2360     csit-vpp-perf-report-coverage-2009-2n-skx:
2361       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2362       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2363       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2364       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2365       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2366       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2367       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2368       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2369       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2370       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2371       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2372       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2373       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2374       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2375       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2376
2377     csit-vpp-perf-verify-2001-2n-clx:
2378       - 39  # MRR
2379     csit-vpp-perf-report-iterative-2005-2n-clx:
2380       - 62  # NDRPDR sel env 4
2381       - 63  # NDRPDR sel env 4
2382       - 64  # NDRPDR sel env 4
2383       - 65  # NDRPDR sel env 4
2384       - 66  # NDRPDR sel env 4
2385       - 68  # NDRPDR sel env 4
2386       - 69  # NDRPDR sel env 4
2387       - 70  # NDRPDR sel env 4
2388       - 103 # NDRPDR sel env 4
2389       - 104 # NDRPDR sel env 4
2390       - 73  # NDRPDR sel 2001.0-4
2391       - 74  # NDRPDR sel 2001.0-4
2392       - 75  # NDRPDR sel 2001.0-4
2393       - 76  # NDRPDR sel 2001.0-4
2394       - 77  # NDRPDR sel 2001.0-4
2395       - 78  # NDRPDR sel 2001.0-4
2396       - 79  # NDRPDR sel 2001.0-4
2397       - 80  # NDRPDR sel 2001.0-4
2398       - 72  # MRR env 4
2399     csit-vpp-perf-report-iterative-2009-2n-clx:
2400       - 77  # rls2005 MRR iter env 5
2401       - 13  # rls2005 NDRPDR iter env 5
2402       - 15  # rls2005 NDRPDR iter env 5
2403       - 17  # rls2005 NDRPDR iter env 5
2404       - 18  # rls2005 NDRPDR iter env 5
2405       - 19  # rls2005 NDRPDR iter env 5
2406       - 20  # rls2005 NDRPDR iter env 5
2407       - 21  # rls2005 NDRPDR iter env 5
2408       - 22  # rls2005 NDRPDR iter env 5
2409       - 23  # rls2005 NDRPDR iter env 5
2410       - 24  # rls2005 NDRPDR iter env 5
2411       - 78  # rls2009 MRR iter env 5
2412       - 36  # rls2009 NDRPDR iter env 5
2413       - 38  # rls2009 NDRPDR iter env 5
2414       - 39  # rls2009 NDRPDR iter env 5
2415       - 40  # rls2009 NDRPDR iter env 5
2416       - 41  # rls2009 NDRPDR iter env 5
2417       - 42  # rls2009 NDRPDR iter env 5
2418       - 64  # rls2009 NDRPDR iter env 5
2419       - 65  # rls2009 NDRPDR iter env 5
2420       - 66  # rls2009 NDRPDR iter env 5
2421       - 67  # rls2009 NDRPDR iter env 5
2422       - 37  # rls2009 nf-density iter env 5
2423       - 43  # rls2009 nf-density iter env 5
2424       - 69  # rls2009 nf-density iter env 5
2425       - 70  # rls2009 nf-density iter env 5
2426       - 71  # rls2009 nf-density iter env 5
2427       - 72  # rls2009 nf-density iter env 5
2428       - 73  # rls2009 nf-density iter env 5
2429       - 74  # rls2009 nf-density iter env 5
2430       - 75  # rls2009 nf-density iter env 5
2431       - 76  # rls2009 nf-density iter env 5
2432       - 45  # rls2009 MRR nf-density iter env 5
2433       - 25  # rls2009 reconf env 5
2434       - 27  # rls2009 reconf env 5
2435       - 28  # rls2009 reconf env 5
2436       - 29  # rls2009 reconf env 5
2437       - 30  # rls2009 reconf env 5
2438       - 30  # rls2009 reconf env 5
2439       - 32  # rls2009 reconf env 5
2440       - 48  # rls2009 reconf env 5
2441       - 53  # rls2009 reconf env 5
2442       - 68  # rls2009 reconf env 5
2443       - 33  # rls2009 soak env 5
2444       - 34  # rls2009 soak env 5
2445     csit-vpp-perf-report-coverage-2009-2n-clx:
2446       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2447       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2448       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2449       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2450       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2451       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2452       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2453       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2454       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2455       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2456       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2457       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2458       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2459       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2460       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2461
2462     csit-vpp-perf-verify-2001-3n-tsh:
2463       - 9   # MRR sel
2464     csit-vpp-perf-report-iterative-2005-3n-tsh:
2465       - 23  # NDRPDR sel env 4
2466       - 25  # NDRPDR sel env 4
2467       - 33  # NDRPDR sel env 4
2468       - 34  # NDRPDR sel env 4
2469       - 35  # NDRPDR sel env 4
2470       - 36  # NDRPDR sel env 4
2471       - 37  # NDRPDR sel env 4
2472       - 38  # NDRPDR sel env 4
2473       - 39  # NDRPDR sel env 4
2474       - 40  # NDRPDR sel env 4
2475       - 28  # NDRPDR sel 2001.0-4
2476       - 29  # NDRPDR sel 2001.0-4
2477       - 31  # NDRPDR sel 2001.0-4
2478       - 27  # MRR sel env 4
2479     # TODO: Add:
2480     csit-vpp-perf-report-iterative-2009-3n-tsh:
2481       - 8   # rls2005 NDRPDR iter env 5
2482       - 11  # rls2005 NDRPDR iter env 5
2483       - 12  # rls2005 NDRPDR iter env 5
2484       - 13  # rls2005 MRR iter env 5
2485       - 14  # rls2009 NDRPDR iter env 5
2486       - 20  # rls2009 NDRPDR iter env 5
2487       - 22  # rls2009 NDRPDR iter env 5
2488       - 23  # rls2009 NDRPDR iter env 5
2489       - 15  # rls2006 MRR iter env 5
2490 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2491 #      -
2492
2493     csit-vpp-perf-verify-2001-3n-dnv:
2494       - 5   # NDRPDR sel
2495       - 6   # NDRPDR sel
2496       - 7   # NDRPDR sel
2497       - 8   # NDRPDR sel
2498       - 9   # NDRPDR sel
2499       - 10  # NDRPDR sel
2500       - 12  # NDRPDR sel
2501       - 16  # NDRPDR sel
2502       - 17  # NDRPDR sel
2503       - 18  # NDRPDR sel
2504       - 11  # MRR sel
2505     csit-vpp-perf-report-iterative-2009-3n-dnv:
2506       - 16  # rls2005 NDRPDR iter env 5
2507       - 23  # rls2005 NDRPDR iter env 5
2508       - 25  # rls2005 NDRPDR iter env 5
2509       - 26  # rls2005 NDRPDR iter env 5
2510       - 27  # rls2005 NDRPDR iter env 5
2511       - 28  # rls2005 NDRPDR iter env 5
2512       - 29  # rls2005 NDRPDR iter env 5
2513       - 30  # rls2005 NDRPDR iter env 5
2514       - 31  # rls2005 NDRPDR iter env 5
2515       - 32  # rls2005 NDRPDR iter env 5
2516       - 19  # rls2005 MRR iter env 5
2517       - 3   # rls2009 NDRPDR iter env 5
2518       - 6   # rls2009 NDRPDR iter env 5
2519       - 7   # rls2009 NDRPDR iter env 5
2520       - 8   # rls2009 NDRPDR iter env 5
2521       - 10  # rls2009 NDRPDR iter env 5
2522       - 11  # rls2009 NDRPDR iter env 5
2523       - 12  # rls2009 NDRPDR iter env 5
2524       - 14  # rls2009 NDRPDR iter env 5
2525       - 15  # rls2009 NDRPDR iter env 5
2526       - 24  # rls2009 NDRPDR iter env 5
2527       - 22  # rls2009 MRR iter env 5
2528     csit-vpp-perf-report-coverage-2009-3n-dnv:
2529       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2530       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2531       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2532       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2533       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2534       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2535       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2536       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2537       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2538
2539     csit-vpp-perf-verify-2001-2n-dnv:
2540       - 4   # NDRPDR sel
2541       - 5   # NDRPDR sel
2542       - 6   # NDRPDR sel
2543       - 7   # NDRPDR sel
2544       - 8   # NDRPDR sel
2545       - 9   # NDRPDR sel
2546       - 10  # NDRPDR sel
2547       - 11  # NDRPDR sel
2548       - 13  # NDRPDR sel
2549       - 16  # NDRPDR sel
2550       - 12  # MRR sel
2551     csit-vpp-perf-report-iterative-2009-2n-dnv:
2552       - 16  # rls2005 NDRPDR iter env 5
2553       - 17  # rls2005 NDRPDR iter env 5
2554       - 18  # rls2005 NDRPDR iter env 5
2555       - 19  # rls2005 NDRPDR iter env 5
2556       - 21  # rls2005 NDRPDR iter env 5
2557       - 24  # rls2005 NDRPDR iter env 5
2558       - 27  # rls2005 NDRPDR iter env 5
2559       - 28  # rls2005 NDRPDR iter env 5
2560       - 29  # rls2005 NDRPDR iter env 5
2561       - 30  # rls2005 NDRPDR iter env 5
2562       - 23  # rls2005 MRR iter env 5
2563       - 3   # rls2009 NDRPDR iter env 5
2564       - 5   # rls2009 NDRPDR iter env 5
2565       - 6   # rls2009 NDRPDR iter env 5
2566       - 7   # rls2009 NDRPDR iter env 5
2567       - 9   # rls2009 NDRPDR iter env 5
2568       - 10  # rls2009 NDRPDR iter env 5
2569       - 11  # rls2009 NDRPDR iter env 5
2570       - 12  # rls2009 NDRPDR iter env 5
2571       - 14  # rls2009 NDRPDR iter env 5
2572       - 15  # rls2009 NDRPDR iter env 5
2573       - 13  # rls2009 MRR iter env 5
2574     csit-vpp-perf-report-coverage-2009-2n-dnv:
2575       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2576       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2577       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2578       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2579       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2580       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2581
2582     csit-dpdk-perf-verify-2001-3n-hsw:
2583       - 4   # NDRPDR sel
2584       - 5   # NDRPDR sel
2585       - 6   # NDRPDR sel
2586       - 7   # NDRPDR sel
2587       - 8   # NDRPDR sel
2588       - 9   # NDRPDR sel
2589       - 10  # NDRPDR sel
2590       - 11  # NDRPDR sel
2591       - 12  # NDRPDR sel
2592       - 13  # NDRPDR sel
2593       - 15  # NDRPDR sel
2594       - 16  # NDRPDR sel
2595       - 17  # NDRPDR sel
2596       - 18  # NDRPDR sel
2597       - 19  # NDRPDR sel
2598       - 20  # NDRPDR sel
2599       - 21  # NDRPDR sel
2600       - 22  # NDRPDR sel
2601       - 23  # NDRPDR sel
2602       - 24  # NDRPDR sel
2603     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2604       - 25  # NDRPDR iter
2605       - 26  # NDRPDR iter
2606       - 27  # NDRPDR iter
2607       - 28  # NDRPDR iter
2608       - 29  # NDRPDR iter
2609       - 30  # NDRPDR iter
2610       - 31  # NDRPDR iter
2611       - 32  # NDRPDR iter
2612       - 33  # NDRPDR iter
2613       - 34  # NDRPDR iter
2614     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2615       - 6   # NDRPDR iter env5
2616       - 7   # NDRPDR iter env5
2617       - 8   # NDRPDR iter env5
2618       - 9   # NDRPDR iter env5
2619       - 10  # NDRPDR iter env5
2620       - 11  # NDRPDR iter env5
2621       - 12  # NDRPDR iter env5
2622       - 13  # NDRPDR iter env5
2623       - 14  # NDRPDR iter env5
2624       - 15  # NDRPDR iter env5
2625
2626     csit-dpdk-perf-verify-2001-3n-skx:
2627       - 29  # NDRPDR sel xxv710
2628       - 33  # NDRPDR sel xxv710
2629       - 34  # NDRPDR sel xxv710
2630       - 35  # NDRPDR sel xxv710
2631       - 36  # NDRPDR sel xxv710
2632       - 37  # NDRPDR sel xxv710
2633       - 41  # NDRPDR sel xxv710
2634       - 42  # NDRPDR sel xxv710
2635       - 43  # NDRPDR sel xxv710
2636       - 45  # NDRPDR sel xxv710
2637       - 30  # NDRPDR sel x710
2638       - 31  # NDRPDR sel x710
2639       - 32  # NDRPDR sel x710
2640       - 38  # NDRPDR sel x710
2641       - 39  # NDRPDR sel x710
2642       - 40  # NDRPDR sel x710
2643       - 44  # NDRPDR sel x710
2644       - 46  # NDRPDR sel x710
2645       - 47  # NDRPDR sel x710
2646       - 48  # NDRPDR sel x710
2647     csit-dpdk-perf-report-iterative-2005-3n-skx:
2648       - 28  # NDRPDR iter
2649       - 29  # NDRPDR iter
2650       - 30  # NDRPDR iter
2651       - 31  # NDRPDR iter
2652       - 32  # NDRPDR iter
2653       - 33  # NDRPDR iter
2654       - 34  # NDRPDR iter
2655       - 35  # NDRPDR iter
2656       - 36  # NDRPDR iter
2657       - 37  # NDRPDR iter
2658     csit-dpdk-perf-report-iterative-2009-3n-skx:
2659       - 4   # NDRPDR sel env5
2660       - 5   # NDRPDR sel env5
2661       - 6   # NDRPDR sel env5
2662       - 7   # NDRPDR sel env5
2663       - 8   # NDRPDR sel env5
2664       - 9   # NDRPDR sel env5
2665       - 14  # NDRPDR sel env5
2666       - 11  # NDRPDR sel env5
2667       - 12  # NDRPDR sel env5
2668       - 13  # NDRPDR sel env5
2669
2670     csit-dpdk-perf-verify-2001-2n-skx:
2671       - 35  # NDRPDR sel xxv710
2672       - 36  # NDRPDR sel xxv710
2673       - 37  # NDRPDR sel xxv710
2674       - 41  # NDRPDR sel xxv710
2675       - 42  # NDRPDR sel xxv710
2676       - 43  # NDRPDR sel xxv710
2677       - 46  # NDRPDR sel xxv710
2678       - 47  # NDRPDR sel xxv710
2679       - 52  # NDRPDR sel xxv710
2680       - 53  # NDRPDR sel xxv710
2681       - 38  # NDRPDR sel x710
2682       - 39  # NDRPDR sel x710
2683       - 40  # NDRPDR sel x710
2684       - 44  # NDRPDR sel x710
2685       - 45  # NDRPDR sel x710
2686       - 48  # NDRPDR sel x710
2687       - 49  # NDRPDR sel x710
2688       - 50  # NDRPDR sel x710
2689       - 51  # NDRPDR sel x710
2690       - 54  # NDRPDR sel x710
2691     csit-dpdk-perf-report-iterative-2005-2n-skx:
2692       - 20  # NDRPDR iter
2693       - 21  # NDRPDR iter
2694       - 22  # NDRPDR iter
2695       - 23  # NDRPDR iter
2696       - 24  # NDRPDR iter
2697       - 25  # NDRPDR iter
2698       - 26  # NDRPDR iter
2699       - 27  # NDRPDR iter
2700       - 28  # NDRPDR iter
2701       - 29  # NDRPDR iter
2702     csit-dpdk-perf-report-iterative-2009-2n-skx:
2703       - 4   # NDRPDR iter env5
2704       - 5   # NDRPDR iter env5
2705       - 6   # NDRPDR iter env5
2706       - 7   # NDRPDR iter env5
2707       - 8   # NDRPDR iter env5
2708       - 9   # NDRPDR iter env5
2709       - 10  # NDRPDR iter env5
2710       - 11  # NDRPDR iter env5
2711       - 12  # NDRPDR iter env5
2712       - 13  # NDRPDR iter env5
2713
2714     csit-dpdk-perf-verify-2001-2n-clx:
2715       - 15  # NDRPDR sel
2716       - 16  # NDRPDR sel
2717       - 17  # NDRPDR sel
2718       - 18  # NDRPDR sel
2719       - 19  # NDRPDR sel
2720       - 20  # NDRPDR sel
2721       - 21  # NDRPDR sel
2722       - 22  # NDRPDR sel
2723       - 23  # NDRPDR sel
2724       - 24  # NDRPDR sel
2725       - 25  # NDRPDR sel
2726       - 26  # NDRPDR sel
2727       - 27  # NDRPDR sel
2728       - 28  # NDRPDR sel
2729       - 29  # NDRPDR sel
2730       - 30  # NDRPDR sel
2731       - 31  # NDRPDR sel
2732       - 32  # NDRPDR sel
2733       - 33  # NDRPDR sel
2734       - 34  # NDRPDR sel
2735     csit-dpdk-perf-report-iterative-2005-2n-clx:
2736       - 20  # NDRPDR iter
2737       - 21  # NDRPDR iter
2738       - 22  # NDRPDR iter
2739       - 23  # NDRPDR iter
2740       - 24  # NDRPDR iter
2741       - 25  # NDRPDR iter
2742       - 26  # NDRPDR iter
2743       - 27  # NDRPDR iter
2744       - 28  # NDRPDR iter
2745       - 29  # NDRPDR iter
2746     csit-dpdk-perf-report-iterative-2009-2n-clx:
2747       - 4   # NDRPDR iter env5
2748       - 5   # NDRPDR iter env5
2749       - 6   # NDRPDR iter env5
2750       - 7   # NDRPDR iter env5
2751       - 8   # NDRPDR iter env5
2752       - 9   # NDRPDR iter env5
2753       - 10  # NDRPDR iter env5
2754       - 11  # NDRPDR iter env5
2755       - 12  # NDRPDR iter env5
2756       - 13  # NDRPDR iter env5
2757
2758 #    csit-dpdk-perf-verify-2001-2n-dnv:
2759 #      - 9   # NDRPDR sel
2760 #      - 10  # NDRPDR sel
2761 #      - 11  # NDRPDR sel
2762 #      - 12  # NDRPDR sel
2763 #      - 13  # NDRPDR sel
2764 #      - 14  # NDRPDR sel
2765 #      - 15  # NDRPDR sel
2766 #      - 16  # NDRPDR sel
2767 #      - 17  # NDRPDR sel
2768 #      - 18  # NDRPDR sel
2769 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2770 #      # No data
2771 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2772 #      # No data
2773
2774 #    csit-dpdk-perf-verify-2001-3n-dnv:
2775 #      - 12  # NDRPDR sel
2776 #      - 13  # NDRPDR sel
2777 #      - 14  # NDRPDR sel
2778 #      - 15  # NDRPDR sel
2779 #      - 16  # NDRPDR sel
2780 #      - 17  # NDRPDR sel
2781 #      - 18  # NDRPDR sel
2782 #      - 19  # NDRPDR sel
2783 #      - 20  # NDRPDR sel
2784 #      - 22  # NDRPDR sel
2785 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2786 #      # No data
2787 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2788 #      # No data
2789
2790     csit-dpdk-perf-verify-2001-3n-tsh:
2791       - 3   # NDRPDR sel
2792       - 4   # NDRPDR sel
2793       - 5   # NDRPDR sel
2794       - 9   # NDRPDR sel
2795       - 10  # NDRPDR sel
2796       - 11  # NDRPDR sel
2797       - 12  # NDRPDR sel
2798       - 14  # NDRPDR sel
2799       - 15  # NDRPDR sel
2800       - 18  # NDRPDR sel
2801     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2802       - 5   # NDRPDR sel
2803     # TODO: Add:
2804     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2805       - 1   # NDRPDR iter env5
2806       - 2   # NDRPDR iter env5
2807       - 3   # NDRPDR iter env5
2808       - 4   # NDRPDR iter env5
2809       - 5   # NDRPDR iter env5
2810       - 6   # NDRPDR iter env5
2811       - 7   # NDRPDR iter env5
2812       - 9   # NDRPDR iter env5
2813       - 10  # NDRPDR iter env5
2814
2815     csit-vpp-device-2009-ubuntu1804-1n-skx:
2816       - 131 # rls2009 env 5
2817
2818 - type: "output"
2819   output: "report"
2820   format:
2821     html:
2822     - full
2823     pdf:
2824     - minimal
2825
2826 ################################################################################
2827 ###                               T A B L E S                                ###
2828 ################################################################################
2829
2830 # VPP Soak vs NDR - 2n-skx
2831 - type: "table"
2832   title: "VPP Soak vs NDR 2n-skx"
2833   algorithm: "table_soak_vs_ndr"
2834   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2835   reference:
2836     title: "NDR"
2837     data: "vpp-soak-vs-ndr-2n-skx-ref"
2838   compare:
2839     title: "Soak"
2840     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2841   data: "vpp-soak-vs-ndr-2n-skx"
2842   include-tests: "NDR"
2843   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2844   parameters:
2845     - "throughput"
2846     - "name"
2847     - "parent"
2848
2849 # VPP Soak vs NDR - 2n-clx
2850 - type: "table"
2851   title: "VPP Soak vs NDR 2n-clx"
2852   algorithm: "table_soak_vs_ndr"
2853   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2854   reference:
2855     title: "NDR"
2856     data: "vpp-soak-vs-ndr-2n-clx-ref"
2857   compare:
2858     title: "Soak"
2859     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2860   data: "vpp-soak-vs-ndr-2n-clx"
2861   include-tests: "NDR"
2862   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2863   parameters:
2864     - "throughput"
2865     - "name"
2866     - "parent"
2867
2868 ################################################################################
2869
2870 # VPP Compare NICs 3n-skx 2t1c ndr
2871 - type: "table"
2872   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2873   algorithm: "table_comparison"
2874   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2876   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2877   columns:
2878     - title: "x710"
2879       data-set: "vpp-nic-comparison-3n-skx"
2880       tag: "NIC_Intel-X710"
2881     - title: "xxv710"
2882       data-set: "vpp-nic-comparison-3n-skx"
2883       tag: "NIC_Intel-XXV710"
2884   comparisons:
2885     - title: "Diff"
2886       reference: 1
2887       compare: 2
2888   legend:
2889     - ""
2890     - "x710, xxv710 - NICs tested."
2891     - "Diff - difference between x710 and xxv710 NIC."
2892
2893 # VPP Compare NICs 3n-skx 4t2c ndr
2894 - type: "table"
2895   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2896   algorithm: "table_comparison"
2897   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2899   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2900   columns:
2901     - title: "x710"
2902       data-set: "vpp-nic-comparison-3n-skx"
2903       tag: "NIC_Intel-X710"
2904     - title: "xxv710"
2905       data-set: "vpp-nic-comparison-3n-skx"
2906       tag: "NIC_Intel-XXV710"
2907   comparisons:
2908     - title: "Diff"
2909       reference: 1
2910       compare: 2
2911   legend:
2912     - ""
2913     - "x710, xxv710 - NICs tested."
2914     - "Diff - difference between x710 and xxv710 NIC."
2915
2916 # VPP Compare NICs 3n-skx 2t1c pdr
2917 - type: "table"
2918   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2919   algorithm: "table_comparison"
2920   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2921   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2922   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2923   columns:
2924     - title: "x710"
2925       data-set: "vpp-nic-comparison-3n-skx"
2926       tag: "NIC_Intel-X710"
2927     - title: "xxv710"
2928       data-set: "vpp-nic-comparison-3n-skx"
2929       tag: "NIC_Intel-XXV710"
2930   comparisons:
2931     - title: "Diff"
2932       reference: 1
2933       compare: 2
2934   legend:
2935     - ""
2936     - "x710, xxv710 - NICs tested."
2937     - "Diff - difference between x710 and xxv710 NIC."
2938
2939 # VPP Compare NICs 3n-skx 4t2c pdr
2940 - type: "table"
2941   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2942   algorithm: "table_comparison"
2943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2944   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2945   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2946   columns:
2947     - title: "x710"
2948       data-set: "vpp-nic-comparison-3n-skx"
2949       tag: "NIC_Intel-X710"
2950     - title: "xxv710"
2951       data-set: "vpp-nic-comparison-3n-skx"
2952       tag: "NIC_Intel-XXV710"
2953   comparisons:
2954     - title: "Diff"
2955       reference: 1
2956       compare: 2
2957   legend:
2958     - ""
2959     - "x710, xxv710 - NICs tested."
2960     - "Diff - difference between x710 and xxv710 NIC."
2961
2962 # VPP Compare NICs 3n-skx 2t1c mrr
2963 - type: "table"
2964   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2965   algorithm: "table_comparison"
2966   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2967   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2968   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2969   columns:
2970     - title: "x710"
2971       data-set: "vpp-nic-comparison-3n-skx-mrr"
2972       tag: "NIC_Intel-X710"
2973     - title: "xxv710"
2974       data-set: "vpp-nic-comparison-3n-skx-mrr"
2975       tag: "NIC_Intel-XXV710"
2976   comparisons:
2977     - title: "Diff"
2978       reference: 1
2979       compare: 2
2980   legend:
2981     - ""
2982     - "x710, xxv710 - NICs tested."
2983     - "Diff - difference between x710 and xxv710 NIC."
2984
2985 # VPP Compare NICs 3n-skx 4t2c mrr
2986 - type: "table"
2987   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2988   algorithm: "table_comparison"
2989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2990   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2991   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2992   columns:
2993     - title: "x710"
2994       data-set: "vpp-nic-comparison-3n-skx-mrr"
2995       tag: "NIC_Intel-X710"
2996     - title: "xxv710"
2997       data-set: "vpp-nic-comparison-3n-skx-mrr"
2998       tag: "NIC_Intel-XXV710"
2999   comparisons:
3000     - title: "Diff"
3001       reference: 1
3002       compare: 2
3003   legend:
3004     - ""
3005     - "x710, xxv710 - NICs tested."
3006     - "Diff - difference between x710 and xxv710 NIC."
3007
3008 # VPP Compare NICs 3n-skx 8t4c mrr
3009 - type: "table"
3010   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3011   algorithm: "table_comparison"
3012   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3014   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3015   columns:
3016     - title: "x710"
3017       data-set: "vpp-nic-comparison-3n-skx-mrr"
3018       tag: "NIC_Intel-X710"
3019     - title: "xxv710"
3020       data-set: "vpp-nic-comparison-3n-skx-mrr"
3021       tag: "NIC_Intel-XXV710"
3022   comparisons:
3023     - title: "Diff"
3024       reference: 1
3025       compare: 2
3026   legend:
3027     - ""
3028     - "x710, xxv710 - NICs tested."
3029     - "Diff - difference between x710 and xxv710 NIC."
3030
3031 # VPP Compare NICs 2n-skx 2t1c ndr
3032 - type: "table"
3033   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3034   algorithm: "table_comparison"
3035   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3037   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3038   columns:
3039     - title: "x710"
3040       data-set: "vpp-nic-comparison-2n-skx"
3041       tag: "NIC_Intel-X710"
3042     - title: "xxv710"
3043       data-set: "vpp-nic-comparison-2n-skx"
3044       tag: "NIC_Intel-XXV710"
3045   comparisons:
3046     - title: "Diff"
3047       reference: 1
3048       compare: 2
3049   legend:
3050     - ""
3051     - "x710, xxv710 - NICs tested."
3052     - "Diff - difference between x710 and xxv710 NIC."
3053
3054 # VPP Compare NICs 2n-skx 4t2c ndr
3055 - type: "table"
3056   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3057   algorithm: "table_comparison"
3058   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3060   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3061   columns:
3062     - title: "x710"
3063       data-set: "vpp-nic-comparison-2n-skx"
3064       tag: "NIC_Intel-X710"
3065     - title: "xxv710"
3066       data-set: "vpp-nic-comparison-2n-skx"
3067       tag: "NIC_Intel-XXV710"
3068   comparisons:
3069     - title: "Diff"
3070       reference: 1
3071       compare: 2
3072   legend:
3073     - ""
3074     - "x710, xxv710 - NICs tested."
3075     - "Diff - difference between x710 and xxv710 NIC."
3076
3077 # VPP Compare NICs 2n-skx 2t1c pdr
3078 - type: "table"
3079   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3080   algorithm: "table_comparison"
3081   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3082   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3083   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3084   columns:
3085     - title: "x710"
3086       data-set: "vpp-nic-comparison-2n-skx"
3087       tag: "NIC_Intel-X710"
3088     - title: "xxv710"
3089       data-set: "vpp-nic-comparison-2n-skx"
3090       tag: "NIC_Intel-XXV710"
3091   comparisons:
3092     - title: "Diff"
3093       reference: 1
3094       compare: 2
3095   legend:
3096     - ""
3097     - "x710, xxv710 - NICs tested."
3098     - "Diff - difference between x710 and xxv710 NIC."
3099
3100 # VPP Compare NICs 2n-skx 4t2c pdr
3101 - type: "table"
3102   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3103   algorithm: "table_comparison"
3104   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3105   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3106   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3107   columns:
3108     - title: "x710"
3109       data-set: "vpp-nic-comparison-2n-skx"
3110       tag: "NIC_Intel-X710"
3111     - title: "xxv710"
3112       data-set: "vpp-nic-comparison-2n-skx"
3113       tag: "NIC_Intel-XXV710"
3114   comparisons:
3115     - title: "Diff"
3116       reference: 1
3117       compare: 2
3118   legend:
3119     - ""
3120     - "x710, xxv710 - NICs tested."
3121     - "Diff - difference between x710 and xxv710 NIC."
3122
3123 # VPP Compare NICs 2n-skx 2t1c mrr
3124 - type: "table"
3125   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3126   algorithm: "table_comparison"
3127   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3128   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3129   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3130   columns:
3131     - title: "x710"
3132       data-set: "vpp-nic-comparison-2n-skx-mrr"
3133       tag: "NIC_Intel-X710"
3134     - title: "xxv710"
3135       data-set: "vpp-nic-comparison-2n-skx-mrr"
3136       tag: "NIC_Intel-XXV710"
3137   comparisons:
3138     - title: "Diff"
3139       reference: 1
3140       compare: 2
3141   legend:
3142     - ""
3143     - "x710, xxv710 - NICs tested."
3144     - "Diff - difference between x710 and xxv710 NIC."
3145
3146 # VPP Compare NICs 2n-skx 4t2c mrr
3147 - type: "table"
3148   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3149   algorithm: "table_comparison"
3150   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3152   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3153   columns:
3154     - title: "x710"
3155       data-set: "vpp-nic-comparison-2n-skx-mrr"
3156       tag: "NIC_Intel-X710"
3157     - title: "xxv710"
3158       data-set: "vpp-nic-comparison-2n-skx-mrr"
3159       tag: "NIC_Intel-XXV710"
3160   comparisons:
3161     - title: "Diff"
3162       reference: 1
3163       compare: 2
3164   legend:
3165     - ""
3166     - "x710, xxv710 - NICs tested."
3167     - "Diff - difference between x710 and xxv710 NIC."
3168
3169 # VPP Compare NICs 2n-skx 8t4c mrr
3170 - type: "table"
3171   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3172   algorithm: "table_comparison"
3173   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3175   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3176   columns:
3177     - title: "x710"
3178       data-set: "vpp-nic-comparison-2n-skx-mrr"
3179       tag: "NIC_Intel-X710"
3180     - title: "xxv710"
3181       data-set: "vpp-nic-comparison-2n-skx-mrr"
3182       tag: "NIC_Intel-XXV710"
3183   comparisons:
3184     - title: "Diff"
3185       reference: 1
3186       compare: 2
3187   legend:
3188     - ""
3189     - "x710, xxv710 - NICs tested."
3190     - "Diff - difference between x710 and xxv710 NIC."
3191
3192 ################################################################################
3193 # VPP
3194
3195 # VPP Performance Changes 3n-hsw 1t1c pdr
3196 - type: "table"
3197   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3198   algorithm: "table_comparison"
3199   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3201   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3202   columns:
3203     - title: "2001.0-4"
3204       data-set: "vpp-performance-changes-3n-hsw-h1"
3205     - title: "2005.0-4"
3206       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3207     - title: "2005.0-5"
3208       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3209     - title: "2009.0-5"
3210       data-set: "vpp-performance-changes-3n-hsw-cmp"
3211   comparisons:
3212     - title: "2005.0-5 vs 2005.0-4"
3213       reference: 2
3214       compare: 3
3215 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3216     - title: "2009.0-5 vs 2005.0-5"
3217       reference: 3
3218       compare: 4
3219 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3220   legend:
3221     - ''
3222     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3223     - '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).'
3224     - '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.'
3225     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3226     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3227
3228 # VPP Performance Changes 3n-hsw 2t2c pdr
3229 - type: "table"
3230   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3231   algorithm: "table_comparison"
3232   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3234   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3235   columns:
3236     - title: "2001.0-4"
3237       data-set: "vpp-performance-changes-3n-hsw-h1"
3238     - title: "2005.0-4"
3239       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3240     - title: "2005.0-5"
3241       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3242     - title: "2009.0-5"
3243       data-set: "vpp-performance-changes-3n-hsw-cmp"
3244   comparisons:
3245     - title: "2005.0-5 vs 2005.0-4"
3246       reference: 2
3247       compare: 3
3248 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3249     - title: "2009.0-5 vs 2005.0-5"
3250       reference: 3
3251       compare: 4
3252 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3253   legend:
3254     - ''
3255     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3256     - '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).'
3257     - '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.'
3258     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3259     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3260
3261 # VPP Performance Changes 3n-hsw 1t1c ndr
3262 - type: "table"
3263   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3264   algorithm: "table_comparison"
3265   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3266   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3267   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3268   columns:
3269     - title: "2001.0-4"
3270       data-set: "vpp-performance-changes-3n-hsw-h1"
3271     - title: "2005.0-4"
3272       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3273     - title: "2005.0-5"
3274       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3275     - title: "2009.0-5"
3276       data-set: "vpp-performance-changes-3n-hsw-cmp"
3277   comparisons:
3278     - title: "2005.0-5 vs 2005.0-4"
3279       reference: 2
3280       compare: 3
3281 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3282     - title: "2009.0-5 vs 2005.0-5"
3283       reference: 3
3284       compare: 4
3285 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3286   legend:
3287     - ''
3288     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3289     - '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).'
3290     - '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.'
3291     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3292     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3293
3294 # VPP Performance Changes 3n-hsw 2t2c ndr
3295 - type: "table"
3296   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3297   algorithm: "table_comparison"
3298   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3299   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3300   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3301   columns:
3302     - title: "2001.0-4"
3303       data-set: "vpp-performance-changes-3n-hsw-h1"
3304     - title: "2005.0-4"
3305       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3306     - title: "2005.0-5"
3307       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3308     - title: "2009.0-5"
3309       data-set: "vpp-performance-changes-3n-hsw-cmp"
3310   comparisons:
3311     - title: "2005.0-5 vs 2005.0-4"
3312       reference: 2
3313       compare: 3
3314 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3315     - title: "2009.0-5 vs 2005.0-5"
3316       reference: 3
3317       compare: 4
3318 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3319   legend:
3320     - ''
3321     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3322     - '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).'
3323     - '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.'
3324     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3325     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3326
3327 # VPP Performance Changes 3n-skx 2t1c pdr
3328 - type: "table"
3329   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3330   algorithm: "table_comparison"
3331   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3332   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3333   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3334   columns:
3335     - title: "2001.0-4"
3336       data-set: "vpp-performance-changes-3n-skx-h1"
3337     - title: "2005.0-4"
3338       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3339     - title: "2005.0-5"
3340       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3341     - title: "2009.0-5"
3342       data-set: "vpp-performance-changes-3n-skx-cmp"
3343   comparisons:
3344     - title: "2005.0-5 vs 2005.0-4"
3345       reference: 2
3346       compare: 3
3347 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3348     - title: "2009.0-5 vs 2005.0-5"
3349       reference: 3
3350       compare: 4
3351 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3352   legend:
3353     - ''
3354     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3355     - '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).'
3356     - '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.'
3357     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3358     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3359
3360 # VPP Performance Changes 3n-skx 4t2c pdr
3361 - type: "table"
3362   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3363   algorithm: "table_comparison"
3364   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3366   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3367   columns:
3368     - title: "2001.0-4"
3369       data-set: "vpp-performance-changes-3n-skx-h1"
3370     - title: "2005.0-4"
3371       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3372     - title: "2005.0-5"
3373       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3374     - title: "2009.0-5"
3375       data-set: "vpp-performance-changes-3n-skx-cmp"
3376   comparisons:
3377     - title: "2005.0-5 vs 2005.0-4"
3378       reference: 2
3379       compare: 3
3380 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3381     - title: "2009.0-5 vs 2005.0-5"
3382       reference: 3
3383       compare: 4
3384 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3385   legend:
3386     - ''
3387     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3388     - '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).'
3389     - '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.'
3390     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3391     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3392
3393 # VPP Performance Changes 3n-skx 2t1c ndr
3394 - type: "table"
3395   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3396   algorithm: "table_comparison"
3397   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3399   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3400   columns:
3401     - title: "2001.0-4"
3402       data-set: "vpp-performance-changes-3n-skx-h1"
3403     - title: "2005.0-4"
3404       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3405     - title: "2005.0-5"
3406       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3407     - title: "2009.0-5"
3408       data-set: "vpp-performance-changes-3n-skx-cmp"
3409   comparisons:
3410     - title: "2005.0-5 vs 2005.0-4"
3411       reference: 2
3412       compare: 3
3413 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3414     - title: "2009.0-5 vs 2005.0-5"
3415       reference: 3
3416       compare: 4
3417 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3418   legend:
3419     - ''
3420     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3421     - '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).'
3422     - '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.'
3423     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3424     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3425
3426 # VPP Performance Changes 3n-skx 4t2c ndr
3427 - type: "table"
3428   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3429   algorithm: "table_comparison"
3430   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3431   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3432   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3433   columns:
3434     - title: "2001.0-4"
3435       data-set: "vpp-performance-changes-3n-skx-h1"
3436     - title: "2005.0-4"
3437       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3438     - title: "2005.0-5"
3439       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3440     - title: "2009.0-5"
3441       data-set: "vpp-performance-changes-3n-skx-cmp"
3442   comparisons:
3443     - title: "2005.0-5 vs 2005.0-4"
3444       reference: 2
3445       compare: 3
3446 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3447     - title: "2009.0-5 vs 2005.0-5"
3448       reference: 3
3449       compare: 4
3450 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3451   legend:
3452     - ''
3453     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3454     - '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).'
3455     - '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.'
3456     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3457     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3458
3459 # VPP Performance Changes 2n-skx 2t1c pdr
3460 - type: "table"
3461   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3462   algorithm: "table_comparison"
3463   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3465   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3466   columns:
3467     - title: "2001.0-4"
3468       data-set: "vpp-performance-changes-2n-skx-h1"
3469     - title: "2005.0-4"
3470       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3471     - title: "2005.0-5"
3472       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3473     - title: "2009.0-5"
3474       data-set: "vpp-performance-changes-2n-skx-cmp"
3475   comparisons:
3476     - title: "2005.0-5 vs 2005.0-4"
3477       reference: 2
3478       compare: 3
3479 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3480     - title: "2009.0-5 vs 2005.0-5"
3481       reference: 3
3482       compare: 4
3483 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3484   legend:
3485     - ''
3486     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3487     - '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).'
3488     - '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.'
3489     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3490     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3491
3492 # VPP Performance Changes 2n-skx 4t2c pdr
3493 - type: "table"
3494   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3495   algorithm: "table_comparison"
3496   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3498   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3499   columns:
3500     - title: "2001.0-4"
3501       data-set: "vpp-performance-changes-2n-skx-h1"
3502     - title: "2005.0-4"
3503       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3504     - title: "2005.0-5"
3505       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3506     - title: "2009.0-5"
3507       data-set: "vpp-performance-changes-2n-skx-cmp"
3508   comparisons:
3509     - title: "2005.0-5 vs 2005.0-4"
3510       reference: 2
3511       compare: 3
3512 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3513     - title: "2009.0-5 vs 2005.0-5"
3514       reference: 3
3515       compare: 4
3516 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3517   legend:
3518     - ''
3519     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3520     - '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).'
3521     - '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.'
3522     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3523     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3524
3525 # VPP Performance Changes 2n-skx 2t1c ndr
3526 - type: "table"
3527   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3528   algorithm: "table_comparison"
3529   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3531   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3532   columns:
3533     - title: "2001.0-4"
3534       data-set: "vpp-performance-changes-2n-skx-h1"
3535     - title: "2005.0-4"
3536       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3537     - title: "2005.0-5"
3538       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3539     - title: "2009.0-5"
3540       data-set: "vpp-performance-changes-2n-skx-cmp"
3541   comparisons:
3542     - title: "2005.0-5 vs 2005.0-4"
3543       reference: 2
3544       compare: 3
3545 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3546     - title: "2009.0-5 vs 2005.0-5"
3547       reference: 3
3548       compare: 4
3549 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3550   legend:
3551     - ''
3552     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3553     - '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).'
3554     - '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.'
3555     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3556     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3557
3558 # VPP Performance Changes 2n-skx 4t2c ndr
3559 - type: "table"
3560   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3561   algorithm: "table_comparison"
3562   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3563   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3564   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3565   columns:
3566     - title: "2001.0-4"
3567       data-set: "vpp-performance-changes-2n-skx-h1"
3568     - title: "2005.0-4"
3569       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3570     - title: "2005.0-5"
3571       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3572     - title: "2009.0-5"
3573       data-set: "vpp-performance-changes-2n-skx-cmp"
3574   comparisons:
3575     - title: "2005.0-5 vs 2005.0-4"
3576       reference: 2
3577       compare: 3
3578 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3579     - title: "2009.0-5 vs 2005.0-5"
3580       reference: 3
3581       compare: 4
3582 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3583   legend:
3584     - ''
3585     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3586     - '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).'
3587     - '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.'
3588     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3589     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3590
3591 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3592 - type: "table"
3593   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3594   algorithm: "table_comparison"
3595   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3596   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3597   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3598   columns:
3599     - title: "2001.0-4"
3600       data-set: "vpp-performance-changes-2n-clx-h1"
3601     - title: "2005.0-4"
3602       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3603     - title: "2005.0-5"
3604       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3605     - title: "2009.0-5"
3606       data-set: "vpp-performance-changes-2n-clx-cmp"
3607   comparisons:
3608     - title: "2005.0-5 vs 2005.0-4"
3609       reference: 2
3610       compare: 3
3611 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3612     - title: "2009.0-5 vs 2005.0-5"
3613       reference: 3
3614       compare: 4
3615 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3616   legend:
3617     - ''
3618     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3619     - '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).'
3620     - '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.'
3621     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3622     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3623
3624 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3625 - type: "table"
3626   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3627   algorithm: "table_comparison"
3628   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3629   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3630   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3631   columns:
3632     - title: "2001.0-4"
3633       data-set: "vpp-performance-changes-2n-clx-h1"
3634     - title: "2005.0-4"
3635       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3636     - title: "2005.0-5"
3637       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3638     - title: "2009.0-5"
3639       data-set: "vpp-performance-changes-2n-clx-cmp"
3640   comparisons:
3641     - title: "2005.0-5 vs 2005.0-4"
3642       reference: 2
3643       compare: 3
3644 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3645     - title: "2009.0-5 vs 2005.0-5"
3646       reference: 3
3647       compare: 4
3648 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3649   legend:
3650     - ''
3651     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3652     - '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).'
3653     - '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.'
3654     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3655     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3656
3657 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3658 - type: "table"
3659   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3660   algorithm: "table_comparison"
3661   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3663   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3664   columns:
3665     - title: "2001.0-4"
3666       data-set: "vpp-performance-changes-2n-clx-h1"
3667     - title: "2005.0-4"
3668       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3669     - title: "2005.0-5"
3670       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3671     - title: "2009.0-5"
3672       data-set: "vpp-performance-changes-2n-clx-cmp"
3673   comparisons:
3674     - title: "2005.0-5 vs 2005.0-4"
3675       reference: 2
3676       compare: 3
3677 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3678     - title: "2009.0-5 vs 2005.0-5"
3679       reference: 3
3680       compare: 4
3681 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3682   legend:
3683     - ''
3684     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3685     - '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).'
3686     - '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.'
3687     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3688     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3689
3690 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3691 - type: "table"
3692   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3693   algorithm: "table_comparison"
3694   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3696   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3697   columns:
3698     - title: "2001.0-4"
3699       data-set: "vpp-performance-changes-2n-clx-h1"
3700     - title: "2005.0-4"
3701       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3702     - title: "2005.0-5"
3703       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3704     - title: "2009.0-5"
3705       data-set: "vpp-performance-changes-2n-clx-cmp"
3706   comparisons:
3707     - title: "2005.0-5 vs 2005.0-4"
3708       reference: 2
3709       compare: 3
3710 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3711     - title: "2009.0-5 vs 2005.0-5"
3712       reference: 3
3713       compare: 4
3714 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3715   legend:
3716     - ''
3717     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3718     - '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).'
3719     - '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.'
3720     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3721     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3722
3723 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3724 #- type: "table"
3725 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3726 #  algorithm: "table_comparison"
3727 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3728 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3729 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3730 #  columns:
3731 #    - title: "2001.0-2"
3732 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3733 #    - title: "2005.0-3"
3734 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3735 #  comparisons:
3736 #    - title: "Diff"
3737 #      reference: 1
3738 #      compare: 2
3739 #  legend:
3740 #    - ''
3741 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3742 #    - '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).'
3743 #    - '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.'
3744 #    - '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.'
3745 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3746 #
3747 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3748 #- type: "table"
3749 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3750 #  algorithm: "table_comparison"
3751 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3752 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3753 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3754 #  columns:
3755 #    - title: "2001.0-2"
3756 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3757 #    - title: "2005.0-3"
3758 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3759 #  comparisons:
3760 #    - title: "Diff"
3761 #      reference: 1
3762 #      compare: 2
3763 #  legend:
3764 #    - ''
3765 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3766 #    - '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).'
3767 #    - '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.'
3768 #    - '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.'
3769 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3770 #
3771 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3772 #- type: "table"
3773 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3774 #  algorithm: "table_comparison"
3775 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3776 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3777 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3778 #  columns:
3779 #    - title: "2001.0-2"
3780 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3781 #    - title: "2005.0-3"
3782 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3783 #  comparisons:
3784 #    - title: "Diff"
3785 #      reference: 1
3786 #      compare: 2
3787 #  legend:
3788 #    - ''
3789 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3790 #    - '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).'
3791 #    - '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.'
3792 #    - '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.'
3793 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3794 #
3795 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3796 #- type: "table"
3797 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3798 #  algorithm: "table_comparison"
3799 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3800 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3801 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3802 #  columns:
3803 #    - title: "2001.0-2"
3804 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3805 #    - title: "2005.0-3"
3806 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3807 #  comparisons:
3808 #    - title: "Diff"
3809 #      reference: 1
3810 #      compare: 2
3811 #  legend:
3812 #    - ''
3813 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3814 #    - '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).'
3815 #    - '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.'
3816 #    - '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.'
3817 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3818
3819 # VPP Performance Changes 2n-dnv 1t1c pdr
3820 - type: "table"
3821   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3822   algorithm: "table_comparison"
3823   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3825   filter: "'1T1C'"
3826   columns:
3827     - title: "2001.0-2"
3828       data-set: "vpp-performance-changes-2n-dnv-h1"
3829     - title: "2005.0-5"
3830       data-set: "vpp-performance-changes-2n-dnv-ref"
3831     - title: "2009.0-5"
3832       data-set: "vpp-performance-changes-2n-dnv-cmp"
3833   comparisons:
3834     - title: "2009.0-5 vs 2005.0-5"
3835       reference: 2
3836       compare: 3
3837   legend:
3838     - ''
3839     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3840     - '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).'
3841     - '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.'
3842     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3843
3844 # VPP Performance Changes 2n-dnv 2t2c pdr
3845 - type: "table"
3846   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3847   algorithm: "table_comparison"
3848   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3850   filter: "'2T2C'"
3851   columns:
3852     - title: "2001.0-2"
3853       data-set: "vpp-performance-changes-2n-dnv-h1"
3854     - title: "2005.0-5"
3855       data-set: "vpp-performance-changes-2n-dnv-ref"
3856     - title: "2009.0-5"
3857       data-set: "vpp-performance-changes-2n-dnv-cmp"
3858   comparisons:
3859     - title: "2009.0-5 vs 2005.0-5"
3860       reference: 2
3861       compare: 3
3862   legend:
3863     - ''
3864     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3865     - '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).'
3866     - '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.'
3867     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3868
3869 # VPP Performance Changes 2n-dnv 1t1c ndr
3870 - type: "table"
3871   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3872   algorithm: "table_comparison"
3873   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3875   filter: "'1T1C'"
3876   columns:
3877     - title: "2001.0-2"
3878       data-set: "vpp-performance-changes-2n-dnv-h1"
3879     - title: "2005.0-5"
3880       data-set: "vpp-performance-changes-2n-dnv-ref"
3881     - title: "2009.0-5"
3882       data-set: "vpp-performance-changes-2n-dnv-cmp"
3883   comparisons:
3884     - title: "2009.0-5 vs 2005.0-5"
3885       reference: 2
3886       compare: 3
3887   legend:
3888     - ''
3889     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3890     - '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).'
3891     - '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.'
3892     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3893
3894 # VPP Performance Changes 2n-dnv 2t2c ndr
3895 - type: "table"
3896   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3897   algorithm: "table_comparison"
3898   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3900   filter: "'2T2C'"
3901   columns:
3902     - title: "2001.0-2"
3903       data-set: "vpp-performance-changes-2n-dnv-h1"
3904     - title: "2005.0-5"
3905       data-set: "vpp-performance-changes-2n-dnv-ref"
3906     - title: "2009.0-5"
3907       data-set: "vpp-performance-changes-2n-dnv-cmp"
3908   comparisons:
3909     - title: "2009.0-5 vs 2005.0-5"
3910       reference: 2
3911       compare: 3
3912   legend:
3913     - ''
3914     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3915     - '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).'
3916     - '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.'
3917     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3918
3919 # VPP Performance Changes 3n-dnv 1t1c pdr
3920 - type: "table"
3921   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3922   algorithm: "table_comparison"
3923   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3924   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3925   filter: "'1T1C'"
3926   columns:
3927     - title: "2001.0-2"
3928       data-set: "vpp-performance-changes-3n-dnv-h1"
3929     - title: "2005.0-5"
3930       data-set: "vpp-performance-changes-3n-dnv-ref"
3931     - title: "2009.0-5"
3932       data-set: "vpp-performance-changes-3n-dnv-cmp"
3933   comparisons:
3934     - title: "2009.0-5 vs 2005.0-5"
3935       reference: 2
3936       compare: 3
3937   legend:
3938     - ''
3939     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3940     - '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).'
3941     - '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.'
3942     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3943
3944 # VPP Performance Changes 3n-dnv 2t2c pdr
3945 - type: "table"
3946   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3947   algorithm: "table_comparison"
3948   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3949   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3950   filter: "'2T2C'"
3951   columns:
3952     - title: "2001.0-2"
3953       data-set: "vpp-performance-changes-3n-dnv-h1"
3954     - title: "2005.0-5"
3955       data-set: "vpp-performance-changes-3n-dnv-ref"
3956     - title: "2009.0-5"
3957       data-set: "vpp-performance-changes-3n-dnv-cmp"
3958   comparisons:
3959     - title: "2009.0-5 vs 2005.0-5"
3960       reference: 2
3961       compare: 3
3962   legend:
3963     - ''
3964     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3965     - '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).'
3966     - '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.'
3967     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3968
3969 # VPP Performance Changes 3n-dnv 1t1c ndr
3970 - type: "table"
3971   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3972   algorithm: "table_comparison"
3973   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3975   filter: "'1T1C'"
3976   columns:
3977     - title: "2001.0-2"
3978       data-set: "vpp-performance-changes-3n-dnv-h1"
3979     - title: "2005.0-5"
3980       data-set: "vpp-performance-changes-3n-dnv-ref"
3981     - title: "2009.0-5"
3982       data-set: "vpp-performance-changes-3n-dnv-cmp"
3983   comparisons:
3984     - title: "2009.0-5 vs 2005.0-5"
3985       reference: 2
3986       compare: 3
3987   legend:
3988     - ''
3989     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3990     - '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).'
3991     - '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.'
3992     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3993
3994 # VPP Performance Changes 3n-dnv 2t2c ndr
3995 - type: "table"
3996   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3997   algorithm: "table_comparison"
3998   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3999   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4000   filter: "'2T2C'"
4001   columns:
4002     - title: "2001.0-2"
4003       data-set: "vpp-performance-changes-3n-dnv-h1"
4004     - title: "2005.0-5"
4005       data-set: "vpp-performance-changes-3n-dnv-ref"
4006     - title: "2009.0-5"
4007       data-set: "vpp-performance-changes-3n-dnv-cmp"
4008   comparisons:
4009     - title: "2009.0-5 vs 2005.0-5"
4010       reference: 2
4011       compare: 3
4012   legend:
4013     - ''
4014     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4015     - '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).'
4016     - '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.'
4017     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4018
4019 # VPP Performance Changes 3n-tsh 1t1c pdr
4020 - type: "table"
4021   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4022   algorithm: "table_comparison"
4023   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4024   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4025   filter: "'1T1C'"
4026   columns:
4027     - title: "2001.0-4"
4028       data-set: "vpp-performance-changes-3n-tsh-h1"
4029     - title: "2005.0-4"
4030       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4031     - title: "2005.0-5"
4032       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4033     - title: "2009.0-5"
4034       data-set: "vpp-performance-changes-3n-tsh-cmp"
4035   comparisons:
4036     - title: "2005.0-5 vs 2005.0-4"
4037       reference: 2
4038       compare: 3
4039 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4040     - title: "2009.0-5 vs 2005.0-5"
4041       reference: 3
4042       compare: 4
4043 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4044   legend:
4045     - ''
4046     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4047     - '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).'
4048     - '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.'
4049     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4050     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4051
4052 # VPP Performance Changes 3n-tsh 2t2c pdr
4053 - type: "table"
4054   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4055   algorithm: "table_comparison"
4056   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4057   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4058   filter: "'2T2C'"
4059   columns:
4060     - title: "2001.0-4"
4061       data-set: "vpp-performance-changes-3n-tsh-h1"
4062     - title: "2005.0-4"
4063       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4064     - title: "2005.0-5"
4065       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4066     - title: "2009.0-5"
4067       data-set: "vpp-performance-changes-3n-tsh-cmp"
4068   comparisons:
4069     - title: "2005.0-5 vs 2005.0-4"
4070       reference: 2
4071       compare: 3
4072 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4073     - title: "2009.0-5 vs 2005.0-5"
4074       reference: 3
4075       compare: 4
4076 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4077   legend:
4078     - ''
4079     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4080     - '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).'
4081     - '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.'
4082     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4083     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4084
4085 # VPP Performance Changes 3n-tsh 1t1c ndr
4086 - type: "table"
4087   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4088   algorithm: "table_comparison"
4089   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4091   filter: "'1T1C'"
4092   columns:
4093     - title: "2001.0-4"
4094       data-set: "vpp-performance-changes-3n-tsh-h1"
4095     - title: "2005.0-4"
4096       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4097     - title: "2005.0-5"
4098       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4099     - title: "2009.0-5"
4100       data-set: "vpp-performance-changes-3n-tsh-cmp"
4101   comparisons:
4102     - title: "2005.0-5 vs 2005.0-4"
4103       reference: 2
4104       compare: 3
4105 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4106     - title: "2009.0-5 vs 2005.0-5"
4107       reference: 3
4108       compare: 4
4109 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4110   legend:
4111     - ''
4112     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4113     - '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).'
4114     - '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.'
4115     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4116     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4117
4118 # VPP Performance Changes 3n-tsh 2t2c ndr
4119 - type: "table"
4120   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4121   algorithm: "table_comparison"
4122   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4123   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4124   filter: "'2T2C'"
4125   columns:
4126     - title: "2001.0-4"
4127       data-set: "vpp-performance-changes-3n-tsh-h1"
4128     - title: "2005.0-4"
4129       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4130     - title: "2005.0-5"
4131       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4132     - title: "2009.0-5"
4133       data-set: "vpp-performance-changes-3n-tsh-cmp"
4134   comparisons:
4135     - title: "2005.0-5 vs 2005.0-4"
4136       reference: 2
4137       compare: 3
4138 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4139     - title: "2009.0-5 vs 2005.0-5"
4140       reference: 3
4141       compare: 4
4142 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4143   legend:
4144     - ''
4145     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4146     - '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).'
4147     - '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.'
4148     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4149     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4150
4151 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4152 - type: "table"
4153   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4154   algorithm: "table_comparison"
4155   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4157   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4158   columns:
4159     - title: "3n-hsw xl710"
4160       data-set: "vpp-compare-testbeds-ref"
4161       tag: "NIC_Intel-XL710"
4162     - title: "3n-skx xxv710"
4163       data-set: "vpp-compare-testbeds-cmp"
4164       tag: "NIC_Intel-XXV710"
4165   comparisons:
4166     - title: "Diff"
4167       reference: 1
4168       compare: 2
4169   legend:
4170     - ""
4171     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4172     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4173
4174 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4175 - type: "table"
4176   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4177   algorithm: "table_comparison"
4178   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4180   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4181   columns:
4182     - title: "3n-hsw xl710"
4183       data-set: "vpp-compare-testbeds-ref"
4184       tag: "NIC_Intel-XL710"
4185     - title: "3n-skx xxv710"
4186       data-set: "vpp-compare-testbeds-cmp"
4187       tag: "NIC_Intel-XXV710"
4188   comparisons:
4189     - title: "Diff"
4190       reference: 1
4191       compare: 2
4192   legend:
4193     - ""
4194     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4195     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4196
4197 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4198 - type: "table"
4199   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4200   algorithm: "table_comparison"
4201   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4203   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4204   columns:
4205     - title: "3n-hsw xl710"
4206       data-set: "vpp-compare-testbeds-ref"
4207       tag: "NIC_Intel-XL710"
4208     - title: "3n-skx xxv710"
4209       data-set: "vpp-compare-testbeds-cmp"
4210       tag: "NIC_Intel-XXV710"
4211   comparisons:
4212     - title: "Diff"
4213       reference: 1
4214       compare: 2
4215   legend:
4216     - ""
4217     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4218     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4219
4220 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4221 - type: "table"
4222   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4223   algorithm: "table_comparison"
4224   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4226   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4227   columns:
4228     - title: "3n-hsw xl710"
4229       data-set: "vpp-compare-testbeds-ref"
4230       tag: "NIC_Intel-XL710"
4231     - title: "3n-skx xxv710"
4232       data-set: "vpp-compare-testbeds-cmp"
4233       tag: "NIC_Intel-XXV710"
4234   comparisons:
4235     - title: "Diff"
4236       reference: 1
4237       compare: 2
4238   legend:
4239     - ""
4240     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4241     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4242
4243 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4244 - type: "table"
4245   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4246   algorithm: "table_comparison"
4247   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4249   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4250   columns:
4251     - title: "2n-skx"
4252       data-set: "vpp-compare-testbeds-skx-clx-ref"
4253     - title: "2n-clx"
4254       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4255   comparisons:
4256     - title: "Diff"
4257       reference: 1
4258       compare: 2
4259   legend:
4260     - ""
4261     - "2n-skx, 2n-clx - testbeds and NICs tested."
4262     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4263
4264 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4265 - type: "table"
4266   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4267   algorithm: "table_comparison"
4268   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4269   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4270   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4271   columns:
4272     - title: "2n-skx"
4273       data-set: "vpp-compare-testbeds-skx-clx-ref"
4274     - title: "2n-clx"
4275       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4276   comparisons:
4277     - title: "Diff"
4278       reference: 1
4279       compare: 2
4280   legend:
4281     - ""
4282     - "2n-skx, 2n-clx - testbeds and NICs tested."
4283     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4284
4285 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4286 - type: "table"
4287   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4288   algorithm: "table_comparison"
4289   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4291   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4292   columns:
4293     - title: "2n-skx"
4294       data-set: "vpp-compare-testbeds-skx-clx-ref"
4295     - title: "2n-clx"
4296       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4297   comparisons:
4298     - title: "Diff"
4299       reference: 1
4300       compare: 2
4301   legend:
4302     - ""
4303     - "2n-skx, 2n-clx - testbeds and NICs tested."
4304     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4305
4306 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4307 - type: "table"
4308   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4309   algorithm: "table_comparison"
4310   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4311   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4312   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4313   columns:
4314     - title: "2n-skx"
4315       data-set: "vpp-compare-testbeds-skx-clx-ref"
4316     - title: "2n-clx"
4317       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4318   comparisons:
4319     - title: "Diff"
4320       reference: 1
4321       compare: 2
4322   legend:
4323     - ""
4324     - "2n-skx, 2n-clx - testbeds and NICs tested."
4325     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4326
4327 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4328 - type: "table"
4329   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4330   algorithm: "table_comparison"
4331   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4332   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4333   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4334   columns:
4335     - title: "3n-hsw xl710"
4336       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4337       tag: "NIC_Intel-XL710"
4338     - title: "2n-clx xxv710"
4339       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4340       tag: "NIC_Intel-XXV710"
4341   comparisons:
4342     - title: "Diff"
4343       reference: 1
4344       compare: 2
4345   legend:
4346     - ""
4347     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4348     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4349
4350 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4351 - type: "table"
4352   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4353   algorithm: "table_comparison"
4354   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4355   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4356   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4357   columns:
4358     - title: "3n-hsw xl710"
4359       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4360       tag: "NIC_Intel-XL710"
4361     - title: "2n-clx xxv710"
4362       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4363       tag: "NIC_Intel-XXV710"
4364   comparisons:
4365     - title: "Diff"
4366       reference: 1
4367       compare: 2
4368   legend:
4369     - ""
4370     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4371     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4372
4373 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4374 - type: "table"
4375   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4376   algorithm: "table_comparison"
4377   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4379   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4380   columns:
4381     - title: "3n-hsw xl710"
4382       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4383       tag: "NIC_Intel-XL710"
4384     - title: "2n-clx xxv710"
4385       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4386       tag: "NIC_Intel-XXV710"
4387   comparisons:
4388     - title: "Diff"
4389       reference: 1
4390       compare: 2
4391   legend:
4392     - ""
4393     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4394     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4395
4396 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4397 - type: "table"
4398   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4399   algorithm: "table_comparison"
4400   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4401   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4402   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4403   columns:
4404     - title: "3n-hsw xl710"
4405       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4406       tag: "NIC_Intel-XL710"
4407     - title: "2n-clx xxv710"
4408       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4409       tag: "NIC_Intel-XXV710"
4410   comparisons:
4411     - title: "Diff"
4412       reference: 1
4413       compare: 2
4414   legend:
4415     - ""
4416     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4417     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4418
4419 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4420 - type: "table"
4421   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4422   algorithm: "table_comparison"
4423   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4425   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4426   columns:
4427     - title: "3n-skx"
4428       data-set: "vpp-compare-topologies-ref"
4429     - title: "2n-skx"
4430       data-set: "vpp-compare-topologies-cmp"
4431   comparisons:
4432     - title: "Diff"
4433       reference: 1
4434       compare: 2
4435   legend:
4436     - ""
4437     - "3n-skx, 2n-skx - topologies tested."
4438     - "Diff - difference between 3n-skx and 2n-skx topologies."
4439
4440 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4441 - type: "table"
4442   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4443   algorithm: "table_comparison"
4444   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4445   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4446   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4447   columns:
4448     - title: "3n-skx"
4449       data-set: "vpp-compare-topologies-ref"
4450     - title: "2n-skx"
4451       data-set: "vpp-compare-topologies-cmp"
4452   comparisons:
4453     - title: "Diff"
4454       reference: 1
4455       compare: 2
4456   legend:
4457     - ""
4458     - "3n-skx, 2n-skx - topologies tested."
4459     - "Diff - difference between 3n-skx and 2n-skx topologies."
4460
4461 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4462 - type: "table"
4463   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4464   algorithm: "table_comparison"
4465   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4466   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4467   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4468   columns:
4469     - title: "3n-skx"
4470       data-set: "vpp-compare-topologies-ref"
4471     - title: "2n-skx"
4472       data-set: "vpp-compare-topologies-cmp"
4473   comparisons:
4474     - title: "Diff"
4475       reference: 1
4476       compare: 2
4477   legend:
4478     - ""
4479     - "3n-skx, 2n-skx - topologies tested."
4480     - "Diff - difference between 3n-skx and 2n-skx topologies."
4481
4482 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4483 - type: "table"
4484   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4485   algorithm: "table_comparison"
4486   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4487   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4488   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4489   columns:
4490     - title: "3n-skx"
4491       data-set: "vpp-compare-topologies-ref"
4492     - title: "2n-skx"
4493       data-set: "vpp-compare-topologies-cmp"
4494   comparisons:
4495     - title: "Diff"
4496       reference: 1
4497       compare: 2
4498   legend:
4499     - ""
4500     - "3n-skx, 2n-skx - topologies tested."
4501     - "Diff - difference between 3n-skx and 2n-skx topologies."
4502
4503 # VPP Performance Changes 3n-hsw 1t1c mrr
4504 - type: "table"
4505   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4506   algorithm: "table_comparison"
4507   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4508   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4509   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4510   columns:
4511     - title: "2001.0-2"
4512       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4513     - title: "2005.0-4"
4514       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4515     - title: "2005.0-5"
4516       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4517     - title: "2009.0-5"
4518       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4519   comparisons:
4520     - title: "2005.0-5 vs 2005.0-4"
4521       reference: 2
4522       compare: 3
4523 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4524     - title: "2009.0-5 vs 2005.0-5"
4525       reference: 3
4526       compare: 4
4527 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4528   legend:
4529     - ''
4530     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4531     - '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).'
4532     - '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.'
4533     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4534     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4535
4536 # VPP Performance Changes 3n-hsw 2t2c mrr
4537 - type: "table"
4538   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4539   algorithm: "table_comparison"
4540   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4541   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4542   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4543   columns:
4544     - title: "2001.0-2"
4545       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4546     - title: "2005.0-4"
4547       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4548     - title: "2005.0-5"
4549       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4550     - title: "2009.0-5"
4551       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4552   comparisons:
4553     - title: "2005.0-5 vs 2005.0-4"
4554       reference: 2
4555       compare: 3
4556 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4557     - title: "2009.0-5 vs 2005.0-5"
4558       reference: 3
4559       compare: 4
4560 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4561   legend:
4562     - ''
4563     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4564     - '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).'
4565     - '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.'
4566     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4567     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4568
4569 # VPP Performance Changes 3n-hsw 4t4c mrr
4570 - type: "table"
4571   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4572   algorithm: "table_comparison"
4573   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4575   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4576   columns:
4577     - title: "2001.0-2"
4578       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4579     - title: "2005.0-4"
4580       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4581     - title: "2005.0-5"
4582       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4583     - title: "2009.0-5"
4584       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4585   comparisons:
4586     - title: "2005.0-5 vs 2005.0-4"
4587       reference: 2
4588       compare: 3
4589 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4590     - title: "2009.0-5 vs 2005.0-5"
4591       reference: 3
4592       compare: 4
4593 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4594   legend:
4595     - ''
4596     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4597     - '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).'
4598     - '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.'
4599     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4600     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4601
4602 # VPP Performance Changes 3n-skx 2t1c mrr
4603 - type: "table"
4604   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4605   algorithm: "table_comparison"
4606   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4607   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4608   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4609   columns:
4610     - title: "2001.0-2"
4611       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4612     - title: "2005.0-4"
4613       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4614     - title: "2005.0-5"
4615       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4616     - title: "2009.0-5"
4617       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4618   comparisons:
4619     - title: "2005.0-5 vs 2005.0-4"
4620       reference: 2
4621       compare: 3
4622 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4623     - title: "2009.0-5 vs 2005.0-5"
4624       reference: 2
4625       compare: 3
4626 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4627   legend:
4628     - ''
4629     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4630     - '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).'
4631     - '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.'
4632     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4633     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4634
4635 # VPP Performance Changes 3n-skx 4t2c mrr
4636 - type: "table"
4637   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4638   algorithm: "table_comparison"
4639   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4641   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4642   columns:
4643     - title: "2001.0-2"
4644       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4645     - title: "2005.0-4"
4646       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4647     - title: "2005.0-5"
4648       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4649     - title: "2009.0-5"
4650       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4651   comparisons:
4652     - title: "2005.0-5 vs 2005.0-4"
4653       reference: 2
4654       compare: 3
4655 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4656     - title: "2009.0-5 vs 2005.0-5"
4657       reference: 2
4658       compare: 3
4659 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4660   legend:
4661     - ''
4662     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4663     - '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).'
4664     - '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.'
4665     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4666     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4667
4668 # VPP Performance Changes 3n-skx 8t4c mrr
4669 - type: "table"
4670   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4671   algorithm: "table_comparison"
4672   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4673   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4674   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4675   columns:
4676     - title: "2001.0-2"
4677       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4678     - title: "2005.0-4"
4679       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4680     - title: "2005.0-5"
4681       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4682     - title: "2009.0-5"
4683       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4684   comparisons:
4685     - title: "2005.0-5 vs 2005.0-4"
4686       reference: 2
4687       compare: 3
4688 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4689     - title: "2009.0-5 vs 2005.0-5"
4690       reference: 2
4691       compare: 3
4692 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4693   legend:
4694     - ''
4695     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4696     - '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).'
4697     - '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.'
4698     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4699     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4700
4701 # VPP Performance Changes 2n-skx 2t1c mrr
4702 - type: "table"
4703   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4704   algorithm: "table_comparison"
4705   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4707   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4708   columns:
4709     - title: "2001.0-2"
4710       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4711     - title: "2005.0-4"
4712       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4713     - title: "2005.0-5"
4714       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4715     - title: "2009.0-5"
4716       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4717   comparisons:
4718     - title: "2005.0-5 vs 2005.0-4"
4719       reference: 2
4720       compare: 3
4721 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4722     - title: "2009.0-5 vs 2005.0-4"
4723       reference: 3
4724       compare: 4
4725 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4726   legend:
4727     - ''
4728     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4729     - '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).'
4730     - '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.'
4731     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4732     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4733
4734 # VPP Performance Changes 2n-skx 4t2c mrr
4735 - type: "table"
4736   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4737   algorithm: "table_comparison"
4738   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4740   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4741   columns:
4742     - title: "2001.0-2"
4743       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4744     - title: "2005.0-4"
4745       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4746     - title: "2005.0-5"
4747       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4748     - title: "2009.0-5"
4749       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4750   comparisons:
4751     - title: "2005.0-5 vs 2005.0-4"
4752       reference: 2
4753       compare: 3
4754 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4755     - title: "2009.0-5 vs 2005.0-4"
4756       reference: 3
4757       compare: 4
4758 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4759   legend:
4760     - ''
4761     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4762     - '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).'
4763     - '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.'
4764     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4765     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4766
4767 # VPP Performance Changes 2n-skx 8t4c mrr
4768 - type: "table"
4769   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4770   algorithm: "table_comparison"
4771   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4772   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4773   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4774   columns:
4775     - title: "2001.0-2"
4776       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4777     - title: "2005.0-4"
4778       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4779     - title: "2005.0-5"
4780       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4781     - title: "2009.0-5"
4782       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4783   comparisons:
4784     - title: "2005.0-5 vs 2005.0-4"
4785       reference: 2
4786       compare: 3
4787 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4788     - title: "2009.0-5 vs 2005.0-4"
4789       reference: 3
4790       compare: 4
4791 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4792   legend:
4793     - ''
4794     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4795     - '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).'
4796     - '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.'
4797     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4798     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4799
4800 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4801 - type: "table"
4802   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4803   algorithm: "table_comparison"
4804   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4805   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4806   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4807   columns:
4808     - title: "2001.0-2"
4809       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4810     - title: "2005.0-4"
4811       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4812     - title: "2005.0-5"
4813       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4814     - title: "2009.0-5"
4815       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4816   comparisons:
4817     - title: "2005.0-5 vs 2005.0-4"
4818       reference: 2
4819       compare: 3
4820 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4821     - title: "2009.0-5 vs 2005.0-5"
4822       reference: 3
4823       compare: 4
4824 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4825   legend:
4826     - ''
4827     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4828     - '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).'
4829     - '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.'
4830     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4831     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4832
4833 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4834 - type: "table"
4835   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4836   algorithm: "table_comparison"
4837   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4839   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4840   columns:
4841     - title: "2001.0-2"
4842       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4843     - title: "2005.0-4"
4844       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4845     - title: "2005.0-5"
4846       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4847     - title: "2009.0-5"
4848       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4849   comparisons:
4850     - title: "2005.0-5 vs 2005.0-4"
4851       reference: 2
4852       compare: 3
4853 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4854     - title: "2009.0-5 vs 2005.0-5"
4855       reference: 3
4856       compare: 4
4857 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4858   legend:
4859     - ''
4860     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4861     - '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).'
4862     - '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.'
4863     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4864     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4865
4866 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4867 - type: "table"
4868   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4869   algorithm: "table_comparison"
4870   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4872   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4873   columns:
4874     - title: "2001.0-2"
4875       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4876     - title: "2005.0-4"
4877       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4878     - title: "2005.0-5"
4879       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4880     - title: "2009.0-5"
4881       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4882   comparisons:
4883     - title: "2005.0-5 vs 2005.0-4"
4884       reference: 2
4885       compare: 3
4886 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4887     - title: "2009.0-5 vs 2005.0-5"
4888       reference: 3
4889       compare: 4
4890 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4891   legend:
4892     - ''
4893     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4894     - '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).'
4895     - '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.'
4896     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4897     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4898
4899 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4900 #- type: "table"
4901 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4902 #  algorithm: "table_comparison"
4903 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4904 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4905 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4906 #  columns:
4907 #    - title: "2001"
4908 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4909 #    - title: "2005"
4910 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4911 #  comparisons:
4912 #    - title: "Diff"
4913 #      reference: 1
4914 #      compare: 2
4915 #  legend:
4916 #    - ""
4917 #    - "2001, 2005 - VPP versions tested."
4918 #    - "Diff - difference between 2001 and 2005 VPP version."
4919 #
4920 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4921 #- type: "table"
4922 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4923 #  algorithm: "table_comparison"
4924 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4926 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4927 #  columns:
4928 #    - title: "2001"
4929 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4930 #    - title: "2005"
4931 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4932 #  comparisons:
4933 #    - title: "Diff"
4934 #      reference: 1
4935 #      compare: 2
4936 #  legend:
4937 #    - ""
4938 #    - "2001, 2005 - VPP versions tested."
4939 #    - "Diff - difference between 2001 and 2005 VPP version."
4940 #
4941 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4942 #- type: "table"
4943 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4944 #  algorithm: "table_comparison"
4945 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4946 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4947 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4948 #  columns:
4949 #    - title: "2001"
4950 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4951 #    - title: "2005"
4952 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4953 #  comparisons:
4954 #    - title: "Diff"
4955 #      reference: 1
4956 #      compare: 2
4957 #  legend:
4958 #    - ""
4959 #    - "2001, 2005 - VPP versions tested."
4960 #    - "Diff - difference between 2001 and 2005 VPP version."
4961
4962 # VPP Performance Changes 2n-dnv 1t1c mrr
4963 - type: "table"
4964   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4965   algorithm: "table_comparison"
4966   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4967   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4968   filter: "'1T1C'"
4969   columns:
4970     - title: "2001.0-2"
4971       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4972     - title: "2005.0-5"
4973       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4974     - title: "2009.0-5"
4975       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4976   comparisons:
4977     - title: "2009.0-5 vs 2005.0-5"
4978       reference: 2
4979       compare: 3
4980   legend:
4981     - ''
4982     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4983     - '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).'
4984     - '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.'
4985     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4986
4987 # VPP Performance Changes 2n-dnv 2t2c mrr
4988 - type: "table"
4989   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4990   algorithm: "table_comparison"
4991   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4992   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4993   filter: "'2T2C'"
4994   columns:
4995     - title: "2001.0-2"
4996       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4997     - title: "2005.0-5"
4998       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4999     - title: "2009.0-5"
5000       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5001   comparisons:
5002     - title: "2009.0-5 vs 2005.0-5"
5003       reference: 2
5004       compare: 3
5005   legend:
5006     - ''
5007     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5008     - '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).'
5009     - '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.'
5010     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5011
5012 # VPP Performance Changes 2n-dnv 4t4c mrr
5013 - type: "table"
5014   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5015   algorithm: "table_comparison"
5016   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5018   filter: "'4T4C'"
5019   columns:
5020     - title: "2001.0-2"
5021       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5022     - title: "2005.0-5"
5023       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5024     - title: "2009.0-5"
5025       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5026   comparisons:
5027     - title: "2009.0-5 vs 2005.0-5"
5028       reference: 2
5029       compare: 3
5030   legend:
5031     - ''
5032     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5033     - '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).'
5034     - '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.'
5035     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5036
5037 # VPP Performance Changes 3n-dnv 1t1c mrr
5038 - type: "table"
5039   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5040   algorithm: "table_comparison"
5041   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5042   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5043   filter: "'1T1C'"
5044   columns:
5045     - title: "2001.0-2"
5046       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5047     - title: "2005.0-5"
5048       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5049     - title: "2009.0-5"
5050       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5051   comparisons:
5052     - title: "2009.0-5 vs 2005.0-5"
5053       reference: 2
5054       compare: 3
5055   legend:
5056     - ''
5057     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5058     - '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).'
5059     - '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.'
5060     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5061
5062 # VPP Performance Changes 3n-dnv 2t2c mrr
5063 - type: "table"
5064   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5065   algorithm: "table_comparison"
5066   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5068   filter: "'2T2C'"
5069   columns:
5070     - title: "2001.0-2"
5071       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5072     - title: "2005.0-5"
5073       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5074     - title: "2009.0-5"
5075       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5076   comparisons:
5077     - title: "2009.0-5 vs 2005.0-5"
5078       reference: 2
5079       compare: 3
5080   legend:
5081     - ''
5082     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5083     - '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).'
5084     - '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.'
5085     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5086
5087 # VPP Performance Changes 3n-dnv 4t4c mrr
5088 - type: "table"
5089   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5090   algorithm: "table_comparison"
5091   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5092   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5093   filter: "'4T4C'"
5094   columns:
5095     - title: "2001.0-2"
5096       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5097     - title: "2005.0-5"
5098       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5099     - title: "2009.0-5"
5100       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5101   comparisons:
5102     - title: "2009.0-5 vs 2005.0-5"
5103       reference: 2
5104       compare: 3
5105   legend:
5106     - ''
5107     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5108     - '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).'
5109     - '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.'
5110     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5111
5112 # VPP Performance Changes 3n-tsh 1t1c mrr
5113 - type: "table"
5114   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5115   algorithm: "table_comparison"
5116   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5118   filter: "'1T1C'"
5119   columns:
5120     - title: "2001.0-2"
5121       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5122     - title: "2005.0-4"
5123       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5124     - title: "2005.0-5"
5125       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5126     - title: "2009.0-5"
5127       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5128   comparisons:
5129     - title: "2005.0-5 vs 2005.0-4"
5130       reference: 2
5131       compare: 3
5132 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5133     - title: "2009.0-5 vs 2005.0-5"
5134       reference: 3
5135       compare: 4
5136 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5137   legend:
5138     - ''
5139     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5140     - '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).'
5141     - '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.'
5142     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5143     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5144
5145 # VPP Performance Changes 3n-tsh 2t2c mrr
5146 - type: "table"
5147   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5148   algorithm: "table_comparison"
5149   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5150   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5151   filter: "'2T2C'"
5152   columns:
5153     - title: "2001.0-2"
5154       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5155     - title: "2005.0-4"
5156       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5157     - title: "2005.0-5"
5158       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5159     - title: "2009.0-5"
5160       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5161   comparisons:
5162     - title: "2005.0-5 vs 2005.0-4"
5163       reference: 2
5164       compare: 3
5165 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5166     - title: "2009.0-5 vs 2005.0-5"
5167       reference: 3
5168       compare: 4
5169 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5170   legend:
5171     - ''
5172     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5173     - '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).'
5174     - '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.'
5175     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5176     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5177
5178 # VPP Performance Changes 3n-tsh 4t4c mrr
5179 - type: "table"
5180   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5181   algorithm: "table_comparison"
5182   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5183   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5184   filter: "'4T4C'"
5185   columns:
5186     - title: "2001.0-2"
5187       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5188     - title: "2005.0-4"
5189       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5190     - title: "2005.0-5"
5191       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5192     - title: "2009.0-5"
5193       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5194   comparisons:
5195     - title: "2005.0-5 vs 2005.0-4"
5196       reference: 2
5197       compare: 3
5198 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5199     - title: "2009.0-5 vs 2005.0-5"
5200       reference: 3
5201       compare: 4
5202 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5203   legend:
5204     - ''
5205     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5206     - '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).'
5207     - '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.'
5208     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5209     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5210
5211 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5212 - type: "table"
5213   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5214   algorithm: "table_comparison"
5215   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5216   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5217   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5218   columns:
5219     - title: "3n-hsw xl710"
5220       data-set: "vpp-compare-testbeds-mrr-ref"
5221       tag: "NIC_Intel-XL710"
5222     - title: "3n-skx xxv710"
5223       data-set: "vpp-compare-testbeds-mrr-cmp"
5224       tag: "NIC_Intel-XXV710"
5225   comparisons:
5226     - title: "Diff"
5227       reference: 1
5228       compare: 2
5229   legend:
5230     - ""
5231     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5232     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5233
5234 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5235 - type: "table"
5236   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5237   algorithm: "table_comparison"
5238   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5239   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5240   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5241   columns:
5242     - title: "3n-hsw xl710"
5243       data-set: "vpp-compare-testbeds-mrr-ref"
5244       tag: "NIC_Intel-XL710"
5245     - title: "3n-skx xxv710"
5246       data-set: "vpp-compare-testbeds-mrr-cmp"
5247       tag: "NIC_Intel-XXV710"
5248   comparisons:
5249     - title: "Diff"
5250       reference: 1
5251       compare: 2
5252   legend:
5253     - ""
5254     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5255     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5256
5257 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5258 - type: "table"
5259   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5260   algorithm: "table_comparison"
5261   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5262   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5263   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5264   columns:
5265     - title: "3n-hsw xl710"
5266       data-set: "vpp-compare-testbeds-mrr-ref"
5267       tag: "NIC_Intel-XL710"
5268     - title: "3n-skx xxv710"
5269       data-set: "vpp-compare-testbeds-mrr-cmp"
5270       tag: "NIC_Intel-XXV710"
5271   comparisons:
5272     - title: "Diff"
5273       reference: 1
5274       compare: 2
5275   legend:
5276     - ""
5277     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5278     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5279
5280 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5281 - type: "table"
5282   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5283   algorithm: "table_comparison"
5284   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5286   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5287   columns:
5288     - title: "2n-skx"
5289       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5290     - title: "2n-clx"
5291       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5292   comparisons:
5293     - title: "Diff"
5294       reference: 1
5295       compare: 2
5296   legend:
5297     - ""
5298     - "2n-skx, 2n-clx - testbeds and NICs tested."
5299     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5300
5301 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5302 - type: "table"
5303   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5304   algorithm: "table_comparison"
5305   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5306   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5307   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5308   columns:
5309     - title: "2n-skx"
5310       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5311     - title: "2n-clx"
5312       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5313   comparisons:
5314     - title: "Diff"
5315       reference: 1
5316       compare: 2
5317   legend:
5318     - ""
5319     - "2n-skx, 2n-clx - testbeds and NICs tested."
5320     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5321
5322 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5323 - type: "table"
5324   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5325   algorithm: "table_comparison"
5326   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5327   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5328   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5329   columns:
5330     - title: "2n-skx"
5331       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5332     - title: "2n-clx"
5333       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5334   comparisons:
5335     - title: "Diff"
5336       reference: 1
5337       compare: 2
5338   legend:
5339     - ""
5340     - "2n-skx, 2n-clx - testbeds and NICs tested."
5341     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5342
5343 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5344 - type: "table"
5345   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5346   algorithm: "table_comparison"
5347   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5348   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5349   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5350   columns:
5351     - title: "3n-skx"
5352       data-set: "vpp-compare-topologies-mrr-ref"
5353     - title: "2n-skx"
5354       data-set: "vpp-compare-topologies-mrr-cmp"
5355   comparisons:
5356     - title: "Diff"
5357       reference: 1
5358       compare: 2
5359   legend:
5360     - ""
5361     - "3n-skx, 2n-skx - topologies tested."
5362     - "Diff - difference between 3n-skx and 2n-skx topologies."
5363
5364 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5365 - type: "table"
5366   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5367   algorithm: "table_comparison"
5368   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5369   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5370   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5371   columns:
5372     - title: "3n-skx"
5373       data-set: "vpp-compare-topologies-mrr-ref"
5374     - title: "2n-skx"
5375       data-set: "vpp-compare-topologies-mrr-cmp"
5376   comparisons:
5377     - title: "Diff"
5378       reference: 1
5379       compare: 2
5380   legend:
5381     - ""
5382     - "3n-skx, 2n-skx - topologies tested."
5383     - "Diff - difference between 3n-skx and 2n-skx topologies."
5384
5385 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5386 - type: "table"
5387   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5388   algorithm: "table_comparison"
5389   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5390   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5391   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5392   columns:
5393     - title: "3n-skx"
5394       data-set: "vpp-compare-topologies-mrr-ref"
5395     - title: "2n-skx"
5396       data-set: "vpp-compare-topologies-mrr-cmp"
5397   comparisons:
5398     - title: "Diff"
5399       reference: 1
5400       compare: 2
5401   legend:
5402     - ""
5403     - "3n-skx, 2n-skx - topologies tested."
5404     - "Diff - difference between 3n-skx and 2n-skx topologies."
5405
5406 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5407 - type: "table"
5408   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5409   algorithm: "table_comparison"
5410   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5411   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5412   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5413   columns:
5414     - title: "3n-hsw xl710"
5415       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5416       tag: "NIC_Intel-XL710"
5417     - title: "2n-clx xxv710"
5418       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5419       tag: "NIC_Intel-XXV710"
5420   comparisons:
5421     - title: "Diff"
5422       reference: 1
5423       compare: 2
5424   legend:
5425     - ""
5426     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5427     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5428
5429 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5430 - type: "table"
5431   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5432   algorithm: "table_comparison"
5433   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5434   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5435   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5436   columns:
5437     - title: "3n-hsw xl710"
5438       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5439       tag: "NIC_Intel-XL710"
5440     - title: "2n-clx xxv710"
5441       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5442       tag: "NIC_Intel-XXV710"
5443   comparisons:
5444     - title: "Diff"
5445       reference: 1
5446       compare: 2
5447   legend:
5448     - ""
5449     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5450     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5451
5452 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5453 - type: "table"
5454   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5455   algorithm: "table_comparison"
5456   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5458   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5459   columns:
5460     - title: "3n-hsw xl710"
5461       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5462       tag: "NIC_Intel-XL710"
5463     - title: "2n-clx xxv710"
5464       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5465       tag: "NIC_Intel-XXV710"
5466   comparisons:
5467     - title: "Diff"
5468       reference: 1
5469       compare: 2
5470   legend:
5471     - ""
5472     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5473     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5474
5475 # Detailed Test Results - VPP Performance Results 3n-hsw
5476 - type: "table"
5477   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5478   algorithm: "table_merged_details"
5479   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5480   columns:
5481     - title: " |prein| Test Name |preout| "
5482       data: "data name"
5483     - 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| "
5484       data: "data msg"
5485   data: "vpp-perf-results-3n-hsw"
5486   filter: "all"
5487   parameters:
5488   - "name"
5489   - "parent"
5490   - "msg"
5491
5492 # Detailed Test Results - VPP Performance Results 3n-skx
5493 - type: "table"
5494   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5495   algorithm: "table_merged_details"
5496   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5497   columns:
5498     - title: " |prein| Test Name |preout| "
5499       data: "data name"
5500     - 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| "
5501       data: "data msg"
5502   data: "vpp-perf-results-3n-skx"
5503   filter: "all"
5504   remove-ndr: False
5505   parameters:
5506   - "name"
5507   - "parent"
5508   - "msg"
5509
5510 # Detailed Test Results - VPP Performance Results 2n-skx
5511 - type: "table"
5512   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5513   algorithm: "table_merged_details"
5514   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5515   columns:
5516     - title: " |prein| Test Name |preout| "
5517       data: "data name"
5518     - 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| "
5519       data: "data msg"
5520   data: "vpp-perf-results-2n-skx"
5521   filter: "all"
5522   remove-ndr: False
5523   parameters:
5524   - "name"
5525   - "parent"
5526   - "msg"
5527
5528 # Detailed Test Results - VPP Performance Results 2n-clx
5529 - type: "table"
5530   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5531   algorithm: "table_merged_details"
5532   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5533   columns:
5534     - title: " |prein| Test Name |preout| "
5535       data: "data name"
5536     - 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| "
5537       data: "data msg"
5538   data: "vpp-perf-results-2n-clx"
5539   filter: "all"
5540   parameters:
5541   - "name"
5542   - "parent"
5543   - "msg"
5544
5545 # Detailed Test Results - VPP Performance Results 3n-tsh
5546 - type: "table"
5547   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5548   algorithm: "table_merged_details"
5549   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5550   columns:
5551     - title: " |prein| Test Name |preout| "
5552       data: "data name"
5553     - 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| "
5554       data: "data msg"
5555   data: "vpp-perf-results-3n-tsh"
5556   filter: "all"
5557   parameters:
5558   - "name"
5559   - "parent"
5560   - "msg"
5561
5562 # Detailed Test Results - VPP Performance Results 3n-dnv
5563 - type: "table"
5564   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5565   algorithm: "table_merged_details"
5566   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5567   columns:
5568     - title: " |prein| Test Name |preout| "
5569       data: "data name"
5570     - 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| "
5571       data: "data msg"
5572   data: "vpp-perf-results-3n-dnv"
5573   filter: "all"
5574   parameters:
5575   - "name"
5576   - "parent"
5577   - "msg"
5578
5579 # Detailed Test Results - VPP Performance Results 2n-dnv
5580 - type: "table"
5581   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5582   algorithm: "table_merged_details"
5583   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5584   columns:
5585     - title: " |prein| Test Name |preout| "
5586       data: "data name"
5587     - 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| "
5588       data: "data msg"
5589   data: "vpp-perf-results-2n-dnv"
5590   filter: "all"
5591   parameters:
5592   - "name"
5593   - "parent"
5594   - "msg"
5595
5596 # Test configuration - VPP Performance Test Configs 3n-hsw
5597 - type: "table"
5598   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5599   algorithm: "table_merged_details"
5600   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5601   columns:
5602     - title: " |prein| Test Name |preout| "
5603       data: "data name"
5604     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5605       data: "data conf-history"
5606   data: "vpp-perf-results-3n-hsw"
5607   filter: "all"
5608   parameters:
5609   - "parent"
5610   - "name"
5611   - "conf-history"
5612
5613 # Test configuration - VPP Performance Test Configs 3n-skx
5614 - type: "table"
5615   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5616   algorithm: "table_merged_details"
5617   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5618   columns:
5619     - title: " |prein| Test Name |preout| "
5620       data: "data name"
5621     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5622       data: "data conf-history"
5623   data: "vpp-perf-results-3n-skx"
5624   filter: "all"
5625   parameters:
5626   - "parent"
5627   - "name"
5628   - "conf-history"
5629
5630 # Test configuration - VPP Performance Test Configs 2n-skx
5631 - type: "table"
5632   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5633   algorithm: "table_merged_details"
5634   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5635   columns:
5636     - title: " |prein| Test Name |preout| "
5637       data: "data name"
5638     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5639       data: "data conf-history"
5640   data: "vpp-perf-results-2n-skx"
5641   filter: "all"
5642   parameters:
5643   - "parent"
5644   - "name"
5645   - "conf-history"
5646
5647 # Test configuration - VPP Performance Test Configs 2n-clx
5648 - type: "table"
5649   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5650   algorithm: "table_merged_details"
5651   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5652   columns:
5653     - title: " |prein| Test Name |preout| "
5654       data: "data name"
5655     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5656       data: "data conf-history"
5657   data: "vpp-perf-results-2n-clx"
5658   filter: "all"
5659   parameters:
5660   - "parent"
5661   - "name"
5662   - "conf-history"
5663
5664 # Test configuration - VPP Performance Test Configs 3n-tsh
5665 - type: "table"
5666   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5667   algorithm: "table_merged_details"
5668   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5669   columns:
5670     - title: " |prein| Test Name |preout| "
5671       data: "data name"
5672     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5673       data: "data conf-history"
5674   data: "vpp-perf-results-3n-tsh"
5675   filter: "all"
5676   parameters:
5677   - "parent"
5678   - "name"
5679   - "conf-history"
5680
5681 # Test configuration - VPP Performance Test Configs 3n-dnv
5682 - type: "table"
5683   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5684   algorithm: "table_merged_details"
5685   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5686   columns:
5687     - title: " |prein| Test Name |preout| "
5688       data: "data name"
5689     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5690       data: "data conf-history"
5691   data: "vpp-perf-results-3n-dnv"
5692   filter: "all"
5693   parameters:
5694   - "parent"
5695   - "name"
5696   - "conf-history"
5697
5698 # Test configuration - VPP Performance Test Configs 2n-dnv
5699 - type: "table"
5700   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5701   algorithm: "table_merged_details"
5702   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5703   columns:
5704     - title: " |prein| Test Name |preout| "
5705       data: "data name"
5706     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5707       data: "data conf-history"
5708   data: "vpp-perf-results-2n-dnv"
5709   filter: "all"
5710   parameters:
5711   - "parent"
5712   - "name"
5713   - "conf-history"
5714
5715 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5716 - type: "table"
5717   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5718   algorithm: "table_oper_data_html"
5719   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5720   data: "vpp-perf-results-3n-hsw"
5721   filter: "all"
5722
5723 # Test Operational Data - VPP Performance Operational Data 3n-skx
5724 - type: "table"
5725   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5726   algorithm: "table_oper_data_html"
5727   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5728   data: "vpp-perf-results-3n-skx"
5729   filter: "all"
5730
5731 # Test Operational Data - VPP Performance Operational Data 2n-skx
5732 - type: "table"
5733   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5734   algorithm: "table_oper_data_html"
5735   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5736   data: "vpp-perf-results-2n-skx"
5737   filter: "all"
5738
5739 # Test Operational Data - VPP Performance Operational Data 2n-clx
5740 - type: "table"
5741   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5742   algorithm: "table_oper_data_html"
5743   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5744   data: "vpp-perf-results-2n-clx"
5745   filter: "all"
5746
5747 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5748 - type: "table"
5749   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5750   algorithm: "table_oper_data_html"
5751   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5752   data: "vpp-perf-results-3n-tsh"
5753   filter: "all"
5754
5755 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5756 - type: "table"
5757   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5758   algorithm: "table_oper_data_html"
5759   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5760   data: "vpp-perf-results-3n-dnv"
5761   filter: "all"
5762
5763 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5764 - type: "table"
5765   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5766   algorithm: "table_oper_data_html"
5767   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5768   data: "vpp-perf-results-2n-dnv"
5769   filter: "all"
5770
5771 # Detailed Test Results - VPP MRR Results 3n-hsw
5772 - type: "table"
5773   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5774   algorithm: "table_merged_details"
5775   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5776   columns:
5777     - title: " |prein| Test Name |preout| "
5778       data: "data name"
5779     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5780       data: "data msg"
5781   data: "vpp-mrr-results-3n-hsw"
5782   filter: "all"
5783   parameters:
5784   - "name"
5785   - "parent"
5786   - "msg"
5787
5788 # Detailed Test Results - VPP MRR Results 3n-skx
5789 - type: "table"
5790   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5791   algorithm: "table_merged_details"
5792   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5793   columns:
5794     - title: " |prein| Test Name |preout| "
5795       data: "data name"
5796     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5797       data: "data msg"
5798   data: "vpp-mrr-results-3n-skx"
5799   filter: "all"
5800   parameters:
5801   - "name"
5802   - "parent"
5803   - "msg"
5804
5805 # Detailed Test Results - VPP MRR Results 2n-skx
5806 - type: "table"
5807   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5808   algorithm: "table_merged_details"
5809   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5810   columns:
5811     - title: " |prein| Test Name |preout| "
5812       data: "data name"
5813     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5814       data: "data msg"
5815   data: "vpp-mrr-results-2n-skx"
5816   filter: "all"
5817   parameters:
5818   - "name"
5819   - "parent"
5820   - "msg"
5821
5822 # Detailed Test Results - VPP MRR Results 2n-clx
5823 - type: "table"
5824   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5825   algorithm: "table_merged_details"
5826   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5827   columns:
5828     - title: " |prein| Test Name |preout| "
5829       data: "data name"
5830     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5831       data: "data msg"
5832   data: "vpp-mrr-results-2n-clx"
5833   filter: "all"
5834   parameters:
5835   - "name"
5836   - "parent"
5837   - "msg"
5838
5839 # Detailed Test Results - VPP MRR Results 3n-tsh
5840 - type: "table"
5841   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5842   algorithm: "table_merged_details"
5843   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5844   columns:
5845     - title: " |prein| Test Name |preout| "
5846       data: "data name"
5847     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5848       data: "data msg"
5849   data: "vpp-mrr-results-3n-tsh"
5850   filter: "all"
5851   parameters:
5852   - "name"
5853   - "parent"
5854   - "msg"
5855
5856 # Detailed Test Results - VPP MRR Results 3n-dnv
5857 - type: "table"
5858   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5859   algorithm: "table_merged_details"
5860   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5861   columns:
5862     - title: " |prein| Test Name |preout| "
5863       data: "data name"
5864     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5865       data: "data msg"
5866   data: "vpp-mrr-results-3n-dnv"
5867   filter: "all"
5868   parameters:
5869   - "name"
5870   - "parent"
5871   - "msg"
5872
5873 # Detailed Test Results - VPP MRR Results 2n-dnv
5874 - type: "table"
5875   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5876   algorithm: "table_merged_details"
5877   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5878   columns:
5879     - title: " |prein| Test Name |preout| "
5880       data: "data name"
5881     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5882       data: "data msg"
5883   data: "vpp-mrr-results-2n-dnv"
5884   filter: "all"
5885   parameters:
5886   - "name"
5887   - "parent"
5888   - "msg"
5889
5890 # Test configuration - VPP MRR Test Configs 3n-hsw
5891 - type: "table"
5892   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5893   algorithm: "table_merged_details"
5894   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5895   columns:
5896     - title: " |prein| Test Name |preout| "
5897       data: "data name"
5898     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5899       data: "data conf-history"
5900   data: "vpp-mrr-results-3n-hsw"
5901   filter: "all"
5902   parameters:
5903   - "parent"
5904   - "name"
5905   - "conf-history"
5906
5907 # Test configuration - VPP MRR Test Configs 3n-skx
5908 - type: "table"
5909   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5910   algorithm: "table_merged_details"
5911   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5912   columns:
5913     - title: " |prein| Test Name |preout| "
5914       data: "data name"
5915     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5916       data: "data conf-history"
5917   data: "vpp-mrr-results-3n-skx"
5918   filter: "all"
5919   parameters:
5920   - "parent"
5921   - "name"
5922   - "conf-history"
5923
5924 # Test configuration - VPP MRR Test Configs 2n-skx
5925 - type: "table"
5926   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5927   algorithm: "table_merged_details"
5928   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5929   columns:
5930     - title: " |prein| Test Name |preout| "
5931       data: "data name"
5932     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5933       data: "data conf-history"
5934   data: "vpp-mrr-results-2n-skx"
5935   filter: "all"
5936   parameters:
5937   - "parent"
5938   - "name"
5939   - "conf-history"
5940
5941 # Test configuration - VPP MRR Test Configs 2n-clx
5942 - type: "table"
5943   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5944   algorithm: "table_merged_details"
5945   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5946   columns:
5947     - title: " |prein| Test Name |preout| "
5948       data: "data name"
5949     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5950       data: "data conf-history"
5951   data: "vpp-mrr-results-2n-clx"
5952   filter: "all"
5953   parameters:
5954   - "parent"
5955   - "name"
5956   - "conf-history"
5957
5958 # Test configuration - VPP MRR Test Configs 3n-tsh
5959 - type: "table"
5960   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5961   algorithm: "table_merged_details"
5962   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5963   columns:
5964     - title: " |prein| Test Name |preout| "
5965       data: "data name"
5966     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5967       data: "data conf-history"
5968   data: "vpp-mrr-results-3n-tsh"
5969   filter: "all"
5970   parameters:
5971   - "parent"
5972   - "name"
5973   - "conf-history"
5974
5975 # Test configuration - VPP MRR Test Configs 3n-dnv
5976 - type: "table"
5977   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5978   algorithm: "table_merged_details"
5979   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5980   columns:
5981     - title: " |prein| Test Name |preout| "
5982       data: "data name"
5983     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5984       data: "data conf-history"
5985   data: "vpp-mrr-results-3n-dnv"
5986   filter: "all"
5987   parameters:
5988   - "parent"
5989   - "name"
5990   - "conf-history"
5991
5992 # Test configuration - VPP MRR Test Configs 2n-dnv
5993 - type: "table"
5994   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5995   algorithm: "table_merged_details"
5996   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5997   columns:
5998     - title: " |prein| Test Name |preout| "
5999       data: "data name"
6000     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6001       data: "data conf-history"
6002   data: "vpp-mrr-results-2n-dnv"
6003   filter: "all"
6004   parameters:
6005   - "parent"
6006   - "name"
6007   - "conf-history"
6008
6009 # Detailed Test Results - VPP Device Results - Ubuntu
6010 - type: "table"
6011   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6012   algorithm: "table_merged_details"
6013   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6014   columns:
6015     - title: " |prein| Test Name |preout| "
6016       data: "data name"
6017     - title: " |prein| Status |preout| "
6018       data: "data status"
6019   data: "vpp-device-results-ubuntu"
6020   filter: "all"
6021   parameters:
6022   - "name"
6023   - "parent"
6024   - "doc"
6025   - "status"
6026
6027 # Test configuration - VPP Device Test Configs - Ubuntu
6028 - type: "table"
6029   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6030   algorithm: "table_merged_details"
6031   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6032   columns:
6033     - title: " |prein| Test Name |preout| "
6034       data: "data name"
6035     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6036       data: "data conf-history"
6037   data: "vpp-device-results-ubuntu"
6038   filter: "all"
6039   parameters:
6040   - "parent"
6041   - "name"
6042   - "conf-history"
6043
6044 ################################################################################
6045
6046 # DPDK Performance Changes 3n-hsw 1t1c pdr
6047 - type: "table"
6048   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6049   algorithm: "table_comparison"
6050   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6051   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6052   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6053   columns:
6054     - title: "2001"
6055       data-set: "dpdk-performance-changes-3n-hsw-h1"
6056     - title: "2005"
6057       data-set: "dpdk-performance-changes-3n-hsw-ref"
6058     - title: "2009"
6059       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6060   comparisons:
6061     - title: "Diff"
6062       reference: 2
6063       compare: 3
6064   legend:
6065     - ""
6066     - "2001, 2005, 2009 - DPDK versions tested."
6067     - "Diff - difference between 2005 and 2009 DPDK version."
6068
6069 # DPDK Performance Changes 3n-hsw 2t2c pdr
6070 - type: "table"
6071   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6072   algorithm: "table_comparison"
6073   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6074   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6075   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6076   columns:
6077     - title: "2001"
6078       data-set: "dpdk-performance-changes-3n-hsw-h1"
6079     - title: "2005"
6080       data-set: "dpdk-performance-changes-3n-hsw-ref"
6081     - title: "2009"
6082       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6083   comparisons:
6084     - title: "Diff"
6085       reference: 2
6086       compare: 3
6087   legend:
6088     - ""
6089     - "2001, 2005, 2009 - DPDK versions tested."
6090     - "Diff - difference between 2005 and 2009 DPDK version."
6091
6092 # DPDK Performance Changes 3n-hsw 1t1c pdr
6093 - type: "table"
6094   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6095   algorithm: "table_comparison"
6096   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6098   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6099   columns:
6100     - title: "2001"
6101       data-set: "dpdk-performance-changes-3n-hsw-h1"
6102     - title: "2005"
6103       data-set: "dpdk-performance-changes-3n-hsw-ref"
6104     - title: "2009"
6105       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6106   comparisons:
6107     - title: "Diff"
6108       reference: 2
6109       compare: 3
6110   legend:
6111     - ""
6112     - "2001, 2005, 2009 - DPDK versions tested."
6113     - "Diff - difference between 2005 and 2009 DPDK version."
6114
6115 # DPDK Performance Changes 3n-hsw 2t2c ndr
6116 - type: "table"
6117   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6118   algorithm: "table_comparison"
6119   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6120   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6121   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6122   columns:
6123     - title: "2001"
6124       data-set: "dpdk-performance-changes-3n-hsw-h1"
6125     - title: "2005"
6126       data-set: "dpdk-performance-changes-3n-hsw-ref"
6127     - title: "2009"
6128       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6129   comparisons:
6130     - title: "Diff"
6131       reference: 2
6132       compare: 3
6133   legend:
6134     - ""
6135     - "2001, 2005, 2009 - DPDK versions tested."
6136     - "Diff - difference between 2005 and 2009 DPDK version."
6137
6138 # DPDK Performance Changes 3n-skx 2t1c pdr
6139 - type: "table"
6140   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6141   algorithm: "table_comparison"
6142   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6143   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6144   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6145   columns:
6146     - title: "2001"
6147       data-set: "dpdk-performance-changes-3n-skx-h1"
6148     - title: "2005"
6149       data-set: "dpdk-performance-changes-3n-skx-ref"
6150     - title: "2009"
6151       data-set: "dpdk-performance-changes-3n-skx-cmp"
6152   comparisons:
6153     - title: "Diff"
6154       reference: 2
6155       compare: 3
6156   legend:
6157     - ""
6158     - "2001, 2005, 2009 - DPDK versions tested."
6159     - "Diff - difference between 2005 and 2009 DPDK version."
6160
6161 # DPDK Performance Changes 3n-skx 4t2c pdr
6162 - type: "table"
6163   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6164   algorithm: "table_comparison"
6165   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6166   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6167   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6168   columns:
6169     - title: "2001"
6170       data-set: "dpdk-performance-changes-3n-skx-h1"
6171     - title: "2005"
6172       data-set: "dpdk-performance-changes-3n-skx-ref"
6173     - title: "2009"
6174       data-set: "dpdk-performance-changes-3n-skx-cmp"
6175   comparisons:
6176     - title: "Diff"
6177       reference: 2
6178       compare: 3
6179   legend:
6180     - ""
6181     - "2001, 2005, 2009 - DPDK versions tested."
6182     - "Diff - difference between 2005 and 2009 DPDK version."
6183
6184 # DPDK Performance Changes 3n-skx 2t1c ndr
6185 - type: "table"
6186   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6187   algorithm: "table_comparison"
6188   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6189   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6190   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6191   columns:
6192     - title: "2001"
6193       data-set: "dpdk-performance-changes-3n-skx-h1"
6194     - title: "2005"
6195       data-set: "dpdk-performance-changes-3n-skx-ref"
6196     - title: "2009"
6197       data-set: "dpdk-performance-changes-3n-skx-cmp"
6198   comparisons:
6199     - title: "Diff"
6200       reference: 2
6201       compare: 3
6202   legend:
6203     - ""
6204     - "2001, 2005, 2009 - DPDK versions tested."
6205     - "Diff - difference between 2005 and 2009 DPDK version."
6206
6207 # DPDK Performance Changes 3n-skx 4t2c ndr
6208 - type: "table"
6209   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6210   algorithm: "table_comparison"
6211   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6212   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6213   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6214   columns:
6215     - title: "2001"
6216       data-set: "dpdk-performance-changes-3n-skx-h1"
6217     - title: "2005"
6218       data-set: "dpdk-performance-changes-3n-skx-ref"
6219     - title: "2009"
6220       data-set: "dpdk-performance-changes-3n-skx-cmp"
6221   comparisons:
6222     - title: "Diff"
6223       reference: 2
6224       compare: 3
6225   legend:
6226     - ""
6227     - "2001, 2005, 2009 - DPDK versions tested."
6228     - "Diff - difference between 2005 and 2009 DPDK version."
6229
6230 # DPDK Performance Changes 2n-skx 2t1c pdr
6231 - type: "table"
6232   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6233   algorithm: "table_comparison"
6234   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6235   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6236   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6237   columns:
6238     - title: "2001"
6239       data-set: "dpdk-performance-changes-2n-skx-h1"
6240     - title: "2005"
6241       data-set: "dpdk-performance-changes-2n-skx-ref"
6242     - title: "2009"
6243       data-set: "dpdk-performance-changes-2n-skx-cmp"
6244   comparisons:
6245     - title: "Diff"
6246       reference: 2
6247       compare: 3
6248   legend:
6249     - ""
6250     - "2001, 2005, 2009 - DPDK versions tested."
6251     - "Diff - difference between 2005 and 2009 DPDK version."
6252
6253 # DPDK Performance Changes 2n-skx 4t2c pdr
6254 - type: "table"
6255   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6256   algorithm: "table_comparison"
6257   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6258   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6259   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6260   columns:
6261     - title: "2001"
6262       data-set: "dpdk-performance-changes-2n-skx-h1"
6263     - title: "2005"
6264       data-set: "dpdk-performance-changes-2n-skx-ref"
6265     - title: "2009"
6266       data-set: "dpdk-performance-changes-2n-skx-cmp"
6267   comparisons:
6268     - title: "Diff"
6269       reference: 2
6270       compare: 3
6271   legend:
6272     - ""
6273     - "2001, 2005, 2009 - DPDK versions tested."
6274     - "Diff - difference between 2005 and 2009 DPDK version."
6275
6276 # DPDK Performance Changes 2n-skx 2t1c ndr
6277 - type: "table"
6278   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6279   algorithm: "table_comparison"
6280   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6281   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6282   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6283   columns:
6284     - title: "2001"
6285       data-set: "dpdk-performance-changes-2n-skx-h1"
6286     - title: "2005"
6287       data-set: "dpdk-performance-changes-2n-skx-ref"
6288     - title: "2009"
6289       data-set: "dpdk-performance-changes-2n-skx-cmp"
6290   comparisons:
6291     - title: "Diff"
6292       reference: 2
6293       compare: 3
6294   legend:
6295     - ""
6296     - "2001, 2005, 2009 - DPDK versions tested."
6297     - "Diff - difference between 2005 and 2009 DPDK version."
6298
6299 # DPDK Performance Changes 2n-skx 4t2c ndr
6300 - type: "table"
6301   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6302   algorithm: "table_comparison"
6303   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6304   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6305   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6306   columns:
6307     - title: "2001"
6308       data-set: "dpdk-performance-changes-2n-skx-h1"
6309     - title: "2005"
6310       data-set: "dpdk-performance-changes-2n-skx-ref"
6311     - title: "2009"
6312       data-set: "dpdk-performance-changes-2n-skx-cmp"
6313   comparisons:
6314     - title: "Diff"
6315       reference: 2
6316       compare: 3
6317   legend:
6318     - ""
6319     - "2001, 2005, 2009 - DPDK versions tested."
6320     - "Diff - difference between 2005 and 2009 DPDK version."
6321
6322 # DPDK Performance Changes 2n-clx 2t1c pdr
6323 - type: "table"
6324   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6325   algorithm: "table_comparison"
6326   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6328   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6329   columns:
6330     - title: "2001"
6331       data-set: "dpdk-performance-changes-2n-clx-h1"
6332     - title: "2005"
6333       data-set: "dpdk-performance-changes-2n-clx-ref"
6334     - title: "2009"
6335       data-set: "dpdk-performance-changes-2n-clx-cmp"
6336   comparisons:
6337     - title: "Diff"
6338       reference: 2
6339       compare: 3
6340   legend:
6341     - ""
6342     - "2001, 2005, 2009 - DPDK versions tested."
6343     - "Diff - difference between 2005 and 2009 DPDK version."
6344
6345 # DPDK Performance Changes 2n-clx 4t2c pdr
6346 - type: "table"
6347   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6348   algorithm: "table_comparison"
6349   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6350   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6351   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6352   columns:
6353     - title: "2001"
6354       data-set: "dpdk-performance-changes-2n-clx-h1"
6355     - title: "2005"
6356       data-set: "dpdk-performance-changes-2n-clx-ref"
6357     - title: "2009"
6358       data-set: "dpdk-performance-changes-2n-clx-cmp"
6359   comparisons:
6360     - title: "Diff"
6361       reference: 2
6362       compare: 3
6363   legend:
6364     - ""
6365     - "2001, 2005, 2009 - DPDK versions tested."
6366     - "Diff - difference between 2005 and 2009 DPDK version."
6367
6368 # DPDK Performance Changes 2n-clx 2t1c ndr
6369 - type: "table"
6370   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6371   algorithm: "table_comparison"
6372   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6373   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6374   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6375   columns:
6376     - title: "2001"
6377       data-set: "dpdk-performance-changes-2n-clx-h1"
6378     - title: "2005"
6379       data-set: "dpdk-performance-changes-2n-clx-ref"
6380     - title: "2009"
6381       data-set: "dpdk-performance-changes-2n-clx-cmp"
6382   comparisons:
6383     - title: "Diff"
6384       reference: 2
6385       compare: 3
6386   legend:
6387     - ""
6388     - "2001, 2005, 2009 - DPDK versions tested."
6389     - "Diff - difference between 2005 and 2009 DPDK version."
6390
6391 # DPDK Performance Changes 2n-clx 4t2c ndr
6392 - type: "table"
6393   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6394   algorithm: "table_comparison"
6395   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6397   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6398   columns:
6399     - title: "2001"
6400       data-set: "dpdk-performance-changes-2n-clx-h1"
6401     - title: "2005"
6402       data-set: "dpdk-performance-changes-2n-clx-ref"
6403     - title: "2009"
6404       data-set: "dpdk-performance-changes-2n-clx-cmp"
6405   comparisons:
6406     - title: "Diff"
6407       reference: 2
6408       compare: 3
6409   legend:
6410     - ""
6411     - "2001, 2005, 2009 - DPDK versions tested."
6412     - "Diff - difference between 2005 and 2009 DPDK version."
6413
6414 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6415 #- type: "table"
6416 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6417 #  algorithm: "table_comparison"
6418 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6419 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6420 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6421 #  columns:
6422 #    - title: "2001"
6423 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6424 #    - title: "2005"
6425 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6426 #    - title: "2009"
6427 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6428 #  comparisons:
6429 #    - title: "Diff"
6430 #      reference: 2
6431 #      compare: 3
6432 #  legend:
6433 #    - ""
6434 #    - "2001, 2005, 2009 - DPDK versions tested."
6435 #    - "Diff - difference between 2005 and 2009 DPDK version."
6436 #
6437 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6438 #- type: "table"
6439 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6440 #  algorithm: "table_comparison"
6441 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6442 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6443 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6444 #  columns:
6445 #    - title: "2001"
6446 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6447 #    - title: "2005"
6448 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6449 #    - title: "2009"
6450 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6451 #  comparisons:
6452 #    - title: "Diff"
6453 #      reference: 2
6454 #      compare: 3
6455 #  legend:
6456 #    - ""
6457 #    - "2001, 2005, 2009 - DPDK versions tested."
6458 #    - "Diff - difference between 2005 and 2009 DPDK version."
6459 #
6460 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6461 #- type: "table"
6462 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6463 #  algorithm: "table_comparison"
6464 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6465 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6466 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6467 #  columns:
6468 #    - title: "2001"
6469 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6470 #    - title: "2005"
6471 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6472 #    - title: "2009"
6473 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6474 #  comparisons:
6475 #    - title: "Diff"
6476 #      reference: 2
6477 #      compare: 3
6478 #  legend:
6479 #    - ""
6480 #    - "2001, 2005, 2009 - DPDK versions tested."
6481 #    - "Diff - difference between 2005 and 2009 DPDK version."
6482 #
6483 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6484 #- type: "table"
6485 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6486 #  algorithm: "table_comparison"
6487 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6488 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6489 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6490 #  columns:
6491 #    - title: "2001"
6492 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6493 #    - title: "2005"
6494 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6495 #    - title: "2009"
6496 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6497 #  comparisons:
6498 #    - title: "Diff"
6499 #      reference: 2
6500 #      compare: 3
6501 #  legend:
6502 #    - ""
6503 #    - "2001, 2005, 2009 - DPDK versions tested."
6504 #    - "Diff - difference between 2005 and 2009 DPDK version."
6505 #
6506 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6507 #- type: "table"
6508 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6509 #  algorithm: "table_comparison"
6510 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6511 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6512 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6513 #  columns:
6514 #    - title: "2001"
6515 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6516 #    - title: "2005"
6517 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6518 #    - title: "2009"
6519 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6520 #  comparisons:
6521 #    - title: "Diff"
6522 #      reference: 2
6523 #      compare: 3
6524 #  legend:
6525 #    - ""
6526 #    - "2001, 2005, 2009 - DPDK versions tested."
6527 #    - "Diff - difference between 2005 and 2009 DPDK version."
6528 #
6529 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6530 #- type: "table"
6531 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6532 #  algorithm: "table_comparison"
6533 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6534 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6535 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6536 #  columns:
6537 #    - title: "2001"
6538 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6539 #    - title: "2005"
6540 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6541 #    - title: "2009"
6542 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6543 #  comparisons:
6544 #    - title: "Diff"
6545 #      reference: 2
6546 #      compare: 3
6547 #  legend:
6548 #    - ""
6549 #    - "2001, 2005, 2009 - DPDK versions tested."
6550 #    - "Diff - difference between 2005 and 2009 DPDK version."
6551 #
6552 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6553 #- type: "table"
6554 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6555 #  algorithm: "table_comparison"
6556 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6557 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6558 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6559 #  columns:
6560 #    - title: "2001"
6561 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6562 #    - title: "2005"
6563 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6564 #    - title: "2009"
6565 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6566 #  comparisons:
6567 #    - title: "Diff"
6568 #      reference: 2
6569 #      compare: 3
6570 #  legend:
6571 #    - ""
6572 #    - "2001, 2005, 2009 - DPDK versions tested."
6573 #    - "Diff - difference between 2005 and 2009 DPDK version."
6574 #
6575 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6576 #- type: "table"
6577 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6578 #  algorithm: "table_comparison"
6579 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6580 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6581 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6582 #  columns:
6583 #    - title: "2001"
6584 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6585 #    - title: "2005"
6586 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6587 #    - title: "2009"
6588 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6589 #  comparisons:
6590 #    - title: "Diff"
6591 #      reference: 2
6592 #      compare: 3
6593 #  legend:
6594 #    - ""
6595 #    - "2001, 2005, 2009 - DPDK versions tested."
6596 #    - "Diff - difference between 2005 and 2009 DPDK version."
6597
6598 # DPDK Performance Changes 3n-tsh 1t1c pdr
6599 - type: "table"
6600   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6601   algorithm: "table_comparison"
6602   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6604   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6605   columns:
6606     - title: "2001"
6607       data-set: "dpdk-performance-changes-3n-tsh-h1"
6608     - title: "2005"
6609       data-set: "dpdk-performance-changes-3n-tsh-ref"
6610     - title: "2009"
6611       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6612   comparisons:
6613     - title: "Diff"
6614       reference: 2
6615       compare: 3
6616   legend:
6617     - ""
6618     - "2001, 2005, 2009 - DPDK versions tested."
6619     - "Diff - difference between 2005 and 2009 DPDK version."
6620
6621 # DPDK Performance Changes 3n-tsh 2t2c pdr
6622 - type: "table"
6623   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6624   algorithm: "table_comparison"
6625   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6626   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6627   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6628   columns:
6629     - title: "2001"
6630       data-set: "dpdk-performance-changes-3n-tsh-h1"
6631     - title: "2005"
6632       data-set: "dpdk-performance-changes-3n-tsh-ref"
6633     - title: "2009"
6634       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6635   comparisons:
6636     - title: "Diff"
6637       reference: 2
6638       compare: 3
6639   legend:
6640     - ""
6641     - "2001, 2005, 2009 - DPDK versions tested."
6642     - "Diff - difference between 2005 and 2009 DPDK version."
6643
6644 # DPDK Performance Changes 3n-tsh 1t1c ndr
6645 - type: "table"
6646   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6647   algorithm: "table_comparison"
6648   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6649   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6650   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6651   columns:
6652     - title: "2001"
6653       data-set: "dpdk-performance-changes-3n-tsh-h1"
6654     - title: "2005"
6655       data-set: "dpdk-performance-changes-3n-tsh-ref"
6656     - title: "2009"
6657       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6658   comparisons:
6659     - title: "Diff"
6660       reference: 2
6661       compare: 3
6662   legend:
6663     - ""
6664     - "2001, 2005, 2009 - DPDK versions tested."
6665     - "Diff - difference between 2005 and 2009 DPDK version."
6666
6667 # DPDK Performance Changes 3n-tsh 2t2c ndr
6668 - type: "table"
6669   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6670   algorithm: "table_comparison"
6671   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6673   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6674   columns:
6675     - title: "2001"
6676       data-set: "dpdk-performance-changes-3n-tsh-h1"
6677     - title: "2005"
6678       data-set: "dpdk-performance-changes-3n-tsh-ref"
6679     - title: "2009"
6680       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6681   comparisons:
6682     - title: "Diff"
6683       reference: 2
6684       compare: 3
6685   legend:
6686     - ""
6687     - "2001, 2005, 2009 - DPDK versions tested."
6688     - "Diff - difference between 2005 and 2009 DPDK version."
6689
6690 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6691 - type: "table"
6692   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6693   algorithm: "table_comparison"
6694   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6696   filter: "'NIC_Intel-X710'"
6697   columns:
6698     - title: "3n-hsw x710"
6699       data-set: "dpdk-compare-testbeds-ref"
6700     - title: "3n-skx x710"
6701       data-set: "dpdk-compare-testbeds-cmp"
6702   comparisons:
6703     - title: "Diff"
6704       reference: 1
6705       compare: 2
6706   legend:
6707     - ""
6708     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6709     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6710
6711 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6712 - type: "table"
6713   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6714   algorithm: "table_comparison"
6715   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6716   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6717   filter: "'NIC_Intel-X710'"
6718   columns:
6719     - title: "3n-hsw x710"
6720       data-set: "dpdk-compare-testbeds-ref"
6721     - title: "3n-skx x710"
6722       data-set: "dpdk-compare-testbeds-cmp"
6723   comparisons:
6724     - title: "Diff"
6725       reference: 1
6726       compare: 2
6727   legend:
6728     - ""
6729     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6730     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6731
6732 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6733 - type: "table"
6734   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6735   algorithm: "table_comparison"
6736   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6738   filter: "'NIC_Intel-XXV710'"
6739   columns:
6740     - title: "2n-skx"
6741       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6742     - title: "2n-clx"
6743       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6744   comparisons:
6745     - title: "Diff"
6746       reference: 1
6747       compare: 2
6748   legend:
6749     - ""
6750     - "2n-skx, 2n-clx - testbeds and NICs tested."
6751     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6752
6753 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6754 - type: "table"
6755   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6756   algorithm: "table_comparison"
6757   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6759   filter: "'NIC_Intel-XXV710'"
6760   columns:
6761     - title: "2n-skx"
6762       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6763     - title: "2n-clx"
6764       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6765   comparisons:
6766     - title: "Diff"
6767       reference: 1
6768       compare: 2
6769   legend:
6770     - ""
6771     - "2n-skx, 2n-clx - testbeds and NICs tested."
6772     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6773
6774 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6775 - type: "table"
6776   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6777   algorithm: "table_comparison"
6778   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6780   filter: "'NIC_Intel-XXV710'"
6781   columns:
6782     - title: "3n-skx"
6783       data-set: "dpdk-compare-topologies-ref"
6784     - title: "2n-skx"
6785       data-set: "dpdk-compare-topologies-cmp"
6786   comparisons:
6787     - title: "Diff"
6788       reference: 1
6789       compare: 2
6790   legend:
6791     - ""
6792     - "3n-skx, 2n-skx - topologies tested."
6793     - "Diff - difference between 3n-skx and 2n-skx topologies."
6794
6795 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6796 - type: "table"
6797   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6798   algorithm: "table_comparison"
6799   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6801   filter: "'NIC_Intel-XXV710'"
6802   columns:
6803     - title: "3n-skx"
6804       data-set: "dpdk-compare-topologies-ref"
6805     - title: "2n-skx"
6806       data-set: "dpdk-compare-topologies-cmp"
6807   comparisons:
6808     - title: "Diff"
6809       reference: 1
6810       compare: 2
6811   legend:
6812     - ""
6813     - "3n-skx, 2n-skx - topologies tested."
6814     - "Diff - difference between 3n-skx and 2n-skx topologies."
6815
6816 # Detailed Test Results - DPDK Performance Results 3n-hsw
6817 - type: "table"
6818   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6819   algorithm: "table_merged_details"
6820   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6821   columns:
6822     - title: " |prein| Test Name |preout| "
6823       data: "data name"
6824     - 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| "
6825       data: "data msg"
6826   data: "dpdk-perf-results-3n-hsw"
6827   filter: "all"
6828   parameters:
6829   - "name"
6830   - "parent"
6831   - "msg"
6832
6833 # Detailed Test Results - DPDK Performance Results 3n-skx
6834 - type: "table"
6835   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6836   algorithm: "table_merged_details"
6837   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6838   columns:
6839     - title: " |prein| Test Name |preout| "
6840       data: "data name"
6841     - 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| "
6842       data: "data msg"
6843   data: "dpdk-perf-results-3n-skx"
6844   filter: "all"
6845   remove-ndr: False
6846   parameters:
6847   - "name"
6848   - "parent"
6849   - "msg"
6850
6851 # Detailed Test Results - DPDK Performance Results 2n-skx
6852 - type: "table"
6853   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6854   algorithm: "table_merged_details"
6855   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6856   columns:
6857     - title: " |prein| Test Name |preout| "
6858       data: "data name"
6859     - 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| "
6860       data: "data msg"
6861   data: "dpdk-perf-results-2n-skx"
6862   filter: "all"
6863   remove-ndr: False
6864   parameters:
6865   - "name"
6866   - "parent"
6867   - "msg"
6868
6869 # Detailed Test Results - DPDK Performance Results 2n-clx
6870 - type: "table"
6871   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6872   algorithm: "table_merged_details"
6873   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6874   columns:
6875     - title: " |prein| Test Name |preout| "
6876       data: "data name"
6877     - 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| "
6878       data: "data msg"
6879   data: "dpdk-perf-results-2n-clx"
6880   filter: "all"
6881   parameters:
6882   - "name"
6883   - "parent"
6884   - "msg"
6885
6886 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6887 #- type: "table"
6888 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6889 #  algorithm: "table_merged_details"
6890 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6891 #  columns:
6892 #    - title: " |prein| Test Name |preout| "
6893 #      data: "data name"
6894 #    - 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| "
6895 #      data: "data msg"
6896 #  data: "dpdk-perf-results-2n-dnv"
6897 #  filter: "all"
6898 #  parameters:
6899 #  - "name"
6900 #  - "parent"
6901 #  - "msg"
6902 #
6903 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6904 #- type: "table"
6905 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6906 #  algorithm: "table_merged_details"
6907 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6908 #  columns:
6909 #    - title: " |prein| Test Name |preout| "
6910 #      data: "data name"
6911 #    - 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| "
6912 #      data: "data msg"
6913 #  data: "dpdk-perf-results-3n-dnv"
6914 #  filter: "all"
6915 #  parameters:
6916 #  - "name"
6917 #  - "parent"
6918 #  - "msg"
6919
6920 # Detailed Test Results - DPDK Performance Results 3n-tsh
6921 - type: "table"
6922   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6923   algorithm: "table_merged_details"
6924   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6925   columns:
6926     - title: " |prein| Test Name |preout| "
6927       data: "data name"
6928     - 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| "
6929       data: "data msg"
6930   data: "dpdk-perf-results-3n-tsh"
6931   filter: "all"
6932   parameters:
6933   - "name"
6934   - "parent"
6935   - "msg"
6936
6937 ################################################################################
6938 ###                                F I L E S                                 ###
6939 ################################################################################
6940
6941 # VPP Performance Results
6942 - type: "file"
6943   title: "VPP Performance Results"
6944   algorithm: "file_details_split"
6945   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6946   dir-tables:
6947     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6948     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6949     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6950     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6951     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6952     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6953     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6954   data:
6955     - "vpp-perf-results-2n-skx"
6956     - "vpp-perf-results-3n-skx"
6957     - "vpp-perf-results-2n-clx"
6958     - "vpp-perf-results-3n-hsw"
6959     - "vpp-perf-results-3n-tsh"
6960     - "vpp-perf-results-2n-dnv"
6961     - "vpp-perf-results-3n-dnv"
6962   filter: "all"
6963   data-start-level: 4
6964   order-chapters:
6965     level-1:
6966       - "l2"
6967       - "ip4"
6968       - "ip6"
6969       - "srv6"
6970       - "ip4_tunnels"
6971       - "ip6_tunnels"
6972       - "vm_vhost"
6973       - "container_memif"
6974       - "crypto"
6975       - "vts"
6976       - "lb"
6977       - "nfv_density"
6978       - "hoststack"
6979     level-2:
6980       - "2n-skx"
6981       - "3n-skx"
6982       - "2n-clx"
6983       - "3n-hsw"
6984       - "3n-tsh"
6985       - "2n-dnv"
6986       - "3n-dnv"
6987     level-3:
6988       - "xl710"
6989       - "x520"
6990       - "xxv710"
6991       - "x710"
6992       - "x553"
6993       - "cx556a"
6994       - "vic1227"
6995       - "vic1385"
6996
6997 # VPP Performance Configuration
6998 - type: "file"
6999   title: "VPP Performance Configuration"
7000   algorithm: "file_details_split"
7001   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7002   dir-tables:
7003     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7004     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7005     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7006     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7007     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7008     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7009     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7010   data:
7011     - "vpp-perf-results-2n-skx"
7012     - "vpp-perf-results-3n-skx"
7013     - "vpp-perf-results-2n-clx"
7014     - "vpp-perf-results-3n-hsw"
7015     - "vpp-perf-results-3n-tsh"
7016     - "vpp-perf-results-2n-dnv"
7017     - "vpp-perf-results-3n-dnv"
7018   filter: "all"
7019   data-start-level: 4
7020   order-chapters:
7021     level-1:
7022       - "l2"
7023       - "ip4"
7024       - "ip6"
7025       - "srv6"
7026       - "ip4_tunnels"
7027       - "ip6_tunnels"
7028       - "vm_vhost"
7029       - "container_memif"
7030       - "crypto"
7031       - "vts"
7032       - "lb"
7033       - "nfv_density"
7034       - "hoststack"
7035     level-2:
7036       - "2n-skx"
7037       - "3n-skx"
7038       - "2n-clx"
7039       - "3n-hsw"
7040       - "3n-tsh"
7041       - "2n-dnv"
7042       - "3n-dnv"
7043     level-3:
7044       - "xl710"
7045       - "x520"
7046       - "xxv710"
7047       - "x710"
7048       - "x553"
7049       - "cx556a"
7050       - "vic1227"
7051       - "vic1385"
7052
7053 # VPP Performance Operational
7054 - type: "file"
7055   title: "VPP Performance Operational"
7056   algorithm: "file_details_split_html"
7057   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7058   dir-tables:
7059     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7060     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7061     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7062     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7063     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7064     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7065     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7066   data:
7067     - "vpp-perf-results-2n-skx"
7068     - "vpp-perf-results-3n-skx"
7069     - "vpp-perf-results-2n-clx"
7070     - "vpp-perf-results-3n-hsw"
7071     - "vpp-perf-results-3n-tsh"
7072     - "vpp-perf-results-2n-dnv"
7073     - "vpp-perf-results-3n-dnv"
7074   filter: "all"
7075   data-start-level: 4
7076   order-chapters:
7077     level-1:
7078       - "l2"
7079       - "ip4"
7080       - "ip6"
7081       - "srv6"
7082       - "ip4_tunnels"
7083       - "ip6_tunnels"
7084       - "vm_vhost"
7085       - "container_memif"
7086       - "crypto"
7087       - "vts"
7088       - "lb"
7089       - "nfv_density"
7090       - "hoststack"
7091     level-2:
7092       - "2n-skx"
7093       - "3n-skx"
7094       - "2n-clx"
7095       - "3n-hsw"
7096       - "3n-tsh"
7097       - "2n-dnv"
7098       - "3n-dnv"
7099     level-3:
7100       - "xl710"
7101       - "x520"
7102       - "xxv710"
7103       - "x710"
7104       - "x553"
7105       - "cx556a"
7106       - "vic1227"
7107       - "vic1385"
7108
7109 # VPP MRR Results
7110 - type: "file"
7111   title: "VPP MRR Results"
7112   algorithm: "file_details_split"
7113   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7114   dir-tables:
7115     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7116     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7117     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7118     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7119     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7120     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7121     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7122   data:
7123     - "vpp-mrr-results-2n-skx"
7124     - "vpp-mrr-results-3n-skx"
7125     - "vpp-mrr-results-2n-clx"
7126     - "vpp-mrr-results-3n-hsw"
7127     - "vpp-mrr-results-3n-tsh"
7128     - "vpp-mrr-results-2n-dnv"
7129     - "vpp-mrr-results-3n-dnv"
7130   filter: "all"
7131   data-start-level: 4
7132   order-chapters:
7133     level-1:
7134       - "l2"
7135       - "ip4"
7136       - "ip6"
7137       - "srv6"
7138       - "ip4_tunnels"
7139       - "ip6_tunnels"
7140       - "vm_vhost"
7141       - "container_memif"
7142       - "crypto"
7143       - "vts"
7144       - "lb"
7145       - "nfv_density"
7146       - "hoststack"
7147     level-2:
7148       - "2n-skx"
7149       - "3n-skx"
7150       - "2n-clx"
7151       - "3n-hsw"
7152       - "3n-tsh"
7153       - "2n-dnv"
7154       - "3n-dnv"
7155     level-3:
7156       - "xl710"
7157       - "x520"
7158       - "xxv710"
7159       - "x710"
7160       - "x553"
7161       - "cx556a"
7162       - "vic1227"
7163       - "vic1385"
7164
7165 # VPP MRR Configuration
7166 - type: "file"
7167   title: "VPP MRR Configuration"
7168   algorithm: "file_details_split"
7169   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7170   dir-tables:
7171     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7172     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7173     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7174     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7175     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7176     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7177     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7178   data:
7179     - "vpp-mrr-results-2n-skx"
7180     - "vpp-mrr-results-3n-skx"
7181     - "vpp-mrr-results-2n-clx"
7182     - "vpp-mrr-results-3n-hsw"
7183     - "vpp-mrr-results-3n-tsh"
7184     - "vpp-mrr-results-2n-dnv"
7185     - "vpp-mrr-results-3n-dnv"
7186   filter: "all"
7187   data-start-level: 4
7188   order-chapters:
7189     level-1:
7190       - "l2"
7191       - "ip4"
7192       - "ip6"
7193       - "srv6"
7194       - "ip4_tunnels"
7195       - "ip6_tunnels"
7196       - "vm_vhost"
7197       - "container_memif"
7198       - "crypto"
7199       - "vts"
7200       - "lb"
7201       - "nfv_density"
7202       - "hoststack"
7203     level-2:
7204       - "2n-skx"
7205       - "3n-skx"
7206       - "2n-clx"
7207       - "3n-hsw"
7208       - "3n-tsh"
7209       - "2n-dnv"
7210       - "3n-dnv"
7211     level-3:
7212       - "xl710"
7213       - "x520"
7214       - "xxv710"
7215       - "x710"
7216       - "x553"
7217       - "cx556a"
7218       - "vic1227"
7219       - "vic1385"
7220
7221 # VPP Device Results - Ubuntu
7222 - type: "file"
7223   title: "VPP Device Results - Ubuntu"
7224   algorithm: "file_test_results"
7225   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7226   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7227   data: "vpp-device-results-ubuntu"
7228   filter: "all"
7229   data-start-level: 4
7230
7231 # VPP Device Configuration - Ubuntu
7232 - type: "file"
7233   title: "VPP Device Configuration - Ubuntu"
7234   algorithm: "file_test_results"
7235   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7236   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7237   data: "vpp-device-results-ubuntu"
7238   filter: "all"
7239   data-start-level: 4
7240
7241 # DPDK Performance Results 3n-hsw
7242 - type: "file"
7243   title: "DPDK Performance Results 3n-hsw"
7244   algorithm: "file_test_results"
7245   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7246   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7247   data: "dpdk-perf-results-3n-hsw"
7248   filter: "all"
7249   data-start-level: 4
7250
7251 # DPDK Performance Results 3n-skx
7252 - type: "file"
7253   title: "DPDK Performance Results 3n-skx"
7254   algorithm: "file_test_results"
7255   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7256   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7257   data: "dpdk-perf-results-3n-skx"
7258   filter: "all"
7259   data-start-level: 4
7260
7261 # DPDK Performance Results 2n-skx
7262 - type: "file"
7263   title: "DPDK Performance Results 2n-skx"
7264   algorithm: "file_test_results"
7265   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7266   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7267   data: "dpdk-perf-results-2n-skx"
7268   filter: "all"
7269   data-start-level: 4
7270
7271 # DPDK Performance Results 2n-clx
7272 - type: "file"
7273   title: "DPDK Performance Results 2n-clx"
7274   algorithm: "file_test_results"
7275   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7276   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7277   data: "dpdk-perf-results-2n-clx"
7278   filter: "all"
7279   data-start-level: 4
7280
7281 ## DPDK Performance Results 2n-dnv
7282 #- type: "file"
7283 #  title: "DPDK Performance Results 2n-dnv"
7284 #  algorithm: "file_test_results"
7285 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7286 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7287 #  data: "dpdk-perf-results-2n-dnv"
7288 #  filter: "all"
7289 #  data-start-level: 4
7290 #
7291 ## DPDK Performance Results 3n-dnv
7292 #- type: "file"
7293 #  title: "DPDK Performance Results 3n-dnv"
7294 #  algorithm: "file_test_results"
7295 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7296 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7297 #  data: "dpdk-perf-results-3n-dnv"
7298 #  filter: "all"
7299 #  data-start-level: 4
7300
7301 # DPDK Performance Results 3n-tsh
7302 - type: "file"
7303   title: "DPDK Performance Results 3n-tsh"
7304   algorithm: "file_test_results"
7305   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7306   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7307   data: "dpdk-perf-results-3n-tsh"
7308   filter: "all"
7309   data-start-level: 4
7310
7311 ################################################################################
7312 ###                                P L O T S                                 ###
7313 ################################################################################
7314
7315 # Hoststack tests 3n-hsw
7316
7317 - type: "plot"
7318   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7319   algorithm: "plot_perf_box_name"
7320   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7321   data: "plot-vpp-hoststack-3n-hsw"
7322   include:
7323     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7324     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7325   layout:
7326     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7327     layout: "plot-hoststack"
7328
7329 - type: "plot"
7330   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7331   algorithm: "plot_perf_box_name"
7332   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7333   data: "plot-vpp-hoststack-3n-hsw"
7334   include:
7335     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7336     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7337   layout:
7338     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7339     layout: "plot-hoststack"
7340
7341 - type: "plot"
7342   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7343   algorithm: "plot_perf_box_name"
7344   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7345   data: "plot-vpp-hoststack-3n-hsw"
7346   include:
7347     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7348     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7349     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7350     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7351   layout:
7352     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7353     layout: "plot-hoststack"
7354
7355 ################################################################################
7356
7357 # Soak Test (PLRsearch), boxes - 2n-clx
7358 - type: "plot"
7359   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7360   algorithm: "plot_perf_box_name"
7361   output-file-type: ".html"
7362   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7363   data: "plot-vpp-soak-2n-clx"
7364   include:
7365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7371   layout:
7372     title: "30 Minutes Soak Test (PLRsearch)"
7373     layout: "plot-soak-throughput"
7374
7375 # Soak Test (PLRsearch), boxes - 2n-clx
7376 - type: "plot"
7377   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7378   algorithm: "plot_perf_box_name"
7379   output-file-type: ".html"
7380   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7381   data: "plot-vpp-soak-2n-clx"
7382   include:
7383     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7384     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7385     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7386     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7388     - "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"
7389   layout:
7390     title: "30 Minutes Soak Test (PLRsearch)"
7391     layout: "plot-soak-throughput"
7392
7393 # Soak Test (PLRsearch), boxes - 2n-skx
7394 - type: "plot"
7395   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7396   algorithm: "plot_perf_box_name"
7397   output-file-type: ".html"
7398   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7399   data: "plot-vpp-soak-2n-skx"
7400   include:
7401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7407   layout:
7408     title: "30 Minutes Soak Test (PLRsearch)"
7409     layout: "plot-soak-throughput"
7410
7411 # Soak Test (PLRsearch), boxes - 2n-skx
7412 - type: "plot"
7413   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7414   algorithm: "plot_perf_box_name"
7415   output-file-type: ".html"
7416   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7417   data: "plot-vpp-soak-2n-skx"
7418   include:
7419     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7421     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7422     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7424     - "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"
7425   layout:
7426     title: "30 Minutes Soak Test (PLRsearch)"
7427     layout: "plot-soak-throughput"
7428
7429 ###############################################################################
7430
7431 # Reconf tests 2n-skx
7432
7433 - type: "plot"
7434   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7435   algorithm: "plot_nf_reconf_box_name"
7436   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7437   data: "plot-vpp-nfv-reconf-2n-skx"
7438   include:
7439     - "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"
7440     - "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"
7441     - "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"
7442     - "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"
7443     - "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"
7444     - "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"
7445   layout:
7446     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7447     layout: "plot-throughput"
7448
7449 - type: "plot"
7450   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7451   algorithm: "plot_nf_reconf_box_name"
7452   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7453   data: "plot-vpp-nfv-reconf-2n-skx"
7454   include:
7455     - "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"
7456     - "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"
7457     - "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"
7458     - "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"
7459     - "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"
7460     - "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"
7461   layout:
7462     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7463     layout: "plot-throughput"
7464
7465 - type: "plot"
7466   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7467   algorithm: "plot_nf_reconf_box_name"
7468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7469   data: "plot-vpp-nfv-reconf-2n-skx"
7470   include:
7471     - "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"
7472     - "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"
7473     - "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"
7474     - "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"
7475     - "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"
7476     - "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"
7477   layout:
7478     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7479     layout: "plot-throughput"
7480
7481 ###############################################################################
7482
7483 # Reconf tests 2n-clx
7484
7485 - type: "plot"
7486   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7487   algorithm: "plot_nf_reconf_box_name"
7488   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7489   data: "plot-vpp-nfv-reconf-2n-clx"
7490   include:
7491     - "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"
7492     - "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"
7493     - "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"
7494     - "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"
7495   layout:
7496     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7497     layout: "plot-throughput"
7498
7499 - type: "plot"
7500   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7501   algorithm: "plot_nf_reconf_box_name"
7502   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7503   data: "plot-vpp-nfv-reconf-2n-clx"
7504   include:
7505     - "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"
7506     - "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"
7507     - "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"
7508     - "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"
7509   layout:
7510     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7511     layout: "plot-throughput"
7512
7513 - type: "plot"
7514   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7515   algorithm: "plot_nf_reconf_box_name"
7516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7517   data: "plot-vpp-nfv-reconf-2n-clx"
7518   include:
7519     - "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"
7520     - "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"
7521     - "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"
7522     - "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"
7523   layout:
7524     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7525     layout: "plot-throughput"
7526
7527 ###############################################################################
7528
7529 # Plots - NF Density - VSC - MRR IMIX
7530 - type: "plot"
7531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7532   algorithm: "plot_nf_heatmap"
7533   output-file-type: ".html"
7534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7535   data: "plot-vpp-nfv-2n-skx-mrr"
7536   filter: "'NIC_Intel-XXV710' and
7537            'NF_DENSITY' and
7538            'VHOST' and
7539            not 'VXLAN' and
7540            'CHAIN' and
7541            'NF_VPPIP4' and
7542            'IMIX' and
7543            '2T1C' and
7544            'MRR'"
7545   parameters:
7546   - "result"
7547   - "name"
7548   - "tags"
7549   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7550   x-axis: "X = VNFs per Service Chain"
7551   y-axis: "Y = Number of Service Chains"
7552   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7553   layout:
7554     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7555     layout: "plot-service-density"
7556
7557 - type: "plot"
7558   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7559   algorithm: "plot_nf_heatmap"
7560   output-file-type: ".html"
7561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7562   data: "plot-vpp-nfv-2n-skx-mrr"
7563   filter: "'NIC_Intel-XXV710' and
7564            'NF_DENSITY' and
7565            'VHOST' and
7566            not 'VXLAN' and
7567            'CHAIN' and
7568            'NF_VPPIP4' and
7569            'IMIX' and
7570            '4T2C' and
7571            'MRR'"
7572   parameters:
7573   - "result"
7574   - "name"
7575   - "tags"
7576   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7577   x-axis: "X = VNFs per Service Chain"
7578   y-axis: "Y = Number of Service Chains"
7579   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7580   layout:
7581     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7582     layout: "plot-service-density"
7583
7584 - type: "plot"
7585   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7586   algorithm: "plot_nf_heatmap"
7587   output-file-type: ".html"
7588   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7589   data: "plot-vpp-nfv-2n-skx-mrr"
7590   filter: "'NIC_Intel-XXV710' and
7591            'NF_DENSITY' and
7592            'VHOST' and
7593            not 'VXLAN' and
7594            'CHAIN' and
7595            'NF_VPPIP4' and
7596            'IMIX' and
7597            '8T4C' and
7598            'MRR'"
7599   parameters:
7600   - "result"
7601   - "name"
7602   - "tags"
7603   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7604   x-axis: "X = VNFs per Service Chain"
7605   y-axis: "Y = Number of Service Chains"
7606   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7607   layout:
7608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7609     layout: "plot-service-density"
7610
7611 # Plots - NF Density - VSC - NDR IMIX
7612 - type: "plot"
7613   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7614   algorithm: "plot_nf_heatmap"
7615   output-file-type: ".html"
7616   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7617   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7618   filter: "'NIC_Intel-XXV710' and
7619            'NF_DENSITY' and
7620            'VHOST' and
7621            not 'VXLAN' and
7622            'CHAIN' and
7623            'NF_VPPIP4' and
7624            'IMIX' and
7625            '2T1C' and
7626            'NDRPDR'"
7627   parameters:
7628   - "throughput"
7629   - "name"
7630   - "tags"
7631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7632   x-axis: "X = VNFs per Service Chain"
7633   y-axis: "Y = Number of Service Chains"
7634   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7635   layout:
7636     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7637     layout: "plot-service-density"
7638
7639 - type: "plot"
7640   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7641   algorithm: "plot_nf_heatmap"
7642   output-file-type: ".html"
7643   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7644   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7645   filter: "'NIC_Intel-XXV710' and
7646            'NF_DENSITY' and
7647            'VHOST' and
7648            not 'VXLAN' and
7649            'CHAIN' and
7650            'NF_VPPIP4' and
7651            'IMIX' and
7652            '4T2C' and
7653            'NDRPDR'"
7654   parameters:
7655   - "throughput"
7656   - "name"
7657   - "tags"
7658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7659   x-axis: "X = VNFs per Service Chain"
7660   y-axis: "Y = Number of Service Chains"
7661   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7662   layout:
7663     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7664     layout: "plot-service-density"
7665
7666 - type: "plot"
7667   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7668   algorithm: "plot_nf_heatmap"
7669   output-file-type: ".html"
7670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7671   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7672   filter: "'NIC_Intel-XXV710' and
7673            'NF_DENSITY' and
7674            'VHOST' and
7675            not 'VXLAN' and
7676            'CHAIN' and
7677            'NF_VPPIP4' and
7678            'IMIX' and
7679            '8T4C' and
7680            'NDRPDR'"
7681   parameters:
7682   - "throughput"
7683   - "name"
7684   - "tags"
7685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7686   x-axis: "X = VNFs per Service Chain"
7687   y-axis: "Y = Number of Service Chains"
7688   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7689   layout:
7690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7691     layout: "plot-service-density"
7692
7693 # Plots - NF Density - VSC - PDR IMIX
7694 - type: "plot"
7695   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7696   algorithm: "plot_nf_heatmap"
7697   output-file-type: ".html"
7698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7699   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7700   filter: "'NIC_Intel-XXV710' and
7701            'NF_DENSITY' and
7702            'VHOST' and
7703            not 'VXLAN' and
7704            'CHAIN' and
7705            'NF_VPPIP4' and
7706            'IMIX' and
7707            '2T1C' and
7708            'NDRPDR'"
7709   parameters:
7710   - "throughput"
7711   - "name"
7712   - "tags"
7713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7714   x-axis: "X = VNFs per Service Chain"
7715   y-axis: "Y = Number of Service Chains"
7716   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7717   layout:
7718     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7719     layout: "plot-service-density"
7720
7721 - type: "plot"
7722   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7723   algorithm: "plot_nf_heatmap"
7724   output-file-type: ".html"
7725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7726   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7727   filter: "'NIC_Intel-XXV710' and
7728            'NF_DENSITY' and
7729            'VHOST' and
7730            not 'VXLAN' and
7731            'CHAIN' and
7732            'NF_VPPIP4' and
7733            'IMIX' and
7734            '4T2C' and
7735            'NDRPDR'"
7736   parameters:
7737   - "throughput"
7738   - "name"
7739   - "tags"
7740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7741   x-axis: "X = VNFs per Service Chain"
7742   y-axis: "Y = Number of Service Chains"
7743   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7744   layout:
7745     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7746     layout: "plot-service-density"
7747
7748 - type: "plot"
7749   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7750   algorithm: "plot_nf_heatmap"
7751   output-file-type: ".html"
7752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7753   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7754   filter: "'NIC_Intel-XXV710' and
7755            'NF_DENSITY' and
7756            'VHOST' and
7757            not 'VXLAN' and
7758            'CHAIN' and
7759            'NF_VPPIP4' and
7760            'IMIX' and
7761            '8T4C' and
7762            'NDRPDR'"
7763   parameters:
7764   - "throughput"
7765   - "name"
7766   - "tags"
7767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7768   x-axis: "X = VNFs per Service Chain"
7769   y-axis: "Y = Number of Service Chains"
7770   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7771   layout:
7772     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7773     layout: "plot-service-density"
7774
7775 ###############################################################################
7776
7777 # Plots - NF Density - VSC - MRR IMIX
7778 - type: "plot"
7779   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7780   algorithm: "plot_nf_heatmap"
7781   output-file-type: ".html"
7782   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7783   data: "plot-vpp-nfv-2n-skx-mrr"
7784   filter: "'NIC_Intel-XXV710' and
7785            'NF_DENSITY' and
7786            'VHOST' and
7787            'VXLAN' and
7788            'CHAIN' and
7789            'IMIX' and
7790            '2T1C' and
7791            'MRR'"
7792   parameters:
7793   - "result"
7794   - "name"
7795   - "tags"
7796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7797   x-axis: "X = VNFs per Service Chain"
7798   y-axis: "Y = Number of Service Chains"
7799   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7800   layout:
7801     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7802     layout: "plot-service-density"
7803
7804 - type: "plot"
7805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7806   algorithm: "plot_nf_heatmap"
7807   output-file-type: ".html"
7808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7809   data: "plot-vpp-nfv-2n-skx-mrr"
7810   filter: "'NIC_Intel-XXV710' and
7811            'NF_DENSITY' and
7812            'VHOST' and
7813            'VXLAN' and
7814            'CHAIN' and
7815            'IMIX' and
7816            '4T2C' and
7817            'MRR'"
7818   parameters:
7819   - "result"
7820   - "name"
7821   - "tags"
7822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7823   x-axis: "X = VNFs per Service Chain"
7824   y-axis: "Y = Number of Service Chains"
7825   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7826   layout:
7827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7828     layout: "plot-service-density"
7829
7830 - type: "plot"
7831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7832   algorithm: "plot_nf_heatmap"
7833   output-file-type: ".html"
7834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7835   data: "plot-vpp-nfv-2n-skx-mrr"
7836   filter: "'NIC_Intel-XXV710' and
7837            'NF_DENSITY' and
7838            'VHOST' and
7839            'VXLAN' and
7840            'CHAIN' and
7841            'IMIX' and
7842            '8T4C' and
7843            'MRR'"
7844   parameters:
7845   - "result"
7846   - "name"
7847   - "tags"
7848   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7849   x-axis: "X = VNFs per Service Chain"
7850   y-axis: "Y = Number of Service Chains"
7851   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7852   layout:
7853     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7854     layout: "plot-service-density"
7855
7856 # Plots - NF Density - VSC - NDR IMIX
7857 - type: "plot"
7858   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7859   algorithm: "plot_nf_heatmap"
7860   output-file-type: ".html"
7861   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7862   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7863   filter: "'NIC_Intel-XXV710' and
7864            'NF_DENSITY' and
7865            'VHOST' and
7866            'VXLAN' and
7867            'CHAIN' and
7868            'IMIX' and
7869            '2T1C' and
7870            'NDRPDR'"
7871   parameters:
7872   - "throughput"
7873   - "name"
7874   - "tags"
7875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7876   x-axis: "X = VNFs per Service Chain"
7877   y-axis: "Y = Number of Service Chains"
7878   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7879   layout:
7880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7881     layout: "plot-service-density"
7882
7883 - type: "plot"
7884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7885   algorithm: "plot_nf_heatmap"
7886   output-file-type: ".html"
7887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7888   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7889   filter: "'NIC_Intel-XXV710' and
7890            'NF_DENSITY' and
7891            'VHOST' and
7892            'VXLAN' and
7893            'CHAIN' and
7894            'IMIX' and
7895            '4T2C' and
7896            'NDRPDR'"
7897   parameters:
7898   - "throughput"
7899   - "name"
7900   - "tags"
7901   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7902   x-axis: "X = VNFs per Service Chain"
7903   y-axis: "Y = Number of Service Chains"
7904   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7905   layout:
7906     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7907     layout: "plot-service-density"
7908
7909 - type: "plot"
7910   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7911   algorithm: "plot_nf_heatmap"
7912   output-file-type: ".html"
7913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7914   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7915   filter: "'NIC_Intel-XXV710' and
7916            'NF_DENSITY' and
7917            'VHOST' and
7918            'VXLAN' and
7919            'CHAIN' and
7920            'IMIX' and
7921            '8T4C' and
7922            'NDRPDR'"
7923   parameters:
7924   - "throughput"
7925   - "name"
7926   - "tags"
7927   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7928   x-axis: "X = VNFs per Service Chain"
7929   y-axis: "Y = Number of Service Chains"
7930   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7931   layout:
7932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7933     layout: "plot-service-density"
7934
7935 # Plots - NF Density - VSC - PDR IMIX
7936 - type: "plot"
7937   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7938   algorithm: "plot_nf_heatmap"
7939   output-file-type: ".html"
7940   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7941   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7942   filter: "'NIC_Intel-XXV710' and
7943            'NF_DENSITY' and
7944            'VHOST' and
7945            'VXLAN' and
7946            'CHAIN' and
7947            'IMIX' and
7948            '2T1C' and
7949            'NDRPDR'"
7950   parameters:
7951   - "throughput"
7952   - "name"
7953   - "tags"
7954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7955   x-axis: "X = VNFs per Service Chain"
7956   y-axis: "Y = Number of Service Chains"
7957   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7958   layout:
7959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7960     layout: "plot-service-density"
7961
7962 - type: "plot"
7963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7964   algorithm: "plot_nf_heatmap"
7965   output-file-type: ".html"
7966   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7967   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7968   filter: "'NIC_Intel-XXV710' and
7969            'NF_DENSITY' and
7970            'VHOST' and
7971            'VXLAN' and
7972            'CHAIN' and
7973            'IMIX' and
7974            '4T2C' and
7975            'NDRPDR'"
7976   parameters:
7977   - "throughput"
7978   - "name"
7979   - "tags"
7980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7981   x-axis: "X = VNFs per Service Chain"
7982   y-axis: "Y = Number of Service Chains"
7983   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7984   layout:
7985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7986     layout: "plot-service-density"
7987
7988 - type: "plot"
7989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7990   algorithm: "plot_nf_heatmap"
7991   output-file-type: ".html"
7992   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7993   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7994   filter: "'NIC_Intel-XXV710' and
7995            'NF_DENSITY' and
7996            'VHOST' and
7997            'VXLAN' and
7998            'CHAIN' and
7999            'IMIX' and
8000            '8T4C' and
8001            'NDRPDR'"
8002   parameters:
8003   - "throughput"
8004   - "name"
8005   - "tags"
8006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8007   x-axis: "X = VNFs per Service Chain"
8008   y-axis: "Y = Number of Service Chains"
8009   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8010   layout:
8011     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8012     layout: "plot-service-density"
8013
8014 ###############################################################################
8015
8016 # Plots - NF Density - CSC - MRR IMIX
8017 - type: "plot"
8018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8019   algorithm: "plot_nf_heatmap"
8020   output-file-type: ".html"
8021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8022   data: "plot-vpp-nfv-2n-skx-mrr"
8023   filter: "'NIC_Intel-XXV710' and
8024            'NF_DENSITY' and
8025            'DOCKER' and
8026            'CHAIN' and
8027            'NF_VPPIP4' and
8028            'IMIX' and
8029            '2T1C' and
8030            'MRR'"
8031   parameters:
8032   - "result"
8033   - "name"
8034   - "tags"
8035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8036   x-axis: "X = CNFs per Service Chain"
8037   y-axis: "Y = Number of Service Chains"
8038   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8039   layout:
8040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8041     layout: "plot-service-density"
8042
8043 - type: "plot"
8044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8045   algorithm: "plot_nf_heatmap"
8046   output-file-type: ".html"
8047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8048   data: "plot-vpp-nfv-2n-skx-mrr"
8049   filter: "'NIC_Intel-XXV710' and
8050            'NF_DENSITY' and
8051            'DOCKER' and
8052            'CHAIN' and
8053            'NF_VPPIP4' and
8054            'IMIX' and
8055            '4T2C' and
8056            'MRR'"
8057   parameters:
8058   - "result"
8059   - "name"
8060   - "tags"
8061   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8062   x-axis: "X = CNFs per Service Chain"
8063   y-axis: "Y = Number of Service Chains"
8064   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8065   layout:
8066     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8067     layout: "plot-service-density"
8068
8069 - type: "plot"
8070   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8071   algorithm: "plot_nf_heatmap"
8072   output-file-type: ".html"
8073   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8074   data: "plot-vpp-nfv-2n-skx-mrr"
8075   filter: "'NIC_Intel-XXV710' and
8076            'NF_DENSITY' and
8077            'DOCKER' and
8078            'CHAIN' and
8079            'NF_VPPIP4' and
8080            'IMIX' and
8081            '8T4C' and
8082            'MRR'"
8083   parameters:
8084   - "result"
8085   - "name"
8086   - "tags"
8087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8088   x-axis: "X = CNFs per Service Chain"
8089   y-axis: "Y = Number of Service Chains"
8090   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8091   layout:
8092     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8093     layout: "plot-service-density"
8094
8095 # Plots - NF Density - CSC - NDR IMIX
8096 - type: "plot"
8097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8098   algorithm: "plot_nf_heatmap"
8099   output-file-type: ".html"
8100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8101   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8102   filter: "'NIC_Intel-XXV710' and
8103            'NF_DENSITY' and
8104            'DOCKER' and
8105            'CHAIN' and
8106            'NF_VPPIP4' and
8107            'IMIX' and
8108            '2T1C' and
8109            'NDRPDR'"
8110   parameters:
8111   - "throughput"
8112   - "name"
8113   - "tags"
8114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8115   x-axis: "X = CNFs per Service Chain"
8116   y-axis: "Y = Number of Service Chains"
8117   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8118   layout:
8119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8120     layout: "plot-service-density"
8121
8122 - type: "plot"
8123   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8124   algorithm: "plot_nf_heatmap"
8125   output-file-type: ".html"
8126   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8127   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8128   filter: "'NIC_Intel-XXV710' and
8129            'NF_DENSITY' and
8130            'DOCKER' and
8131            'CHAIN' and
8132            'NF_VPPIP4' and
8133            'IMIX' and
8134            '4T2C' and
8135            'NDRPDR'"
8136   parameters:
8137   - "throughput"
8138   - "name"
8139   - "tags"
8140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8141   x-axis: "X = CNFs per Service Chain"
8142   y-axis: "Y = Number of Service Chains"
8143   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8144   layout:
8145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8146     layout: "plot-service-density"
8147
8148 - type: "plot"
8149   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8150   algorithm: "plot_nf_heatmap"
8151   output-file-type: ".html"
8152   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8153   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8154   filter: "'NIC_Intel-XXV710' and
8155            'NF_DENSITY' and
8156            'DOCKER' and
8157            'CHAIN' and
8158            'NF_VPPIP4' and
8159            'IMIX' and
8160            '8T4C' and
8161            'NDRPDR'"
8162   parameters:
8163   - "throughput"
8164   - "name"
8165   - "tags"
8166   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8167   x-axis: "X = CNFs per Service Chain"
8168   y-axis: "Y = Number of Service Chains"
8169   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8170   layout:
8171     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8172     layout: "plot-service-density"
8173
8174 # Plots - NF Density - CSC - PDR IMIX
8175 - type: "plot"
8176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8177   algorithm: "plot_nf_heatmap"
8178   output-file-type: ".html"
8179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8180   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8181   filter: "'NIC_Intel-XXV710' and
8182            'NF_DENSITY' and
8183            'DOCKER' and
8184            'CHAIN' and
8185            'NF_VPPIP4' and
8186            'IMIX' and
8187            '2T1C' and
8188            'NDRPDR'"
8189   parameters:
8190   - "throughput"
8191   - "name"
8192   - "tags"
8193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8194   x-axis: "X = CNFs per Service Chain"
8195   y-axis: "Y = Number of Service Chains"
8196   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8197   layout:
8198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8199     layout: "plot-service-density"
8200
8201 - type: "plot"
8202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8203   algorithm: "plot_nf_heatmap"
8204   output-file-type: ".html"
8205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8206   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8207   filter: "'NIC_Intel-XXV710' and
8208            'NF_DENSITY' and
8209            'DOCKER' and
8210            'CHAIN' and
8211            'NF_VPPIP4' and
8212            'IMIX' and
8213            '4T2C' and
8214            'NDRPDR'"
8215   parameters:
8216   - "throughput"
8217   - "name"
8218   - "tags"
8219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8220   x-axis: "X = CNFs per Service Chain"
8221   y-axis: "Y = Number of Service Chains"
8222   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8223   layout:
8224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8225     layout: "plot-service-density"
8226
8227 - type: "plot"
8228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8229   algorithm: "plot_nf_heatmap"
8230   output-file-type: ".html"
8231   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8232   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8233   filter: "'NIC_Intel-XXV710' and
8234            'NF_DENSITY' and
8235            'DOCKER' and
8236            'CHAIN' and
8237            'NF_VPPIP4' and
8238            'IMIX' and
8239            '8T4C' and
8240            'NDRPDR'"
8241   parameters:
8242   - "throughput"
8243   - "name"
8244   - "tags"
8245   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8246   x-axis: "X = CNFs per Service Chain"
8247   y-axis: "Y = Number of Service Chains"
8248   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8249   layout:
8250     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8251     layout: "plot-service-density"
8252
8253 ################################################################################
8254 #
8255 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8256 #- type: "plot"
8257 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8258 #  algorithm: "plot_nf_heatmap"
8259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8260 #  data: "plot-vpp-nfv-3n-skx-mrr"
8261 #  filter: "'NIC_Intel-XXV710' and
8262 #           'NF_DENSITY' and
8263 #           'DOCKER' and
8264 #           'CHAIN' and
8265 #           'NF_VPPIP4' and
8266 #           'IPSEC' and
8267 #           'TNL_4' and
8268 #           'IMIX' and
8269 #           '2T1C' and
8270 #           'MRR'"
8271 #  parameters:
8272 #  - "result"
8273 #  - "name"
8274 #  - "tags"
8275 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8276 #  x-axis: "X = CNFs per Service Chain"
8277 #  y-axis: "Y = Number of Service Chains"
8278 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8279 #  layout:
8280 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8281 #    layout: "plot-service-density"
8282 #
8283 #- type: "plot"
8284 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8285 #  algorithm: "plot_nf_heatmap"
8286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8287 #  data: "plot-vpp-nfv-3n-skx-mrr"
8288 #  filter: "'NIC_Intel-XXV710' and
8289 #           'NF_DENSITY' and
8290 #           'DOCKER' and
8291 #           'CHAIN' and
8292 #           'NF_VPPIP4' and
8293 #           'IPSEC' and
8294 #           'TNL_4' and
8295 #           'IMIX' and
8296 #           '4T2C' and
8297 #           'MRR'"
8298 #  parameters:
8299 #  - "result"
8300 #  - "name"
8301 #  - "tags"
8302 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8303 #  x-axis: "X = CNFs per Service Chain"
8304 #  y-axis: "Y = Number of Service Chains"
8305 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8306 #  layout:
8307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8308 #    layout: "plot-service-density"
8309 #
8310 #- type: "plot"
8311 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8312 #  algorithm: "plot_nf_heatmap"
8313 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8314 #  data: "plot-vpp-nfv-3n-skx-mrr"
8315 #  filter: "'NIC_Intel-XXV710' and
8316 #           'NF_DENSITY' and
8317 #           'DOCKER' and
8318 #           'CHAIN' and
8319 #           'NF_VPPIP4' and
8320 #           'IPSEC' and
8321 #           'TNL_4' and
8322 #           'IMIX' and
8323 #           '8T4C' and
8324 #           'MRR'"
8325 #  parameters:
8326 #  - "result"
8327 #  - "name"
8328 #  - "tags"
8329 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8330 #  x-axis: "X = CNFs per Service Chain"
8331 #  y-axis: "Y = Number of Service Chains"
8332 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8333 #  layout:
8334 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8335 #    layout: "plot-service-density"
8336
8337 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8338 #- type: "plot"
8339 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8340 #  algorithm: "plot_nf_heatmap"
8341 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8342 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8343 #  filter: "'NIC_Intel-XXV710' and
8344 #           'NF_DENSITY' and
8345 #           'DOCKER' and
8346 #           'CHAIN' and
8347 #           'NF_VPPIP4' and
8348 #           'IPSEC' and
8349 #           'TNL_4' and
8350 #           'IMIX' and
8351 #           '2T1C' and
8352 #           'NDRPDR'"
8353 #  parameters:
8354 #  - "throughput"
8355 #  - "name"
8356 #  - "tags"
8357 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8358 #  x-axis: "X = CNFs per Service Chain"
8359 #  y-axis: "Y = Number of Service Chains"
8360 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8361 #  layout:
8362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8363 #    layout: "plot-service-density"
8364 #
8365 #- type: "plot"
8366 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8367 #  algorithm: "plot_nf_heatmap"
8368 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8369 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8370 #  filter: "'NIC_Intel-XXV710' and
8371 #           'NF_DENSITY' and
8372 #           'DOCKER' and
8373 #           'CHAIN' and
8374 #           'NF_VPPIP4' and
8375 #           'IPSEC' and
8376 #           'TNL_4' and
8377 #           'IMIX' and
8378 #           '4T2C' and
8379 #           'NDRPDR'"
8380 #  parameters:
8381 #  - "throughput"
8382 #  - "name"
8383 #  - "tags"
8384 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8385 #  x-axis: "X = CNFs per Service Chain"
8386 #  y-axis: "Y = Number of Service Chains"
8387 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8388 #  layout:
8389 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8390 #    layout: "plot-service-density"
8391 #
8392 #- type: "plot"
8393 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8394 #  algorithm: "plot_nf_heatmap"
8395 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8396 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8397 #  filter: "'NIC_Intel-XXV710' and
8398 #           'NF_DENSITY' and
8399 #           'DOCKER' and
8400 #           'CHAIN' and
8401 #           'NF_VPPIP4' and
8402 #           'IPSEC' and
8403 #           'TNL_4' and
8404 #           'IMIX' and
8405 #           '8T4C' and
8406 #           'NDRPDR'"
8407 #  parameters:
8408 #  - "throughput"
8409 #  - "name"
8410 #  - "tags"
8411 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8412 #  x-axis: "X = CNFs per Service Chain"
8413 #  y-axis: "Y = Number of Service Chains"
8414 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8415 #  layout:
8416 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8417 #    layout: "plot-service-density"
8418 #
8419 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8420 #- type: "plot"
8421 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8422 #  algorithm: "plot_nf_heatmap"
8423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8424 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8425 #  filter: "'NIC_Intel-XXV710' and
8426 #           'NF_DENSITY' and
8427 #           'DOCKER' and
8428 #           'CHAIN' and
8429 #           'NF_VPPIP4' and
8430 #           'IPSEC' and
8431 #           'TNL_4' and
8432 #           'IMIX' and
8433 #           '2T1C' and
8434 #           'NDRPDR'"
8435 #  parameters:
8436 #  - "throughput"
8437 #  - "name"
8438 #  - "tags"
8439 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8440 #  x-axis: "X = CNFs per Service Chain"
8441 #  y-axis: "Y = Number of Service Chains"
8442 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8443 #  layout:
8444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8445 #    layout: "plot-service-density"
8446 #
8447 #- type: "plot"
8448 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8449 #  algorithm: "plot_nf_heatmap"
8450 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8451 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8452 #  filter: "'NIC_Intel-XXV710' and
8453 #           'NF_DENSITY' and
8454 #           'DOCKER' and
8455 #           'CHAIN' and
8456 #           'NF_VPPIP4' and
8457 #           'IPSEC' and
8458 #           'TNL_4' and
8459 #           'IMIX' and
8460 #           '4T2C' and
8461 #           'NDRPDR'"
8462 #  parameters:
8463 #  - "throughput"
8464 #  - "name"
8465 #  - "tags"
8466 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8467 #  x-axis: "X = CNFs per Service Chain"
8468 #  y-axis: "Y = Number of Service Chains"
8469 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8470 #  layout:
8471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8472 #    layout: "plot-service-density"
8473 #
8474 #- type: "plot"
8475 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8476 #  algorithm: "plot_nf_heatmap"
8477 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8478 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8479 #  filter: "'NIC_Intel-XXV710' and
8480 #           'NF_DENSITY' and
8481 #           'DOCKER' and
8482 #           'CHAIN' and
8483 #           'NF_VPPIP4' and
8484 #           'IPSEC' and
8485 #           'TNL_4' and
8486 #           'IMIX' and
8487 #           '8T4C' and
8488 #           'NDRPDR'"
8489 #  parameters:
8490 #  - "throughput"
8491 #  - "name"
8492 #  - "tags"
8493 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8494 #  x-axis: "X = CNFs per Service Chain"
8495 #  y-axis: "Y = Number of Service Chains"
8496 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8497 #  layout:
8498 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8499 #    layout: "plot-service-density"
8500
8501 ###############################################################################
8502
8503 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8504 #- type: "plot"
8505 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8506 #  algorithm: "plot_nf_heatmap"
8507 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8508 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8509 #  filter: "'NIC_Intel-XL710' and
8510 #           'NF_DENSITY' and
8511 #           'DOCKER' and
8512 #           'CHAIN' and
8513 #           'NF_VPPIP4' and
8514 #           'IMIX' and
8515 #           'TNL_4' and
8516 #           '1T1C' and
8517 #           'MRR'"
8518 #  parameters:
8519 #  - "result"
8520 #  - "name"
8521 #  - "tags"
8522 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8523 #  x-axis: "X = CNFs per Service Chain"
8524 #  y-axis: "Y = Number of Service Chains"
8525 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8526 #  layout:
8527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8528 #    layout: "plot-service-density"
8529 #
8530 #- type: "plot"
8531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8532 #  algorithm: "plot_nf_heatmap"
8533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8534 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8535 #  filter: "'NIC_Intel-XL710' and
8536 #           'NF_DENSITY' and
8537 #           'DOCKER' and
8538 #           'CHAIN' and
8539 #           'NF_VPPIP4' and
8540 #           'IPSEC' and
8541 #           'TNL_4' and
8542 #           'IMIX' and
8543 #           '2T2C' and
8544 #           'MRR'"
8545 #  parameters:
8546 #  - "result"
8547 #  - "name"
8548 #  - "tags"
8549 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8550 #  x-axis: "X = CNFs per Service Chain"
8551 #  y-axis: "Y = Number of Service Chains"
8552 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8553 #  layout:
8554 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8555 #    layout: "plot-service-density"
8556 #
8557 #- type: "plot"
8558 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8559 #  algorithm: "plot_nf_heatmap"
8560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8561 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8562 #  filter: "'NIC_Intel-XL710' and
8563 #           'NF_DENSITY' and
8564 #           'DOCKER' and
8565 #           'CHAIN' and
8566 #           'NF_VPPIP4' and
8567 #           'IPSEC' and
8568 #           'TNL_4' and
8569 #           'IMIX' and
8570 #           '4T4C' and
8571 #           'MRR'"
8572 #  parameters:
8573 #  - "result"
8574 #  - "name"
8575 #  - "tags"
8576 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8577 #  x-axis: "X = CNFs per Service Chain"
8578 #  y-axis: "Y = Number of Service Chains"
8579 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8580 #  layout:
8581 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8582 #    layout: "plot-service-density"
8583
8584 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8585 #- type: "plot"
8586 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8587 #  algorithm: "plot_nf_heatmap"
8588 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8589 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8590 #  filter: "'NIC_Intel-XL710' and
8591 #           'NF_DENSITY' and
8592 #           'DOCKER' and
8593 #           'CHAIN' and
8594 #           'NF_VPPIP4' and
8595 #           'IPSEC' and
8596 #           'TNL_4' and
8597 #           'IMIX' and
8598 #           '1T1C' and
8599 #           'NDRPDR'"
8600 #  parameters:
8601 #  - "throughput"
8602 #  - "name"
8603 #  - "tags"
8604 #  include-tests: "NDR" # "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 NDR) [Mpps]"
8608 #  layout:
8609 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8610 #    layout: "plot-service-density"
8611 #
8612 #- type: "plot"
8613 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8614 #  algorithm: "plot_nf_heatmap"
8615 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8616 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8617 #  filter: "'NIC_Intel-XL710' and
8618 #           'NF_DENSITY' and
8619 #           'DOCKER' and
8620 #           'CHAIN' and
8621 #           'NF_VPPIP4' and
8622 #           'IPSEC' and
8623 #           'TNL_4' and
8624 #           'IMIX' and
8625 #           '2T2C' and
8626 #           'NDRPDR'"
8627 #  parameters:
8628 #  - "throughput"
8629 #  - "name"
8630 #  - "tags"
8631 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8632 #  x-axis: "X = CNFs per Service Chain"
8633 #  y-axis: "Y = Number of Service Chains"
8634 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8635 #  layout:
8636 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8637 #    layout: "plot-service-density"
8638 #
8639 #- type: "plot"
8640 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8641 #  algorithm: "plot_nf_heatmap"
8642 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8643 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8644 #  filter: "'NIC_Intel-XL710' and
8645 #           'NF_DENSITY' and
8646 #           'DOCKER' and
8647 #           'CHAIN' and
8648 #           'NF_VPPIP4' and
8649 #           'IPSEC' and
8650 #           'TNL_4' and
8651 #           'IMIX' and
8652 #           '4T4C' and
8653 #           'NDRPDR'"
8654 #  parameters:
8655 #  - "throughput"
8656 #  - "name"
8657 #  - "tags"
8658 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8659 #  x-axis: "X = CNFs per Service Chain"
8660 #  y-axis: "Y = Number of Service Chains"
8661 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8662 #  layout:
8663 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8664 #    layout: "plot-service-density"
8665 #
8666 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8667 #- type: "plot"
8668 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8669 #  algorithm: "plot_nf_heatmap"
8670 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8671 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8672 #  filter: "'NIC_Intel-XL710' and
8673 #           'NF_DENSITY' and
8674 #           'DOCKER' and
8675 #           'CHAIN' and
8676 #           'NF_VPPIP4' and
8677 #           'IPSEC' and
8678 #           'TNL_4' and
8679 #           'IMIX' and
8680 #           '1T1C' and
8681 #           'NDRPDR'"
8682 #  parameters:
8683 #  - "throughput"
8684 #  - "name"
8685 #  - "tags"
8686 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8687 #  x-axis: "X = CNFs per Service Chain"
8688 #  y-axis: "Y = Number of Service Chains"
8689 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8690 #  layout:
8691 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8692 #    layout: "plot-service-density"
8693 #
8694 #- type: "plot"
8695 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8696 #  algorithm: "plot_nf_heatmap"
8697 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8698 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8699 #  filter: "'NIC_Intel-XL710' and
8700 #           'NF_DENSITY' and
8701 #           'DOCKER' and
8702 #           'CHAIN' and
8703 #           'NF_VPPIP4' and
8704 #           'IPSEC' and
8705 #           'TNL_4' and
8706 #           'IMIX' and
8707 #           '2T2C' and
8708 #           'NDRPDR'"
8709 #  parameters:
8710 #  - "throughput"
8711 #  - "name"
8712 #  - "tags"
8713 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8714 #  x-axis: "X = CNFs per Service Chain"
8715 #  y-axis: "Y = Number of Service Chains"
8716 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8717 #  layout:
8718 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8719 #    layout: "plot-service-density"
8720 #
8721 #- type: "plot"
8722 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8723 #  algorithm: "plot_nf_heatmap"
8724 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8725 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8726 #  filter: "'NIC_Intel-XL710' and
8727 #           'NF_DENSITY' and
8728 #           'DOCKER' and
8729 #           'CHAIN' and
8730 #           'NF_VPPIP4' and
8731 #           'IPSEC' and
8732 #           'TNL_4' and
8733 #           'IMIX' and
8734 #           '4T4C' and
8735 #           'NDRPDR'"
8736 #  parameters:
8737 #  - "throughput"
8738 #  - "name"
8739 #  - "tags"
8740 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8741 #  x-axis: "X = CNFs per Service Chain"
8742 #  y-axis: "Y = Number of Service Chains"
8743 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8744 #  layout:
8745 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8746 #    layout: "plot-service-density"
8747
8748 ###############################################################################
8749
8750 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8751 #- type: "plot"
8752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8753 #  algorithm: "plot_nf_heatmap"
8754 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8755 #  data: "plot-vpp-nfv-3n-skx-mrr"
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_1000' and
8763 #           'IMIX' and
8764 #           '2T1C' and
8765 #           'MRR'"
8766 #  parameters:
8767 #  - "result"
8768 #  - "name"
8769 #  - "tags"
8770 #  include-tests: "MRR" # "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 MRR) [Mpps]"
8774 #  layout:
8775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8776 #    layout: "plot-service-density"
8777 #
8778 #- type: "plot"
8779 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8780 #  algorithm: "plot_nf_heatmap"
8781 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8782 #  data: "plot-vpp-nfv-3n-skx-mrr"
8783 #  filter: "'NIC_Intel-XXV710' and
8784 #           'NF_DENSITY' and
8785 #           'DOCKER' and
8786 #           'CHAIN' and
8787 #           'NF_VPPIP4' and
8788 #           'IPSEC' and
8789 #           'TNL_1000' and
8790 #           'IMIX' and
8791 #           '4T2C' and
8792 #           'MRR'"
8793 #  parameters:
8794 #  - "result"
8795 #  - "name"
8796 #  - "tags"
8797 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8798 #  x-axis: "X = CNFs per Service Chain"
8799 #  y-axis: "Y = Number of Service Chains"
8800 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8801 #  layout:
8802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8803 #    layout: "plot-service-density"
8804 #
8805 #- type: "plot"
8806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8807 #  algorithm: "plot_nf_heatmap"
8808 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8809 #  data: "plot-vpp-nfv-3n-skx-mrr"
8810 #  filter: "'NIC_Intel-XXV710' and
8811 #           'NF_DENSITY' and
8812 #           'DOCKER' and
8813 #           'CHAIN' and
8814 #           'NF_VPPIP4' and
8815 #           'IPSEC' and
8816 #           'TNL_1000' and
8817 #           'IMIX' and
8818 #           '8T4C' and
8819 #           'MRR'"
8820 #  parameters:
8821 #  - "result"
8822 #  - "name"
8823 #  - "tags"
8824 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8825 #  x-axis: "X = CNFs per Service Chain"
8826 #  y-axis: "Y = Number of Service Chains"
8827 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8828 #  layout:
8829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8830 #    layout: "plot-service-density"
8831
8832 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8833 #- type: "plot"
8834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8835 #  algorithm: "plot_nf_heatmap"
8836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
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_1000' and
8845 #           'IMIX' and
8846 #           '2T1C' and
8847 #           'NDRPDR'"
8848 #  parameters:
8849 #  - "throughput"
8850 #  - "name"
8851 #  - "tags"
8852 #  include-tests: "NDR" # "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 NDR) [Mpps]"
8856 #  layout:
8857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8858 #    layout: "plot-service-density"
8859 #
8860 #- type: "plot"
8861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8862 #  algorithm: "plot_nf_heatmap"
8863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8864 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8865 #  filter: "'NIC_Intel-XXV710' and
8866 #           'NF_DENSITY' and
8867 #           'DOCKER' and
8868 #           'CHAIN' and
8869 #           'NF_VPPIP4' and
8870 #           'IPSEC' and
8871 #           'TNL_1000' and
8872 #           'IMIX' and
8873 #           '4T2C' and
8874 #           'NDRPDR'"
8875 #  parameters:
8876 #  - "throughput"
8877 #  - "name"
8878 #  - "tags"
8879 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8880 #  x-axis: "X = CNFs per Service Chain"
8881 #  y-axis: "Y = Number of Service Chains"
8882 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8883 #  layout:
8884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8885 #    layout: "plot-service-density"
8886 #
8887 #- type: "plot"
8888 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8889 #  algorithm: "plot_nf_heatmap"
8890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8891 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8892 #  filter: "'NIC_Intel-XXV710' and
8893 #           'NF_DENSITY' and
8894 #           'DOCKER' and
8895 #           'CHAIN' and
8896 #           'NF_VPPIP4' and
8897 #           'IPSEC' and
8898 #           'TNL_1000' and
8899 #           'IMIX' and
8900 #           '8T4C' and
8901 #           'NDRPDR'"
8902 #  parameters:
8903 #  - "throughput"
8904 #  - "name"
8905 #  - "tags"
8906 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8907 #  x-axis: "X = CNFs per Service Chain"
8908 #  y-axis: "Y = Number of Service Chains"
8909 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8910 #  layout:
8911 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8912 #    layout: "plot-service-density"
8913 #
8914 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8915 #- type: "plot"
8916 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8917 #  algorithm: "plot_nf_heatmap"
8918 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8919 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8920 #  filter: "'NIC_Intel-XXV710' and
8921 #           'NF_DENSITY' and
8922 #           'DOCKER' and
8923 #           'CHAIN' and
8924 #           'NF_VPPIP4' and
8925 #           'IPSEC' and
8926 #           'TNL_1000' and
8927 #           'IMIX' and
8928 #           '2T1C' and
8929 #           'NDRPDR'"
8930 #  parameters:
8931 #  - "throughput"
8932 #  - "name"
8933 #  - "tags"
8934 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8935 #  x-axis: "X = CNFs per Service Chain"
8936 #  y-axis: "Y = Number of Service Chains"
8937 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8938 #  layout:
8939 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8940 #    layout: "plot-service-density"
8941 #
8942 #- type: "plot"
8943 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8944 #  algorithm: "plot_nf_heatmap"
8945 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8946 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8947 #  filter: "'NIC_Intel-XXV710' and
8948 #           'NF_DENSITY' and
8949 #           'DOCKER' and
8950 #           'CHAIN' and
8951 #           'NF_VPPIP4' and
8952 #           'IPSEC' and
8953 #           'TNL_1000' and
8954 #           'IMIX' and
8955 #           '4T2C' and
8956 #           'NDRPDR'"
8957 #  parameters:
8958 #  - "throughput"
8959 #  - "name"
8960 #  - "tags"
8961 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8962 #  x-axis: "X = CNFs per Service Chain"
8963 #  y-axis: "Y = Number of Service Chains"
8964 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8965 #  layout:
8966 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8967 #    layout: "plot-service-density"
8968 #
8969 #- type: "plot"
8970 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8971 #  algorithm: "plot_nf_heatmap"
8972 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8973 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8974 #  filter: "'NIC_Intel-XXV710' and
8975 #           'NF_DENSITY' and
8976 #           'DOCKER' and
8977 #           'CHAIN' and
8978 #           'NF_VPPIP4' and
8979 #           'IPSEC' and
8980 #           'TNL_1000' and
8981 #           'IMIX' and
8982 #           '8T4C' and
8983 #           'NDRPDR'"
8984 #  parameters:
8985 #  - "throughput"
8986 #  - "name"
8987 #  - "tags"
8988 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8989 #  x-axis: "X = CNFs per Service Chain"
8990 #  y-axis: "Y = Number of Service Chains"
8991 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8992 #  layout:
8993 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8994 #    layout: "plot-service-density"
8995
8996 ###############################################################################
8997
8998 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8999 #- type: "plot"
9000 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9001 #  algorithm: "plot_nf_heatmap"
9002 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9003 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9004 #  filter: "'NIC_Intel-XL710' and
9005 #           'NF_DENSITY' and
9006 #           'DOCKER' and
9007 #           'CHAIN' and
9008 #           'NF_VPPIP4' and
9009 #           'IMIX' and
9010 #           'TNL_1000' and
9011 #           '1T1C' and
9012 #           'MRR'"
9013 #  parameters:
9014 #  - "result"
9015 #  - "name"
9016 #  - "tags"
9017 #  include-tests: "MRR" # "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 MRR) [Mpps]"
9021 #  layout:
9022 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9023 #    layout: "plot-service-density"
9024 #
9025 #- type: "plot"
9026 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9027 #  algorithm: "plot_nf_heatmap"
9028 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9029 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9030 #  filter: "'NIC_Intel-XL710' and
9031 #           'NF_DENSITY' and
9032 #           'DOCKER' and
9033 #           'CHAIN' and
9034 #           'NF_VPPIP4' and
9035 #           'IPSEC' and
9036 #           'TNL_1000' and
9037 #           'IMIX' and
9038 #           '2T2C' and
9039 #           'MRR'"
9040 #  parameters:
9041 #  - "result"
9042 #  - "name"
9043 #  - "tags"
9044 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9045 #  x-axis: "X = CNFs per Service Chain"
9046 #  y-axis: "Y = Number of Service Chains"
9047 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9048 #  layout:
9049 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9050 #    layout: "plot-service-density"
9051 #
9052 #- type: "plot"
9053 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9054 #  algorithm: "plot_nf_heatmap"
9055 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9056 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9057 #  filter: "'NIC_Intel-XL710' and
9058 #           'NF_DENSITY' and
9059 #           'DOCKER' and
9060 #           'CHAIN' and
9061 #           'NF_VPPIP4' and
9062 #           'IPSEC' and
9063 #           'TNL_1000' and
9064 #           'IMIX' and
9065 #           '4T4C' and
9066 #           'MRR'"
9067 #  parameters:
9068 #  - "result"
9069 #  - "name"
9070 #  - "tags"
9071 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9072 #  x-axis: "X = CNFs per Service Chain"
9073 #  y-axis: "Y = Number of Service Chains"
9074 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9075 #  layout:
9076 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9077 #    layout: "plot-service-density"
9078
9079 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9080 #- type: "plot"
9081 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9082 #  algorithm: "plot_nf_heatmap"
9083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
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_1000' and
9092 #           'IMIX' and
9093 #           '1T1C' and
9094 #           'NDRPDR'"
9095 #  parameters:
9096 #  - "throughput"
9097 #  - "name"
9098 #  - "tags"
9099 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9103 #  layout:
9104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9105 #    layout: "plot-service-density"
9106 #
9107 #- type: "plot"
9108 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9109 #  algorithm: "plot_nf_heatmap"
9110 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9111 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9112 #  filter: "'NIC_Intel-XL710' and
9113 #           'NF_DENSITY' and
9114 #           'DOCKER' and
9115 #           'CHAIN' and
9116 #           'NF_VPPIP4' and
9117 #           'IPSEC' and
9118 #           'TNL_1000' and
9119 #           'IMIX' and
9120 #           '2T2C' and
9121 #           'NDRPDR'"
9122 #  parameters:
9123 #  - "throughput"
9124 #  - "name"
9125 #  - "tags"
9126 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9127 #  x-axis: "X = CNFs per Service Chain"
9128 #  y-axis: "Y = Number of Service Chains"
9129 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9130 #  layout:
9131 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9132 #    layout: "plot-service-density"
9133 #
9134 #- type: "plot"
9135 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9136 #  algorithm: "plot_nf_heatmap"
9137 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9138 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9139 #  filter: "'NIC_Intel-XL710' and
9140 #           'NF_DENSITY' and
9141 #           'DOCKER' and
9142 #           'CHAIN' and
9143 #           'NF_VPPIP4' and
9144 #           'IPSEC' and
9145 #           'TNL_1000' and
9146 #           'IMIX' and
9147 #           '4T4C' and
9148 #           'NDRPDR'"
9149 #  parameters:
9150 #  - "throughput"
9151 #  - "name"
9152 #  - "tags"
9153 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9154 #  x-axis: "X = CNFs per Service Chain"
9155 #  y-axis: "Y = Number of Service Chains"
9156 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9157 #  layout:
9158 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9159 #    layout: "plot-service-density"
9160 #
9161 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9162 #- type: "plot"
9163 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9164 #  algorithm: "plot_nf_heatmap"
9165 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9166 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9167 #  filter: "'NIC_Intel-XL710' and
9168 #           'NF_DENSITY' and
9169 #           'DOCKER' and
9170 #           'CHAIN' and
9171 #           'NF_VPPIP4' and
9172 #           'IPSEC' and
9173 #           'TNL_1000' and
9174 #           'IMIX' and
9175 #           '1T1C' and
9176 #           'NDRPDR'"
9177 #  parameters:
9178 #  - "throughput"
9179 #  - "name"
9180 #  - "tags"
9181 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9182 #  x-axis: "X = CNFs per Service Chain"
9183 #  y-axis: "Y = Number of Service Chains"
9184 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9185 #  layout:
9186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9187 #    layout: "plot-service-density"
9188 #
9189 #- type: "plot"
9190 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9191 #  algorithm: "plot_nf_heatmap"
9192 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9193 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9194 #  filter: "'NIC_Intel-XL710' and
9195 #           'NF_DENSITY' and
9196 #           'DOCKER' and
9197 #           'CHAIN' and
9198 #           'NF_VPPIP4' and
9199 #           'IPSEC' and
9200 #           'TNL_1000' and
9201 #           'IMIX' and
9202 #           '2T2C' and
9203 #           'NDRPDR'"
9204 #  parameters:
9205 #  - "throughput"
9206 #  - "name"
9207 #  - "tags"
9208 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9209 #  x-axis: "X = CNFs per Service Chain"
9210 #  y-axis: "Y = Number of Service Chains"
9211 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9212 #  layout:
9213 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9214 #    layout: "plot-service-density"
9215 #
9216 #- type: "plot"
9217 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9218 #  algorithm: "plot_nf_heatmap"
9219 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9220 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9221 #  filter: "'NIC_Intel-XL710' and
9222 #           'NF_DENSITY' and
9223 #           'DOCKER' and
9224 #           'CHAIN' and
9225 #           'NF_VPPIP4' and
9226 #           'IPSEC' and
9227 #           'TNL_1000' and
9228 #           'IMIX' and
9229 #           '4T4C' and
9230 #           'NDRPDR'"
9231 #  parameters:
9232 #  - "throughput"
9233 #  - "name"
9234 #  - "tags"
9235 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9236 #  x-axis: "X = CNFs per Service Chain"
9237 #  y-axis: "Y = Number of Service Chains"
9238 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9239 #  layout:
9240 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9241 #    layout: "plot-service-density"
9242
9243 ###############################################################################
9244
9245 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9246 #- type: "plot"
9247 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9248 #  algorithm: "plot_nf_heatmap"
9249 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9250 #  data: "plot-vpp-nfv-3n-skx-mrr"
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_10000' and
9258 #           'IMIX' and
9259 #           '2T1C' and
9260 #           'MRR'"
9261 #  parameters:
9262 #  - "result"
9263 #  - "name"
9264 #  - "tags"
9265 #  include-tests: "MRR" # "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 MRR) [Mpps]"
9269 #  layout:
9270 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9271 #    layout: "plot-service-density"
9272 #
9273 #- type: "plot"
9274 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9275 #  algorithm: "plot_nf_heatmap"
9276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9277 #  data: "plot-vpp-nfv-3n-skx-mrr"
9278 #  filter: "'NIC_Intel-XXV710' and
9279 #           'NF_DENSITY' and
9280 #           'DOCKER' and
9281 #           'CHAIN' and
9282 #           'NF_VPPIP4' and
9283 #           'IPSEC' and
9284 #           'TNL_10000' and
9285 #           'IMIX' and
9286 #           '4T2C' and
9287 #           'MRR'"
9288 #  parameters:
9289 #  - "result"
9290 #  - "name"
9291 #  - "tags"
9292 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9293 #  x-axis: "X = CNFs per Service Chain"
9294 #  y-axis: "Y = Number of Service Chains"
9295 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9296 #  layout:
9297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9298 #    layout: "plot-service-density"
9299 #
9300 #- type: "plot"
9301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9302 #  algorithm: "plot_nf_heatmap"
9303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9304 #  data: "plot-vpp-nfv-3n-skx-mrr"
9305 #  filter: "'NIC_Intel-XXV710' and
9306 #           'NF_DENSITY' and
9307 #           'DOCKER' and
9308 #           'CHAIN' and
9309 #           'NF_VPPIP4' and
9310 #           'IPSEC' and
9311 #           'TNL_10000' and
9312 #           'IMIX' and
9313 #           '8T4C' and
9314 #           'MRR'"
9315 #  parameters:
9316 #  - "result"
9317 #  - "name"
9318 #  - "tags"
9319 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9320 #  x-axis: "X = CNFs per Service Chain"
9321 #  y-axis: "Y = Number of Service Chains"
9322 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9323 #  layout:
9324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9325 #    layout: "plot-service-density"
9326
9327 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9328 #- type: "plot"
9329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9330 #  algorithm: "plot_nf_heatmap"
9331 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
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_10000' and
9340 #           'IMIX' and
9341 #           '2T1C' and
9342 #           'NDRPDR'"
9343 #  parameters:
9344 #  - "throughput"
9345 #  - "name"
9346 #  - "tags"
9347 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9351 #  layout:
9352 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9353 #    layout: "plot-service-density"
9354 #
9355 #- type: "plot"
9356 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9357 #  algorithm: "plot_nf_heatmap"
9358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9359 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9360 #  filter: "'NIC_Intel-XXV710' and
9361 #           'NF_DENSITY' and
9362 #           'DOCKER' and
9363 #           'CHAIN' and
9364 #           'NF_VPPIP4' and
9365 #           'IPSEC' and
9366 #           'TNL_10000' and
9367 #           'IMIX' and
9368 #           '4T2C' and
9369 #           'NDRPDR'"
9370 #  parameters:
9371 #  - "throughput"
9372 #  - "name"
9373 #  - "tags"
9374 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9375 #  x-axis: "X = CNFs per Service Chain"
9376 #  y-axis: "Y = Number of Service Chains"
9377 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9378 #  layout:
9379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9380 #    layout: "plot-service-density"
9381 #
9382 #- type: "plot"
9383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9384 #  algorithm: "plot_nf_heatmap"
9385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9386 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9387 #  filter: "'NIC_Intel-XXV710' and
9388 #           'NF_DENSITY' and
9389 #           'DOCKER' and
9390 #           'CHAIN' and
9391 #           'NF_VPPIP4' and
9392 #           'IPSEC' and
9393 #           'TNL_10000' and
9394 #           'IMIX' and
9395 #           '8T4C' and
9396 #           'NDRPDR'"
9397 #  parameters:
9398 #  - "throughput"
9399 #  - "name"
9400 #  - "tags"
9401 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9402 #  x-axis: "X = CNFs per Service Chain"
9403 #  y-axis: "Y = Number of Service Chains"
9404 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9405 #  layout:
9406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9407 #    layout: "plot-service-density"
9408 #
9409 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9410 #- type: "plot"
9411 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9412 #  algorithm: "plot_nf_heatmap"
9413 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9414 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9415 #  filter: "'NIC_Intel-XXV710' and
9416 #           'NF_DENSITY' and
9417 #           'DOCKER' and
9418 #           'CHAIN' and
9419 #           'NF_VPPIP4' and
9420 #           'IPSEC' and
9421 #           'TNL_10000' and
9422 #           'IMIX' and
9423 #           '2T1C' and
9424 #           'NDRPDR'"
9425 #  parameters:
9426 #  - "throughput"
9427 #  - "name"
9428 #  - "tags"
9429 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9430 #  x-axis: "X = CNFs per Service Chain"
9431 #  y-axis: "Y = Number of Service Chains"
9432 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9433 #  layout:
9434 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9435 #    layout: "plot-service-density"
9436 #
9437 #- type: "plot"
9438 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9439 #  algorithm: "plot_nf_heatmap"
9440 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9441 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9442 #  filter: "'NIC_Intel-XXV710' and
9443 #           'NF_DENSITY' and
9444 #           'DOCKER' and
9445 #           'CHAIN' and
9446 #           'NF_VPPIP4' and
9447 #           'IPSEC' and
9448 #           'TNL_10000' and
9449 #           'IMIX' and
9450 #           '4T2C' and
9451 #           'NDRPDR'"
9452 #  parameters:
9453 #  - "throughput"
9454 #  - "name"
9455 #  - "tags"
9456 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9457 #  x-axis: "X = CNFs per Service Chain"
9458 #  y-axis: "Y = Number of Service Chains"
9459 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9460 #  layout:
9461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9462 #    layout: "plot-service-density"
9463 #
9464 #- type: "plot"
9465 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9466 #  algorithm: "plot_nf_heatmap"
9467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9468 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9469 #  filter: "'NIC_Intel-XXV710' and
9470 #           'NF_DENSITY' and
9471 #           'DOCKER' and
9472 #           'CHAIN' and
9473 #           'NF_VPPIP4' and
9474 #           'IPSEC' and
9475 #           'TNL_10000' and
9476 #           'IMIX' and
9477 #           '8T4C' and
9478 #           'NDRPDR'"
9479 #  parameters:
9480 #  - "throughput"
9481 #  - "name"
9482 #  - "tags"
9483 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9484 #  x-axis: "X = CNFs per Service Chain"
9485 #  y-axis: "Y = Number of Service Chains"
9486 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9487 #  layout:
9488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9489 #    layout: "plot-service-density"
9490
9491 ###############################################################################
9492
9493 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9494 #- type: "plot"
9495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9496 #  algorithm: "plot_nf_heatmap"
9497 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9498 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9499 #  filter: "'NIC_Intel-XL710' and
9500 #           'NF_DENSITY' and
9501 #           'DOCKER' and
9502 #           'CHAIN' and
9503 #           'NF_VPPIP4' and
9504 #           'IMIX' and
9505 #           'TNL_10000' and
9506 #           '1T1C' and
9507 #           'MRR'"
9508 #  parameters:
9509 #  - "result"
9510 #  - "name"
9511 #  - "tags"
9512 #  include-tests: "MRR" # "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 MRR) [Mpps]"
9516 #  layout:
9517 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9518 #    layout: "plot-service-density"
9519 #
9520 #- type: "plot"
9521 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9522 #  algorithm: "plot_nf_heatmap"
9523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9524 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9525 #  filter: "'NIC_Intel-XL710' and
9526 #           'NF_DENSITY' and
9527 #           'DOCKER' and
9528 #           'CHAIN' and
9529 #           'NF_VPPIP4' and
9530 #           'IPSEC' and
9531 #           'TNL_10000' and
9532 #           'IMIX' and
9533 #           '2T2C' and
9534 #           'MRR'"
9535 #  parameters:
9536 #  - "result"
9537 #  - "name"
9538 #  - "tags"
9539 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9540 #  x-axis: "X = CNFs per Service Chain"
9541 #  y-axis: "Y = Number of Service Chains"
9542 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9543 #  layout:
9544 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9545 #    layout: "plot-service-density"
9546 #
9547 #- type: "plot"
9548 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9549 #  algorithm: "plot_nf_heatmap"
9550 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9551 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9552 #  filter: "'NIC_Intel-XL710' and
9553 #           'NF_DENSITY' and
9554 #           'DOCKER' and
9555 #           'CHAIN' and
9556 #           'NF_VPPIP4' and
9557 #           'IPSEC' and
9558 #           'TNL_10000' and
9559 #           'IMIX' and
9560 #           '4T4C' and
9561 #           'MRR'"
9562 #  parameters:
9563 #  - "result"
9564 #  - "name"
9565 #  - "tags"
9566 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9567 #  x-axis: "X = CNFs per Service Chain"
9568 #  y-axis: "Y = Number of Service Chains"
9569 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9570 #  layout:
9571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9572 #    layout: "plot-service-density"
9573
9574 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9575 #- type: "plot"
9576 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9577 #  algorithm: "plot_nf_heatmap"
9578 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
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_10000' and
9587 #           'IMIX' and
9588 #           '1T1C' and
9589 #           'NDRPDR'"
9590 #  parameters:
9591 #  - "throughput"
9592 #  - "name"
9593 #  - "tags"
9594 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9598 #  layout:
9599 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9600 #    layout: "plot-service-density"
9601 #
9602 #- type: "plot"
9603 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9604 #  algorithm: "plot_nf_heatmap"
9605 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9606 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9607 #  filter: "'NIC_Intel-XL710' and
9608 #           'NF_DENSITY' and
9609 #           'DOCKER' and
9610 #           'CHAIN' and
9611 #           'NF_VPPIP4' and
9612 #           'IPSEC' and
9613 #           'TNL_10000' and
9614 #           'IMIX' and
9615 #           '2T2C' and
9616 #           'NDRPDR'"
9617 #  parameters:
9618 #  - "throughput"
9619 #  - "name"
9620 #  - "tags"
9621 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9622 #  x-axis: "X = CNFs per Service Chain"
9623 #  y-axis: "Y = Number of Service Chains"
9624 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9625 #  layout:
9626 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9627 #    layout: "plot-service-density"
9628 #
9629 #- type: "plot"
9630 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9631 #  algorithm: "plot_nf_heatmap"
9632 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9633 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9634 #  filter: "'NIC_Intel-XL710' and
9635 #           'NF_DENSITY' and
9636 #           'DOCKER' and
9637 #           'CHAIN' and
9638 #           'NF_VPPIP4' and
9639 #           'IPSEC' and
9640 #           'TNL_10000' and
9641 #           'IMIX' and
9642 #           '4T4C' and
9643 #           'NDRPDR'"
9644 #  parameters:
9645 #  - "throughput"
9646 #  - "name"
9647 #  - "tags"
9648 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9649 #  x-axis: "X = CNFs per Service Chain"
9650 #  y-axis: "Y = Number of Service Chains"
9651 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9652 #  layout:
9653 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9654 #    layout: "plot-service-density"
9655 #
9656 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9657 #- type: "plot"
9658 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9659 #  algorithm: "plot_nf_heatmap"
9660 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9661 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9662 #  filter: "'NIC_Intel-XL710' and
9663 #           'NF_DENSITY' and
9664 #           'DOCKER' and
9665 #           'CHAIN' and
9666 #           'NF_VPPIP4' and
9667 #           'IPSEC' and
9668 #           'TNL_10000' and
9669 #           'IMIX' and
9670 #           '1T1C' and
9671 #           'NDRPDR'"
9672 #  parameters:
9673 #  - "throughput"
9674 #  - "name"
9675 #  - "tags"
9676 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9677 #  x-axis: "X = CNFs per Service Chain"
9678 #  y-axis: "Y = Number of Service Chains"
9679 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9680 #  layout:
9681 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9682 #    layout: "plot-service-density"
9683 #
9684 #- type: "plot"
9685 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9686 #  algorithm: "plot_nf_heatmap"
9687 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9688 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9689 #  filter: "'NIC_Intel-XL710' and
9690 #           'NF_DENSITY' and
9691 #           'DOCKER' and
9692 #           'CHAIN' and
9693 #           'NF_VPPIP4' and
9694 #           'IPSEC' and
9695 #           'TNL_10000' and
9696 #           'IMIX' and
9697 #           '2T2C' and
9698 #           'NDRPDR'"
9699 #  parameters:
9700 #  - "throughput"
9701 #  - "name"
9702 #  - "tags"
9703 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9704 #  x-axis: "X = CNFs per Service Chain"
9705 #  y-axis: "Y = Number of Service Chains"
9706 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9707 #  layout:
9708 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9709 #    layout: "plot-service-density"
9710 #
9711 #- type: "plot"
9712 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9713 #  algorithm: "plot_nf_heatmap"
9714 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9715 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9716 #  filter: "'NIC_Intel-XL710' and
9717 #           'NF_DENSITY' and
9718 #           'DOCKER' and
9719 #           'CHAIN' and
9720 #           'NF_VPPIP4' and
9721 #           'IPSEC' and
9722 #           'TNL_10000' and
9723 #           'IMIX' and
9724 #           '4T4C' and
9725 #           'NDRPDR'"
9726 #  parameters:
9727 #  - "throughput"
9728 #  - "name"
9729 #  - "tags"
9730 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9731 #  x-axis: "X = CNFs per Service Chain"
9732 #  y-axis: "Y = Number of Service Chains"
9733 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9734 #  layout:
9735 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9736 #    layout: "plot-service-density"
9737
9738 ###############################################################################
9739
9740 # Plots - NF Density - CSP - MRR IMIX
9741 - type: "plot"
9742   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9743   algorithm: "plot_nf_heatmap"
9744   output-file-type: ".html"
9745   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9746   data: "plot-vpp-nfv-2n-skx-mrr"
9747   filter: "'NIC_Intel-XXV710' and
9748            'NF_DENSITY' and
9749            'DOCKER' and
9750            'PIPELINE' and
9751            'NF_VPPIP4' and
9752            'IMIX' and
9753            '2T1C' and
9754            'MRR'"
9755   parameters:
9756   - "result"
9757   - "name"
9758   - "tags"
9759   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9760   x-axis: "X = CNFs per Service Pipeline"
9761   y-axis: "Y = Number of Service Pipelines"
9762   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9763   layout:
9764     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9765     layout: "plot-service-density"
9766
9767 - type: "plot"
9768   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9769   algorithm: "plot_nf_heatmap"
9770   output-file-type: ".html"
9771   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9772   data: "plot-vpp-nfv-2n-skx-mrr"
9773   filter: "'NIC_Intel-XXV710' and
9774            'NF_DENSITY' and
9775            'DOCKER' and
9776            'PIPELINE' and
9777            'NF_VPPIP4' and
9778            'IMIX' and
9779            '4T2C' and
9780            'MRR'"
9781   parameters:
9782   - "result"
9783   - "name"
9784   - "tags"
9785   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9786   x-axis: "X = CNFs per Service Pipeline"
9787   y-axis: "Y = Number of Service Pipelines"
9788   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9789   layout:
9790     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9791     layout: "plot-service-density"
9792
9793 - type: "plot"
9794   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9795   algorithm: "plot_nf_heatmap"
9796   output-file-type: ".html"
9797   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9798   data: "plot-vpp-nfv-2n-skx-mrr"
9799   filter: "'NIC_Intel-XXV710' and
9800            'NF_DENSITY' and
9801            'DOCKER' and
9802            'PIPELINE' and
9803            'NF_VPPIP4' and
9804            'IMIX' and
9805            '8T4C' and
9806            'MRR'"
9807   parameters:
9808   - "result"
9809   - "name"
9810   - "tags"
9811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9812   x-axis: "X = CNFs per Service Pipeline"
9813   y-axis: "Y = Number of Service Pipelines"
9814   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9815   layout:
9816     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9817     layout: "plot-service-density"
9818
9819 # Plots - NF Density - CSP - NDR IMIX
9820 - type: "plot"
9821   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9822   algorithm: "plot_nf_heatmap"
9823   output-file-type: ".html"
9824   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9825   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9826   filter: "'NIC_Intel-XXV710' and
9827            'NF_DENSITY' and
9828            'DOCKER' and
9829            'PIPELINE' and
9830            'NF_VPPIP4' and
9831            'IMIX' and
9832            '2T1C' and
9833            'NDRPDR'"
9834   parameters:
9835   - "throughput"
9836   - "name"
9837   - "tags"
9838   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9839   x-axis: "X = CNFs per Service Pipeline"
9840   y-axis: "Y = Number of Service Pipelines"
9841   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9842   layout:
9843     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9844     layout: "plot-service-density"
9845
9846 - type: "plot"
9847   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9848   algorithm: "plot_nf_heatmap"
9849   output-file-type: ".html"
9850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9851   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9852   filter: "'NIC_Intel-XXV710' and
9853            'NF_DENSITY' and
9854            'DOCKER' and
9855            'PIPELINE' and
9856            'NF_VPPIP4' and
9857            'IMIX' and
9858            '4T2C' and
9859            'NDRPDR'"
9860   parameters:
9861   - "throughput"
9862   - "name"
9863   - "tags"
9864   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9865   x-axis: "X = CNFs per Service Pipeline"
9866   y-axis: "Y = Number of Service Pipelines"
9867   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9868   layout:
9869     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9870     layout: "plot-service-density"
9871
9872 - type: "plot"
9873   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9874   algorithm: "plot_nf_heatmap"
9875   output-file-type: ".html"
9876   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9877   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9878   filter: "'NIC_Intel-XXV710' and
9879            'NF_DENSITY' and
9880            'DOCKER' and
9881            'PIPELINE' and
9882            'NF_VPPIP4' and
9883            'IMIX' and
9884            '8T4C' and
9885            'NDRPDR'"
9886   parameters:
9887   - "throughput"
9888   - "name"
9889   - "tags"
9890   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9891   x-axis: "X = CNFs per Service Pipeline"
9892   y-axis: "Y = Number of Service Pipelines"
9893   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9894   layout:
9895     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9896     layout: "plot-service-density"
9897
9898 # Plots - NF Density - CSP - PDR IMIX
9899 - type: "plot"
9900   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9901   algorithm: "plot_nf_heatmap"
9902   output-file-type: ".html"
9903   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9904   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9905   filter: "'NIC_Intel-XXV710' and
9906            'NF_DENSITY' and
9907            'DOCKER' and
9908            'PIPELINE' and
9909            'NF_VPPIP4' and
9910            'IMIX' and
9911            '2T1C' and
9912            'NDRPDR'"
9913   parameters:
9914   - "throughput"
9915   - "name"
9916   - "tags"
9917   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9918   x-axis: "X = CNFs per Service Pipeline"
9919   y-axis: "Y = Number of Service Pipelines"
9920   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9921   layout:
9922     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9923     layout: "plot-service-density"
9924
9925 - type: "plot"
9926   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9927   algorithm: "plot_nf_heatmap"
9928   output-file-type: ".html"
9929   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9930   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9931   filter: "'NIC_Intel-XXV710' and
9932            'NF_DENSITY' and
9933            'DOCKER' and
9934            'PIPELINE' and
9935            'NF_VPPIP4' and
9936            'IMIX' and
9937            '4T2C' and
9938            'NDRPDR'"
9939   parameters:
9940   - "throughput"
9941   - "name"
9942   - "tags"
9943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9944   x-axis: "X = CNFs per Service Pipeline"
9945   y-axis: "Y = Number of Service Pipelines"
9946   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9947   layout:
9948     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9949     layout: "plot-service-density"
9950
9951 - type: "plot"
9952   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9953   algorithm: "plot_nf_heatmap"
9954   output-file-type: ".html"
9955   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9956   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9957   filter: "'NIC_Intel-XXV710' and
9958            'NF_DENSITY' and
9959            'DOCKER' and
9960            'PIPELINE' and
9961            'NF_VPPIP4' and
9962            'IMIX' and
9963            '8T4C' and
9964            'NDRPDR'"
9965   parameters:
9966   - "throughput"
9967   - "name"
9968   - "tags"
9969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9970   x-axis: "X = CNFs per Service Pipeline"
9971   y-axis: "Y = Number of Service Pipelines"
9972   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9973   layout:
9974     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9975     layout: "plot-service-density"
9976
9977 ###############################################################################
9978 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9979
9980 - type: "plot"
9981   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9982   algorithm: "plot_nf_heatmap"
9983   output-file-type: ".html"
9984   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9985   data: "plot-vpp-nfv-2n-clx-mrr"
9986   filter: "'NIC_Intel-XXV710' and
9987            'NF_DENSITY' and
9988            'VHOST' and
9989            not 'VXLAN' and
9990            'CHAIN' and
9991            'NF_VPPIP4' and
9992            'IMIX' and
9993            '2T1C' and
9994            'MRR'"
9995   parameters:
9996   - "result"
9997   - "name"
9998   - "tags"
9999   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10000   x-axis: "X = VNFs per Service Chain"
10001   y-axis: "Y = Number of Service Chains"
10002   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10003   layout:
10004     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10005     layout: "plot-service-density"
10006
10007 - type: "plot"
10008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10009   algorithm: "plot_nf_heatmap"
10010   output-file-type: ".html"
10011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10012   data: "plot-vpp-nfv-2n-clx-mrr"
10013   filter: "'NIC_Intel-XXV710' and
10014            'NF_DENSITY' and
10015            'VHOST' and
10016            not 'VXLAN' and
10017            'CHAIN' and
10018            'NF_VPPIP4' and
10019            'IMIX' and
10020            '4T2C' and
10021            'MRR'"
10022   parameters:
10023   - "result"
10024   - "name"
10025   - "tags"
10026   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10027   x-axis: "X = VNFs per Service Chain"
10028   y-axis: "Y = Number of Service Chains"
10029   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10030   layout:
10031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10032     layout: "plot-service-density"
10033
10034 - type: "plot"
10035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10036   algorithm: "plot_nf_heatmap"
10037   output-file-type: ".html"
10038   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10039   data: "plot-vpp-nfv-2n-clx-mrr"
10040   filter: "'NIC_Intel-XXV710' and
10041            'NF_DENSITY' and
10042            'VHOST' and
10043            not 'VXLAN' and
10044            'CHAIN' and
10045            'NF_VPPIP4' and
10046            'IMIX' and
10047            '8T4C' and
10048            'MRR'"
10049   parameters:
10050   - "result"
10051   - "name"
10052   - "tags"
10053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10054   x-axis: "X = VNFs per Service Chain"
10055   y-axis: "Y = Number of Service Chains"
10056   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10057   layout:
10058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10059     layout: "plot-service-density"
10060
10061 # Plots - NF Density - VSC - NDR IMIX
10062 - type: "plot"
10063   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10064   algorithm: "plot_nf_heatmap"
10065   output-file-type: ".html"
10066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10067   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10068   filter: "'NIC_Intel-XXV710' and
10069            'NF_DENSITY' and
10070            'VHOST' and
10071            not 'VXLAN' and
10072            'CHAIN' and
10073            'NF_VPPIP4' and
10074            'IMIX' and
10075            '2T1C' and
10076            'NDRPDR'"
10077   parameters:
10078   - "throughput"
10079   - "name"
10080   - "tags"
10081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10082   x-axis: "X = VNFs per Service Chain"
10083   y-axis: "Y = Number of Service Chains"
10084   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10085   layout:
10086     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10087     layout: "plot-service-density"
10088
10089 - type: "plot"
10090   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10091   algorithm: "plot_nf_heatmap"
10092   output-file-type: ".html"
10093   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10094   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10095   filter: "'NIC_Intel-XXV710' and
10096            'NF_DENSITY' and
10097            'VHOST' and
10098            not 'VXLAN' and
10099            'CHAIN' and
10100            'NF_VPPIP4' and
10101            'IMIX' and
10102            '4T2C' and
10103            'NDRPDR'"
10104   parameters:
10105   - "throughput"
10106   - "name"
10107   - "tags"
10108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10109   x-axis: "X = VNFs per Service Chain"
10110   y-axis: "Y = Number of Service Chains"
10111   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10112   layout:
10113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10114     layout: "plot-service-density"
10115
10116 - type: "plot"
10117   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10118   algorithm: "plot_nf_heatmap"
10119   output-file-type: ".html"
10120   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10121   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10122   filter: "'NIC_Intel-XXV710' and
10123            'NF_DENSITY' and
10124            'VHOST' and
10125            not 'VXLAN' and
10126            'CHAIN' and
10127            'NF_VPPIP4' and
10128            'IMIX' and
10129            '8T4C' and
10130            'NDRPDR'"
10131   parameters:
10132   - "throughput"
10133   - "name"
10134   - "tags"
10135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10136   x-axis: "X = VNFs per Service Chain"
10137   y-axis: "Y = Number of Service Chains"
10138   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10139   layout:
10140     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10141     layout: "plot-service-density"
10142
10143 # Plots - NF Density - VSC - PDR IMIX
10144 - type: "plot"
10145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10146   algorithm: "plot_nf_heatmap"
10147   output-file-type: ".html"
10148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10149   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10150   filter: "'NIC_Intel-XXV710' and
10151            'NF_DENSITY' and
10152            'VHOST' and
10153            not 'VXLAN' and
10154            'CHAIN' and
10155            'NF_VPPIP4' and
10156            'IMIX' and
10157            '2T1C' and
10158            'NDRPDR'"
10159   parameters:
10160   - "throughput"
10161   - "name"
10162   - "tags"
10163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10164   x-axis: "X = VNFs per Service Chain"
10165   y-axis: "Y = Number of Service Chains"
10166   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10167   layout:
10168     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10169     layout: "plot-service-density"
10170
10171 - type: "plot"
10172   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10173   algorithm: "plot_nf_heatmap"
10174   output-file-type: ".html"
10175   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10176   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10177   filter: "'NIC_Intel-XXV710' and
10178            'NF_DENSITY' and
10179            'VHOST' and
10180            not 'VXLAN' and
10181            'CHAIN' and
10182            'NF_VPPIP4' and
10183            'IMIX' and
10184            '4T2C' and
10185            'NDRPDR'"
10186   parameters:
10187   - "throughput"
10188   - "name"
10189   - "tags"
10190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10191   x-axis: "X = VNFs per Service Chain"
10192   y-axis: "Y = Number of Service Chains"
10193   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10194   layout:
10195     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10196     layout: "plot-service-density"
10197
10198 - type: "plot"
10199   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10200   algorithm: "plot_nf_heatmap"
10201   output-file-type: ".html"
10202   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10203   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10204   filter: "'NIC_Intel-XXV710' and
10205            'NF_DENSITY' and
10206            'VHOST' and
10207            not 'VXLAN' and
10208            'CHAIN' and
10209            'NF_VPPIP4' and
10210            'IMIX' and
10211            '8T4C' and
10212            'NDRPDR'"
10213   parameters:
10214   - "throughput"
10215   - "name"
10216   - "tags"
10217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10218   x-axis: "X = VNFs per Service Chain"
10219   y-axis: "Y = Number of Service Chains"
10220   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10221   layout:
10222     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10223     layout: "plot-service-density"
10224
10225 # Plots - NF Density - VSC - MRR IMIX
10226 - type: "plot"
10227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10228   algorithm: "plot_nf_heatmap"
10229   output-file-type: ".html"
10230   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10231   data: "plot-vpp-nfv-2n-clx-mrr"
10232   filter: "'NIC_Intel-XXV710' and
10233            'NF_DENSITY' and
10234            'VHOST' and
10235            'VXLAN' and
10236            'CHAIN' and
10237            'IMIX' and
10238            '2T1C' and
10239            'MRR'"
10240   parameters:
10241   - "result"
10242   - "name"
10243   - "tags"
10244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10245   x-axis: "X = VNFs per Service Chain"
10246   y-axis: "Y = Number of Service Chains"
10247   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10248   layout:
10249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10250     layout: "plot-service-density"
10251
10252 - type: "plot"
10253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10254   algorithm: "plot_nf_heatmap"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10257   data: "plot-vpp-nfv-2n-clx-mrr"
10258   filter: "'NIC_Intel-XXV710' and
10259            'NF_DENSITY' and
10260            'VHOST' and
10261            'VXLAN' and
10262            'CHAIN' and
10263            'IMIX' and
10264            '4T2C' and
10265            'MRR'"
10266   parameters:
10267   - "result"
10268   - "name"
10269   - "tags"
10270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10271   x-axis: "X = VNFs per Service Chain"
10272   y-axis: "Y = Number of Service Chains"
10273   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10274   layout:
10275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10276     layout: "plot-service-density"
10277
10278 - type: "plot"
10279   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10280   algorithm: "plot_nf_heatmap"
10281   output-file-type: ".html"
10282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10283   data: "plot-vpp-nfv-2n-clx-mrr"
10284   filter: "'NIC_Intel-XXV710' and
10285            'NF_DENSITY' and
10286            'VHOST' and
10287            'VXLAN' and
10288            'CHAIN' and
10289            'IMIX' and
10290            '8T4C' and
10291            'MRR'"
10292   parameters:
10293   - "result"
10294   - "name"
10295   - "tags"
10296   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10297   x-axis: "X = VNFs per Service Chain"
10298   y-axis: "Y = Number of Service Chains"
10299   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10300   layout:
10301     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10302     layout: "plot-service-density"
10303
10304 # Plots - NF Density - VSC - NDR IMIX
10305 - type: "plot"
10306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10307   algorithm: "plot_nf_heatmap"
10308   output-file-type: ".html"
10309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10310   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10311   filter: "'NIC_Intel-XXV710' and
10312            'NF_DENSITY' and
10313            'VHOST' and
10314            'VXLAN' and
10315            'CHAIN' and
10316            'IMIX' and
10317            '2T1C' and
10318            'NDRPDR'"
10319   parameters:
10320   - "throughput"
10321   - "name"
10322   - "tags"
10323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10324   x-axis: "X = VNFs per Service Chain"
10325   y-axis: "Y = Number of Service Chains"
10326   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10327   layout:
10328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10329     layout: "plot-service-density"
10330
10331 - type: "plot"
10332   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10333   algorithm: "plot_nf_heatmap"
10334   output-file-type: ".html"
10335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10336   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10337   filter: "'NIC_Intel-XXV710' and
10338            'NF_DENSITY' and
10339            'VHOST' and
10340            'VXLAN' and
10341            'CHAIN' and
10342            'IMIX' and
10343            '4T2C' and
10344            'NDRPDR'"
10345   parameters:
10346   - "throughput"
10347   - "name"
10348   - "tags"
10349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10350   x-axis: "X = VNFs per Service Chain"
10351   y-axis: "Y = Number of Service Chains"
10352   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10353   layout:
10354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10355     layout: "plot-service-density"
10356
10357 - type: "plot"
10358   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10359   algorithm: "plot_nf_heatmap"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10362   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10363   filter: "'NIC_Intel-XXV710' and
10364            'NF_DENSITY' and
10365            'VHOST' and
10366            'VXLAN' and
10367            'CHAIN' and
10368            'IMIX' and
10369            '8T4C' and
10370            'NDRPDR'"
10371   parameters:
10372   - "throughput"
10373   - "name"
10374   - "tags"
10375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10376   x-axis: "X = VNFs per Service Chain"
10377   y-axis: "Y = Number of Service Chains"
10378   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10379   layout:
10380     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10381     layout: "plot-service-density"
10382
10383 # Plots - NF Density - VSC - PDR IMIX
10384 - type: "plot"
10385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10386   algorithm: "plot_nf_heatmap"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10389   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10390   filter: "'NIC_Intel-XXV710' and
10391            'NF_DENSITY' and
10392            'VHOST' and
10393            'VXLAN' and
10394            'CHAIN' and
10395            'IMIX' and
10396            '2T1C' and
10397            'NDRPDR'"
10398   parameters:
10399   - "throughput"
10400   - "name"
10401   - "tags"
10402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10403   x-axis: "X = VNFs per Service Chain"
10404   y-axis: "Y = Number of Service Chains"
10405   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10406   layout:
10407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10408     layout: "plot-service-density"
10409
10410 - type: "plot"
10411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10412   algorithm: "plot_nf_heatmap"
10413   output-file-type: ".html"
10414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10415   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10416   filter: "'NIC_Intel-XXV710' and
10417            'NF_DENSITY' and
10418            'VHOST' and
10419            'VXLAN' and
10420            'CHAIN' and
10421            'IMIX' and
10422            '4T2C' and
10423            'NDRPDR'"
10424   parameters:
10425   - "throughput"
10426   - "name"
10427   - "tags"
10428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10429   x-axis: "X = VNFs per Service Chain"
10430   y-axis: "Y = Number of Service Chains"
10431   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10432   layout:
10433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10434     layout: "plot-service-density"
10435
10436 - type: "plot"
10437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10438   algorithm: "plot_nf_heatmap"
10439   output-file-type: ".html"
10440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10441   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10442   filter: "'NIC_Intel-XXV710' and
10443            'NF_DENSITY' and
10444            'VHOST' and
10445            'VXLAN' and
10446            'CHAIN' and
10447            'IMIX' and
10448            '8T4C' and
10449            'NDRPDR'"
10450   parameters:
10451   - "throughput"
10452   - "name"
10453   - "tags"
10454   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10455   x-axis: "X = VNFs per Service Chain"
10456   y-axis: "Y = Number of Service Chains"
10457   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10458   layout:
10459     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10460     layout: "plot-service-density"
10461
10462 # Plots - NF Density - CSC - MRR IMIX
10463 - type: "plot"
10464   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10465   algorithm: "plot_nf_heatmap"
10466   output-file-type: ".html"
10467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10468   data: "plot-vpp-nfv-2n-clx-mrr"
10469   filter: "'NIC_Intel-XXV710' and
10470            'NF_DENSITY' and
10471            'DOCKER' and
10472            'CHAIN' and
10473            'NF_VPPIP4' and
10474            'IMIX' and
10475            '2T1C' and
10476            'MRR'"
10477   parameters:
10478   - "result"
10479   - "name"
10480   - "tags"
10481   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10482   x-axis: "X = CNFs per Service Chain"
10483   y-axis: "Y = Number of Service Chains"
10484   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10485   layout:
10486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10487     layout: "plot-service-density"
10488
10489 - type: "plot"
10490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10491   algorithm: "plot_nf_heatmap"
10492   output-file-type: ".html"
10493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10494   data: "plot-vpp-nfv-2n-clx-mrr"
10495   filter: "'NIC_Intel-XXV710' and
10496            'NF_DENSITY' and
10497            'DOCKER' and
10498            'CHAIN' and
10499            'NF_VPPIP4' and
10500            'IMIX' and
10501            '4T2C' and
10502            'MRR'"
10503   parameters:
10504   - "result"
10505   - "name"
10506   - "tags"
10507   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10508   x-axis: "X = CNFs per Service Chain"
10509   y-axis: "Y = Number of Service Chains"
10510   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10511   layout:
10512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10513     layout: "plot-service-density"
10514
10515 - type: "plot"
10516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10517   algorithm: "plot_nf_heatmap"
10518   output-file-type: ".html"
10519   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10520   data: "plot-vpp-nfv-2n-clx-mrr"
10521   filter: "'NIC_Intel-XXV710' and
10522            'NF_DENSITY' and
10523            'DOCKER' and
10524            'CHAIN' and
10525            'NF_VPPIP4' and
10526            'IMIX' and
10527            '8T4C' and
10528            'MRR'"
10529   parameters:
10530   - "result"
10531   - "name"
10532   - "tags"
10533   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10534   x-axis: "X = CNFs per Service Chain"
10535   y-axis: "Y = Number of Service Chains"
10536   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10537   layout:
10538     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10539     layout: "plot-service-density"
10540
10541 # Plots - NF Density - CSC - NDR IMIX
10542 - type: "plot"
10543   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10544   algorithm: "plot_nf_heatmap"
10545   output-file-type: ".html"
10546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10547   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10548   filter: "'NIC_Intel-XXV710' and
10549            'NF_DENSITY' and
10550            'DOCKER' and
10551            'CHAIN' and
10552            'NF_VPPIP4' and
10553            'IMIX' and
10554            '2T1C' and
10555            'NDRPDR'"
10556   parameters:
10557   - "throughput"
10558   - "name"
10559   - "tags"
10560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10561   x-axis: "X = CNFs per Service Chain"
10562   y-axis: "Y = Number of Service Chains"
10563   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10564   layout:
10565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10566     layout: "plot-service-density"
10567
10568 - type: "plot"
10569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10570   algorithm: "plot_nf_heatmap"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10573   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10574   filter: "'NIC_Intel-XXV710' and
10575            'NF_DENSITY' and
10576            'DOCKER' and
10577            'CHAIN' and
10578            'NF_VPPIP4' and
10579            'IMIX' and
10580            '4T2C' and
10581            'NDRPDR'"
10582   parameters:
10583   - "throughput"
10584   - "name"
10585   - "tags"
10586   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10587   x-axis: "X = CNFs per Service Chain"
10588   y-axis: "Y = Number of Service Chains"
10589   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10590   layout:
10591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10592     layout: "plot-service-density"
10593
10594 - type: "plot"
10595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10596   algorithm: "plot_nf_heatmap"
10597   output-file-type: ".html"
10598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10599   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10600   filter: "'NIC_Intel-XXV710' and
10601            'NF_DENSITY' and
10602            'DOCKER' and
10603            'CHAIN' and
10604            'NF_VPPIP4' and
10605            'IMIX' and
10606            '8T4C' and
10607            'NDRPDR'"
10608   parameters:
10609   - "throughput"
10610   - "name"
10611   - "tags"
10612   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10613   x-axis: "X = CNFs per Service Chain"
10614   y-axis: "Y = Number of Service Chains"
10615   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10616   layout:
10617     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10618     layout: "plot-service-density"
10619
10620 # Plots - NF Density - CSC - PDR IMIX
10621 - type: "plot"
10622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10623   algorithm: "plot_nf_heatmap"
10624   output-file-type: ".html"
10625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10626   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10627   filter: "'NIC_Intel-XXV710' and
10628            'NF_DENSITY' and
10629            'DOCKER' and
10630            'CHAIN' and
10631            'NF_VPPIP4' and
10632            'IMIX' and
10633            '2T1C' and
10634            'NDRPDR'"
10635   parameters:
10636   - "throughput"
10637   - "name"
10638   - "tags"
10639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10640   x-axis: "X = CNFs per Service Chain"
10641   y-axis: "Y = Number of Service Chains"
10642   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10643   layout:
10644     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10645     layout: "plot-service-density"
10646
10647 - type: "plot"
10648   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10649   algorithm: "plot_nf_heatmap"
10650   output-file-type: ".html"
10651   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10652   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10653   filter: "'NIC_Intel-XXV710' and
10654            'NF_DENSITY' and
10655            'DOCKER' and
10656            'CHAIN' and
10657            'NF_VPPIP4' and
10658            'IMIX' and
10659            '4T2C' and
10660            'NDRPDR'"
10661   parameters:
10662   - "throughput"
10663   - "name"
10664   - "tags"
10665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10666   x-axis: "X = CNFs per Service Chain"
10667   y-axis: "Y = Number of Service Chains"
10668   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10669   layout:
10670     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10671     layout: "plot-service-density"
10672
10673 - type: "plot"
10674   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10675   algorithm: "plot_nf_heatmap"
10676   output-file-type: ".html"
10677   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10678   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10679   filter: "'NIC_Intel-XXV710' and
10680            'NF_DENSITY' and
10681            'DOCKER' and
10682            'CHAIN' and
10683            'NF_VPPIP4' and
10684            'IMIX' and
10685            '8T4C' and
10686            'NDRPDR'"
10687   parameters:
10688   - "throughput"
10689   - "name"
10690   - "tags"
10691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10692   x-axis: "X = CNFs per Service Chain"
10693   y-axis: "Y = Number of Service Chains"
10694   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10695   layout:
10696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10697     layout: "plot-service-density"
10698
10699 # Plots - NF Density - CSP - MRR IMIX
10700 - type: "plot"
10701   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10702   algorithm: "plot_nf_heatmap"
10703   output-file-type: ".html"
10704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10705   data: "plot-vpp-nfv-2n-clx-mrr"
10706   filter: "'NIC_Intel-XXV710' and
10707            'NF_DENSITY' and
10708            'DOCKER' and
10709            'PIPELINE' and
10710            'NF_VPPIP4' and
10711            'IMIX' and
10712            '2T1C' and
10713            'MRR'"
10714   parameters:
10715   - "result"
10716   - "name"
10717   - "tags"
10718   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10719   x-axis: "X = CNFs per Service Pipeline"
10720   y-axis: "Y = Number of Service Pipelines"
10721   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10722   layout:
10723     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10724     layout: "plot-service-density"
10725
10726 - type: "plot"
10727   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10728   algorithm: "plot_nf_heatmap"
10729   output-file-type: ".html"
10730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10731   data: "plot-vpp-nfv-2n-clx-mrr"
10732   filter: "'NIC_Intel-XXV710' and
10733            'NF_DENSITY' and
10734            'DOCKER' and
10735            'PIPELINE' and
10736            'NF_VPPIP4' and
10737            'IMIX' and
10738            '4T2C' and
10739            'MRR'"
10740   parameters:
10741   - "result"
10742   - "name"
10743   - "tags"
10744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10745   x-axis: "X = CNFs per Service Pipeline"
10746   y-axis: "Y = Number of Service Pipelines"
10747   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10748   layout:
10749     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10750     layout: "plot-service-density"
10751
10752 - type: "plot"
10753   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10754   algorithm: "plot_nf_heatmap"
10755   output-file-type: ".html"
10756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10757   data: "plot-vpp-nfv-2n-clx-mrr"
10758   filter: "'NIC_Intel-XXV710' and
10759            'NF_DENSITY' and
10760            'DOCKER' and
10761            'PIPELINE' and
10762            'NF_VPPIP4' and
10763            'IMIX' and
10764            '8T4C' and
10765            'MRR'"
10766   parameters:
10767   - "result"
10768   - "name"
10769   - "tags"
10770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10771   x-axis: "X = CNFs per Service Pipeline"
10772   y-axis: "Y = Number of Service Pipelines"
10773   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10774   layout:
10775     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10776     layout: "plot-service-density"
10777
10778 # Plots - NF Density - CSP - NDR IMIX
10779 - type: "plot"
10780   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10781   algorithm: "plot_nf_heatmap"
10782   output-file-type: ".html"
10783   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10784   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10785   filter: "'NIC_Intel-XXV710' and
10786            'NF_DENSITY' and
10787            'DOCKER' and
10788            'PIPELINE' and
10789            'NF_VPPIP4' and
10790            'IMIX' and
10791            '2T1C' and
10792            'NDRPDR'"
10793   parameters:
10794   - "throughput"
10795   - "name"
10796   - "tags"
10797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10798   x-axis: "X = CNFs per Service Pipeline"
10799   y-axis: "Y = Number of Service Pipelines"
10800   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10801   layout:
10802     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10803     layout: "plot-service-density"
10804
10805 - type: "plot"
10806   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10807   algorithm: "plot_nf_heatmap"
10808   output-file-type: ".html"
10809   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10810   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10811   filter: "'NIC_Intel-XXV710' and
10812            'NF_DENSITY' and
10813            'DOCKER' and
10814            'PIPELINE' and
10815            'NF_VPPIP4' and
10816            'IMIX' and
10817            '4T2C' and
10818            'NDRPDR'"
10819   parameters:
10820   - "throughput"
10821   - "name"
10822   - "tags"
10823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10824   x-axis: "X = CNFs per Service Pipeline"
10825   y-axis: "Y = Number of Service Pipelines"
10826   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10827   layout:
10828     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10829     layout: "plot-service-density"
10830
10831 - type: "plot"
10832   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10833   algorithm: "plot_nf_heatmap"
10834   output-file-type: ".html"
10835   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10836   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10837   filter: "'NIC_Intel-XXV710' and
10838            'NF_DENSITY' and
10839            'DOCKER' and
10840            'PIPELINE' and
10841            'NF_VPPIP4' and
10842            'IMIX' and
10843            '8T4C' and
10844            'NDRPDR'"
10845   parameters:
10846   - "throughput"
10847   - "name"
10848   - "tags"
10849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10850   x-axis: "X = CNFs per Service Pipeline"
10851   y-axis: "Y = Number of Service Pipelines"
10852   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10853   layout:
10854     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10855     layout: "plot-service-density"
10856
10857 # Plots - NF Density - CSP - PDR IMIX
10858 - type: "plot"
10859   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10860   algorithm: "plot_nf_heatmap"
10861   output-file-type: ".html"
10862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10863   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10864   filter: "'NIC_Intel-XXV710' and
10865            'NF_DENSITY' and
10866            'DOCKER' and
10867            'PIPELINE' and
10868            'NF_VPPIP4' and
10869            'IMIX' and
10870            '2T1C' and
10871            'NDRPDR'"
10872   parameters:
10873   - "throughput"
10874   - "name"
10875   - "tags"
10876   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10877   x-axis: "X = CNFs per Service Pipeline"
10878   y-axis: "Y = Number of Service Pipelines"
10879   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10880   layout:
10881     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10882     layout: "plot-service-density"
10883
10884 - type: "plot"
10885   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10886   algorithm: "plot_nf_heatmap"
10887   output-file-type: ".html"
10888   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10889   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10890   filter: "'NIC_Intel-XXV710' and
10891            'NF_DENSITY' and
10892            'DOCKER' and
10893            'PIPELINE' and
10894            'NF_VPPIP4' and
10895            'IMIX' and
10896            '4T2C' and
10897            'NDRPDR'"
10898   parameters:
10899   - "throughput"
10900   - "name"
10901   - "tags"
10902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10903   x-axis: "X = CNFs per Service Pipeline"
10904   y-axis: "Y = Number of Service Pipelines"
10905   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10906   layout:
10907     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10908     layout: "plot-service-density"
10909
10910 - type: "plot"
10911   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10912   algorithm: "plot_nf_heatmap"
10913   output-file-type: ".html"
10914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10915   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10916   filter: "'NIC_Intel-XXV710' and
10917            'NF_DENSITY' and
10918            'DOCKER' and
10919            'PIPELINE' and
10920            'NF_VPPIP4' and
10921            'IMIX' and
10922            '8T4C' and
10923            'NDRPDR'"
10924   parameters:
10925   - "throughput"
10926   - "name"
10927   - "tags"
10928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10929   x-axis: "X = CNFs per Service Pipeline"
10930   y-axis: "Y = Number of Service Pipelines"
10931   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10932   layout:
10933     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10934     layout: "plot-service-density"
10935
10936 ################################################################################
10937
10938 # Packet Throughput
10939
10940 - type: "plot"
10941   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10942   algorithm: "plot_perf_box_name"
10943   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10945   include:
10946     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10950   layout:
10951     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10952     layout: "plot-throughput"
10953
10954 - type: "plot"
10955   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10956   algorithm: "plot_perf_box_name"
10957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10959   include:
10960     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10964   layout:
10965     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10966     layout: "plot-throughput"
10967
10968 - type: "plot"
10969   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10970   algorithm: "plot_perf_box_name"
10971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10973   include:
10974     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10975     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10978   layout:
10979     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10980     layout: "plot-throughput"
10981
10982 - type: "plot"
10983   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10984   algorithm: "plot_perf_box_name"
10985   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10987   include:
10988     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10989     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10990     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10991     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10992   layout:
10993     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10994     layout: "plot-throughput"
10995
10996 - type: "plot"
10997   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10998   algorithm: "plot_perf_box_name"
10999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11001   include:
11002     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11003     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11004     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11005     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11006     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11007   layout:
11008     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11009     layout: "plot-throughput"
11010
11011 - type: "plot"
11012   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11013   algorithm: "plot_perf_box_name"
11014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11016   include:
11017     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11018     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11019     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11020     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11021     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11022   layout:
11023     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11024     layout: "plot-throughput"
11025
11026 - type: "plot"
11027   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11028   algorithm: "plot_perf_box_name"
11029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11031   include:
11032     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11033     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11034     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11035     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11036     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11037   layout:
11038     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11039     layout: "plot-throughput"
11040
11041 - type: "plot"
11042   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11043   algorithm: "plot_perf_box_name"
11044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11046   include:
11047     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11048     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11049     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11050     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11051     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11052   layout:
11053     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11054     layout: "plot-throughput"
11055
11056 - type: "plot"
11057   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11058   algorithm: "plot_perf_box_name"
11059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11061   include:
11062     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11063     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11064     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11065     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11066     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11067   layout:
11068     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11069     layout: "plot-throughput"
11070
11071 - type: "plot"
11072   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11073   algorithm: "plot_perf_box_name"
11074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11076   include:
11077     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11078     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11079     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11080     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11081     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11082   layout:
11083     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11084     layout: "plot-throughput"
11085
11086 - type: "plot"
11087   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11088   algorithm: "plot_perf_box_name"
11089   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11090   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11091   include:
11092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11098   layout:
11099     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11100     layout: "plot-throughput"
11101
11102 - type: "plot"
11103   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11104   algorithm: "plot_perf_box_name"
11105   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11107   include:
11108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11114   layout:
11115     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11116     layout: "plot-throughput"
11117
11118 - type: "plot"
11119   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11120   algorithm: "plot_perf_box_name"
11121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11123   include:
11124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11129   layout:
11130     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11131     layout: "plot-throughput"
11132
11133 - type: "plot"
11134   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11135   algorithm: "plot_perf_box_name"
11136   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11138   include:
11139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11144   layout:
11145     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11146     layout: "plot-throughput"
11147
11148 - type: "plot"
11149   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11150   algorithm: "plot_perf_box_name"
11151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11153   include:
11154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11157   layout:
11158     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11159     layout: "plot-throughput"
11160
11161 - type: "plot"
11162   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11163   algorithm: "plot_perf_box_name"
11164   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11166   include:
11167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11170   layout:
11171     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11172     layout: "plot-throughput"
11173
11174 - type: "plot"
11175   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11176   algorithm: "plot_perf_box_name"
11177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11179   include:
11180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11185   layout:
11186     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11187     layout: "plot-throughput"
11188
11189 - type: "plot"
11190   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11191   algorithm: "plot_perf_box_name"
11192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11194   include:
11195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11200   layout:
11201     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11202     layout: "plot-throughput"
11203
11204 - type: "plot"
11205   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11206   algorithm: "plot_perf_box_name"
11207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11209   include:
11210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11213   layout:
11214     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11215     layout: "plot-throughput"
11216
11217 - type: "plot"
11218   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11219   algorithm: "plot_perf_box_name"
11220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11222   include:
11223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11226   layout:
11227     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11228     layout: "plot-throughput"
11229
11230 - type: "plot"
11231   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11232   algorithm: "plot_perf_box_name"
11233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11235   include:
11236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11242   layout:
11243     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11244     layout: "plot-throughput"
11245
11246 - type: "plot"
11247   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11248   algorithm: "plot_perf_box_name"
11249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11251   include:
11252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11258   layout:
11259     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11260     layout: "plot-throughput"
11261
11262 - type: "plot"
11263   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11264   algorithm: "plot_perf_box_name"
11265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11267   include:
11268     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11269     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11270     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11271     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11272     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11273   layout:
11274     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11275     layout: "plot-throughput"
11276
11277 - type: "plot"
11278   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11279   algorithm: "plot_perf_box_name"
11280   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11281   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11282   include:
11283     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11284     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11285     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11286     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11287     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11288   layout:
11289     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11290     layout: "plot-throughput"
11291
11292 #- type: "plot"
11293 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11294 #  algorithm: "plot_perf_box_name"
11295 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11296 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11297 #  include:
11298 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11299 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11300 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11301 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11302 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11303 #  layout:
11304 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11305 #    layout: "plot-throughput"
11306 #
11307 #- type: "plot"
11308 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11309 #  algorithm: "plot_perf_box_name"
11310 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11311 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11312 #  include:
11313 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11314 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11315 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11316 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11317 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11318 #  layout:
11319 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11320 #    layout: "plot-throughput"
11321 #
11322 #- type: "plot"
11323 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11324 #  algorithm: "plot_perf_box_name"
11325 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11326 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11327 #  include:
11328 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11329 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11330 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11331 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11332 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11333 #  layout:
11334 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11335 #    layout: "plot-throughput"
11336 #
11337 #- type: "plot"
11338 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11339 #  algorithm: "plot_perf_box_name"
11340 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11341 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11342 #  include:
11343 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11344 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11345 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11346 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11347 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11348 #  layout:
11349 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11350 #    layout: "plot-throughput"
11351
11352 - type: "plot"
11353   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11354   algorithm: "plot_perf_box_name"
11355   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11357   include:
11358     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11359     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11360     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11361     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11362     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11363   layout:
11364     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11365     layout: "plot-throughput"
11366
11367 - type: "plot"
11368   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11369   algorithm: "plot_perf_box_name"
11370   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11371   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11372   include:
11373     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11374     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11375     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11376     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11377     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11378   layout:
11379     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11380     layout: "plot-throughput"
11381
11382 #- type: "plot"
11383 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11384 #  algorithm: "plot_perf_box_name"
11385 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11386 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11387 #  include:
11388 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11389 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11390 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11391 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11392 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11393 #  layout:
11394 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11395 #    layout: "plot-throughput"
11396 #
11397 #- type: "plot"
11398 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11399 #  algorithm: "plot_perf_box_name"
11400 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11401 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11402 #  include:
11403 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11404 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11405 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11406 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11407 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11408 #  layout:
11409 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11410 #    layout: "plot-throughput"
11411 #
11412 #- type: "plot"
11413 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11414 #  algorithm: "plot_perf_box_name"
11415 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11416 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11417 #  include:
11418 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11419 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11420 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11421 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11422 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11423 #  layout:
11424 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11425 #    layout: "plot-throughput"
11426 #
11427 #- type: "plot"
11428 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11429 #  algorithm: "plot_perf_box_name"
11430 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11431 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11432 #  include:
11433 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11434 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11435 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11436 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11437 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11438 #  layout:
11439 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11440 #    layout: "plot-throughput"
11441
11442 - type: "plot"
11443   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11444   algorithm: "plot_perf_box_name"
11445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11447   include:
11448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11454   layout:
11455     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11456     layout: "plot-throughput"
11457
11458 - type: "plot"
11459   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11460   algorithm: "plot_perf_box_name"
11461   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11463   include:
11464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11470   layout:
11471     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11472     layout: "plot-throughput"
11473
11474 - type: "plot"
11475   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11476   algorithm: "plot_perf_box_name"
11477   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11478   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11479   include:
11480     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11483   layout:
11484     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11485     layout: "plot-throughput"
11486
11487 - type: "plot"
11488   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11489   algorithm: "plot_perf_box_name"
11490   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11491   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11492   include:
11493     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11496   layout:
11497     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11498     layout: "plot-throughput"
11499
11500 - type: "plot"
11501   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11502   algorithm: "plot_perf_box_name"
11503   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11505   include:
11506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11508 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11509 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11510 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11511   layout:
11512     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11513     layout: "plot-throughput"
11514
11515 - type: "plot"
11516   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11517   algorithm: "plot_perf_box_name"
11518   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11520   include:
11521     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11523 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11524 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11525 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11526   layout:
11527     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11528     layout: "plot-throughput"
11529
11530 - type: "plot"
11531   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11532   algorithm: "plot_perf_box_name"
11533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11535   include:
11536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11541   layout:
11542     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11543     layout: "plot-throughput"
11544
11545 - type: "plot"
11546   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11547   algorithm: "plot_perf_box_name"
11548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11550   include:
11551     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11556   layout:
11557     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11558     layout: "plot-throughput"
11559
11560 - type: "plot"
11561   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11562   algorithm: "plot_perf_box_name"
11563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11565   include:
11566     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11571   layout:
11572     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11573     layout: "plot-throughput"
11574
11575 - type: "plot"
11576   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11577   algorithm: "plot_perf_box_name"
11578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11580   include:
11581     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11586   layout:
11587     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11588     layout: "plot-throughput"
11589
11590 - type: "plot"
11591   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11592   algorithm: "plot_perf_box_name"
11593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11595   include:
11596     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11600   layout:
11601     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11602     layout: "plot-throughput"
11603
11604 - type: "plot"
11605   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11606   algorithm: "plot_perf_box_name"
11607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11609   include:
11610     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11614   layout:
11615     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11616     layout: "plot-throughput"
11617
11618 - type: "plot"
11619   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11620   algorithm: "plot_perf_box_name"
11621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11623   include:
11624     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11629   layout:
11630     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11631     layout: "plot-throughput"
11632
11633 - type: "plot"
11634   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11635   algorithm: "plot_perf_box_name"
11636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11638   include:
11639     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11644   layout:
11645     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11646     layout: "plot-throughput"
11647
11648 - type: "plot"
11649   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11650   algorithm: "plot_perf_box_name"
11651   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11652   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11653   include:
11654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11659   layout:
11660     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11661     layout: "plot-throughput"
11662
11663 - type: "plot"
11664   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11665   algorithm: "plot_perf_box_name"
11666   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11667   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11668   include:
11669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11674   layout:
11675     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11676     layout: "plot-throughput"
11677
11678 - type: "plot"
11679   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11680   algorithm: "plot_perf_box_name"
11681   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11682   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11683   include:
11684     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11688   layout:
11689     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11690     layout: "plot-throughput"
11691
11692 - type: "plot"
11693   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11694   algorithm: "plot_perf_box_name"
11695   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11696   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11697   include:
11698     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11702   layout:
11703     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11704     layout: "plot-throughput"
11705
11706 - type: "plot"
11707   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11708   algorithm: "plot_perf_box_name"
11709   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11710   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11711   include:
11712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11717   layout:
11718     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11719     layout: "plot-throughput"
11720
11721 - type: "plot"
11722   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11723   algorithm: "plot_perf_box_name"
11724   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11725   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11726   include:
11727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11732   layout:
11733     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11734     layout: "plot-throughput"
11735
11736 - type: "plot"
11737   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11738   algorithm: "plot_perf_box_name"
11739   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11740   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11741   include:
11742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11748   layout:
11749     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11756   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11757   include:
11758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11764   layout:
11765     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11766     layout: "plot-throughput"
11767
11768 - type: "plot"
11769   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11770   algorithm: "plot_perf_box_name"
11771   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11772   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11773   include:
11774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11779   layout:
11780     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11781     layout: "plot-throughput"
11782
11783 - type: "plot"
11784   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11785   algorithm: "plot_perf_box_name"
11786   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11787   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11788   include:
11789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11794   layout:
11795     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11796     layout: "plot-throughput"
11797
11798 - type: "plot"
11799   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11800   algorithm: "plot_perf_box_name"
11801   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11802   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11803   include:
11804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11809   layout:
11810     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11811     layout: "plot-throughput"
11812
11813 - type: "plot"
11814   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11815   algorithm: "plot_perf_box_name"
11816   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11817   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11818   include:
11819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11824   layout:
11825     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11830   algorithm: "plot_perf_box_name"
11831   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11833   include:
11834     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11836   layout:
11837     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11838     layout: "plot-throughput"
11839
11840 - type: "plot"
11841   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11842   algorithm: "plot_perf_box_name"
11843   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11844   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11845   include:
11846     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11848   layout:
11849     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11850     layout: "plot-throughput"
11851
11852 - type: "plot"
11853   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11854   algorithm: "plot_perf_box_name"
11855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11857   include:
11858     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11862   layout:
11863     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11864     layout: "plot-throughput"
11865
11866 - type: "plot"
11867   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11868   algorithm: "plot_perf_box_name"
11869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11871   include:
11872     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11876   layout:
11877     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11878     layout: "plot-throughput"
11879
11880 - type: "plot"
11881   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11882   algorithm: "plot_perf_box_name"
11883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11885   include:
11886     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11890   layout:
11891     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11899   include:
11900     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11904   layout:
11905     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11906     layout: "plot-throughput"
11907
11908 - type: "plot"
11909   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11910   algorithm: "plot_perf_box_name"
11911   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11912   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11913   include:
11914     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11918   layout:
11919     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11920     layout: "plot-throughput"
11921
11922 - type: "plot"
11923   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11924   algorithm: "plot_perf_box_name"
11925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11927   include:
11928     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11932   layout:
11933     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11934     layout: "plot-throughput"
11935
11936 - type: "plot"
11937   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11938   algorithm: "plot_perf_box_name"
11939   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11940   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11941   include:
11942     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11946   layout:
11947     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11948     layout: "plot-throughput"
11949
11950 - type: "plot"
11951   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11952   algorithm: "plot_perf_box_name"
11953   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11954   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11955   include:
11956     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11960   layout:
11961     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11962     layout: "plot-throughput"
11963
11964 - type: "plot"
11965   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11966   algorithm: "plot_perf_box_name"
11967   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11969   include:
11970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11976   layout:
11977     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11978     layout: "plot-throughput"
11979
11980 - type: "plot"
11981   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11982   algorithm: "plot_perf_box_name"
11983   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11985   include:
11986     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11987     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11992   layout:
11993     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11998   algorithm: "plot_perf_box_name"
11999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12001   include:
12002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12007   layout:
12008     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12009     layout: "plot-throughput"
12010
12011 - type: "plot"
12012   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12013   algorithm: "plot_perf_box_name"
12014   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12016   include:
12017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12022   layout:
12023     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12031   include:
12032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12037   layout:
12038     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12039     layout: "plot-throughput"
12040
12041 - type: "plot"
12042   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12043   algorithm: "plot_perf_box_name"
12044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12046   include:
12047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12052   layout:
12053     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12054     layout: "plot-throughput"
12055
12056 - type: "plot"
12057   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12058   algorithm: "plot_perf_box_name"
12059   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12061   include:
12062     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12065   layout:
12066     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12067     layout: "plot-throughput"
12068
12069 - type: "plot"
12070   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12071   algorithm: "plot_perf_box_name"
12072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12074   include:
12075     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12077     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12078   layout:
12079     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12080     layout: "plot-throughput"
12081
12082 - type: "plot"
12083   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12084   algorithm: "plot_perf_box_name"
12085   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12087   include:
12088     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12091   layout:
12092     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12093     layout: "plot-throughput"
12094
12095 - type: "plot"
12096   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12097   algorithm: "plot_perf_box_name"
12098   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12100   include:
12101     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12104   layout:
12105     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12106     layout: "plot-throughput"
12107
12108 - type: "plot"
12109   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12110   algorithm: "plot_perf_box_name"
12111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12113   include:
12114     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12119   layout:
12120     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12121     layout: "plot-throughput"
12122
12123 - type: "plot"
12124   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12125   algorithm: "plot_perf_box_name"
12126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12128   include:
12129     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12134   layout:
12135     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12143   include:
12144     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12149   layout:
12150     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12155   algorithm: "plot_perf_box_name"
12156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12158   include:
12159     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12164   layout:
12165     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12166     layout: "plot-throughput"
12167
12168 - type: "plot"
12169   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12170   algorithm: "plot_perf_box_name"
12171   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12172   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12173   include:
12174     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12179   layout:
12180     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12185   algorithm: "plot_perf_box_name"
12186   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12187   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12188   include:
12189     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12194   layout:
12195     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12196     layout: "plot-throughput"
12197
12198 - type: "plot"
12199   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12200   algorithm: "plot_perf_box_name"
12201   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12202   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12203   include:
12204     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12209   layout:
12210     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12217   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12218   include:
12219     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12224   layout:
12225     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12226     layout: "plot-throughput"
12227
12228 - type: "plot"
12229   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12230   algorithm: "plot_perf_box_name"
12231   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12232   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12233   include:
12234     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12239   layout:
12240     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12241     layout: "plot-throughput"
12242
12243 - type: "plot"
12244   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12245   algorithm: "plot_perf_box_name"
12246   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12247   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12248   include:
12249     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12254   layout:
12255     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12263   include:
12264     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12265     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12266     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12267     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12268     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12269     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12270   layout:
12271     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12272     layout: "plot-throughput"
12273
12274 - type: "plot"
12275   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12276   algorithm: "plot_perf_box_name"
12277   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12279   include:
12280     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12281     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12282     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12283     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12284     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12286   layout:
12287     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12295   include:
12296     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12297     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12298     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12299     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12300   layout:
12301     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12302     layout: "plot-throughput"
12303
12304 - type: "plot"
12305   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12306   algorithm: "plot_perf_box_name"
12307   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12308   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12309   include:
12310     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12311     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12312     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12313     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12314   layout:
12315     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12316     layout: "plot-throughput"
12317
12318 - type: "plot"
12319   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12320   algorithm: "plot_perf_box_name"
12321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12323   include:
12324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12325     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12326     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12327     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12328     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12329     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12330   layout:
12331     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12332     layout: "plot-throughput"
12333
12334 - type: "plot"
12335   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12336   algorithm: "plot_perf_box_name"
12337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12339   include:
12340     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12341     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12342     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12343     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12344     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12346   layout:
12347     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12348     layout: "plot-throughput"
12349
12350 - type: "plot"
12351   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12352   algorithm: "plot_perf_box_name"
12353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12355   include:
12356     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12357     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12358     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12359     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12360     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12362   layout:
12363     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12371   include:
12372     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12373     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12374     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12375     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12376     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12378   layout:
12379     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12380     layout: "plot-throughput"
12381
12382 - type: "plot"
12383   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12384   algorithm: "plot_perf_box_name"
12385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12387   include:
12388     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12389     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12390     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12392     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12394   layout:
12395     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12396     layout: "plot-throughput"
12397
12398 - type: "plot"
12399   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12400   algorithm: "plot_perf_box_name"
12401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12403   include:
12404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12405     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12408     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12410   layout:
12411     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12412     layout: "plot-throughput"
12413
12414 - type: "plot"
12415   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12416   algorithm: "plot_perf_box_name"
12417   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12418   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12419   include:
12420     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12421     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12426   layout:
12427     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12428     layout: "plot-throughput"
12429
12430 - type: "plot"
12431   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12432   algorithm: "plot_perf_box_name"
12433   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12434   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12435   include:
12436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12440     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12442   layout:
12443     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12444     layout: "plot-throughput"
12445
12446 - type: "plot"
12447   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12448   algorithm: "plot_perf_box_name"
12449   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12450   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12451   include:
12452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12456     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12457     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12458   layout:
12459     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12460     layout: "plot-throughput"
12461
12462 - type: "plot"
12463   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12464   algorithm: "plot_perf_box_name"
12465   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12466   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12467   include:
12468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12470     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12471     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12473     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12474   layout:
12475     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12480   algorithm: "plot_perf_box_name"
12481   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12483   include:
12484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12487     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12488     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12489     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12490   layout:
12491     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12492     layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12496   algorithm: "plot_perf_box_name"
12497   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12499   include:
12500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12506   layout:
12507     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12508     layout: "plot-throughput"
12509
12510 - type: "plot"
12511   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12512   algorithm: "plot_perf_box_name"
12513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12515   include:
12516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12522   layout:
12523     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12528   algorithm: "plot_perf_box_name"
12529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12531   include:
12532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12538   layout:
12539     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12547   include:
12548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12554   layout:
12555     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12560   algorithm: "plot_perf_box_name"
12561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12563   include:
12564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12570   layout:
12571     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12579   include:
12580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12584   layout:
12585     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12586     layout: "plot-throughput"
12587
12588 - type: "plot"
12589   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12590   algorithm: "plot_perf_box_name"
12591   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12593   include:
12594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12598   layout:
12599     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12600     layout: "plot-throughput"
12601
12602 - type: "plot"
12603   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12604   algorithm: "plot_perf_box_name"
12605   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12607   include:
12608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12612   layout:
12613     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12614     layout: "plot-throughput"
12615
12616 - type: "plot"
12617   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12618   algorithm: "plot_perf_box_name"
12619   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12620   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12621   include:
12622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12626   layout:
12627     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12632   algorithm: "plot_perf_box_name"
12633   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12635   include:
12636     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12642   layout:
12643     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12651   include:
12652     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12658   layout:
12659     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12667   include:
12668     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12673   layout:
12674     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12675     layout: "plot-throughput"
12676
12677 - type: "plot"
12678   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12679   algorithm: "plot_perf_box_name"
12680   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12682   include:
12683     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12688   layout:
12689     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12690     layout: "plot-throughput"
12691
12692 - type: "plot"
12693   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12694   algorithm: "plot_perf_box_name"
12695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12697   include:
12698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12703   layout:
12704     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12705     layout: "plot-throughput"
12706
12707 - type: "plot"
12708   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12709   algorithm: "plot_perf_box_name"
12710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12712   include:
12713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12718   layout:
12719     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12720     layout: "plot-throughput"
12721
12722 - type: "plot"
12723   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12724   algorithm: "plot_perf_box_name"
12725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12727   include:
12728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12732   layout:
12733     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12734     layout: "plot-throughput"
12735
12736 - type: "plot"
12737   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12738   algorithm: "plot_perf_box_name"
12739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12741   include:
12742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12746   layout:
12747     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12748     layout: "plot-throughput"
12749
12750 - type: "plot"
12751   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12752   algorithm: "plot_perf_box_name"
12753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12755   include:
12756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12762   layout:
12763     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12768   algorithm: "plot_perf_box_name"
12769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12771   include:
12772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12778   layout:
12779     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12780     layout: "plot-throughput"
12781
12782 - type: "plot"
12783   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12784   algorithm: "plot_perf_box_name"
12785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12787   include:
12788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12794   layout:
12795     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12803   include:
12804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12810   layout:
12811     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12812     layout: "plot-throughput"
12813
12814 - type: "plot"
12815   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12816   algorithm: "plot_perf_box_name"
12817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12819   include:
12820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12826   layout:
12827     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12828     layout: "plot-throughput"
12829
12830 - type: "plot"
12831   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12832   algorithm: "plot_perf_box_name"
12833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12835   include:
12836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12842   layout:
12843     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12844     layout: "plot-throughput"
12845
12846 - type: "plot"
12847   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12848   algorithm: "plot_perf_box_name"
12849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12851   include:
12852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12858   layout:
12859     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12860     layout: "plot-throughput"
12861
12862 - type: "plot"
12863   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12864   algorithm: "plot_perf_box_name"
12865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12867   include:
12868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12874   layout:
12875     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12876     layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12883   include:
12884     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12888   layout:
12889     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12890     layout: "plot-throughput"
12891
12892 - type: "plot"
12893   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12894   algorithm: "plot_perf_box_name"
12895   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12896   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12897   include:
12898     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12899     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12902   layout:
12903     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12904     layout: "plot-throughput"
12905
12906 - type: "plot"
12907   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12908   algorithm: "plot_perf_box_name"
12909   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12910   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12911   include:
12912     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12913     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12918   layout:
12919     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12920     layout: "plot-throughput"
12921
12922 - type: "plot"
12923   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12924   algorithm: "plot_perf_box_name"
12925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12927   include:
12928     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12934   layout:
12935     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12936     layout: "plot-throughput"
12937
12938 - type: "plot"
12939   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12940   algorithm: "plot_perf_box_name"
12941   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12942   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12943   include:
12944     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12947     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12948     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12949     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12950   layout:
12951     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12952     layout: "plot-throughput"
12953
12954 - type: "plot"
12955   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12956   algorithm: "plot_perf_box_name"
12957   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12958   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12959   include:
12960     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12963     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12966   layout:
12967     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12968     layout: "plot-throughput"
12969
12970 - type: "plot"
12971   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12972   algorithm: "plot_perf_box_name"
12973   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12974   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12975   include:
12976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12980   layout:
12981     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12982     layout: "plot-throughput"
12983
12984 - type: "plot"
12985   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12986   algorithm: "plot_perf_box_name"
12987   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12988   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12989   include:
12990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12994   layout:
12995     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12996     layout: "plot-throughput"
12997
12998 - type: "plot"
12999   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13000   algorithm: "plot_perf_box_name"
13001   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13002   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13003   include:
13004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13010   layout:
13011     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13012     layout: "plot-throughput"
13013
13014 - type: "plot"
13015   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13016   algorithm: "plot_perf_box_name"
13017   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13018   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13019   include:
13020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13026   layout:
13027     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13032   algorithm: "plot_perf_box_name"
13033   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13034   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13035   include:
13036     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13040   layout:
13041     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13042     layout: "plot-throughput"
13043
13044 - type: "plot"
13045   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13046   algorithm: "plot_perf_box_name"
13047   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13048   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13049   include:
13050     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13054   layout:
13055     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13062   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13063   include:
13064     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13070   layout:
13071     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13072     layout: "plot-throughput"
13073
13074 - type: "plot"
13075   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13076   algorithm: "plot_perf_box_name"
13077   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13078   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13079   include:
13080     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13086   layout:
13087     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13094   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13095   include:
13096     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13102   layout:
13103     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13104     layout: "plot-throughput"
13105
13106 - type: "plot"
13107   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13108   algorithm: "plot_perf_box_name"
13109   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13110   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13111   include:
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13118   layout:
13119     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13127   include:
13128     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13129     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13130     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13131     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13132     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13133     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13134   layout:
13135     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13136     layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13143   include:
13144     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13145     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13146     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13147     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13148     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13149     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13150   layout:
13151     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13152     layout: "plot-throughput"
13153
13154 - type: "plot"
13155   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13156   algorithm: "plot_perf_box_name"
13157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13159   include:
13160     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13161     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13162     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13163 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13164 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13165 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13166   layout:
13167     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13168     layout: "plot-throughput"
13169
13170 - type: "plot"
13171   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13172   algorithm: "plot_perf_box_name"
13173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13175   include:
13176     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13177     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13178     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13179 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13180 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13181 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13182   layout:
13183     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13184     layout: "plot-throughput"
13185
13186 - type: "plot"
13187   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13188   algorithm: "plot_perf_box_name"
13189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13191   include:
13192     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13193     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13194     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13195     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13196     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13197     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13198   layout:
13199     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13200     layout: "plot-throughput"
13201
13202 - type: "plot"
13203   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13204   algorithm: "plot_perf_box_name"
13205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13207   include:
13208     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13209     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13210     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13211     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13212     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13213     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13214   layout:
13215     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13216     layout: "plot-throughput"
13217
13218 - type: "plot"
13219   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13220   algorithm: "plot_perf_box_name"
13221   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13222   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13223   include:
13224     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13225     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13226     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13227     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13228     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13229     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13230   layout:
13231     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13232     layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13236   algorithm: "plot_perf_box_name"
13237   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13238   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13239   include:
13240     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13241     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13242     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13243     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13244     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13245     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13246   layout:
13247     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13248     layout: "plot-throughput"
13249
13250 #- type: "plot"
13251 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13252 #  algorithm: "plot_perf_box_name"
13253 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13254 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13255 #  include:
13256 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13257 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13258 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13259 #  layout:
13260 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13261 #    layout: "plot-throughput"
13262 #
13263 #- type: "plot"
13264 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13265 #  algorithm: "plot_perf_box_name"
13266 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13267 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13268 #  include:
13269 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13270 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13271 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13272 #  layout:
13273 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13274 #    layout: "plot-throughput"
13275
13276 - type: "plot"
13277   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13278   algorithm: "plot_perf_box_name"
13279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13281   include:
13282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13287   layout:
13288     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13289     layout: "plot-throughput"
13290
13291 - type: "plot"
13292   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13293   algorithm: "plot_perf_box_name"
13294   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13295   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13296   include:
13297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13302   layout:
13303     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13310   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13311   include:
13312     - "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"
13313     - "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"
13314     - "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"
13315     - "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"
13316     - "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"
13317   layout:
13318     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13319     layout: "plot-throughput"
13320
13321 - type: "plot"
13322   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13323   algorithm: "plot_perf_box_name"
13324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13326   include:
13327     - "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"
13328     - "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"
13329     - "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"
13330     - "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"
13331     - "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"
13332   layout:
13333     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13334     layout: "plot-throughput"
13335
13336 - type: "plot"
13337   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13338   algorithm: "plot_perf_box_name"
13339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13341   include:
13342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13347   layout:
13348     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13349     layout: "plot-throughput"
13350
13351 - type: "plot"
13352   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13353   algorithm: "plot_perf_box_name"
13354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13356   include:
13357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13362   layout:
13363     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13371   include:
13372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13377   layout:
13378     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13383   algorithm: "plot_perf_box_name"
13384   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13386   include:
13387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13392   layout:
13393     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13398   algorithm: "plot_perf_box_name"
13399   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13400   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13401   include:
13402     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13403     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13404     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13406     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13407   layout:
13408     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13409     layout: "plot-throughput"
13410
13411 - type: "plot"
13412   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13413   algorithm: "plot_perf_box_name"
13414   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13416   include:
13417     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13418     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13419     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13422   layout:
13423     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13430   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13431   include:
13432     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13437   layout:
13438     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13439     layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13443   algorithm: "plot_perf_box_name"
13444   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13446   include:
13447     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13448     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13452   layout:
13453     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13454     layout: "plot-throughput"
13455
13456 - type: "plot"
13457   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13458   algorithm: "plot_perf_box_name"
13459   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13461   include:
13462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13463     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13466   layout:
13467     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13468     layout: "plot-throughput"
13469
13470 - type: "plot"
13471   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13472   algorithm: "plot_perf_box_name"
13473   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13475   include:
13476     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13477     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13478     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13480   layout:
13481     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13482     layout: "plot-throughput"
13483
13484 - type: "plot"
13485   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13486   algorithm: "plot_perf_box_name"
13487   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13489   include:
13490     - "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"
13491     - "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"
13492     - "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"
13493     - "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"
13494   layout:
13495     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13496     layout: "plot-throughput"
13497
13498 - type: "plot"
13499   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13500   algorithm: "plot_perf_box_name"
13501   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13503   include:
13504     - "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"
13505     - "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"
13506     - "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"
13507     - "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"
13508   layout:
13509     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13514   algorithm: "plot_perf_box_name"
13515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13517   include:
13518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13521     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13522     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13523     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13524   layout:
13525     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13526     layout: "plot-throughput"
13527
13528 - type: "plot"
13529   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13530   algorithm: "plot_perf_box_name"
13531   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13533   include:
13534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13535     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13538     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13539     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13540   layout:
13541     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13542     layout: "plot-throughput"
13543
13544 - type: "plot"
13545   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13546   algorithm: "plot_perf_box_name"
13547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13549   include:
13550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13554     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13555     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13556   layout:
13557     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13558     layout: "plot-throughput"
13559
13560 - type: "plot"
13561   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13562   algorithm: "plot_perf_box_name"
13563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13565   include:
13566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13570     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13571     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13572   layout:
13573     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13574     layout: "plot-throughput"
13575
13576 - type: "plot"
13577   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13578   algorithm: "plot_perf_box_name"
13579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13581   include:
13582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13586     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13588   layout:
13589     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13590     layout: "plot-throughput"
13591
13592 - type: "plot"
13593   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13594   algorithm: "plot_perf_box_name"
13595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13597   include:
13598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13604   layout:
13605     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13606     layout: "plot-throughput"
13607
13608 - type: "plot"
13609   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13610   algorithm: "plot_perf_box_name"
13611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13613   include:
13614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13617     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13619   layout:
13620     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13621     layout: "plot-throughput"
13622
13623 - type: "plot"
13624   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13625   algorithm: "plot_perf_box_name"
13626   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13628   include:
13629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13631     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13632     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13633     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13634   layout:
13635     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13636     layout: "plot-throughput"
13637
13638 - type: "plot"
13639   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13640   algorithm: "plot_perf_box_name"
13641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13643   include:
13644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13646   layout:
13647     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13648     layout: "plot-throughput"
13649
13650 - type: "plot"
13651   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13652   algorithm: "plot_perf_box_name"
13653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13655   include:
13656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13658   layout:
13659     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13660     layout: "plot-throughput"
13661
13662 - type: "plot"
13663   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13664   algorithm: "plot_perf_box_name"
13665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13667   include:
13668     - "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"
13669     - "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"
13670   layout:
13671     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13672     layout: "plot-throughput"
13673
13674 - type: "plot"
13675   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13676   algorithm: "plot_perf_box_name"
13677   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13679   include:
13680     - "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"
13681     - "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"
13682   layout:
13683     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13684     layout: "plot-throughput"
13685
13686 - type: "plot"
13687   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13688   algorithm: "plot_perf_box_name"
13689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13691   include:
13692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13694   layout:
13695     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13696     layout: "plot-throughput"
13697
13698 - type: "plot"
13699   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13700   algorithm: "plot_perf_box_name"
13701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13703   include:
13704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13706   layout:
13707     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13708     layout: "plot-throughput"
13709
13710 - type: "plot"
13711   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13712   algorithm: "plot_perf_box_name"
13713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13715   include:
13716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13718   layout:
13719     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13720     layout: "plot-throughput"
13721
13722 - type: "plot"
13723   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13724   algorithm: "plot_perf_box_name"
13725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13727   include:
13728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13730   layout:
13731     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13732     layout: "plot-throughput"
13733
13734 - type: "plot"
13735   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13736   algorithm: "plot_perf_box_name"
13737   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13738   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13739   include:
13740     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13741     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13742     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13743     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13744     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13745     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13746   layout:
13747     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13748     layout: "plot-throughput"
13749
13750 - type: "plot"
13751   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13752   algorithm: "plot_perf_box_name"
13753   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13754   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13755   include:
13756     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13757     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13758     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13759     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13760     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13762   layout:
13763     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13764     layout: "plot-throughput"
13765
13766 - type: "plot"
13767   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13768   algorithm: "plot_perf_box_name"
13769   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13770   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13771   include:
13772     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13773     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13774     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13775     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13776     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13777     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13778   layout:
13779     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13780     layout: "plot-throughput"
13781
13782 - type: "plot"
13783   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13784   algorithm: "plot_perf_box_name"
13785   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13786   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13787   include:
13788     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13789     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13790     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13791     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13794   layout:
13795     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13796     layout: "plot-throughput"
13797
13798 #- type: "plot"
13799 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13800 #  algorithm: "plot_perf_box_name"
13801 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13802 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13803 #  include:
13804 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13805 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13806 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13807 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13808 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13809 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13810 #  layout:
13811 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13812 #    layout: "plot-throughput"
13813 #
13814 #- type: "plot"
13815 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13816 #  algorithm: "plot_perf_box_name"
13817 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13818 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13819 #  include:
13820 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13821 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13822 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13823 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13824 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13825 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13826 #  layout:
13827 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13828 #    layout: "plot-throughput"
13829
13830 - type: "plot"
13831   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13832   algorithm: "plot_perf_box_name"
13833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13835   include:
13836     - "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"
13837     - "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"
13838     - "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"
13839     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13840     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13841     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13842   layout:
13843     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13844     layout: "plot-throughput"
13845
13846 - type: "plot"
13847   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13848   algorithm: "plot_perf_box_name"
13849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13851   include:
13852     - "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"
13853     - "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"
13854     - "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"
13855     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13856     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13857     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13858   layout:
13859     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13860     layout: "plot-throughput"
13861
13862 ################################################################################
13863
13864 # Packet Speedup
13865
13866 - type: "plot"
13867   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13868   algorithm: "plot_tsa_name"
13869   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13870   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13871   include:
13872     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13873     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13874     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13875     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13876   layout:
13877     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13878     layout: "plot-throughput-speedup-analysis"
13879
13880 - type: "plot"
13881   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13882   algorithm: "plot_tsa_name"
13883   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13884   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13885   include:
13886     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13887     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13888     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13889     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13890   layout:
13891     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13892     layout: "plot-throughput-speedup-analysis"
13893
13894 - type: "plot"
13895   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13896   algorithm: "plot_tsa_name"
13897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13899   include:
13900     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13901     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13902     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13903     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13904   layout:
13905     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13906     layout: "plot-throughput-speedup-analysis"
13907
13908 - type: "plot"
13909   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13910   algorithm: "plot_tsa_name"
13911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13913   include:
13914     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13915     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13916     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13917     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13918   layout:
13919     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13920     layout: "plot-throughput-speedup-analysis"
13921
13922 - type: "plot"
13923   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13924   algorithm: "plot_tsa_name"
13925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13927   include:
13928     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13929     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13930     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13931     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13932     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13933   layout:
13934     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13935     layout: "plot-throughput-speedup-analysis"
13936
13937 - type: "plot"
13938   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13939   algorithm: "plot_tsa_name"
13940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13942   include:
13943     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13944     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13945     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13946     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13947     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13948   layout:
13949     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13950     layout: "plot-throughput-speedup-analysis"
13951
13952 - type: "plot"
13953   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13954   algorithm: "plot_tsa_name"
13955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13957   include:
13958     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13959     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13960     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13961     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13962     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13963   layout:
13964     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13965     layout: "plot-throughput-speedup-analysis"
13966
13967 - type: "plot"
13968   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13969   algorithm: "plot_tsa_name"
13970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13972   include:
13973     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13974     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13975     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13976     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13977     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13978   layout:
13979     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13980     layout: "plot-throughput-speedup-analysis"
13981
13982 - type: "plot"
13983   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13984   algorithm: "plot_tsa_name"
13985   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13987   include:
13988     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13993     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13994   layout:
13995     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13996     layout: "plot-throughput-speedup-analysis"
13997
13998 - type: "plot"
13999   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14000   algorithm: "plot_tsa_name"
14001   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14003   include:
14004     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14007     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14008     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14010   layout:
14011     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14012     layout: "plot-throughput-speedup-analysis"
14013
14014 - type: "plot"
14015   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14016   algorithm: "plot_tsa_name"
14017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14019   include:
14020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14025   layout:
14026     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14027     layout: "plot-throughput-speedup-analysis"
14028
14029 - type: "plot"
14030   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14031   algorithm: "plot_tsa_name"
14032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14034   include:
14035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14040   layout:
14041     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14042     layout: "plot-throughput-speedup-analysis"
14043
14044 - type: "plot"
14045   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14046   algorithm: "plot_tsa_name"
14047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14049   include:
14050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14053   layout:
14054     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14055     layout: "plot-throughput-speedup-analysis"
14056
14057 - type: "plot"
14058   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14059   algorithm: "plot_tsa_name"
14060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14062   include:
14063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14066   layout:
14067     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14068     layout: "plot-throughput-speedup-analysis"
14069
14070 - type: "plot"
14071   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14072   algorithm: "plot_tsa_name"
14073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14075   include:
14076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14081   layout:
14082     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14083     layout: "plot-throughput-speedup-analysis"
14084
14085 - type: "plot"
14086   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14087   algorithm: "plot_tsa_name"
14088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14090   include:
14091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14096   layout:
14097     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14098     layout: "plot-throughput-speedup-analysis"
14099
14100 - type: "plot"
14101   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14102   algorithm: "plot_tsa_name"
14103   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14105   include:
14106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14109   layout:
14110     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14111     layout: "plot-throughput-speedup-analysis"
14112
14113 - type: "plot"
14114   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14115   algorithm: "plot_tsa_name"
14116   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14117   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14118   include:
14119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14122   layout:
14123     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14124     layout: "plot-throughput-speedup-analysis"
14125
14126 - type: "plot"
14127   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14128   algorithm: "plot_tsa_name"
14129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14131   include:
14132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14138   layout:
14139     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14140     layout: "plot-throughput-speedup-analysis"
14141
14142 - type: "plot"
14143   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14144   algorithm: "plot_tsa_name"
14145   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14146   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14147   include:
14148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14154   layout:
14155     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14156     layout: "plot-throughput-speedup-analysis"
14157
14158 - type: "plot"
14159   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14160   algorithm: "plot_tsa_name"
14161   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14163   include:
14164     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14165     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14166     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14167     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14168     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14169   layout:
14170     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14171     layout: "plot-throughput-speedup-analysis"
14172
14173 - type: "plot"
14174   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14175   algorithm: "plot_tsa_name"
14176   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14178   include:
14179     - "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"
14180     - "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"
14181     - "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"
14182     - "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"
14183     - "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"
14184   layout:
14185     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14186     layout: "plot-throughput-speedup-analysis"
14187
14188 #- type: "plot"
14189 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14190 #  algorithm: "plot_tsa_name"
14191 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14192 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14193 #  include:
14194 #    - "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"
14195 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14196 #    - "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"
14197 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14198 #    - "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"
14199 #  layout:
14200 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14201 #    layout: "plot-throughput-speedup-analysis"
14202 #
14203 #- type: "plot"
14204 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14205 #  algorithm: "plot_tsa_name"
14206 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14207 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14208 #  include:
14209 #    - "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"
14210 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14211 #    - "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"
14212 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14213 #    - "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"
14214 #  layout:
14215 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14216 #    layout: "plot-throughput-speedup-analysis"
14217 #
14218 #- type: "plot"
14219 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14220 #  algorithm: "plot_tsa_name"
14221 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14222 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14223 #  include:
14224 #    - "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"
14225 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14226 #    - "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"
14227 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14228 #    - "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"
14229 #  layout:
14230 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14231 #    layout: "plot-throughput-speedup-analysis"
14232 #
14233 #- type: "plot"
14234 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14235 #  algorithm: "plot_tsa_name"
14236 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14237 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14238 #  include:
14239 #    - "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"
14240 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14241 #    - "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"
14242 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14243 #    - "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"
14244 #  layout:
14245 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14246 #    layout: "plot-throughput-speedup-analysis"
14247
14248 - type: "plot"
14249   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14250   algorithm: "plot_tsa_name"
14251   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14252   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14253   include:
14254     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14255     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14256     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14257     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14258     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14259   layout:
14260     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14261     layout: "plot-throughput-speedup-analysis"
14262
14263 - type: "plot"
14264   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14265   algorithm: "plot_tsa_name"
14266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14268   include:
14269     - "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"
14270     - "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"
14271     - "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"
14272     - "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"
14273     - "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"
14274   layout:
14275     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14276     layout: "plot-throughput-speedup-analysis"
14277
14278 #- type: "plot"
14279 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14280 #  algorithm: "plot_tsa_name"
14281 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14282 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14283 #  include:
14284 #    - "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"
14285 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14286 #    - "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"
14287 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14288 #    - "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"
14289 #  layout:
14290 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14291 #    layout: "plot-throughput-speedup-analysis"
14292 #
14293 #- type: "plot"
14294 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14295 #  algorithm: "plot_tsa_name"
14296 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14297 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14298 #  include:
14299 #    - "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"
14300 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14301 #    - "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"
14302 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14303 #    - "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"
14304 #  layout:
14305 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14306 #    layout: "plot-throughput-speedup-analysis"
14307 #
14308 #- type: "plot"
14309 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14310 #  algorithm: "plot_tsa_name"
14311 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14312 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14313 #  include:
14314 #    - "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"
14315 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14316 #    - "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"
14317 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14318 #    - "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"
14319 #  layout:
14320 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14321 #    layout: "plot-throughput-speedup-analysis"
14322 #
14323 #- type: "plot"
14324 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14325 #  algorithm: "plot_tsa_name"
14326 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14327 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14328 #  include:
14329 #    - "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"
14330 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14331 #    - "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"
14332 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14333 #    - "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"
14334 #  layout:
14335 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14336 #    layout: "plot-throughput-speedup-analysis"
14337
14338 - type: "plot"
14339   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14340   algorithm: "plot_tsa_name"
14341   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14343   include:
14344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14350   layout:
14351     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14352     layout: "plot-throughput-speedup-analysis"
14353
14354 - type: "plot"
14355   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14356   algorithm: "plot_tsa_name"
14357   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14358   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14359   include:
14360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14366   layout:
14367     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14368     layout: "plot-throughput-speedup-analysis"
14369
14370 - type: "plot"
14371   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14372   algorithm: "plot_tsa_name"
14373   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14375   include:
14376     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14379   layout:
14380     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14381     layout: "plot-throughput-speedup-analysis"
14382
14383 - type: "plot"
14384   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14385   algorithm: "plot_tsa_name"
14386   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14388   include:
14389     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14392   layout:
14393     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14394     layout: "plot-throughput-speedup-analysis"
14395
14396 - type: "plot"
14397   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14398   algorithm: "plot_tsa_name"
14399   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14401   include:
14402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14405 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14406 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14407   layout:
14408     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14409     layout: "plot-throughput-speedup-analysis"
14410
14411 - type: "plot"
14412   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14413   algorithm: "plot_tsa_name"
14414   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14416   include:
14417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14420 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14421 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14422   layout:
14423     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14424     layout: "plot-throughput-speedup-analysis"
14425
14426 - type: "plot"
14427   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14428   algorithm: "plot_tsa_name"
14429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14431   include:
14432     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14437   layout:
14438     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14439     layout: "plot-throughput-speedup-analysis"
14440
14441 - type: "plot"
14442   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14443   algorithm: "plot_tsa_name"
14444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14446   include:
14447     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14452   layout:
14453     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14461   include:
14462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14467   layout:
14468     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14469     layout: "plot-throughput-speedup-analysis"
14470
14471 - type: "plot"
14472   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14473   algorithm: "plot_tsa_name"
14474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14476   include:
14477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14482   layout:
14483     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14491   include:
14492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14496   layout:
14497     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14498     layout: "plot-throughput-speedup-analysis"
14499
14500 - type: "plot"
14501   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14502   algorithm: "plot_tsa_name"
14503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14505   include:
14506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14510   layout:
14511     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14512     layout: "plot-throughput-speedup-analysis"
14513
14514 - type: "plot"
14515   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14516   algorithm: "plot_tsa_name"
14517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14519   include:
14520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14525   layout:
14526     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14527     layout: "plot-throughput-speedup-analysis"
14528
14529 - type: "plot"
14530   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14531   algorithm: "plot_tsa_name"
14532   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14533   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14534   include:
14535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14540   layout:
14541     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14542     layout: "plot-throughput-speedup-analysis"
14543
14544 - type: "plot"
14545   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14546   algorithm: "plot_tsa_name"
14547   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14549   include:
14550     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14552   layout:
14553     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14554     layout: "plot-throughput-speedup-analysis"
14555
14556 - type: "plot"
14557   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14558   algorithm: "plot_tsa_name"
14559   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14560   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14561   include:
14562     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14564   layout:
14565     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14566     layout: "plot-throughput-speedup-analysis"
14567
14568 - type: "plot"
14569   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14570   algorithm: "plot_tsa_name"
14571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14573   include:
14574     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14575     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14578   layout:
14579     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14587   include:
14588     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14592   layout:
14593     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14601   include:
14602     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14606   layout:
14607     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14615   include:
14616     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14620   layout:
14621     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14622     layout: "plot-throughput-speedup-analysis"
14623
14624 - type: "plot"
14625   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14626   algorithm: "plot_tsa_name"
14627   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14629   include:
14630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14631     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14636   layout:
14637     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14638     layout: "plot-throughput-speedup-analysis"
14639
14640 - type: "plot"
14641   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14642   algorithm: "plot_tsa_name"
14643   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14645   include:
14646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14652   layout:
14653     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14667   layout:
14668     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14669     layout: "plot-throughput-speedup-analysis"
14670
14671 - type: "plot"
14672   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14673   algorithm: "plot_tsa_name"
14674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14676   include:
14677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14682   layout:
14683     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14684     layout: "plot-throughput-speedup-analysis"
14685
14686 - type: "plot"
14687   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14688   algorithm: "plot_tsa_name"
14689   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14691   include:
14692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14697   layout:
14698     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14706   include:
14707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14712   layout:
14713     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14714     layout: "plot-throughput-speedup-analysis"
14715
14716 - type: "plot"
14717   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14718   algorithm: "plot_tsa_name"
14719   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14721   include:
14722     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14725   layout:
14726     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14727     layout: "plot-throughput-speedup-analysis"
14728
14729 - type: "plot"
14730   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14731   algorithm: "plot_tsa_name"
14732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14734   include:
14735     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14738   layout:
14739     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14740     layout: "plot-throughput-speedup-analysis"
14741
14742 - type: "plot"
14743   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14744   algorithm: "plot_tsa_name"
14745   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14747   include:
14748     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14751   layout:
14752     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14753     layout: "plot-throughput-speedup-analysis"
14754
14755 - type: "plot"
14756   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14757   algorithm: "plot_tsa_name"
14758   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14760   include:
14761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14764   layout:
14765     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14766     layout: "plot-throughput-speedup-analysis"
14767
14768 - type: "plot"
14769   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14770   algorithm: "plot_tsa_name"
14771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14773   include:
14774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14779   layout:
14780     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14781     layout: "plot-throughput-speedup-analysis"
14782
14783 - type: "plot"
14784   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14785   algorithm: "plot_tsa_name"
14786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14788   include:
14789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14794   layout:
14795     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14796     layout: "plot-throughput-speedup-analysis"
14797
14798 - type: "plot"
14799   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14800   algorithm: "plot_tsa_name"
14801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14803   include:
14804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14809   layout:
14810     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14811     layout: "plot-throughput-speedup-analysis"
14812
14813 - type: "plot"
14814   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14815   algorithm: "plot_tsa_name"
14816   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14818   include:
14819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14820     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14821     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14824   layout:
14825     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14826     layout: "plot-throughput-speedup-analysis"
14827
14828 - type: "plot"
14829   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14830   algorithm: "plot_tsa_name"
14831   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14833   include:
14834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14839     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14840   layout:
14841     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14842     layout: "plot-throughput-speedup-analysis"
14843
14844 - type: "plot"
14845   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14846   algorithm: "plot_tsa_name"
14847   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14848   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14849   include:
14850     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14851     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14852     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14853     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14855     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14856   layout:
14857     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14865   include:
14866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14870   layout:
14871     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14872     layout: "plot-throughput-speedup-analysis"
14873
14874 - type: "plot"
14875   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14876   algorithm: "plot_tsa_name"
14877   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14879   include:
14880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14884   layout:
14885     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14886     layout: "plot-throughput-speedup-analysis"
14887
14888 - type: "plot"
14889   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14890   algorithm: "plot_tsa_name"
14891   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14893   include:
14894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14898     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14899     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14900   layout:
14901     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14902     layout: "plot-throughput-speedup-analysis"
14903
14904 - type: "plot"
14905   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14906   algorithm: "plot_tsa_name"
14907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14909   include:
14910     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14916   layout:
14917     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14918     layout: "plot-throughput-speedup-analysis"
14919
14920 - type: "plot"
14921   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14922   algorithm: "plot_tsa_name"
14923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14925   include:
14926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14932   layout:
14933     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14934     layout: "plot-throughput-speedup-analysis"
14935
14936 - type: "plot"
14937   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14938   algorithm: "plot_tsa_name"
14939   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14941   include:
14942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14948   layout:
14949     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14950     layout: "plot-throughput-speedup-analysis"
14951
14952 - type: "plot"
14953   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14954   algorithm: "plot_tsa_name"
14955   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14957   include:
14958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14964   layout:
14965     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14966     layout: "plot-throughput-speedup-analysis"
14967
14968 - type: "plot"
14969   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14970   algorithm: "plot_tsa_name"
14971   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14973   include:
14974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14978     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14980   layout:
14981     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14982     layout: "plot-throughput-speedup-analysis"
14983
14984 - type: "plot"
14985   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14986   algorithm: "plot_tsa_name"
14987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14989   include:
14990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14996   layout:
14997     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14998     layout: "plot-throughput-speedup-analysis"
14999
15000 - type: "plot"
15001   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15002   algorithm: "plot_tsa_name"
15003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15005   include:
15006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15012   layout:
15013     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15014     layout: "plot-throughput-speedup-analysis"
15015
15016 - type: "plot"
15017   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15018   algorithm: "plot_tsa_name"
15019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15021   include:
15022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15028   layout:
15029     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15030     layout: "plot-throughput-speedup-analysis"
15031
15032 - type: "plot"
15033   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15034   algorithm: "plot_tsa_name"
15035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15037   include:
15038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15044   layout:
15045     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15046     layout: "plot-throughput-speedup-analysis"
15047
15048 - type: "plot"
15049   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15050   algorithm: "plot_tsa_name"
15051   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15053   include:
15054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15058   layout:
15059     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15060     layout: "plot-throughput-speedup-analysis"
15061
15062 - type: "plot"
15063   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15064   algorithm: "plot_tsa_name"
15065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15067   include:
15068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15072   layout:
15073     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15074     layout: "plot-throughput-speedup-analysis"
15075
15076 - type: "plot"
15077   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15078   algorithm: "plot_tsa_name"
15079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15081   include:
15082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15086   layout:
15087     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15088     layout: "plot-throughput-speedup-analysis"
15089
15090 - type: "plot"
15091   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15092   algorithm: "plot_tsa_name"
15093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15095   include:
15096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15100   layout:
15101     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15102     layout: "plot-throughput-speedup-analysis"
15103
15104 - type: "plot"
15105   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15106   algorithm: "plot_tsa_name"
15107   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15109   include:
15110     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15111     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15112     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15113     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15114     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15115     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15116   layout:
15117     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15125   include:
15126     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15127     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15128     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15129     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15130     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15132   layout:
15133     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15134     layout: "plot-throughput-speedup-analysis"
15135
15136 - type: "plot"
15137   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15138   algorithm: "plot_tsa_name"
15139   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15141   include:
15142     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15143     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15144     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15147   layout:
15148     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15149     layout: "plot-throughput-speedup-analysis"
15150
15151 - type: "plot"
15152   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15153   algorithm: "plot_tsa_name"
15154   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15156   include:
15157     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15158     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15159     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15162   layout:
15163     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15164     layout: "plot-throughput-speedup-analysis"
15165
15166 - type: "plot"
15167   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15168   algorithm: "plot_tsa_name"
15169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15171   include:
15172     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15177   layout:
15178     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15179     layout: "plot-throughput-speedup-analysis"
15180
15181 - type: "plot"
15182   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15183   algorithm: "plot_tsa_name"
15184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15186   include:
15187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15192   layout:
15193     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15194     layout: "plot-throughput-speedup-analysis"
15195
15196 - type: "plot"
15197   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15198   algorithm: "plot_tsa_name"
15199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15201   include:
15202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15206   layout:
15207     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15208     layout: "plot-throughput-speedup-analysis"
15209
15210 - type: "plot"
15211   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15212   algorithm: "plot_tsa_name"
15213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15215   include:
15216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15220   layout:
15221     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15222     layout: "plot-throughput-speedup-analysis"
15223
15224 - type: "plot"
15225   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15226   algorithm: "plot_tsa_name"
15227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15229   include:
15230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15236   layout:
15237     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15238     layout: "plot-throughput-speedup-analysis"
15239
15240 - type: "plot"
15241   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15242   algorithm: "plot_tsa_name"
15243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15245   include:
15246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15252   layout:
15253     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15254     layout: "plot-throughput-speedup-analysis"
15255
15256 - type: "plot"
15257   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15258   algorithm: "plot_tsa_name"
15259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15261   include:
15262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15268   layout:
15269     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15270     layout: "plot-throughput-speedup-analysis"
15271
15272 - type: "plot"
15273   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15274   algorithm: "plot_tsa_name"
15275   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15277   include:
15278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15284   layout:
15285     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15286     layout: "plot-throughput-speedup-analysis"
15287
15288 - type: "plot"
15289   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15290   algorithm: "plot_tsa_name"
15291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15293   include:
15294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15300   layout:
15301     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15302     layout: "plot-throughput-speedup-analysis"
15303
15304 - type: "plot"
15305   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15306   algorithm: "plot_tsa_name"
15307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15309   include:
15310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15316   layout:
15317     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15318     layout: "plot-throughput-speedup-analysis"
15319
15320 - type: "plot"
15321   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15322   algorithm: "plot_tsa_name"
15323   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15325   include:
15326     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15327     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15328     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15329     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15330     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15331     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15332   layout:
15333     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15334     layout: "plot-throughput-speedup-analysis"
15335
15336 - type: "plot"
15337   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15338   algorithm: "plot_tsa_name"
15339   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15341   include:
15342     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15343     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15344     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15345     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15346     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15347     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15348   layout:
15349     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15350     layout: "plot-throughput-speedup-analysis"
15351
15352 - type: "plot"
15353   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15354   algorithm: "plot_tsa_name"
15355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15357   include:
15358     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15359     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15360     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15361     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15362     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15364   layout:
15365     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15366     layout: "plot-throughput-speedup-analysis"
15367
15368 - type: "plot"
15369   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15370   algorithm: "plot_tsa_name"
15371   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15373   include:
15374     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15375     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15376     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15377     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15378     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15379     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15380   layout:
15381     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15382     layout: "plot-throughput-speedup-analysis"
15383
15384 - type: "plot"
15385   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15386   algorithm: "plot_tsa_name"
15387   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15389   include:
15390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15395   layout:
15396     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15397     layout: "plot-throughput-speedup-analysis"
15398
15399 - type: "plot"
15400   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15401   algorithm: "plot_tsa_name"
15402   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15404   include:
15405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15410   layout:
15411     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15412     layout: "plot-throughput-speedup-analysis"
15413
15414 - type: "plot"
15415   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15416   algorithm: "plot_tsa_name"
15417   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15419   include:
15420     - "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"
15421     - "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"
15422     - "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"
15423     - "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"
15424     - "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"
15425   layout:
15426     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15427     layout: "plot-throughput-speedup-analysis"
15428
15429 - type: "plot"
15430   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15431   algorithm: "plot_tsa_name"
15432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15434   include:
15435     - "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"
15436     - "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"
15437     - "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"
15438     - "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"
15439     - "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"
15440   layout:
15441     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15442     layout: "plot-throughput-speedup-analysis"
15443
15444 - type: "plot"
15445   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15446   algorithm: "plot_tsa_name"
15447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15449   include:
15450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15455   layout:
15456     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15457     layout: "plot-throughput-speedup-analysis"
15458
15459 - type: "plot"
15460   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15461   algorithm: "plot_tsa_name"
15462   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15464   include:
15465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15470   layout:
15471     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15472     layout: "plot-throughput-speedup-analysis"
15473
15474 - type: "plot"
15475   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15476   algorithm: "plot_tsa_name"
15477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15479   include:
15480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15485   layout:
15486     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15487     layout: "plot-throughput-speedup-analysis"
15488
15489 - type: "plot"
15490   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15491   algorithm: "plot_tsa_name"
15492   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15494   include:
15495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15500   layout:
15501     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15502     layout: "plot-throughput-speedup-analysis"
15503
15504 - type: "plot"
15505   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15506   algorithm: "plot_tsa_name"
15507   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15509   include:
15510     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15511     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15512     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15513     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15514     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15515   layout:
15516     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15517     layout: "plot-throughput-speedup-analysis"
15518
15519 - type: "plot"
15520   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15521   algorithm: "plot_tsa_name"
15522   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15524   include:
15525     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15526     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15527     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15528     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15529     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15530   layout:
15531     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15532     layout: "plot-throughput-speedup-analysis"
15533
15534 - type: "plot"
15535   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15536   algorithm: "plot_tsa_name"
15537   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15538   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15539   include:
15540     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15541     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15542     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15543     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15544     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15545   layout:
15546     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15547     layout: "plot-throughput-speedup-analysis"
15548
15549 - type: "plot"
15550   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15551   algorithm: "plot_tsa_name"
15552   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15553   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15554   include:
15555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15556     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15557     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15558     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15559     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15560   layout:
15561     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15562     layout: "plot-throughput-speedup-analysis"
15563
15564 - type: "plot"
15565   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15566   algorithm: "plot_tsa_name"
15567   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15569   include:
15570     - "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"
15571     - "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"
15572     - "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"
15573     - "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"
15574   layout:
15575     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15576     layout: "plot-throughput-speedup-analysis"
15577
15578 - type: "plot"
15579   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15580   algorithm: "plot_tsa_name"
15581   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15583   include:
15584     - "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"
15585     - "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"
15586     - "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"
15587     - "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"
15588   layout:
15589     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15590     layout: "plot-throughput-speedup-analysis"
15591
15592 - type: "plot"
15593   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15594   algorithm: "plot_tsa_name"
15595   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15597   include:
15598     - "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"
15599     - "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"
15600     - "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"
15601     - "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"
15602   layout:
15603     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15604     layout: "plot-throughput-speedup-analysis"
15605
15606 - type: "plot"
15607   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15608   algorithm: "plot_tsa_name"
15609   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15611   include:
15612     - "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"
15613     - "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"
15614     - "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"
15615     - "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"
15616   layout:
15617     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15618     layout: "plot-throughput-speedup-analysis"
15619
15620 - type: "plot"
15621   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15622   algorithm: "plot_tsa_name"
15623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15625   include:
15626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15630     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15631     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15632   layout:
15633     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15634     layout: "plot-throughput-speedup-analysis"
15635
15636 - type: "plot"
15637   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15638   algorithm: "plot_tsa_name"
15639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15641   include:
15642     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15648   layout:
15649     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15650     layout: "plot-throughput-speedup-analysis"
15651
15652 - type: "plot"
15653   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15654   algorithm: "plot_tsa_name"
15655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15657   include:
15658     - "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"
15659     - "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"
15660     - "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"
15661     - "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"
15662     - "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"
15663     - "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"
15664   layout:
15665     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15666     layout: "plot-throughput-speedup-analysis"
15667
15668 - type: "plot"
15669   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15670   algorithm: "plot_tsa_name"
15671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15673   include:
15674     - "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"
15675     - "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"
15676     - "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"
15677     - "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"
15678     - "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"
15679     - "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"
15680   layout:
15681     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15682     layout: "plot-throughput-speedup-analysis"
15683
15684 - type: "plot"
15685   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15686   algorithm: "plot_tsa_name"
15687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15689   include:
15690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15696   layout:
15697     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15698     layout: "plot-throughput-speedup-analysis"
15699
15700 - type: "plot"
15701   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15702   algorithm: "plot_tsa_name"
15703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15705   include:
15706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15712   layout:
15713     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15714     layout: "plot-throughput-speedup-analysis"
15715
15716 - type: "plot"
15717   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15718   algorithm: "plot_tsa_name"
15719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15721   include:
15722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15727   layout:
15728     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15729     layout: "plot-throughput-speedup-analysis"
15730
15731 - type: "plot"
15732   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15733   algorithm: "plot_tsa_name"
15734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15736   include:
15737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15742   layout:
15743     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15744     layout: "plot-throughput-speedup-analysis"
15745
15746 - type: "plot"
15747   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15748   algorithm: "plot_tsa_name"
15749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15751   include:
15752     - "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"
15753     - "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"
15754   layout:
15755     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15756     layout: "plot-throughput-speedup-analysis"
15757
15758 - type: "plot"
15759   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15760   algorithm: "plot_tsa_name"
15761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15763   include:
15764     - "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"
15765     - "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"
15766   layout:
15767     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15768     layout: "plot-throughput-speedup-analysis"
15769
15770 - type: "plot"
15771   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15772   algorithm: "plot_tsa_name"
15773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15775   include:
15776     - "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"
15777     - "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"
15778   layout:
15779     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15780     layout: "plot-throughput-speedup-analysis"
15781
15782 - type: "plot"
15783   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15784   algorithm: "plot_tsa_name"
15785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15787   include:
15788     - "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"
15789     - "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"
15790   layout:
15791     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15792     layout: "plot-throughput-speedup-analysis"
15793
15794 - type: "plot"
15795   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15796   algorithm: "plot_tsa_name"
15797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15799   include:
15800     - "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"
15801     - "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"
15802     - "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"
15803     - "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"
15804     - "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"
15805     - "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"
15806   layout:
15807     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15808     layout: "plot-throughput-speedup-analysis"
15809
15810 - type: "plot"
15811   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15812   algorithm: "plot_tsa_name"
15813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15815   include:
15816     - "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"
15817     - "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"
15818     - "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"
15819     - "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"
15820     - "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"
15821     - "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"
15822   layout:
15823     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15824     layout: "plot-throughput-speedup-analysis"
15825
15826 - type: "plot"
15827   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15828   algorithm: "plot_tsa_name"
15829   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15830   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15831   include:
15832     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15833     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15834     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15835     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15836     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15837   layout:
15838     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15839     layout: "plot-throughput-speedup-analysis"
15840
15841 - type: "plot"
15842   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15843   algorithm: "plot_tsa_name"
15844   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15845   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15846   include:
15847     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15848     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15849     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15850     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15851     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15852   layout:
15853     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15854     layout: "plot-throughput-speedup-analysis"
15855
15856 - type: "plot"
15857   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15858   algorithm: "plot_tsa_name"
15859   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15860   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15861   include:
15862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15867   layout:
15868     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15869     layout: "plot-throughput-speedup-analysis"
15870
15871 - type: "plot"
15872   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15873   algorithm: "plot_tsa_name"
15874   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15875   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15876   include:
15877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15882   layout:
15883     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15884     layout: "plot-throughput-speedup-analysis"
15885
15886 - type: "plot"
15887   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15888   algorithm: "plot_tsa_name"
15889   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15890   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15891   include:
15892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15896   layout:
15897     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15898     layout: "plot-throughput-speedup-analysis"
15899
15900 - type: "plot"
15901   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15902   algorithm: "plot_tsa_name"
15903   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15904   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15905   include:
15906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15910   layout:
15911     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15912     layout: "plot-throughput-speedup-analysis"
15913
15914 - type: "plot"
15915   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15916   algorithm: "plot_tsa_name"
15917   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15918   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15919   include:
15920     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15921     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15922     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15924   layout:
15925     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15926     layout: "plot-throughput-speedup-analysis"
15927
15928 - type: "plot"
15929   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15930   algorithm: "plot_tsa_name"
15931   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15932   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15933   include:
15934     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15935     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15936     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15937     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15938   layout:
15939     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15940     layout: "plot-throughput-speedup-analysis"
15941
15942 - type: "plot"
15943   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15944   algorithm: "plot_tsa_name"
15945   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15946   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15947   include:
15948     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15949     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15950     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15951     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15952     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15953   layout:
15954     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15955     layout: "plot-throughput-speedup-analysis"
15956
15957 - type: "plot"
15958   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15959   algorithm: "plot_tsa_name"
15960   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15961   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15962   include:
15963     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15964     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15965     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15966     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15967     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15968   layout:
15969     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15970     layout: "plot-throughput-speedup-analysis"
15971
15972 - type: "plot"
15973   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15974   algorithm: "plot_tsa_name"
15975   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15976   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15977   include:
15978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15981     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15982     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15983     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15984   layout:
15985     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15986     layout: "plot-throughput-speedup-analysis"
15987
15988 - type: "plot"
15989   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15990   algorithm: "plot_tsa_name"
15991   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15992   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15993   include:
15994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16000   layout:
16001     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16002     layout: "plot-throughput-speedup-analysis"
16003
16004 - type: "plot"
16005   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16006   algorithm: "plot_tsa_name"
16007   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16008   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16009   include:
16010     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16011     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16012     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16014   layout:
16015     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16016     layout: "plot-throughput-speedup-analysis"
16017
16018 - type: "plot"
16019   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16020   algorithm: "plot_tsa_name"
16021   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16022   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16023   include:
16024     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16025     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16026     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16027     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16028   layout:
16029     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16030     layout: "plot-throughput-speedup-analysis"
16031
16032 - type: "plot"
16033   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16034   algorithm: "plot_tsa_name"
16035   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16036   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16037   include:
16038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16042     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16044   layout:
16045     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16046     layout: "plot-throughput-speedup-analysis"
16047
16048 - type: "plot"
16049   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16050   algorithm: "plot_tsa_name"
16051   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16052   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16053   include:
16054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16058     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16060   layout:
16061     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16062     layout: "plot-throughput-speedup-analysis"
16063
16064 - type: "plot"
16065   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16066   algorithm: "plot_tsa_name"
16067   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16068   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16069   include:
16070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16076   layout:
16077     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16078     layout: "plot-throughput-speedup-analysis"
16079
16080 - type: "plot"
16081   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16082   algorithm: "plot_tsa_name"
16083   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16084   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16085   include:
16086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16092   layout:
16093     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16094     layout: "plot-throughput-speedup-analysis"
16095
16096 - type: "plot"
16097   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16098   algorithm: "plot_tsa_name"
16099   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16100   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16101   include:
16102     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16103     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16104     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16105     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16106     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16107     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16108   layout:
16109     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16110     layout: "plot-throughput-speedup-analysis"
16111
16112 - type: "plot"
16113   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16114   algorithm: "plot_tsa_name"
16115   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16116   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16117   include:
16118     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16119     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16120     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16121     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16122     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16123     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16124   layout:
16125     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16126     layout: "plot-throughput-speedup-analysis"
16127
16128 - type: "plot"
16129   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16130   algorithm: "plot_tsa_name"
16131   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16132   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16133   include:
16134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16140   layout:
16141     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16142     layout: "plot-throughput-speedup-analysis"
16143
16144 - type: "plot"
16145   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16146   algorithm: "plot_tsa_name"
16147   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16148   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16149   include:
16150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16153     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16156   layout:
16157     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16158     layout: "plot-throughput-speedup-analysis"
16159
16160 - type: "plot"
16161   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16162   algorithm: "plot_tsa_name"
16163   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16164   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16165   include:
16166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16172   layout:
16173     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16174     layout: "plot-throughput-speedup-analysis"
16175
16176 - type: "plot"
16177   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16178   algorithm: "plot_tsa_name"
16179   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16180   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16181   include:
16182     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16183     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16185     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16186     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16188   layout:
16189     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16190     layout: "plot-throughput-speedup-analysis"
16191
16192 #- type: "plot"
16193 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16194 #  algorithm: "plot_tsa_name"
16195 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16196 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16197 #  include:
16198 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16200 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16201 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16202 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16203 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16204 #  layout:
16205 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16206 #    layout: "plot-throughput-speedup-analysis"
16207 #
16208 #- type: "plot"
16209 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16210 #  algorithm: "plot_tsa_name"
16211 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16212 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16213 #  include:
16214 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16215 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16216 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16217 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16218 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16219 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16220 #  layout:
16221 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16222 #    layout: "plot-throughput-speedup-analysis"
16223
16224 - type: "plot"
16225   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16226   algorithm: "plot_tsa_name"
16227   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16228   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16229   include:
16230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16235   layout:
16236     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16237     layout: "plot-throughput-speedup-analysis"
16238
16239 - type: "plot"
16240   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16241   algorithm: "plot_tsa_name"
16242   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16243   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16244   include:
16245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16250   layout:
16251     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16252     layout: "plot-throughput-speedup-analysis"
16253
16254 - type: "plot"
16255   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16256   algorithm: "plot_tsa_name"
16257   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16258   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16259   include:
16260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16266   layout:
16267     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16268     layout: "plot-throughput-speedup-analysis"
16269
16270 - type: "plot"
16271   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16272   algorithm: "plot_tsa_name"
16273   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16274   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16275   include:
16276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16282   layout:
16283     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16284     layout: "plot-throughput-speedup-analysis"
16285
16286 - type: "plot"
16287   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16288   algorithm: "plot_tsa_name"
16289   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16290   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16291   include:
16292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16295     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16296     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16297   layout:
16298     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16299     layout: "plot-throughput-speedup-analysis"
16300
16301 - type: "plot"
16302   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16303   algorithm: "plot_tsa_name"
16304   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16305   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16306   include:
16307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16312   layout:
16313     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16314     layout: "plot-throughput-speedup-analysis"
16315
16316 - type: "plot"
16317   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16318   algorithm: "plot_tsa_name"
16319   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16320   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16321   include:
16322     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16323     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16326   layout:
16327     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16328     layout: "plot-throughput-speedup-analysis"
16329
16330 - type: "plot"
16331   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16332   algorithm: "plot_tsa_name"
16333   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16334   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16335   include:
16336     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16337     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16338     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16340   layout:
16341     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16342     layout: "plot-throughput-speedup-analysis"
16343
16344 - type: "plot"
16345   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16346   algorithm: "plot_tsa_name"
16347   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16348   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16349   include:
16350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16356   layout:
16357     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16358     layout: "plot-throughput-speedup-analysis"
16359
16360 - type: "plot"
16361   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16362   algorithm: "plot_tsa_name"
16363   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16364   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16365   include:
16366     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16372   layout:
16373     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16374     layout: "plot-throughput-speedup-analysis"
16375
16376 - type: "plot"
16377   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16378   algorithm: "plot_tsa_name"
16379   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16380   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16381   include:
16382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16387   layout:
16388     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16389     layout: "plot-throughput-speedup-analysis"
16390
16391 - type: "plot"
16392   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16393   algorithm: "plot_tsa_name"
16394   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16395   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16396   include:
16397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16402   layout:
16403     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16404     layout: "plot-throughput-speedup-analysis"
16405
16406 - type: "plot"
16407   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16408   algorithm: "plot_tsa_name"
16409   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16410   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16411   include:
16412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16417   layout:
16418     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16419     layout: "plot-throughput-speedup-analysis"
16420
16421 - type: "plot"
16422   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16423   algorithm: "plot_tsa_name"
16424   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16425   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16426   include:
16427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16432   layout:
16433     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16434     layout: "plot-throughput-speedup-analysis"
16435
16436 - type: "plot"
16437   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16438   algorithm: "plot_tsa_name"
16439   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16440   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16441   include:
16442     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16443     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16444     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16446   layout:
16447     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16448     layout: "plot-throughput-speedup-analysis"
16449
16450 - type: "plot"
16451   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16452   algorithm: "plot_tsa_name"
16453   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16454   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16455   include:
16456     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16457     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16458     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16460   layout:
16461     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16462     layout: "plot-throughput-speedup-analysis"
16463
16464 - type: "plot"
16465   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16466   algorithm: "plot_tsa_name"
16467   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16468   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16469   include:
16470     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16475   layout:
16476     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16477     layout: "plot-throughput-speedup-analysis"
16478
16479 - type: "plot"
16480   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16481   algorithm: "plot_tsa_name"
16482   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16483   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16484   include:
16485     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16486     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16487     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16488     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16489     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16490   layout:
16491     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16492     layout: "plot-throughput-speedup-analysis"
16493
16494 - type: "plot"
16495   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16496   algorithm: "plot_tsa_name"
16497   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16498   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16499   include:
16500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16506   layout:
16507     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16508     layout: "plot-throughput-speedup-analysis"
16509
16510 - type: "plot"
16511   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16512   algorithm: "plot_tsa_name"
16513   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16514   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16515   include:
16516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16517     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16518     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16519     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16520     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16522   layout:
16523     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16524     layout: "plot-throughput-speedup-analysis"
16525
16526 - type: "plot"
16527   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16528   algorithm: "plot_tsa_name"
16529   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16530   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16531   include:
16532     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16533     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16534     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16535     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16536   layout:
16537     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16538     layout: "plot-throughput-speedup-analysis"
16539
16540 - type: "plot"
16541   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16542   algorithm: "plot_tsa_name"
16543   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16544   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16545   include:
16546     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16547     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16548     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16549     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16550   layout:
16551     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16552     layout: "plot-throughput-speedup-analysis"
16553
16554 - type: "plot"
16555   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16556   algorithm: "plot_tsa_name"
16557   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16558   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16559   include:
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16564     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16565     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16566   layout:
16567     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16568     layout: "plot-throughput-speedup-analysis"
16569
16570 - type: "plot"
16571   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16572   algorithm: "plot_tsa_name"
16573   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16574   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16575   include:
16576     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16577     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16578     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16579     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16580     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16581     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16582   layout:
16583     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16584     layout: "plot-throughput-speedup-analysis"
16585
16586 - type: "plot"
16587   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16588   algorithm: "plot_tsa_name"
16589   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16590   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16591   include:
16592     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16593     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16594     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16595     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16596     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16598   layout:
16599     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16600     layout: "plot-throughput-speedup-analysis"
16601
16602 - type: "plot"
16603   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16604   algorithm: "plot_tsa_name"
16605   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16606   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16607   include:
16608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16614   layout:
16615     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16616     layout: "plot-throughput-speedup-analysis"
16617
16618 #- type: "plot"
16619 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16620 #  algorithm: "plot_tsa_name"
16621 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16622 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16623 #  include:
16624 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16625 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16626 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16627 #  layout:
16628 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16629 #    layout: "plot-throughput-speedup-analysis"
16630 #
16631 #- type: "plot"
16632 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16633 #  algorithm: "plot_tsa_name"
16634 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16635 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16636 #  include:
16637 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16638 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16639 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16640 #  layout:
16641 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16642 #    layout: "plot-throughput-speedup-analysis"
16643
16644 ################################################################################
16645
16646 # Packet Throughput - DPDK
16647
16648 # 2n-skx-xxv710
16649
16650 - type: "plot"
16651   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16652   algorithm: "plot_perf_box_name"
16653   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16654   data: "plot-dpdk-throughput-latency-2n-skx"
16655   include:
16656     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16657     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16658   layout:
16659     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16660     layout: "plot-throughput"
16661
16662 - type: "plot"
16663   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16664   algorithm: "plot_perf_box_name"
16665   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16666   data: "plot-dpdk-throughput-latency-2n-skx"
16667   include:
16668     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16669     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16670   layout:
16671     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16672     layout: "plot-throughput"
16673
16674 - type: "plot"
16675   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16678   data: "plot-dpdk-throughput-latency-2n-skx"
16679   include:
16680     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16681     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16682   layout:
16683     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16684     layout: "plot-throughput"
16685
16686 - type: "plot"
16687   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16688   algorithm: "plot_perf_box_name"
16689   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16690   data: "plot-dpdk-throughput-latency-2n-skx"
16691   include:
16692     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16693     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16694   layout:
16695     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16696     layout: "plot-throughput"
16697
16698 # 2n-skx-x710
16699
16700 - type: "plot"
16701   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16702   algorithm: "plot_perf_box_name"
16703   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16704   data: "plot-dpdk-throughput-latency-2n-skx"
16705   include:
16706     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16707     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16708   layout:
16709     title: "2n-skx-x710-64b-2t1c-base-ndr"
16710     layout: "plot-throughput"
16711
16712 - type: "plot"
16713   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16714   algorithm: "plot_perf_box_name"
16715   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16716   data: "plot-dpdk-throughput-latency-2n-skx"
16717   include:
16718     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16719     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16720   layout:
16721     title: "2n-skx-x710-64b-4t2c-base-ndr"
16722     layout: "plot-throughput"
16723
16724 - type: "plot"
16725   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16726   algorithm: "plot_perf_box_name"
16727   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16728   data: "plot-dpdk-throughput-latency-2n-skx"
16729   include:
16730     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16731     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16732   layout:
16733     title: "2n-skx-x710-64b-2t1c-base-pdr"
16734     layout: "plot-throughput"
16735
16736 - type: "plot"
16737   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16738   algorithm: "plot_perf_box_name"
16739   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16740   data: "plot-dpdk-throughput-latency-2n-skx"
16741   include:
16742     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16743     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16744   layout:
16745     title: "2n-skx-x710-64b-4t2c-base-pdr"
16746     layout: "plot-throughput"
16747
16748 # 3n-skx-xxv710
16749
16750 - type: "plot"
16751   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16752   algorithm: "plot_perf_box_name"
16753   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16754   data: "plot-dpdk-throughput-latency-3n-skx"
16755   include:
16756     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16757     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16758   layout:
16759     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16760     layout: "plot-throughput"
16761
16762 - type: "plot"
16763   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16764   algorithm: "plot_perf_box_name"
16765   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16766   data: "plot-dpdk-throughput-latency-3n-skx"
16767   include:
16768     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16769     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16770   layout:
16771     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16772     layout: "plot-throughput"
16773
16774 - type: "plot"
16775   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16776   algorithm: "plot_perf_box_name"
16777   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16778   data: "plot-dpdk-throughput-latency-3n-skx"
16779   include:
16780     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16781     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16782   layout:
16783     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16784     layout: "plot-throughput"
16785
16786 - type: "plot"
16787   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16788   algorithm: "plot_perf_box_name"
16789   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16790   data: "plot-dpdk-throughput-latency-3n-skx"
16791   include:
16792     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16793     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16794   layout:
16795     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16796     layout: "plot-throughput"
16797
16798 # 3n-skx-x710
16799
16800 - type: "plot"
16801   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16802   algorithm: "plot_perf_box_name"
16803   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16804   data: "plot-dpdk-throughput-latency-3n-skx"
16805   include:
16806     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16807     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16808   layout:
16809     title: "3n-skx-x710-64b-2t1c-base-ndr"
16810     layout: "plot-throughput"
16811
16812 - type: "plot"
16813   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16814   algorithm: "plot_perf_box_name"
16815   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16816   data: "plot-dpdk-throughput-latency-3n-skx"
16817   include:
16818     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16819     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16820   layout:
16821     title: "3n-skx-x710-64b-4t2c-base-ndr"
16822     layout: "plot-throughput"
16823
16824 - type: "plot"
16825   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16826   algorithm: "plot_perf_box_name"
16827   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16828   data: "plot-dpdk-throughput-latency-3n-skx"
16829   include:
16830     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16831     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16832   layout:
16833     title: "3n-skx-x710-64b-2t1c-base-pdr"
16834     layout: "plot-throughput"
16835
16836 - type: "plot"
16837   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16838   algorithm: "plot_perf_box_name"
16839   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16840   data: "plot-dpdk-throughput-latency-3n-skx"
16841   include:
16842     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16843     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16844   layout:
16845     title: "3n-skx-x710-64b-4t2c-base-pdr"
16846     layout: "plot-throughput"
16847
16848 # 3n-hsw-xl710
16849
16850 - type: "plot"
16851   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16852   algorithm: "plot_perf_box_name"
16853   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16854   data: "plot-dpdk-throughput-latency-3n-hsw"
16855   include:
16856     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16857     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16858   layout:
16859     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16860     layout: "plot-throughput"
16861
16862 - type: "plot"
16863   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16864   algorithm: "plot_perf_box_name"
16865   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16866   data: "plot-dpdk-throughput-latency-3n-hsw"
16867   include:
16868     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16869     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16870   layout:
16871     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16872     layout: "plot-throughput"
16873
16874 - type: "plot"
16875   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16876   algorithm: "plot_perf_box_name"
16877   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16878   data: "plot-dpdk-throughput-latency-3n-hsw"
16879   include:
16880     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16881     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16882   layout:
16883     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16884     layout: "plot-throughput"
16885
16886 - type: "plot"
16887   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16888   algorithm: "plot_perf_box_name"
16889   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16890   data: "plot-dpdk-throughput-latency-3n-hsw"
16891   include:
16892     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16893     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16894   layout:
16895     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16896     layout: "plot-throughput"
16897
16898 # 3n-hsw-x710
16899
16900 - type: "plot"
16901   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16902   algorithm: "plot_perf_box_name"
16903   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16904   data: "plot-dpdk-throughput-latency-3n-hsw"
16905   include:
16906     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16907     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16908   layout:
16909     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16910     layout: "plot-throughput"
16911
16912 - type: "plot"
16913   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16914   algorithm: "plot_perf_box_name"
16915   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16916   data: "plot-dpdk-throughput-latency-3n-hsw"
16917   include:
16918     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16919     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16920   layout:
16921     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16922     layout: "plot-throughput"
16923
16924 - type: "plot"
16925   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16926   algorithm: "plot_perf_box_name"
16927   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16928   data: "plot-dpdk-throughput-latency-3n-hsw"
16929   include:
16930     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16931     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16932   layout:
16933     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16934     layout: "plot-throughput"
16935
16936 - type: "plot"
16937   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16938   algorithm: "plot_perf_box_name"
16939   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16940   data: "plot-dpdk-throughput-latency-3n-hsw"
16941   include:
16942     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16943     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16944   layout:
16945     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16946     layout: "plot-throughput"
16947
16948 ## 2n-dnv-x553
16949 #
16950 #- type: "plot"
16951 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16952 #  algorithm: "plot_perf_box_name"
16953 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16954 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16955 #  include:
16956 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16957 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16958 #  layout:
16959 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16960 #    layout: "plot-throughput"
16961 #
16962 #- type: "plot"
16963 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16964 #  algorithm: "plot_perf_box_name"
16965 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16966 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16967 #  include:
16968 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16969 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16970 #  layout:
16971 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16972 #    layout: "plot-throughput"
16973 #
16974 #- type: "plot"
16975 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16976 #  algorithm: "plot_perf_box_name"
16977 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16978 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16979 #  include:
16980 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16981 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16982 #  layout:
16983 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16984 #    layout: "plot-throughput"
16985 #
16986 #- type: "plot"
16987 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16988 #  algorithm: "plot_perf_box_name"
16989 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16990 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16991 #  include:
16992 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16993 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16994 #  layout:
16995 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16996 #    layout: "plot-throughput"
16997 #
16998 ## 3n-dnv-x553
16999 #
17000 #- type: "plot"
17001 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17002 #  algorithm: "plot_perf_box_name"
17003 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17004 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17005 #  include:
17006 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17007 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17008 #  layout:
17009 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17010 #    layout: "plot-throughput"
17011 #
17012 #- type: "plot"
17013 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17014 #  algorithm: "plot_perf_box_name"
17015 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17016 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17017 #  include:
17018 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17019 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17020 #  layout:
17021 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17022 #    layout: "plot-throughput"
17023 #
17024 #- type: "plot"
17025 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17026 #  algorithm: "plot_perf_box_name"
17027 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17028 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17029 #  include:
17030 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17031 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17032 #  layout:
17033 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17034 #    layout: "plot-throughput"
17035 #
17036 #- type: "plot"
17037 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17038 #  algorithm: "plot_perf_box_name"
17039 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17040 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17041 #  include:
17042 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17043 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17044 #  layout:
17045 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17046 #    layout: "plot-throughput"
17047
17048 # 3n-tsh-x520
17049
17050 - type: "plot"
17051   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17052   algorithm: "plot_perf_box_name"
17053   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17054   data: "plot-dpdk-throughput-latency-3n-tsh"
17055   include:
17056     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17057     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17058   layout:
17059     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17060     layout: "plot-throughput"
17061
17062 - type: "plot"
17063   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17064   algorithm: "plot_perf_box_name"
17065   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17066   data: "plot-dpdk-throughput-latency-3n-tsh"
17067   include:
17068     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17069     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17070   layout:
17071     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17072     layout: "plot-throughput"
17073
17074 - type: "plot"
17075   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17076   algorithm: "plot_perf_box_name"
17077   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17078   data: "plot-dpdk-throughput-latency-3n-tsh"
17079   include:
17080     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17081     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17082   layout:
17083     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17084     layout: "plot-throughput"
17085
17086 - type: "plot"
17087   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17088   algorithm: "plot_perf_box_name"
17089   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17090   data: "plot-dpdk-throughput-latency-3n-tsh"
17091   include:
17092     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17093     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17094   layout:
17095     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17096     layout: "plot-throughput"
17097
17098 ################################################################################
17099 ###   2n-clx                                                                 ###
17100 ################################################################################
17101
17102 # Packet Throughput
17103
17104 - type: "plot"
17105   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17106   algorithm: "plot_perf_box_name"
17107   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17109   include:
17110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17114   layout:
17115     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17116     layout: "plot-throughput"
17117
17118 - type: "plot"
17119   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17120   algorithm: "plot_perf_box_name"
17121   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17123   include:
17124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17128   layout:
17129     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17130     layout: "plot-throughput"
17131
17132 - type: "plot"
17133   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17134   algorithm: "plot_perf_box_name"
17135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17137   include:
17138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17139     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17140     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17141     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17142   layout:
17143     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17144     layout: "plot-throughput"
17145
17146 - type: "plot"
17147   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17148   algorithm: "plot_perf_box_name"
17149   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17151   include:
17152     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17153     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17154     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17155     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17156   layout:
17157     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17158     layout: "plot-throughput"
17159
17160 - type: "plot"
17161   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17162   algorithm: "plot_perf_box_name"
17163   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17165   include:
17166     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17167     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17168     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17169     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17170   layout:
17171     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17172     layout: "plot-throughput"
17173
17174 - type: "plot"
17175   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17176   algorithm: "plot_perf_box_name"
17177   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17179   include:
17180     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17181     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17182     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17183     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17184   layout:
17185     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17186     layout: "plot-throughput"
17187
17188 - type: "plot"
17189   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17190   algorithm: "plot_perf_box_name"
17191   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17193   include:
17194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17200   layout:
17201     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17202     layout: "plot-throughput"
17203
17204 - type: "plot"
17205   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17206   algorithm: "plot_perf_box_name"
17207   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17209   include:
17210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17216   layout:
17217     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17218     layout: "plot-throughput"
17219
17220 - type: "plot"
17221   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17222   algorithm: "plot_perf_box_name"
17223   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17225   include:
17226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17230   layout:
17231     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17232     layout: "plot-throughput"
17233
17234 - type: "plot"
17235   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17236   algorithm: "plot_perf_box_name"
17237   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17239   include:
17240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17244   layout:
17245     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17246     layout: "plot-throughput"
17247
17248 - type: "plot"
17249   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17250   algorithm: "plot_perf_box_name"
17251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17253   include:
17254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17257   layout:
17258     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17259     layout: "plot-throughput"
17260
17261 - type: "plot"
17262   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17263   algorithm: "plot_perf_box_name"
17264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17266   include:
17267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17270   layout:
17271     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17272     layout: "plot-throughput"
17273
17274 - type: "plot"
17275   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17276   algorithm: "plot_perf_box_name"
17277   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17279   include:
17280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17285   layout:
17286     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17287     layout: "plot-throughput"
17288
17289 - type: "plot"
17290   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17291   algorithm: "plot_perf_box_name"
17292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17294   include:
17295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17300   layout:
17301     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17302     layout: "plot-throughput"
17303
17304 - type: "plot"
17305   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17306   algorithm: "plot_perf_box_name"
17307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17309   include:
17310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17313   layout:
17314     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17315     layout: "plot-throughput"
17316
17317 - type: "plot"
17318   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17319   algorithm: "plot_perf_box_name"
17320   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17321   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17322   include:
17323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17326   layout:
17327     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17328     layout: "plot-throughput"
17329
17330 - type: "plot"
17331   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17332   algorithm: "plot_perf_box_name"
17333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17335   include:
17336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17342   layout:
17343     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17344     layout: "plot-throughput"
17345
17346 - type: "plot"
17347   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17348   algorithm: "plot_perf_box_name"
17349   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17351   include:
17352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17358   layout:
17359     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17360     layout: "plot-throughput"
17361
17362 - type: "plot"
17363   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17364   algorithm: "plot_perf_box_name"
17365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17367   include:
17368     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17369     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17370     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17371     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17372     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17373   layout:
17374     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17375     layout: "plot-throughput"
17376
17377 - type: "plot"
17378   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17379   algorithm: "plot_perf_box_name"
17380   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17382   include:
17383     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17384     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17385     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17386     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17387     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17388   layout:
17389     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17390     layout: "plot-throughput"
17391
17392 #- type: "plot"
17393 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17394 #  algorithm: "plot_perf_box_name"
17395 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17396 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17397 #  include:
17398 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17399 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17400 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17401 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17402 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17403 #  layout:
17404 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17405 #    layout: "plot-throughput"
17406 #
17407 #- type: "plot"
17408 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17409 #  algorithm: "plot_perf_box_name"
17410 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17411 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17412 #  include:
17413 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17414 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17415 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17416 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17417 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17418 #  layout:
17419 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17420 #    layout: "plot-throughput"
17421 #
17422 #- type: "plot"
17423 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17424 #  algorithm: "plot_perf_box_name"
17425 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17426 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17427 #  include:
17428 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17429 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17430 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17431 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17432 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17433 #  layout:
17434 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17435 #    layout: "plot-throughput"
17436 #
17437 #- type: "plot"
17438 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17439 #  algorithm: "plot_perf_box_name"
17440 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17441 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17442 #  include:
17443 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17444 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17445 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17446 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17447 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17448 #  layout:
17449 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17450 #    layout: "plot-throughput"
17451
17452 - type: "plot"
17453   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17454   algorithm: "plot_perf_box_name"
17455   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17457   include:
17458     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17459     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17460     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17461     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17462     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17463   layout:
17464     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472   include:
17473     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17474     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17475     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17476     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17477     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17478   layout:
17479     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17480     layout: "plot-throughput"
17481
17482 #- type: "plot"
17483 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17484 #  algorithm: "plot_perf_box_name"
17485 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17486 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17487 #  include:
17488 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17489 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17490 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17491 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17492 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17493 #  layout:
17494 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17495 #    layout: "plot-throughput"
17496 #
17497 #- type: "plot"
17498 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17499 #  algorithm: "plot_perf_box_name"
17500 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17501 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17502 #  include:
17503 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17504 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17505 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17506 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17507 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17508 #  layout:
17509 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17510 #    layout: "plot-throughput"
17511 #
17512 #- type: "plot"
17513 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17514 #  algorithm: "plot_perf_box_name"
17515 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17516 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17517 #  include:
17518 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17519 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17520 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17521 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17522 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17523 #  layout:
17524 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17525 #    layout: "plot-throughput"
17526 #
17527 #- type: "plot"
17528 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17529 #  algorithm: "plot_perf_box_name"
17530 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17531 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17532 #  include:
17533 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17534 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17535 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17536 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17537 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17538 #  layout:
17539 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17540 #    layout: "plot-throughput"
17541
17542 - type: "plot"
17543   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17544   algorithm: "plot_perf_box_name"
17545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17547   include:
17548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17554   layout:
17555     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17556     layout: "plot-throughput"
17557
17558 - type: "plot"
17559   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17560   algorithm: "plot_perf_box_name"
17561   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17562   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17563   include:
17564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17570   layout:
17571     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17572     layout: "plot-throughput"
17573
17574 - type: "plot"
17575   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17576   algorithm: "plot_perf_box_name"
17577   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17579   include:
17580     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17582   layout:
17583     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17584     layout: "plot-throughput"
17585
17586 - type: "plot"
17587   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17588   algorithm: "plot_perf_box_name"
17589   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17591   include:
17592     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17593     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17594   layout:
17595     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17596     layout: "plot-throughput"
17597
17598 - type: "plot"
17599   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17600   algorithm: "plot_perf_box_name"
17601   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17603   include:
17604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17606     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17607     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17608     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17609     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17610   layout:
17611     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17612     layout: "plot-throughput"
17613
17614 - type: "plot"
17615   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17616   algorithm: "plot_perf_box_name"
17617   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17619   include:
17620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17622     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17623     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17626   layout:
17627     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17628     layout: "plot-throughput"
17629
17630 - type: "plot"
17631   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17632   algorithm: "plot_perf_box_name"
17633   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17635   include:
17636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17638     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17639     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17640     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17642   layout:
17643     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17644     layout: "plot-throughput"
17645
17646 - type: "plot"
17647   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17648   algorithm: "plot_perf_box_name"
17649   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17651   include:
17652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17654     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17655     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17656     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17657     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17658   layout:
17659     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17660     layout: "plot-throughput"
17661
17662 - type: "plot"
17663   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17664   algorithm: "plot_perf_box_name"
17665   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17667   include:
17668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17674   layout:
17675     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17676     layout: "plot-throughput"
17677
17678 - type: "plot"
17679   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17680   algorithm: "plot_perf_box_name"
17681   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17683   include:
17684     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17688     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17690   layout:
17691     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17692     layout: "plot-throughput"
17693
17694 - type: "plot"
17695   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17696   algorithm: "plot_perf_box_name"
17697   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17699   include:
17700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17705   layout:
17706     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17707     layout: "plot-throughput"
17708
17709 - type: "plot"
17710   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17711   algorithm: "plot_perf_box_name"
17712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17714   include:
17715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17720   layout:
17721     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17722     layout: "plot-throughput"
17723
17724 - type: "plot"
17725   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17726   algorithm: "plot_perf_box_name"
17727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17729   include:
17730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17735   layout:
17736     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17737     layout: "plot-throughput"
17738
17739 - type: "plot"
17740   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17741   algorithm: "plot_perf_box_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17744   include:
17745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17750   layout:
17751     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17752     layout: "plot-throughput"
17753
17754 - type: "plot"
17755   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17756   algorithm: "plot_perf_box_name"
17757   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17759   include:
17760     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17765   layout:
17766     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17767     layout: "plot-throughput"
17768
17769 - type: "plot"
17770   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17771   algorithm: "plot_perf_box_name"
17772   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17774   include:
17775     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17780   layout:
17781     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17782     layout: "plot-throughput"
17783
17784 - type: "plot"
17785   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17786   algorithm: "plot_perf_box_name"
17787   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17789   include:
17790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17795   layout:
17796     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17804   include:
17805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17810   layout:
17811     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17812     layout: "plot-throughput"
17813
17814 - type: "plot"
17815   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17816   algorithm: "plot_perf_box_name"
17817   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17819   include:
17820     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17821     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17825   layout:
17826     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17827     layout: "plot-throughput"
17828
17829 - type: "plot"
17830   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17831   algorithm: "plot_perf_box_name"
17832   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17834   include:
17835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17840   layout:
17841     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17842     layout: "plot-throughput"
17843
17844 - type: "plot"
17845   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17846   algorithm: "plot_perf_box_name"
17847   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17849   include:
17850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17851     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17856   layout:
17857     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17858     layout: "plot-throughput"
17859
17860 - type: "plot"
17861   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17862   algorithm: "plot_perf_box_name"
17863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17865   include:
17866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17872   layout:
17873     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17874     layout: "plot-throughput"
17875
17876 - type: "plot"
17877   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17878   algorithm: "plot_perf_box_name"
17879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17881   include:
17882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17886   layout:
17887     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17888     layout: "plot-throughput"
17889
17890 - type: "plot"
17891   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17892   algorithm: "plot_perf_box_name"
17893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17895   include:
17896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17900   layout:
17901     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17902     layout: "plot-throughput"
17903
17904 - type: "plot"
17905   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17906   algorithm: "plot_perf_box_name"
17907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17909   include:
17910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17916   layout:
17917     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17918     layout: "plot-throughput"
17919
17920 - type: "plot"
17921   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17922   algorithm: "plot_perf_box_name"
17923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17925   include:
17926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17932   layout:
17933     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17934     layout: "plot-throughput"
17935
17936 - type: "plot"
17937   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17938   algorithm: "plot_perf_box_name"
17939   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17941   include:
17942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17946   layout:
17947     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17948     layout: "plot-throughput"
17949
17950 - type: "plot"
17951   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17952   algorithm: "plot_perf_box_name"
17953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17955   include:
17956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17960   layout:
17961     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17962     layout: "plot-throughput"
17963
17964 - type: "plot"
17965   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17966   algorithm: "plot_perf_box_name"
17967   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17969   include:
17970     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17971     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17972     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17973     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17974     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17975     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17976   layout:
17977     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17978     layout: "plot-throughput"
17979
17980 - type: "plot"
17981   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17982   algorithm: "plot_perf_box_name"
17983   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17985   include:
17986     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17987     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17988     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17989     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17990     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17991     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17992   layout:
17993     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17994     layout: "plot-throughput"
17995
17996 - type: "plot"
17997   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17998   algorithm: "plot_perf_box_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18003     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18004     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18005     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18006   layout:
18007     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18008     layout: "plot-throughput"
18009
18010 - type: "plot"
18011   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18012   algorithm: "plot_perf_box_name"
18013   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18015   include:
18016     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18017     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18018     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18019     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18020   layout:
18021     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18022     layout: "plot-throughput"
18023
18024 - type: "plot"
18025   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18026   algorithm: "plot_perf_box_name"
18027   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18029   include:
18030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18035   layout:
18036     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18037     layout: "plot-throughput"
18038
18039 - type: "plot"
18040   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18041   algorithm: "plot_perf_box_name"
18042   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18044   include:
18045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18050   layout:
18051     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18052     layout: "plot-throughput"
18053
18054 - type: "plot"
18055   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18056   algorithm: "plot_perf_box_name"
18057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18059   include:
18060     - "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"
18061     - "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"
18062     - "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"
18063     - "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"
18064     - "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"
18065   layout:
18066     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18067     layout: "plot-throughput"
18068
18069 - type: "plot"
18070   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18071   algorithm: "plot_perf_box_name"
18072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18074   include:
18075     - "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"
18076     - "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"
18077     - "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"
18078     - "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"
18079     - "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"
18080   layout:
18081     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18082     layout: "plot-throughput"
18083
18084 - type: "plot"
18085   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18086   algorithm: "plot_perf_box_name"
18087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18089   include:
18090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18095   layout:
18096     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18097     layout: "plot-throughput"
18098
18099 - type: "plot"
18100   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18101   algorithm: "plot_perf_box_name"
18102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18104   include:
18105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18110   layout:
18111     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18112     layout: "plot-throughput"
18113
18114 - type: "plot"
18115   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18116   algorithm: "plot_perf_box_name"
18117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18119   include:
18120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18125   layout:
18126     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18127     layout: "plot-throughput"
18128
18129 - type: "plot"
18130   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18131   algorithm: "plot_perf_box_name"
18132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18134   include:
18135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18140   layout:
18141     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18142     layout: "plot-throughput"
18143
18144 - type: "plot"
18145   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18146   algorithm: "plot_perf_box_name"
18147   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18149   include:
18150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18154   layout:
18155     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18156     layout: "plot-throughput"
18157
18158 - type: "plot"
18159   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18160   algorithm: "plot_perf_box_name"
18161   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18163   include:
18164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18168   layout:
18169     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18170     layout: "plot-throughput"
18171
18172 - type: "plot"
18173   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18174   algorithm: "plot_perf_box_name"
18175   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18177   include:
18178     - "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"
18179     - "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"
18180     - "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"
18181     - "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"
18182   layout:
18183     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18184     layout: "plot-throughput"
18185
18186 - type: "plot"
18187   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18188   algorithm: "plot_perf_box_name"
18189   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18191   include:
18192     - "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"
18193     - "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"
18194     - "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"
18195     - "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"
18196   layout:
18197     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18198     layout: "plot-throughput"
18199
18200 - type: "plot"
18201   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18202   algorithm: "plot_perf_box_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "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"
18207     - "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"
18208     - "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"
18209     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18210     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18211     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18212   layout:
18213     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18214     layout: "plot-throughput"
18215
18216 - type: "plot"
18217   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18218   algorithm: "plot_perf_box_name"
18219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18221   include:
18222     - "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"
18223     - "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"
18224     - "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"
18225     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18226     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18227     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18228   layout:
18229     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18230     layout: "plot-throughput"
18231
18232 ################################################################################
18233
18234 # Packet Speedup
18235
18236 - type: "plot"
18237   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18238   algorithm: "plot_tsa_name"
18239   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18241   include:
18242     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18243     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18244     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18245     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18246   layout:
18247     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18248     layout: "plot-throughput-speedup-analysis"
18249
18250 - type: "plot"
18251   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18252   algorithm: "plot_tsa_name"
18253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18255   include:
18256     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18257     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18258     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18260   layout:
18261     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18262     layout: "plot-throughput-speedup-analysis"
18263
18264 - type: "plot"
18265   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18266   algorithm: "plot_tsa_name"
18267   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18269   include:
18270     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18271     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18272     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18274   layout:
18275     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18276     layout: "plot-throughput-speedup-analysis"
18277
18278 - type: "plot"
18279   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18280   algorithm: "plot_tsa_name"
18281   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18283   include:
18284     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18285     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18286     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18288   layout:
18289     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18290     layout: "plot-throughput-speedup-analysis"
18291
18292 - type: "plot"
18293   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18294   algorithm: "plot_tsa_name"
18295   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18296   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18297   include:
18298     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18299     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18300     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18301     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18302   layout:
18303     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18304     layout: "plot-throughput-speedup-analysis"
18305
18306 - type: "plot"
18307   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18308   algorithm: "plot_tsa_name"
18309   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18311   include:
18312     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18313     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18314     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18315     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18316   layout:
18317     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18318     layout: "plot-throughput-speedup-analysis"
18319
18320 - type: "plot"
18321   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18322   algorithm: "plot_tsa_name"
18323   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18325   include:
18326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18332   layout:
18333     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18334     layout: "plot-throughput-speedup-analysis"
18335
18336 - type: "plot"
18337   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18338   algorithm: "plot_tsa_name"
18339   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18341   include:
18342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18348   layout:
18349     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18350     layout: "plot-throughput-speedup-analysis"
18351
18352 - type: "plot"
18353   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18354   algorithm: "plot_tsa_name"
18355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18357   include:
18358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18362   layout:
18363     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18364     layout: "plot-throughput-speedup-analysis"
18365
18366 - type: "plot"
18367   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18368   algorithm: "plot_tsa_name"
18369   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18371   include:
18372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18376   layout:
18377     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18378     layout: "plot-throughput-speedup-analysis"
18379
18380 - type: "plot"
18381   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18382   algorithm: "plot_tsa_name"
18383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18385   include:
18386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18389   layout:
18390     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18391     layout: "plot-throughput-speedup-analysis"
18392
18393 - type: "plot"
18394   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18395   algorithm: "plot_tsa_name"
18396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18398   include:
18399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18402   layout:
18403     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18404     layout: "plot-throughput-speedup-analysis"
18405
18406 - type: "plot"
18407   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18408   algorithm: "plot_tsa_name"
18409   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18411   include:
18412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18417   layout:
18418     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18419     layout: "plot-throughput-speedup-analysis"
18420
18421 - type: "plot"
18422   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18423   algorithm: "plot_tsa_name"
18424   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18426   include:
18427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18432   layout:
18433     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18434     layout: "plot-throughput-speedup-analysis"
18435
18436 - type: "plot"
18437   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18438   algorithm: "plot_tsa_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18441   include:
18442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18445   layout:
18446     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18447     layout: "plot-throughput-speedup-analysis"
18448
18449 - type: "plot"
18450   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18451   algorithm: "plot_tsa_name"
18452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18454   include:
18455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18458   layout:
18459     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18460     layout: "plot-throughput-speedup-analysis"
18461
18462 - type: "plot"
18463   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18464   algorithm: "plot_tsa_name"
18465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18467   include:
18468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18474   layout:
18475     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18476     layout: "plot-throughput-speedup-analysis"
18477
18478 - type: "plot"
18479   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18480   algorithm: "plot_tsa_name"
18481   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18483   include:
18484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18490   layout:
18491     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18492     layout: "plot-throughput-speedup-analysis"
18493
18494 - type: "plot"
18495   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18496   algorithm: "plot_tsa_name"
18497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18499   include:
18500     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18501     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18502     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18503     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18504     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18505   layout:
18506     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18507     layout: "plot-throughput-speedup-analysis"
18508
18509 - type: "plot"
18510   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18511   algorithm: "plot_tsa_name"
18512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18514   include:
18515     - "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"
18516     - "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"
18517     - "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"
18518     - "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"
18519     - "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"
18520   layout:
18521     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18522     layout: "plot-throughput-speedup-analysis"
18523
18524 #- type: "plot"
18525 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18526 #  algorithm: "plot_tsa_name"
18527 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18528 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18529 #  include:
18530 #    - "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"
18531 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18532 #    - "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"
18533 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18534 #    - "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"
18535 #  layout:
18536 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18537 #    layout: "plot-throughput-speedup-analysis"
18538 #
18539 #- type: "plot"
18540 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18541 #  algorithm: "plot_tsa_name"
18542 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18543 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18544 #  include:
18545 #    - "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"
18546 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18547 #    - "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"
18548 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18549 #    - "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"
18550 #  layout:
18551 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18552 #    layout: "plot-throughput-speedup-analysis"
18553 #
18554 #- type: "plot"
18555 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18556 #  algorithm: "plot_tsa_name"
18557 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18558 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18559 #  include:
18560 #    - "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"
18561 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18562 #    - "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"
18563 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18564 #    - "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"
18565 #  layout:
18566 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18567 #    layout: "plot-throughput-speedup-analysis"
18568 #
18569 #- type: "plot"
18570 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18571 #  algorithm: "plot_tsa_name"
18572 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18573 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18574 #  include:
18575 #    - "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"
18576 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18577 #    - "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"
18578 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18579 #    - "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"
18580 #  layout:
18581 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18582 #    layout: "plot-throughput-speedup-analysis"
18583
18584 - type: "plot"
18585   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18586   algorithm: "plot_tsa_name"
18587   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18589   include:
18590     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18591     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18592     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18593     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18594     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18595   layout:
18596     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18597     layout: "plot-throughput-speedup-analysis"
18598
18599 - type: "plot"
18600   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18601   algorithm: "plot_tsa_name"
18602   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18604   include:
18605     - "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"
18606     - "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"
18607     - "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"
18608     - "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"
18609     - "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"
18610   layout:
18611     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18612     layout: "plot-throughput-speedup-analysis"
18613
18614 #- type: "plot"
18615 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18616 #  algorithm: "plot_tsa_name"
18617 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18618 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18619 #  include:
18620 #    - "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"
18621 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18622 #    - "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"
18623 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18624 #    - "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"
18625 #  layout:
18626 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18627 #    layout: "plot-throughput-speedup-analysis"
18628 #
18629 #- type: "plot"
18630 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18631 #  algorithm: "plot_tsa_name"
18632 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18633 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18634 #  include:
18635 #    - "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"
18636 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18637 #    - "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"
18638 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18639 #    - "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"
18640 #  layout:
18641 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18642 #    layout: "plot-throughput-speedup-analysis"
18643 #
18644 #- type: "plot"
18645 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18646 #  algorithm: "plot_tsa_name"
18647 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18648 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18649 #  include:
18650 #    - "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"
18651 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18652 #    - "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"
18653 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18654 #    - "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"
18655 #  layout:
18656 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18657 #    layout: "plot-throughput-speedup-analysis"
18658 #
18659 #- type: "plot"
18660 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18661 #  algorithm: "plot_tsa_name"
18662 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18663 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18664 #  include:
18665 #    - "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"
18666 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18667 #    - "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"
18668 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18669 #    - "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"
18670 #  layout:
18671 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18672 #    layout: "plot-throughput-speedup-analysis"
18673
18674 - type: "plot"
18675   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18676   algorithm: "plot_tsa_name"
18677   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18679   include:
18680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18686   layout:
18687     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18688     layout: "plot-throughput-speedup-analysis"
18689
18690 - type: "plot"
18691   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18692   algorithm: "plot_tsa_name"
18693   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18695   include:
18696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18702   layout:
18703     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18704     layout: "plot-throughput-speedup-analysis"
18705
18706 - type: "plot"
18707   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18708   algorithm: "plot_tsa_name"
18709   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18711   include:
18712     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18714   layout:
18715     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18716     layout: "plot-throughput-speedup-analysis"
18717
18718 - type: "plot"
18719   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18720   algorithm: "plot_tsa_name"
18721   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18723   include:
18724     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18726   layout:
18727     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18728     layout: "plot-throughput-speedup-analysis"
18729
18730 - type: "plot"
18731   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18732   algorithm: "plot_tsa_name"
18733   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18735   include:
18736     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18738     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18742   layout:
18743     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18744     layout: "plot-throughput-speedup-analysis"
18745
18746 - type: "plot"
18747   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18748   algorithm: "plot_tsa_name"
18749   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18751   include:
18752     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18757     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18758   layout:
18759     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18760     layout: "plot-throughput-speedup-analysis"
18761
18762 - type: "plot"
18763   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18764   algorithm: "plot_tsa_name"
18765   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18767   include:
18768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18770     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18771     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18772     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18774   layout:
18775     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18776     layout: "plot-throughput-speedup-analysis"
18777
18778 - type: "plot"
18779   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18780   algorithm: "plot_tsa_name"
18781   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18783   include:
18784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18790   layout:
18791     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18792     layout: "plot-throughput-speedup-analysis"
18793
18794 - type: "plot"
18795   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18796   algorithm: "plot_tsa_name"
18797   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18799   include:
18800     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18801     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18802     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18806   layout:
18807     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18808     layout: "plot-throughput-speedup-analysis"
18809
18810 - type: "plot"
18811   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18812   algorithm: "plot_tsa_name"
18813   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18815   include:
18816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18822   layout:
18823     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18824     layout: "plot-throughput-speedup-analysis"
18825
18826 - type: "plot"
18827   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18828   algorithm: "plot_tsa_name"
18829   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18831   include:
18832     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18833     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18834     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18835     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18836     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18837   layout:
18838     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18839     layout: "plot-throughput-speedup-analysis"
18840
18841 - type: "plot"
18842   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18843   algorithm: "plot_tsa_name"
18844   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18846   include:
18847     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18848     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18849     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18850     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18851     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18852   layout:
18853     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18854     layout: "plot-throughput-speedup-analysis"
18855
18856 - type: "plot"
18857   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18858   algorithm: "plot_tsa_name"
18859   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18861   include:
18862     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18863     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18864     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18867   layout:
18868     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18869     layout: "plot-throughput-speedup-analysis"
18870
18871 - type: "plot"
18872   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18873   algorithm: "plot_tsa_name"
18874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18876   include:
18877     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18882   layout:
18883     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18884     layout: "plot-throughput-speedup-analysis"
18885
18886 - type: "plot"
18887   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18888   algorithm: "plot_tsa_name"
18889   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18891   include:
18892     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18893     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18894     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18896     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18897   layout:
18898     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18899     layout: "plot-throughput-speedup-analysis"
18900
18901 - type: "plot"
18902   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18903   algorithm: "plot_tsa_name"
18904   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18906   include:
18907     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18908     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18909     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18910     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18911     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18912   layout:
18913     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18914     layout: "plot-throughput-speedup-analysis"
18915
18916 - type: "plot"
18917   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18918   algorithm: "plot_tsa_name"
18919   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18921   include:
18922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18927   layout:
18928     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18929     layout: "plot-throughput-speedup-analysis"
18930
18931 - type: "plot"
18932   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18933   algorithm: "plot_tsa_name"
18934   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18936   include:
18937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18942   layout:
18943     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18944     layout: "plot-throughput-speedup-analysis"
18945
18946 - type: "plot"
18947   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18948   algorithm: "plot_tsa_name"
18949   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18951   include:
18952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18957   layout:
18958     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18959     layout: "plot-throughput-speedup-analysis"
18960
18961 - type: "plot"
18962   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18963   algorithm: "plot_tsa_name"
18964   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18966   include:
18967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18972   layout:
18973     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18974     layout: "plot-throughput-speedup-analysis"
18975
18976 - type: "plot"
18977   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18978   algorithm: "plot_tsa_name"
18979   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18981   include:
18982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18988   layout:
18989     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18990     layout: "plot-throughput-speedup-analysis"
18991
18992 - type: "plot"
18993   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18994   algorithm: "plot_tsa_name"
18995   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18997   include:
18998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19004   layout:
19005     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19006     layout: "plot-throughput-speedup-analysis"
19007
19008 - type: "plot"
19009   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19010   algorithm: "plot_tsa_name"
19011   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19013   include:
19014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19018   layout:
19019     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19020     layout: "plot-throughput-speedup-analysis"
19021
19022 - type: "plot"
19023   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19024   algorithm: "plot_tsa_name"
19025   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19027   include:
19028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19032   layout:
19033     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19034     layout: "plot-throughput-speedup-analysis"
19035
19036 - type: "plot"
19037   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19038   algorithm: "plot_tsa_name"
19039   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19040   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19041   include:
19042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19048   layout:
19049     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19050     layout: "plot-throughput-speedup-analysis"
19051
19052 - type: "plot"
19053   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19054   algorithm: "plot_tsa_name"
19055   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19057   include:
19058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19064   layout:
19065     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19066     layout: "plot-throughput-speedup-analysis"
19067
19068 - type: "plot"
19069   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19070   algorithm: "plot_tsa_name"
19071   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19073   include:
19074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19078   layout:
19079     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19080     layout: "plot-throughput-speedup-analysis"
19081
19082 - type: "plot"
19083   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19084   algorithm: "plot_tsa_name"
19085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19087   include:
19088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19092   layout:
19093     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19094     layout: "plot-throughput-speedup-analysis"
19095
19096 - type: "plot"
19097   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19098   algorithm: "plot_tsa_name"
19099   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19101   include:
19102     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19103     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19104     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19105     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19106     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19107     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19108   layout:
19109     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19110     layout: "plot-throughput-speedup-analysis"
19111
19112 - type: "plot"
19113   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19114   algorithm: "plot_tsa_name"
19115   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19117   include:
19118     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19119     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19120     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19121     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19122     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19123     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19124   layout:
19125     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19126     layout: "plot-throughput-speedup-analysis"
19127
19128 - type: "plot"
19129   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19130   algorithm: "plot_tsa_name"
19131   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19133   include:
19134     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19135     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19136     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19137     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19138   layout:
19139     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19140     layout: "plot-throughput-speedup-analysis"
19141
19142 - type: "plot"
19143   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19144   algorithm: "plot_tsa_name"
19145   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19146   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19147   include:
19148     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19149     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19150     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19151     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19152   layout:
19153     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19154     layout: "plot-throughput-speedup-analysis"
19155
19156 - type: "plot"
19157   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19158   algorithm: "plot_tsa_name"
19159   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19161   include:
19162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19167   layout:
19168     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19169     layout: "plot-throughput-speedup-analysis"
19170
19171 - type: "plot"
19172   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19173   algorithm: "plot_tsa_name"
19174   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19175   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19176   include:
19177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19182   layout:
19183     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19184     layout: "plot-throughput-speedup-analysis"
19185
19186 - type: "plot"
19187   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19188   algorithm: "plot_tsa_name"
19189   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19191   include:
19192     - "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"
19193     - "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"
19194     - "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"
19195     - "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"
19196     - "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"
19197   layout:
19198     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19199     layout: "plot-throughput-speedup-analysis"
19200
19201 - type: "plot"
19202   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19203   algorithm: "plot_tsa_name"
19204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19206   include:
19207     - "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"
19208     - "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"
19209     - "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"
19210     - "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"
19211     - "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"
19212   layout:
19213     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19214     layout: "plot-throughput-speedup-analysis"
19215
19216 - type: "plot"
19217   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19218   algorithm: "plot_tsa_name"
19219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19221   include:
19222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19223     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19224     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19227   layout:
19228     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19229     layout: "plot-throughput-speedup-analysis"
19230
19231 - type: "plot"
19232   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19233   algorithm: "plot_tsa_name"
19234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19236   include:
19237     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19238     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19242   layout:
19243     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19244     layout: "plot-throughput-speedup-analysis"
19245
19246 - type: "plot"
19247   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19248   algorithm: "plot_tsa_name"
19249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19251   include:
19252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19257   layout:
19258     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19259     layout: "plot-throughput-speedup-analysis"
19260
19261 - type: "plot"
19262   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19263   algorithm: "plot_tsa_name"
19264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19266   include:
19267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19272   layout:
19273     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19274     layout: "plot-throughput-speedup-analysis"
19275
19276 - type: "plot"
19277   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19278   algorithm: "plot_tsa_name"
19279   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19281   include:
19282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19286   layout:
19287     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19288     layout: "plot-throughput-speedup-analysis"
19289
19290 - type: "plot"
19291   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19292   algorithm: "plot_tsa_name"
19293   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19295   include:
19296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19300   layout:
19301     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19302     layout: "plot-throughput-speedup-analysis"
19303
19304 - type: "plot"
19305   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19306   algorithm: "plot_tsa_name"
19307   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19309   include:
19310     - "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"
19311     - "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"
19312     - "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"
19313     - "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"
19314   layout:
19315     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19316     layout: "plot-throughput-speedup-analysis"
19317
19318 - type: "plot"
19319   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19320   algorithm: "plot_tsa_name"
19321   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19323   include:
19324     - "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"
19325     - "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"
19326     - "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"
19327     - "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"
19328   layout:
19329     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19330     layout: "plot-throughput-speedup-analysis"
19331
19332 - type: "plot"
19333   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19334   algorithm: "plot_tsa_name"
19335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19337   include:
19338     - "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"
19339     - "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"
19340     - "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"
19341     - "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"
19342     - "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"
19343     - "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"
19344   layout:
19345     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19346     layout: "plot-throughput-speedup-analysis"
19347
19348 - type: "plot"
19349   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19350   algorithm: "plot_tsa_name"
19351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19353   include:
19354     - "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"
19355     - "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"
19356     - "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"
19357     - "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"
19358     - "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"
19359     - "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"
19360   layout:
19361     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19362     layout: "plot-throughput-speedup-analysis"
19363
19364 ################################################################################
19365
19366 # Packet Throughput - DPDK
19367
19368 # 2n-clx-xxv710
19369
19370 - type: "plot"
19371   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19372   algorithm: "plot_perf_box_name"
19373   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19374   data: "plot-dpdk-throughput-latency-2n-clx"
19375   include:
19376     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19377     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19378   layout:
19379     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19380     layout: "plot-throughput"
19381
19382 - type: "plot"
19383   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19384   algorithm: "plot_perf_box_name"
19385   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19386   data: "plot-dpdk-throughput-latency-2n-clx"
19387   include:
19388     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19389     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19390   layout:
19391     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19392     layout: "plot-throughput"
19393
19394 - type: "plot"
19395   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19396   algorithm: "plot_perf_box_name"
19397   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19398   data: "plot-dpdk-throughput-latency-2n-clx"
19399   include:
19400     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19401     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19402   layout:
19403     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19404     layout: "plot-throughput"
19405
19406 - type: "plot"
19407   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19408   algorithm: "plot_perf_box_name"
19409   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19410   data: "plot-dpdk-throughput-latency-2n-clx"
19411   include:
19412     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19413     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19414   layout:
19415     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19416     layout: "plot-throughput"
19417
19418 # 2n-clx-x710
19419
19420 - type: "plot"
19421   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19422   algorithm: "plot_perf_box_name"
19423   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19424   data: "plot-dpdk-throughput-latency-2n-clx"
19425   include:
19426     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19427     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19428   layout:
19429     title: "2n-clx-x710-64b-2t1c-base-ndr"
19430     layout: "plot-throughput"
19431
19432 - type: "plot"
19433   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19434   algorithm: "plot_perf_box_name"
19435   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19436   data: "plot-dpdk-throughput-latency-2n-clx"
19437   include:
19438     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19439     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19440   layout:
19441     title: "2n-clx-x710-64b-4t2c-base-ndr"
19442     layout: "plot-throughput"
19443
19444 - type: "plot"
19445   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19446   algorithm: "plot_perf_box_name"
19447   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19448   data: "plot-dpdk-throughput-latency-2n-clx"
19449   include:
19450     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19451     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19452   layout:
19453     title: "2n-clx-x710-64b-2t1c-base-pdr"
19454     layout: "plot-throughput"
19455
19456 - type: "plot"
19457   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19458   algorithm: "plot_perf_box_name"
19459   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19460   data: "plot-dpdk-throughput-latency-2n-clx"
19461   include:
19462     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19463     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19464   layout:
19465     title: "2n-clx-x710-64b-4t2c-base-pdr"
19466     layout: "plot-throughput"
19467
19468 ################################################################################
19469
19470 - type: "plot"
19471   title: "Latency by percentile: 2n-skx"
19472   algorithm: "plot_hdrh_lat_by_percentile"
19473   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19474   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19475   target-links: "../../_static/vpp"
19476   data: "plot-vpp-hdrh-lat-2n-skx"
19477   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19478   layout:
19479     layout: "plot-hdrh-latency-by-percentile"
19480
19481 - type: "plot"
19482   title: "Latency by percentile: 2n-skx-nat44"
19483   algorithm: "plot_hdrh_lat_by_percentile"
19484   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19485   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19486   target-links: "../../_static/vpp"
19487   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19488   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19489   layout:
19490     layout: "plot-hdrh-latency-by-percentile"
19491
19492 - type: "plot"
19493   title: "Latency by percentile: 3n-skx"
19494   algorithm: "plot_hdrh_lat_by_percentile"
19495   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19496   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19497   target-links: "../../_static/vpp"
19498   data: "plot-vpp-hdrh-lat-3n-skx"
19499   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19500   layout:
19501     layout: "plot-hdrh-latency-by-percentile"
19502
19503 - type: "plot"
19504   title: "Latency by percentile: 2n-clx"
19505   algorithm: "plot_hdrh_lat_by_percentile"
19506   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19507   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19508   target-links: "../../_static/vpp"
19509   data: "plot-vpp-hdrh-lat-2n-clx"
19510   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19511   layout:
19512     layout: "plot-hdrh-latency-by-percentile"
19513
19514 - type: "plot"
19515   title: "Latency by percentile: 3n-hsw"
19516   algorithm: "plot_hdrh_lat_by_percentile"
19517   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19518   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19519   target-links: "../../_static/vpp"
19520   data: "plot-vpp-hdrh-lat-3n-hsw"
19521   filter: "'1T1C' and 'NIC_Intel-XL710'"
19522   layout:
19523     layout: "plot-hdrh-latency-by-percentile"
19524
19525 - type: "plot"
19526   title: "Latency by percentile: 3n-tsh"
19527   algorithm: "plot_hdrh_lat_by_percentile"
19528   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19529   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19530   target-links: "../../_static/vpp"
19531   data: "plot-vpp-hdrh-lat-3n-tsh"
19532   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19533   layout:
19534     layout: "plot-hdrh-latency-by-percentile"
19535
19536 - type: "plot"
19537   title: "Latency by percentile: DPDK 2n-skx"
19538   algorithm: "plot_hdrh_lat_by_percentile"
19539   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19540   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19541   target-links: "../../_static/dpdk"
19542   data: "plot-dpdk-hdrh-lat-2n-skx"
19543   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19544   layout:
19545     layout: "plot-hdrh-latency-by-percentile"
19546
19547 - type: "plot"
19548   title: "Latency by percentile: DPDK 3n-skx"
19549   algorithm: "plot_hdrh_lat_by_percentile"
19550   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19551   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19552   target-links: "../../_static/dpdk"
19553   data: "plot-dpdk-hdrh-lat-3n-skx"
19554   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19555   layout:
19556     layout: "plot-hdrh-latency-by-percentile"
19557
19558 - type: "plot"
19559   title: "Latency by percentile: DPDK 2n-clx"
19560   algorithm: "plot_hdrh_lat_by_percentile"
19561   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19562   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19563   target-links: "../../_static/dpdk"
19564   data: "plot-dpdk-hdrh-lat-2n-clx"
19565   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19566   layout:
19567     layout: "plot-hdrh-latency-by-percentile"
19568
19569 - type: "plot"
19570   title: "Latency by percentile: DPDK 3n-hsw"
19571   algorithm: "plot_hdrh_lat_by_percentile"
19572   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19573   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19574   target-links: "../../_static/dpdk"
19575   data: "plot-dpdk-hdrh-lat-3n-hsw"
19576   filter: "'1T1C' and 'NIC_Intel-XL710'"
19577   layout:
19578     layout: "plot-hdrh-latency-by-percentile"
19579
19580 - type: "plot"
19581   title: "Latency by percentile: DPDK 3n-tsh"
19582   algorithm: "plot_hdrh_lat_by_percentile"
19583   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19584   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19585   target-links: "../../_static/dpdk"
19586   data: "plot-dpdk-hdrh-lat-3n-tsh"
19587   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19588   layout:
19589     layout: "plot-hdrh-latency-by-percentile"