Report: Add data, add pdf version
[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       # TODO: Add:
350       csit-vpp-perf-report-iterative-2009-2n-clx:
351         - 37  # rls2009 nf-density iter env 5
352         - 43  # rls2009 nf-density iter env 5
353         - 69  # rls2009 nf-density iter env 5
354         - 70  # rls2009 nf-density iter env 5
355         - 71  # rls2009 nf-density iter env 5
356         - 72  # rls2009 nf-density iter env 5
357         - 73  # rls2009 nf-density iter env 5
358         - 74  # rls2009 nf-density iter env 5
359         - 75  # 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         - 23  # rls2009 NDRPDR iter env 5
408
409     plot-vpp-hdrh-lat-3n-tsh:
410       csit-vpp-perf-report-iterative-2009-3n-tsh:
411         - 14  # rls2009 NDRPDR iter env 5
412
413     plot-dpdk-throughput-latency-3n-tsh:
414       # TODO: Add:
415       csit-dpdk-perf-report-iterative-2009-3n-tsh:
416         - 1   # NDRPDR iter env5
417         - 2   # NDRPDR iter env5
418         - 3   # NDRPDR iter env5
419         - 4   # NDRPDR iter env5
420         - 5   # NDRPDR iter env5
421         - 6   # NDRPDR iter env5
422         - 7   # NDRPDR iter env5
423         - 9   # NDRPDR iter env5
424         - 10  # NDRPDR iter env5
425
426     plot-dpdk-hdrh-lat-3n-tsh:
427       csit-dpdk-perf-report-iterative-2009-3n-tsh:
428         - 1   # NDRPDR iter env5
429
430     # 3n-dnv
431
432     plot-vpp-throughput-lat-tsa-3n-dnv:
433       csit-vpp-perf-report-iterative-2009-3n-dnv:
434         - 3   # rls2009 NDRPDR iter env 5
435         - 6   # rls2009 NDRPDR iter env 5
436         - 7   # rls2009 NDRPDR iter env 5
437         - 8   # rls2009 NDRPDR iter env 5
438         - 10  # rls2009 NDRPDR iter env 5
439         - 11  # rls2009 NDRPDR iter env 5
440         - 12  # rls2009 NDRPDR iter env 5
441         - 14  # rls2009 NDRPDR iter env 5
442         - 15  # rls2009 NDRPDR iter env 5
443         - 24  # rls2009 NDRPDR iter env 5
444
445 #    plot-dpdk-throughput-latency-3n-dnv:
446 #      # No data
447 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
448
449     # 2n-dnv
450
451     plot-vpp-throughput-lat-tsa-2n-dnv:
452       csit-vpp-perf-report-iterative-2009-2n-dnv:
453         - 3   # rls2009 NDRPDR iter env 5
454         - 5   # rls2009 NDRPDR iter env 5
455         - 6   # rls2009 NDRPDR iter env 5
456         - 7   # rls2009 NDRPDR iter env 5
457         - 9   # rls2009 NDRPDR iter env 5
458         - 10  # rls2009 NDRPDR iter env 5
459         - 11  # rls2009 NDRPDR iter env 5
460         - 12  # rls2009 NDRPDR iter env 5
461         - 14  # rls2009 NDRPDR iter env 5
462         - 15  # rls2009 NDRPDR iter env 5
463
464 #    plot-dpdk-throughput-latency-2n-dnv:
465 #      # No data
466 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
467
468     ###########################################################################
469     # Simple tables (only one data set):
470
471     # NIC Comparisons
472
473     vpp-nic-comparison-3n-skx:
474       # TODO: Add:
475       csit-vpp-perf-report-iterative-2009-3n-skx:
476         - 26  # rls2009 NDRPDR iter env 5
477         - 27  # rls2009 NDRPDR iter env 5
478         - 28  # rls2009 NDRPDR iter env 5
479         - 29  # rls2009 NDRPDR iter env 5
480         - 35  # rls2009 NDRPDR iter env 5
481         - 36  # rls2009 NDRPDR iter env 5
482         - 37  # rls2009 NDRPDR iter env 5
483         - 39  # rls2009 NDRPDR iter env 5
484         - 40  # rls2009 NDRPDR iter env 5
485
486     vpp-nic-comparison-2n-skx:
487       csit-vpp-perf-report-iterative-2009-2n-skx:
488         - 35  # rls2009 NDRPDR iter env 5
489         - 36  # rls2009 NDRPDR iter env 5
490         - 37  # rls2009 NDRPDR iter env 5
491         - 39  # rls2009 NDRPDR iter env 5
492         - 40  # rls2009 NDRPDR iter env 5
493         - 42  # rls2009 NDRPDR iter env 5
494         - 43  # rls2009 NDRPDR iter env 5
495         - 44  # rls2009 NDRPDR iter env 5
496         - 46  # rls2009 NDRPDR iter env 5
497         - 48  # rls2009 NDRPDR iter env 5
498         - 51  # rls2009 NDRPDR iter NAT44 env 5
499         - 52  # rls2009 NDRPDR iter NAT44 env 5
500         - 53  # rls2009 NDRPDR iter NAT44 env 5
501         - 54  # rls2009 NDRPDR iter NAT44 env 5
502         - 55  # rls2009 NDRPDR iter NAT44 env 5
503         - 56  # rls2009 NDRPDR iter NAT44 env 5
504         - 57  # rls2009 NDRPDR iter NAT44 env 5
505         - 58  # rls2009 NDRPDR iter NAT44 env 5
506         - 59  # rls2009 NDRPDR iter NAT44 env 5
507         - 60  # rls2009 NDRPDR iter NAT44 env 5
508
509     vpp-nic-comparison-3n-skx-mrr:
510       csit-vpp-perf-report-iterative-2009-3n-skx:
511         - 24  # rls2009 MRR iter env 5
512
513     vpp-nic-comparison-2n-skx-mrr:
514       csit-vpp-perf-report-iterative-2009-2n-skx:
515         - 26  # rls2009 MRR iter env 5
516
517     # Results
518
519     vpp-perf-results-3n-hsw:
520       csit-vpp-perf-report-coverage-2009-3n-hsw:
521         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
522         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
523         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
524         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
525         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
526         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
527         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
528         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
529         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
530         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
531         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
532         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
533         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
534         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
535         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
536         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
537         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
538         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
539         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
540         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
541         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
542         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
543         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
544         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
545         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
546         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
547         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
548         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
549         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
550         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
551         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
552         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
553         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
554         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
555         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
556
557     vpp-perf-results-3n-skx:
558       # TODO: Add:
559       csit-vpp-perf-report-coverage-2009-3n-skx:
560         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
561
562     vpp-perf-results-2n-skx:
563       csit-vpp-perf-report-coverage-2009-2n-skx:
564         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
565         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
566         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
567         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
568         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
569         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
570         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
571         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
572         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
573         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
574         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
575         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
576         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
577         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
578         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
579
580     vpp-perf-results-2n-clx:
581       # TODO: Add:
582       csit-vpp-perf-report-coverage-2009-2n-clx:
583         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
584         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
585         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
586         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
587         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
588         - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
589         - 8   # rls2009 NDRPDR cov 2n-clx-ip6-00
590         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
591         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
592 #        - 18  # rls2009 NDRPDR cov 2n-clx-l2-01
593 #        - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
594         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
595         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
596         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
597         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
598
599     vpp-perf-results-3n-tsh:
600       # TODO: Replace???
601       csit-vpp-perf-report-iterative-2009-3n-tsh:
602         - 14  # rls2009 NDRPDR iter env 5
603 #      csit-vpp-perf-report-coverage-2009-3n-tsh:
604 #        -
605
606     vpp-perf-results-3n-dnv:
607       csit-vpp-perf-report-coverage-2009-3n-dnv:
608         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
609         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
610         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
611         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
612         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
613         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
614         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
615         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
616         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
617
618     vpp-perf-results-2n-dnv:
619       csit-vpp-perf-report-coverage-2009-2n-dnv:
620         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
621         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
622         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
623         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
624         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
625         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
626
627     vpp-mrr-results-3n-hsw:
628       csit-vpp-perf-report-iterative-2009-3n-hsw:
629         - 23  # rls2009 MRR iter env 5
630
631     vpp-mrr-results-3n-skx:
632       csit-vpp-perf-report-iterative-2009-3n-skx:
633         - 24  # rls2009 MRR iter env 5
634
635     vpp-mrr-results-2n-skx:
636       csit-vpp-perf-report-iterative-2009-2n-skx:
637         - 26  # rls2009 MRR iter env 5
638
639     vpp-mrr-results-2n-clx:
640       csit-vpp-perf-report-iterative-2009-2n-clx:
641         - 35  # rls2009 MRR iter env 5
642
643     vpp-mrr-results-3n-tsh:
644       csit-vpp-perf-report-iterative-2009-3n-tsh:
645         - 15  # rls2006 MRR iter env 5
646
647     vpp-mrr-results-3n-dnv:
648       csit-vpp-perf-report-iterative-2009-3n-dnv:
649         - 22  # rls2009 MRR iter env 5
650
651     vpp-mrr-results-2n-dnv:
652       csit-vpp-perf-report-iterative-2009-2n-dnv:
653         - 13  # rls2009 MRR iter env 5
654
655     vpp-device-results-ubuntu:
656       csit-vpp-device-2009-ubuntu1804-1n-skx:
657         - 131 # rls2009 env 5
658
659     dpdk-perf-results-3n-hsw:
660       csit-dpdk-perf-report-iterative-2009-3n-hsw:
661         - 6   # NDRPDR iter env5
662
663     dpdk-perf-results-3n-skx:
664       csit-dpdk-perf-report-iterative-2009-3n-skx:
665         - 4   # NDRPDR sel env5
666
667     dpdk-perf-results-2n-skx:
668       csit-dpdk-perf-report-iterative-2009-2n-skx:
669         - 4   # NDRPDR iter env5
670
671     dpdk-perf-results-2n-clx:
672       csit-dpdk-perf-report-iterative-2009-2n-clx:
673         - 4   # NDRPDR iter env5
674
675 #    dpdk-perf-results-2n-dnv:
676 #      # No data
677 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
678
679 #    dpdk-perf-results-3n-dnv:
680 #      # No data
681 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
682
683     dpdk-perf-results-3n-tsh:
684       csit-dpdk-perf-report-iterative-2009-3n-tsh:
685         - 1   # NDRPDR iter env5
686
687 ###########################################################################
688     # Tables (more than one data set)
689
690     # Performance changes
691
692     vpp-performance-changes-3n-hsw-h1:
693       csit-vpp-perf-report-iterative-2005-3n-hsw:
694         - 31  # NDRPDR sel 2001.0-4
695         - 32  # NDRPDR sel 2001.0-4
696         - 33  # NDRPDR sel 2001.0-4
697         - 34  # NDRPDR sel 2001.0-4
698         - 35  # NDRPDR sel 2001.0-4
699         - 36  # NDRPDR sel 2001.0-4
700         - 38  # NDRPDR sel 2001.0-4
701     vpp-performance-changes-3n-hsw-ref-env4:
702       csit-vpp-perf-report-iterative-2005-3n-hsw:
703         - 20  # NDRPDR sel env 4
704         - 21  # NDRPDR sel env 4
705         - 22  # NDRPDR sel env 4
706         - 23  # NDRPDR sel env 4
707         - 24  # NDRPDR sel env 4
708         - 25  # NDRPDR sel env 4
709         - 26  # NDRPDR sel env 4
710         - 27  # NDRPDR sel env 4
711         - 28  # NDRPDR sel env 4
712         - 29  # NDRPDR sel env 4
713     vpp-performance-changes-3n-hsw-ref-env5:
714       csit-vpp-perf-report-iterative-2009-3n-hsw:
715         - 9   # rls2005 NDRPDR iter env 5
716         - 10  # rls2005 NDRPDR iter env 5
717         - 11  # rls2005 NDRPDR iter env 5
718         - 12  # rls2005 NDRPDR iter env 5
719         - 13  # rls2005 NDRPDR iter env 5
720         - 14  # rls2005 NDRPDR iter env 5
721         - 15  # rls2005 NDRPDR iter env 5
722         - 16  # rls2005 NDRPDR iter env 5
723         - 17  # rls2005 NDRPDR iter env 5
724         - 19  # rls2005 NDRPDR iter env 5
725     vpp-performance-changes-3n-hsw-cmp:
726       csit-vpp-perf-report-iterative-2009-3n-hsw:
727         - 21  # rls2009 NDRPDR iter env 5
728         - 22  # rls2009 NDRPDR iter env 5
729         - 24  # rls2009 NDRPDR iter env 5
730         - 25  # rls2009 NDRPDR iter env 5
731         - 26  # rls2009 NDRPDR iter env 5
732         - 27  # rls2009 NDRPDR iter env 5
733         - 28  # rls2009 NDRPDR iter env 5
734         - 29  # rls2009 NDRPDR iter env 5
735         - 30  # rls2009 NDRPDR iter env 5
736         - 31  # rls2009 NDRPDR iter env 5
737
738     vpp-performance-changes-3n-skx-h1:
739       csit-vpp-perf-report-iterative-2005-3n-skx:
740         - 50  # NDRPDR sel 2001.0-4
741         - 51  # NDRPDR sel 2001.0-4
742         - 52  # NDRPDR sel 2001.0-4
743         - 53  # NDRPDR sel 2001.0-4
744         - 54  # NDRPDR sel 2001.0-4
745     vpp-performance-changes-3n-skx-ref-env4:
746       csit-vpp-perf-report-iterative-2005-3n-skx:
747         - 42  # NDRPDR sel env 4
748         - 43  # NDRPDR sel env 4
749         - 44  # NDRPDR sel env 4
750         - 45  # NDRPDR sel env 4
751         - 47  # NDRPDR sel env 4
752         - 55  # NDRPDR sel env 4
753         - 56  # NDRPDR sel env 4
754         - 57  # NDRPDR sel env 4
755         - 61  # NDRPDR sel env 4
756         - 62  # NDRPDR sel env 4
757     vpp-performance-changes-3n-skx-ref-env5:
758       csit-vpp-perf-report-iterative-2009-3n-skx:
759         - 13  # rls2005 NDRPDR iter env 5
760         - 18  # rls2005 NDRPDR iter env 5
761         - 19  # rls2005 NDRPDR iter env 5
762         - 41  # rls2005 NDRPDR iter env 5
763     vpp-performance-changes-3n-skx-cmp:
764       # TODO: Add:
765       csit-vpp-perf-report-iterative-2009-3n-skx:
766         - 26  # rls2009 NDRPDR iter env 5
767         - 27  # rls2009 NDRPDR iter env 5
768         - 28  # rls2009 NDRPDR iter env 5
769         - 29  # rls2009 NDRPDR iter env 5
770         - 35  # rls2009 NDRPDR iter env 5
771         - 36  # rls2009 NDRPDR iter env 5
772         - 37  # rls2009 NDRPDR iter env 5
773         - 39  # rls2009 NDRPDR iter env 5
774         - 40  # rls2009 NDRPDR iter env 5
775
776     vpp-performance-changes-2n-skx-h1:
777       csit-vpp-perf-report-iterative-2005-2n-skx:
778         - 100 # NDRPDR sel 2001.0-4
779         - 101 # NDRPDR sel 2001.0-4
780         - 102 # NDRPDR sel 2001.0-4
781         - 103 # NDRPDR sel 2001.0-4
782         - 104 # NDRPDR sel 2001.0-4
783         - 105 # NDRPDR sel 2001.0-4
784     vpp-performance-changes-2n-skx-ref-env4:
785       csit-vpp-perf-report-iterative-2005-2n-skx:
786         - 88  # NDRPDR sel env 4
787         - 89  # NDRPDR sel env 4
788         - 90  # NDRPDR sel env 4
789         - 91  # NDRPDR sel env 4
790         - 92  # NDRPDR sel env 4
791         - 93  # NDRPDR sel env 4
792         - 94  # NDRPDR sel env 4
793         - 125 # NDRPDR sel env 4
794         - 126 # NDRPDR sel env 4
795         - 127 # NDRPDR sel env 4
796     vpp-performance-changes-2n-skx-ref-env5:
797       csit-vpp-perf-report-iterative-2009-2n-skx:
798         - 13  # rls2005 NDRPDR iter env 5
799         - 16  # rls2005 NDRPDR iter env 5
800         - 17  # rls2005 NDRPDR iter env 5
801         - 18  # rls2005 NDRPDR iter env 5
802         - 19  # rls2005 NDRPDR iter env 5
803         - 21  # rls2005 NDRPDR iter env 5
804         - 22  # rls2005 NDRPDR iter env 5
805         - 23  # rls2005 NDRPDR iter env 5
806         - 24  # rls2005 NDRPDR iter env 5
807         - 25  # rls2005 NDRPDR iter env 5
808     vpp-performance-changes-2n-skx-cmp:
809       csit-vpp-perf-report-iterative-2009-2n-skx:
810         - 35  # rls2009 NDRPDR iter env 5
811         - 36  # rls2009 NDRPDR iter env 5
812         - 37  # rls2009 NDRPDR iter env 5
813         - 39  # rls2009 NDRPDR iter env 5
814         - 40  # rls2009 NDRPDR iter env 5
815         - 42  # rls2009 NDRPDR iter env 5
816         - 43  # rls2009 NDRPDR iter env 5
817         - 44  # rls2009 NDRPDR iter env 5
818         - 46  # rls2009 NDRPDR iter env 5
819         - 48  # rls2009 NDRPDR iter env 5
820         - 51  # rls2009 NDRPDR iter NAT44 env 5
821         - 52  # rls2009 NDRPDR iter NAT44 env 5
822         - 53  # rls2009 NDRPDR iter NAT44 env 5
823         - 54  # rls2009 NDRPDR iter NAT44 env 5
824         - 55  # rls2009 NDRPDR iter NAT44 env 5
825         - 56  # rls2009 NDRPDR iter NAT44 env 5
826         - 57  # rls2009 NDRPDR iter NAT44 env 5
827         - 58  # rls2009 NDRPDR iter NAT44 env 5
828         - 59  # rls2009 NDRPDR iter NAT44 env 5
829         - 60  # rls2009 NDRPDR iter NAT44 env 5
830
831     vpp-performance-changes-2n-clx-h1:
832       csit-vpp-perf-report-iterative-2005-2n-clx:
833         - 73  # NDRPDR sel 2001.0-4
834         - 74  # NDRPDR sel 2001.0-4
835         - 75  # NDRPDR sel 2001.0-4
836         - 76  # NDRPDR sel 2001.0-4
837         - 77  # NDRPDR sel 2001.0-4
838         - 78  # NDRPDR sel 2001.0-4
839         - 79  # NDRPDR sel 2001.0-4
840         - 80  # NDRPDR sel 2001.0-4
841     vpp-performance-changes-2n-clx-ref-env4:
842       csit-vpp-perf-report-iterative-2005-2n-clx:
843         - 62  # NDRPDR sel env 4
844         - 63  # NDRPDR sel env 4
845         - 64  # NDRPDR sel env 4
846         - 65  # NDRPDR sel env 4
847         - 66  # NDRPDR sel env 4
848         - 68  # NDRPDR sel env 4
849         - 69  # NDRPDR sel env 4
850         - 70  # NDRPDR sel env 4
851         - 103 # NDRPDR sel env 4
852         - 104 # NDRPDR sel env 4
853     vpp-performance-changes-2n-clx-ref-env5:
854       csit-vpp-perf-report-iterative-2009-2n-clx:
855         - 13  # rls2005 NDRPDR iter env 5
856         - 15  # rls2005 NDRPDR iter env 5
857         - 17  # rls2005 NDRPDR iter env 5
858         - 18  # rls2005 NDRPDR iter env 5
859         - 19  # rls2005 NDRPDR iter env 5
860         - 20  # rls2005 NDRPDR iter env 5
861         - 21  # rls2005 NDRPDR iter env 5
862         - 22  # rls2005 NDRPDR iter env 5
863         - 23  # rls2005 NDRPDR iter env 5
864         - 24  # rls2005 NDRPDR iter env 5
865     vpp-performance-changes-2n-clx-cmp:
866       csit-vpp-perf-report-iterative-2009-2n-clx:
867         - 36  # rls2009 NDRPDR iter env 5
868         - 38  # rls2009 NDRPDR iter env 5
869         - 39  # rls2009 NDRPDR iter env 5
870         - 40  # rls2009 NDRPDR iter env 5
871         - 41  # rls2009 NDRPDR iter env 5
872         - 42  # rls2009 NDRPDR iter env 5
873         - 64  # rls2009 NDRPDR iter env 5
874         - 65  # rls2009 NDRPDR iter env 5
875         - 66  # rls2009 NDRPDR iter env 5
876         - 67  # rls2009 NDRPDR iter env 5
877
878     vpp-performance-changes-2n-dnv-h1:
879       csit-vpp-perf-verify-2001-2n-dnv:
880         - 4   # NDRPDR sel
881         - 5   # NDRPDR sel
882         - 6   # NDRPDR sel
883         - 7   # NDRPDR sel
884         - 8   # NDRPDR sel
885         - 9   # NDRPDR sel
886         - 10  # NDRPDR sel
887         - 11  # NDRPDR sel
888         - 13  # NDRPDR sel
889         - 16  # NDRPDR sel
890     vpp-performance-changes-2n-dnv-ref:
891       csit-vpp-perf-report-iterative-2009-2n-dnv:
892         - 16  # rls2005 NDRPDR iter env 5
893         - 17  # rls2005 NDRPDR iter env 5
894         - 18  # rls2005 NDRPDR iter env 5
895         - 19  # rls2005 NDRPDR iter env 5
896         - 21  # rls2005 NDRPDR iter env 5
897         - 24  # rls2005 NDRPDR iter env 5
898         - 27  # rls2005 NDRPDR iter env 5
899         - 28  # rls2005 NDRPDR iter env 5
900         - 29  # rls2005 NDRPDR iter env 5
901         - 30  # rls2005 NDRPDR iter env 5
902     vpp-performance-changes-2n-dnv-cmp:
903       csit-vpp-perf-report-iterative-2009-2n-dnv:
904         - 3   # rls2009 NDRPDR iter env 5
905         - 5   # rls2009 NDRPDR iter env 5
906         - 6   # rls2009 NDRPDR iter env 5
907         - 7   # rls2009 NDRPDR iter env 5
908         - 9   # rls2009 NDRPDR iter env 5
909         - 10  # rls2009 NDRPDR iter env 5
910         - 11  # rls2009 NDRPDR iter env 5
911         - 12  # rls2009 NDRPDR iter env 5
912         - 14  # rls2009 NDRPDR iter env 5
913         - 15  # rls2009 NDRPDR iter env 5
914
915     vpp-performance-changes-3n-dnv-h1:
916       csit-vpp-perf-verify-2001-3n-dnv:
917         - 5   # NDRPDR sel
918         - 6   # NDRPDR sel
919         - 7   # NDRPDR sel
920         - 8   # NDRPDR sel
921         - 9   # NDRPDR sel
922         - 10  # NDRPDR sel
923         - 12  # NDRPDR sel
924         - 16  # NDRPDR sel
925         - 17  # NDRPDR sel
926         - 18  # NDRPDR sel
927     vpp-performance-changes-3n-dnv-ref:
928       csit-vpp-perf-report-iterative-2009-3n-dnv:
929         - 16  # rls2005 NDRPDR iter env 5
930         - 23  # rls2005 NDRPDR iter env 5
931         - 25  # rls2005 NDRPDR iter env 5
932         - 26  # rls2005 NDRPDR iter env 5
933         - 27  # rls2005 NDRPDR iter env 5
934         - 28  # rls2005 NDRPDR iter env 5
935         - 29  # rls2005 NDRPDR iter env 5
936         - 30  # rls2005 NDRPDR iter env 5
937         - 31  # rls2005 NDRPDR iter env 5
938         - 32  # rls2005 NDRPDR iter env 5
939     vpp-performance-changes-3n-dnv-cmp:
940       csit-vpp-perf-report-iterative-2009-3n-dnv:
941         - 3   # rls2009 NDRPDR iter env 5
942         - 6   # rls2009 NDRPDR iter env 5
943         - 7   # rls2009 NDRPDR iter env 5
944         - 8   # rls2009 NDRPDR iter env 5
945         - 10  # rls2009 NDRPDR iter env 5
946         - 11  # rls2009 NDRPDR iter env 5
947         - 12  # rls2009 NDRPDR iter env 5
948         - 14  # rls2009 NDRPDR iter env 5
949         - 15  # rls2009 NDRPDR iter env 5
950         - 24  # rls2009 NDRPDR iter env 5
951
952     vpp-performance-changes-3n-tsh-h1:
953       csit-vpp-perf-report-iterative-2005-3n-tsh:
954         - 28  # NDRPDR sel 2001.0-4
955         - 29  # NDRPDR sel 2001.0-4
956         - 31  # NDRPDR sel 2001.0-4
957     vpp-performance-changes-3n-tsh-ref-env4:
958       csit-vpp-perf-report-iterative-2005-3n-tsh:
959         - 23  # NDRPDR sel env 4
960         - 25  # NDRPDR sel env 4
961         - 33  # NDRPDR sel env 4
962         - 34  # NDRPDR sel env 4
963         - 35  # NDRPDR sel env 4
964         - 36  # NDRPDR sel env 4
965         - 37  # NDRPDR sel env 4
966         - 38  # NDRPDR sel env 4
967         - 39  # NDRPDR sel env 4
968         - 40  # NDRPDR sel env 4
969     vpp-performance-changes-3n-tsh-ref-env5:
970       csit-vpp-perf-report-iterative-2009-3n-tsh:
971         - 8   # rls2005 NDRPDR iter env 5
972         - 11  # rls2005 NDRPDR iter env 5
973         - 12  # rls2005 NDRPDR iter env 5
974     vpp-performance-changes-3n-tsh-cmp:
975       # TODO: Add:
976       csit-vpp-perf-report-iterative-2009-3n-tsh:
977         - 14  # rls2009 NDRPDR iter env 5
978         - 20  # rls2009 NDRPDR iter env 5
979         - 23  # rls2009 NDRPDR iter env 5
980
981     vpp-soak-vs-ndr-2n-skx-ref:
982       csit-vpp-perf-report-iterative-2009-2n-skx:
983         - 35  # rls2009 NDRPDR iter env 5
984         - 36  # rls2009 NDRPDR iter env 5
985         - 37  # rls2009 NDRPDR iter env 5
986         - 39  # rls2009 NDRPDR iter env 5
987         - 40  # rls2009 NDRPDR iter env 5
988         - 42  # rls2009 NDRPDR iter env 5
989         - 43  # rls2009 NDRPDR iter env 5
990         - 44  # rls2009 NDRPDR iter env 5
991         - 46  # rls2009 NDRPDR iter env 5
992         - 48  # rls2009 NDRPDR iter env 5
993     vpp-soak-vs-ndr-2n-skx-cmp:
994       csit-vpp-perf-report-iterative-2009-2n-skx:
995         - 33  # rls2009 soak env 5
996         - 34  # rls2009 soak env 5
997     vpp-soak-vs-ndr-2n-skx:
998       csit-vpp-perf-report-iterative-2009-2n-skx:
999         - 35  # rls2009 NDRPDR iter env 5
1000         - 36  # rls2009 NDRPDR iter env 5
1001         - 37  # rls2009 NDRPDR iter env 5
1002         - 39  # rls2009 NDRPDR iter env 5
1003         - 40  # rls2009 NDRPDR iter env 5
1004         - 42  # rls2009 NDRPDR iter env 5
1005         - 43  # rls2009 NDRPDR iter env 5
1006         - 44  # rls2009 NDRPDR iter env 5
1007         - 46  # rls2009 NDRPDR iter env 5
1008         - 48  # rls2009 NDRPDR iter env 5
1009         - 33  # rls2009 soak env 5
1010         - 34  # rls2009 soak env 5
1011
1012     vpp-soak-vs-ndr-2n-clx-ref:
1013       csit-vpp-perf-report-iterative-2009-2n-clx:
1014         - 36  # rls2009 NDRPDR iter env 5
1015         - 38  # rls2009 NDRPDR iter env 5
1016         - 39  # rls2009 NDRPDR iter env 5
1017         - 40  # rls2009 NDRPDR iter env 5
1018         - 41  # rls2009 NDRPDR iter env 5
1019         - 42  # rls2009 NDRPDR iter env 5
1020         - 64  # rls2009 NDRPDR iter env 5
1021         - 65  # rls2009 NDRPDR iter env 5
1022         - 66  # rls2009 NDRPDR iter env 5
1023         - 67  # rls2009 NDRPDR iter env 5
1024     vpp-soak-vs-ndr-2n-clx-cmp:
1025       csit-vpp-perf-report-iterative-2009-2n-clx:
1026         - 33  # rls2009 soak env 5
1027         - 34  # rls2009 soak env 5
1028     vpp-soak-vs-ndr-2n-clx:
1029       csit-vpp-perf-report-iterative-2009-2n-clx:
1030         - 36  # rls2009 NDRPDR iter env 5
1031         - 38  # rls2009 NDRPDR iter env 5
1032         - 39  # rls2009 NDRPDR iter env 5
1033         - 40  # rls2009 NDRPDR iter env 5
1034         - 41  # rls2009 NDRPDR iter env 5
1035         - 42  # rls2009 NDRPDR iter env 5
1036         - 64  # rls2009 NDRPDR iter env 5
1037         - 65  # rls2009 NDRPDR iter env 5
1038         - 66  # rls2009 NDRPDR iter env 5
1039         - 67  # rls2009 NDRPDR iter env 5
1040         - 33  # rls2009 soak env 5
1041         - 34  # rls2009 soak env 5
1042
1043     vpp-performance-changes-3n-hsw-mrr-h1:
1044       csit-vpp-perf-verify-2001-3n-hsw:
1045         - 17  # MRR sel
1046     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1047       csit-vpp-perf-report-iterative-2005-3n-hsw:
1048         - 30  # MRR env 4
1049     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1050       csit-vpp-perf-report-iterative-2009-3n-hsw:
1051         - 18  # rls2005 MRR iter env 5
1052     vpp-performance-changes-3n-hsw-mrr-cmp:
1053       csit-vpp-perf-report-iterative-2009-3n-hsw:
1054         - 23  # rls2009 MRR iter env 5
1055
1056     vpp-performance-changes-3n-skx-mrr-h1:
1057       csit-vpp-perf-verify-2001-3n-skx:
1058         - 50  # MRR sel
1059         - 53  # MRR sel addition
1060     vpp-performance-changes-3n-skx-mrr-ref-env4:
1061       csit-vpp-perf-report-iterative-2005-3n-skx:
1062         - 49  # MRR sel env 4
1063     vpp-performance-changes-3n-skx-mrr-ref-env5:
1064       csit-vpp-perf-report-iterative-2009-3n-skx:
1065         - 17  # rls2005 MRR iter env 5
1066     vpp-performance-changes-3n-skx-mrr-cmp:
1067       csit-vpp-perf-report-iterative-2009-3n-skx:
1068         - 24  # rls2009 MRR iter env 5
1069
1070     vpp-performance-changes-2n-skx-mrr-h1:
1071       csit-vpp-perf-verify-2001-2n-skx:
1072         - 101 # MRR sel
1073         - 128 # MRR sel addition
1074     vpp-performance-changes-2n-skx-mrr-ref-env4:
1075       csit-vpp-perf-report-iterative-2005-2n-skx:
1076         - 99  # MRR sel env 4
1077     vpp-performance-changes-2n-skx-mrr-ref-env5:
1078       csit-vpp-perf-report-iterative-2009-2n-skx:
1079         - 20  # rls2005 MRR iter env 5
1080     vpp-performance-changes-2n-skx-mrr-cmp:
1081       csit-vpp-perf-report-iterative-2009-2n-skx:
1082         - 26  # rls2009 MRR iter env 5
1083
1084     vpp-performance-changes-2n-clx-mrr-h1:
1085       csit-vpp-perf-verify-2001-2n-clx:
1086         - 39  # MRR
1087     vpp-performance-changes-2n-clx-mrr-ref-env4:
1088       csit-vpp-perf-report-iterative-2005-2n-clx:
1089         - 72   # MRR sel env 4
1090     vpp-performance-changes-2n-clx-mrr-ref-env5:
1091       csit-vpp-perf-report-iterative-2009-2n-clx:
1092         - 16  # rls2005 MRR iter env 5
1093     vpp-performance-changes-2n-clx-mrr-cmp:
1094       csit-vpp-perf-report-iterative-2009-2n-clx:
1095         - 35  # rls2009 MRR iter env 5
1096
1097     vpp-performance-changes-2n-dnv-mrr-h1:
1098       csit-vpp-perf-verify-2001-2n-dnv:
1099         - 12  # MRR sel
1100     vpp-performance-changes-2n-dnv-mrr-ref:
1101       csit-vpp-perf-report-iterative-2009-2n-dnv:
1102         - 23  # rls2005 MRR iter env 5
1103     vpp-performance-changes-2n-dnv-mrr-cmp:
1104       csit-vpp-perf-report-iterative-2009-2n-dnv:
1105         - 13  # rls2009 MRR iter env 5
1106
1107     vpp-performance-changes-3n-dnv-mrr-h1:
1108       csit-vpp-perf-verify-2001-3n-dnv:
1109         - 11  # MRR sel
1110     vpp-performance-changes-3n-dnv-mrr-ref:
1111       csit-vpp-perf-report-iterative-2009-3n-dnv:
1112         - 19  # rls2005 MRR iter env 5
1113     vpp-performance-changes-3n-dnv-mrr-cmp:
1114       csit-vpp-perf-report-iterative-2009-3n-dnv:
1115         - 22  # rls2009 MRR iter env 5
1116
1117     vpp-performance-changes-3n-tsh-mrr-h1:
1118       csit-vpp-perf-verify-2001-3n-tsh:
1119         - 9   # MRR sel
1120     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1121       csit-vpp-perf-report-iterative-2005-3n-tsh:
1122         - 27  # MRR sel env 4
1123     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1124       csit-vpp-perf-report-iterative-2009-3n-tsh:
1125         - 13  # rls2005 MRR iter env 5
1126     vpp-performance-changes-3n-tsh-mrr-cmp:
1127       csit-vpp-perf-report-iterative-2009-3n-tsh:
1128         - 15  # rls2006 MRR iter env 5
1129
1130     dpdk-performance-changes-3n-hsw-h1:
1131       csit-dpdk-perf-verify-2001-3n-hsw:
1132         - 4   # NDRPDR sel
1133         - 5   # NDRPDR sel
1134         - 6   # NDRPDR sel
1135         - 7   # NDRPDR sel
1136         - 8   # NDRPDR sel
1137         - 9   # NDRPDR sel
1138         - 10  # NDRPDR sel
1139         - 11  # NDRPDR sel
1140         - 12  # NDRPDR sel
1141         - 13  # NDRPDR sel
1142         - 15  # NDRPDR sel
1143         - 16  # NDRPDR sel
1144         - 17  # NDRPDR sel
1145         - 18  # NDRPDR sel
1146         - 19  # NDRPDR sel
1147         - 20  # NDRPDR sel
1148         - 21  # NDRPDR sel
1149         - 22  # NDRPDR sel
1150         - 23  # NDRPDR sel
1151         - 24  # NDRPDR sel
1152     dpdk-performance-changes-3n-hsw-ref:
1153       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1154         - 25  # NDRPDR iter
1155         - 26  # NDRPDR iter
1156         - 27  # NDRPDR iter
1157         - 28  # NDRPDR iter
1158         - 29  # NDRPDR iter
1159         - 30  # NDRPDR iter
1160         - 31  # NDRPDR iter
1161         - 32  # NDRPDR iter
1162         - 33  # NDRPDR iter
1163         - 34  # NDRPDR iter
1164     dpdk-performance-changes-3n-hsw-cmp:
1165       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1166         - 6   # NDRPDR iter env5
1167         - 7   # NDRPDR iter env5
1168         - 8   # NDRPDR iter env5
1169         - 9   # NDRPDR iter env5
1170         - 10  # NDRPDR iter env5
1171         - 11  # NDRPDR iter env5
1172         - 12  # NDRPDR iter env5
1173         - 13  # NDRPDR iter env5
1174         - 14  # NDRPDR iter env5
1175         - 15  # NDRPDR iter env5
1176
1177     dpdk-performance-changes-3n-skx-h1:
1178       csit-dpdk-perf-verify-2001-3n-skx:
1179         - 29  # NDRPDR sel xxv710
1180         - 33  # NDRPDR sel xxv710
1181         - 34  # NDRPDR sel xxv710
1182         - 35  # NDRPDR sel xxv710
1183         - 36  # NDRPDR sel xxv710
1184         - 37  # NDRPDR sel xxv710
1185         - 41  # NDRPDR sel xxv710
1186         - 42  # NDRPDR sel xxv710
1187         - 43  # NDRPDR sel xxv710
1188         - 45  # NDRPDR sel xxv710
1189         - 30  # NDRPDR sel x710
1190         - 31  # NDRPDR sel x710
1191         - 32  # NDRPDR sel x710
1192         - 38  # NDRPDR sel x710
1193         - 39  # NDRPDR sel x710
1194         - 40  # NDRPDR sel x710
1195         - 44  # NDRPDR sel x710
1196         - 46  # NDRPDR sel x710
1197         - 47  # NDRPDR sel x710
1198         - 48  # NDRPDR sel x710
1199     dpdk-performance-changes-3n-skx-ref:
1200       csit-dpdk-perf-report-iterative-2005-3n-skx:
1201         - 28  # NDRPDR iter
1202         - 29  # NDRPDR iter
1203         - 30  # NDRPDR iter
1204         - 31  # NDRPDR iter
1205         - 32  # NDRPDR iter
1206         - 33  # NDRPDR iter
1207         - 34  # NDRPDR iter
1208         - 35  # NDRPDR iter
1209         - 36  # NDRPDR iter
1210         - 37  # NDRPDR iter
1211     dpdk-performance-changes-3n-skx-cmp:
1212       csit-dpdk-perf-report-iterative-2009-3n-skx:
1213         - 4   # NDRPDR sel env5
1214         - 5   # NDRPDR sel env5
1215         - 6   # NDRPDR sel env5
1216         - 7   # NDRPDR sel env5
1217         - 8   # NDRPDR sel env5
1218         - 9   # NDRPDR sel env5
1219         - 14  # NDRPDR sel env5
1220         - 11  # NDRPDR sel env5
1221         - 12  # NDRPDR sel env5
1222         - 13  # NDRPDR sel env5
1223
1224     dpdk-performance-changes-2n-skx-h1:
1225       csit-dpdk-perf-verify-2001-2n-skx:
1226         - 35  # NDRPDR sel xxv710
1227         - 36  # NDRPDR sel xxv710
1228         - 37  # NDRPDR sel xxv710
1229         - 41  # NDRPDR sel xxv710
1230         - 42  # NDRPDR sel xxv710
1231         - 43  # NDRPDR sel xxv710
1232         - 46  # NDRPDR sel xxv710
1233         - 47  # NDRPDR sel xxv710
1234         - 52  # NDRPDR sel xxv710
1235         - 53  # NDRPDR sel xxv710
1236         - 38  # NDRPDR sel x710
1237         - 39  # NDRPDR sel x710
1238         - 40  # NDRPDR sel x710
1239         - 44  # NDRPDR sel x710
1240         - 45  # NDRPDR sel x710
1241         - 48  # NDRPDR sel x710
1242         - 49  # NDRPDR sel x710
1243         - 50  # NDRPDR sel x710
1244         - 51  # NDRPDR sel x710
1245         - 54  # NDRPDR sel x710
1246     dpdk-performance-changes-2n-skx-ref:
1247       csit-dpdk-perf-report-iterative-2005-2n-skx:
1248         - 20  # NDRPDR iter
1249         - 21  # NDRPDR iter
1250         - 22  # NDRPDR iter
1251         - 23  # NDRPDR iter
1252         - 24  # NDRPDR iter
1253         - 25  # NDRPDR iter
1254         - 26  # NDRPDR iter
1255         - 27  # NDRPDR iter
1256         - 28  # NDRPDR iter
1257         - 29  # NDRPDR iter
1258     dpdk-performance-changes-2n-skx-cmp:
1259       csit-dpdk-perf-report-iterative-2009-2n-skx:
1260         - 4   # NDRPDR iter env5
1261         - 5   # NDRPDR iter env5
1262         - 6   # NDRPDR iter env5
1263         - 7   # NDRPDR iter env5
1264         - 8   # NDRPDR iter env5
1265         - 9   # NDRPDR iter env5
1266         - 10  # NDRPDR iter env5
1267         - 11  # NDRPDR iter env5
1268         - 12  # NDRPDR iter env5
1269         - 13  # NDRPDR iter env5
1270
1271     dpdk-performance-changes-2n-clx-h1:
1272       csit-dpdk-perf-verify-2001-2n-clx:
1273         - 15  # NDRPDR sel
1274         - 16  # NDRPDR sel
1275         - 17  # NDRPDR sel
1276         - 18  # NDRPDR sel
1277         - 19  # NDRPDR sel
1278         - 20  # NDRPDR sel
1279         - 21  # NDRPDR sel
1280         - 22  # NDRPDR sel
1281         - 23  # NDRPDR sel
1282         - 24  # NDRPDR sel
1283         - 25  # NDRPDR sel
1284         - 26  # NDRPDR sel
1285         - 27  # NDRPDR sel
1286         - 28  # NDRPDR sel
1287         - 29  # NDRPDR sel
1288         - 30  # NDRPDR sel
1289         - 31  # NDRPDR sel
1290         - 32  # NDRPDR sel
1291         - 33  # NDRPDR sel
1292         - 34  # NDRPDR sel
1293     dpdk-performance-changes-2n-clx-ref:
1294       csit-dpdk-perf-report-iterative-2005-2n-clx:
1295         - 20  # NDRPDR iter
1296         - 21  # NDRPDR iter
1297         - 22  # NDRPDR iter
1298         - 23  # NDRPDR iter
1299         - 24  # NDRPDR iter
1300         - 25  # NDRPDR iter
1301         - 26  # NDRPDR iter
1302         - 27  # NDRPDR iter
1303         - 28  # NDRPDR iter
1304         - 29  # NDRPDR iter
1305     dpdk-performance-changes-2n-clx-cmp:
1306       csit-dpdk-perf-report-iterative-2009-2n-clx:
1307         - 4   # NDRPDR iter env5
1308         - 5   # NDRPDR iter env5
1309         - 6   # NDRPDR iter env5
1310         - 7   # NDRPDR iter env5
1311         - 8   # NDRPDR iter env5
1312         - 9   # NDRPDR iter env5
1313         - 10  # NDRPDR iter env5
1314         - 11  # NDRPDR iter env5
1315         - 12  # NDRPDR iter env5
1316         - 13  # NDRPDR iter env5
1317
1318 #    dpdk-performance-changes-2n-dnv-h1:
1319 #      csit-dpdk-perf-verify-2001-2n-dnv:
1320 #        - 9   # NDRPDR sel
1321 #        - 10  # NDRPDR sel
1322 #        - 11  # NDRPDR sel
1323 #        - 12  # NDRPDR sel
1324 #        - 13  # NDRPDR sel
1325 #        - 14  # NDRPDR sel
1326 #        - 15  # NDRPDR sel
1327 #        - 16  # NDRPDR sel
1328 #        - 17  # NDRPDR sel
1329 #        - 18  # NDRPDR sel
1330 #    dpdk-performance-changes-2n-dnv-ref:
1331 #      # No data
1332 #    dpdk-performance-changes-2n-dnv-cmp:
1333 #      # No data
1334 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1335
1336 #    dpdk-performance-changes-3n-dnv-h1:
1337 #      csit-dpdk-perf-verify-2001-3n-dnv:
1338 #        - 12  # NDRPDR sel
1339 #        - 13  # NDRPDR sel
1340 #        - 14  # NDRPDR sel
1341 #        - 15  # NDRPDR sel
1342 #        - 16  # NDRPDR sel
1343 #        - 17  # NDRPDR sel
1344 #        - 18  # NDRPDR sel
1345 #        - 19  # NDRPDR sel
1346 #        - 20  # NDRPDR sel
1347 #        - 22  # NDRPDR sel
1348 #    dpdk-performance-changes-3n-dnv-ref:
1349 #      # No data
1350 #    dpdk-performance-changes-3n-dnv-cmp:
1351 #      # No data
1352 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1353
1354     dpdk-performance-changes-3n-tsh-h1:
1355       csit-dpdk-perf-verify-2001-3n-tsh:
1356         - 3   # NDRPDR sel
1357         - 4   # NDRPDR sel
1358         - 5   # NDRPDR sel
1359         - 9   # NDRPDR sel
1360         - 10  # NDRPDR sel
1361         - 11  # NDRPDR sel
1362         - 12  # NDRPDR sel
1363         - 14  # NDRPDR sel
1364         - 15  # NDRPDR sel
1365         - 18  # NDRPDR sel
1366     dpdk-performance-changes-3n-tsh-ref:
1367       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1368         - 5   # NDRPDR sel
1369     dpdk-performance-changes-3n-tsh-cmp:
1370       # TODO: Add:
1371       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1372         - 1   # NDRPDR iter env5
1373         - 2   # NDRPDR iter env5
1374         - 3   # NDRPDR iter env5
1375         - 4   # NDRPDR iter env5
1376         - 5   # NDRPDR iter env5
1377         - 6   # NDRPDR iter env5
1378         - 7   # NDRPDR iter env5
1379         - 9   # NDRPDR iter env5
1380         - 10  # NDRPDR iter env5
1381
1382     # Compare testbeds
1383
1384     vpp-compare-testbeds-ref:
1385       csit-vpp-perf-report-iterative-2009-3n-hsw:
1386         - 21  # rls2009 NDRPDR iter env 5
1387         - 22  # rls2009 NDRPDR iter env 5
1388         - 24  # rls2009 NDRPDR iter env 5
1389         - 25  # rls2009 NDRPDR iter env 5
1390         - 26  # rls2009 NDRPDR iter env 5
1391         - 27  # rls2009 NDRPDR iter env 5
1392         - 28  # rls2009 NDRPDR iter env 5
1393         - 29  # rls2009 NDRPDR iter env 5
1394         - 30  # rls2009 NDRPDR iter env 5
1395         - 31  # rls2009 NDRPDR iter env 5
1396     vpp-compare-testbeds-cmp:
1397       # TODO: Add:
1398       csit-vpp-perf-report-iterative-2009-3n-skx:
1399         - 26  # rls2009 NDRPDR iter env 5
1400         - 27  # rls2009 NDRPDR iter env 5
1401         - 28  # rls2009 NDRPDR iter env 5
1402         - 29  # rls2009 NDRPDR iter env 5
1403         - 35  # rls2009 NDRPDR iter env 5
1404         - 36  # rls2009 NDRPDR iter env 5
1405         - 37  # rls2009 NDRPDR iter env 5
1406         - 39  # rls2009 NDRPDR iter env 5
1407         - 40  # rls2009 NDRPDR iter env 5
1408
1409     vpp-compare-testbeds-skx-clx-ref:
1410       csit-vpp-perf-report-iterative-2009-2n-skx:
1411         - 35  # rls2009 NDRPDR iter env 5
1412         - 36  # rls2009 NDRPDR iter env 5
1413         - 37  # rls2009 NDRPDR iter env 5
1414         - 39  # rls2009 NDRPDR iter env 5
1415         - 40  # rls2009 NDRPDR iter env 5
1416         - 42  # rls2009 NDRPDR iter env 5
1417         - 43  # rls2009 NDRPDR iter env 5
1418         - 44  # rls2009 NDRPDR iter env 5
1419         - 46  # rls2009 NDRPDR iter env 5
1420         - 48  # rls2009 NDRPDR iter env 5
1421         - 51  # rls2009 NDRPDR iter NAT44 env 5
1422         - 52  # rls2009 NDRPDR iter NAT44 env 5
1423         - 53  # rls2009 NDRPDR iter NAT44 env 5
1424         - 54  # rls2009 NDRPDR iter NAT44 env 5
1425         - 55  # rls2009 NDRPDR iter NAT44 env 5
1426         - 56  # rls2009 NDRPDR iter NAT44 env 5
1427         - 57  # rls2009 NDRPDR iter NAT44 env 5
1428         - 58  # rls2009 NDRPDR iter NAT44 env 5
1429         - 59  # rls2009 NDRPDR iter NAT44 env 5
1430         - 60  # rls2009 NDRPDR iter NAT44 env 5
1431     vpp-compare-testbeds-skx-clx-cmp:
1432       csit-vpp-perf-report-iterative-2009-2n-clx:
1433         - 36  # rls2009 NDRPDR iter env 5
1434         - 38  # rls2009 NDRPDR iter env 5
1435         - 39  # rls2009 NDRPDR iter env 5
1436         - 40  # rls2009 NDRPDR iter env 5
1437         - 41  # rls2009 NDRPDR iter env 5
1438         - 42  # rls2009 NDRPDR iter env 5
1439         - 64  # rls2009 NDRPDR iter env 5
1440         - 65  # rls2009 NDRPDR iter env 5
1441         - 66  # rls2009 NDRPDR iter env 5
1442         - 67  # rls2009 NDRPDR iter env 5
1443
1444     vpp-compare-testbeds-hsw-clx-ref:
1445       csit-vpp-perf-report-iterative-2009-3n-hsw:
1446         - 21  # rls2009 NDRPDR iter env 5
1447         - 22  # rls2009 NDRPDR iter env 5
1448         - 24  # rls2009 NDRPDR iter env 5
1449         - 25  # rls2009 NDRPDR iter env 5
1450         - 26  # rls2009 NDRPDR iter env 5
1451         - 27  # rls2009 NDRPDR iter env 5
1452         - 28  # rls2009 NDRPDR iter env 5
1453         - 29  # rls2009 NDRPDR iter env 5
1454         - 30  # rls2009 NDRPDR iter env 5
1455         - 31  # rls2009 NDRPDR iter env 5
1456     vpp-compare-testbeds-hsw-clx-cmp:
1457       csit-vpp-perf-report-iterative-2009-2n-clx:
1458         - 36  # rls2009 NDRPDR iter env 5
1459         - 38  # rls2009 NDRPDR iter env 5
1460         - 39  # rls2009 NDRPDR iter env 5
1461         - 40  # rls2009 NDRPDR iter env 5
1462         - 41  # rls2009 NDRPDR iter env 5
1463         - 42  # rls2009 NDRPDR iter env 5
1464         - 64  # rls2009 NDRPDR iter env 5
1465         - 65  # rls2009 NDRPDR iter env 5
1466         - 66  # rls2009 NDRPDR iter env 5
1467         - 67  # rls2009 NDRPDR iter env 5
1468
1469     vpp-compare-testbeds-mrr-ref:
1470       csit-vpp-perf-report-iterative-2009-3n-hsw:
1471         - 23  # rls2009 MRR iter env 5
1472     vpp-compare-testbeds-mrr-cmp:
1473       csit-vpp-perf-report-iterative-2009-3n-skx:
1474         - 24  # rls2009 MRR iter env 5
1475
1476     vpp-compare-testbeds-mrr-skx-clx-ref:
1477       csit-vpp-perf-report-iterative-2009-2n-skx:
1478         - 26  # rls2009 MRR iter env 5
1479     vpp-compare-testbeds-mrr-skx-clx-cmp:
1480       csit-vpp-perf-report-iterative-2009-2n-clx:
1481         - 35  # rls2009 MRR iter env 5
1482
1483     vpp-compare-testbeds-mrr-hsw-clx-ref:
1484       csit-vpp-perf-report-iterative-2009-3n-hsw:
1485         - 23  # rls2009 MRR iter env 5
1486     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1487       csit-vpp-perf-report-iterative-2009-2n-clx:
1488         - 35  # rls2009 MRR iter env 5
1489
1490     dpdk-compare-testbeds-ref:
1491       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1492         - 6   # NDRPDR iter env5
1493         - 7   # NDRPDR iter env5
1494         - 8   # NDRPDR iter env5
1495         - 9   # NDRPDR iter env5
1496         - 10  # NDRPDR iter env5
1497         - 11  # NDRPDR iter env5
1498         - 12  # NDRPDR iter env5
1499         - 13  # NDRPDR iter env5
1500         - 14  # NDRPDR iter env5
1501         - 15  # NDRPDR iter env5
1502     dpdk-compare-testbeds-cmp:
1503       csit-dpdk-perf-report-iterative-2009-3n-skx:
1504         - 4   # NDRPDR sel env5
1505         - 5   # NDRPDR sel env5
1506         - 6   # NDRPDR sel env5
1507         - 7   # NDRPDR sel env5
1508         - 8   # NDRPDR sel env5
1509         - 9   # NDRPDR sel env5
1510         - 14  # NDRPDR sel env5
1511         - 11  # NDRPDR sel env5
1512         - 12  # NDRPDR sel env5
1513         - 13  # NDRPDR sel env5
1514
1515     dpdk-compare-testbeds-skx-clx-ref:
1516       csit-dpdk-perf-report-iterative-2009-2n-skx:
1517         - 4   # NDRPDR iter env5
1518         - 5   # NDRPDR iter env5
1519         - 6   # NDRPDR iter env5
1520         - 7   # NDRPDR iter env5
1521         - 8   # NDRPDR iter env5
1522         - 9   # NDRPDR iter env5
1523         - 10  # NDRPDR iter env5
1524         - 11  # NDRPDR iter env5
1525         - 12  # NDRPDR iter env5
1526         - 13  # NDRPDR iter env5
1527     dpdk-compare-testbeds-skx-clx-cmp:
1528       csit-dpdk-perf-report-iterative-2009-2n-clx:
1529         - 4   # NDRPDR iter env5
1530         - 5   # NDRPDR iter env5
1531         - 6   # NDRPDR iter env5
1532         - 7   # NDRPDR iter env5
1533         - 8   # NDRPDR iter env5
1534         - 9   # NDRPDR iter env5
1535         - 10  # NDRPDR iter env5
1536         - 11  # NDRPDR iter env5
1537         - 12  # NDRPDR iter env5
1538         - 13  # NDRPDR iter env5
1539
1540     # Compare topologies
1541
1542     vpp-compare-topologies-ref:
1543       # TODO: Add:
1544       csit-vpp-perf-report-iterative-2009-3n-skx:
1545         - 26  # rls2009 NDRPDR iter env 5
1546         - 27  # rls2009 NDRPDR iter env 5
1547         - 28  # rls2009 NDRPDR iter env 5
1548         - 29  # rls2009 NDRPDR iter env 5
1549         - 35  # rls2009 NDRPDR iter env 5
1550         - 36  # rls2009 NDRPDR iter env 5
1551         - 37  # rls2009 NDRPDR iter env 5
1552         - 39  # rls2009 NDRPDR iter env 5
1553         - 40  # rls2009 NDRPDR iter env 5
1554     vpp-compare-topologies-cmp:
1555       csit-vpp-perf-report-iterative-2009-2n-skx:
1556         - 35  # rls2009 NDRPDR iter env 5
1557         - 36  # rls2009 NDRPDR iter env 5
1558         - 37  # rls2009 NDRPDR iter env 5
1559         - 39  # rls2009 NDRPDR iter env 5
1560         - 40  # rls2009 NDRPDR iter env 5
1561         - 42  # rls2009 NDRPDR iter env 5
1562         - 43  # rls2009 NDRPDR iter env 5
1563         - 44  # rls2009 NDRPDR iter env 5
1564         - 46  # rls2009 NDRPDR iter env 5
1565         - 48  # rls2009 NDRPDR iter env 5
1566
1567     vpp-compare-topologies-mrr-ref:
1568       csit-vpp-perf-report-iterative-2009-3n-skx:
1569         - 24  # rls2009 MRR iter env 5
1570     vpp-compare-topologies-mrr-cmp:
1571       csit-vpp-perf-report-iterative-2009-2n-skx:
1572         - 26  # rls2009 MRR iter env 5
1573
1574     dpdk-compare-topologies-ref:
1575       csit-dpdk-perf-report-iterative-2009-3n-skx:
1576         - 4   # NDRPDR sel env5
1577         - 5   # NDRPDR sel env5
1578         - 6   # NDRPDR sel env5
1579         - 7   # NDRPDR sel env5
1580         - 8   # NDRPDR sel env5
1581         - 9   # NDRPDR sel env5
1582         - 14  # NDRPDR sel env5
1583         - 11  # NDRPDR sel env5
1584         - 12  # NDRPDR sel env5
1585         - 13  # NDRPDR sel env5
1586     dpdk-compare-topologies-cmp:
1587       csit-dpdk-perf-report-iterative-2009-2n-skx:
1588         - 4   # NDRPDR iter env5
1589         - 5   # NDRPDR iter env5
1590         - 6   # NDRPDR iter env5
1591         - 7   # NDRPDR iter env5
1592         - 8   # NDRPDR iter env5
1593         - 9   # NDRPDR iter env5
1594         - 10  # NDRPDR iter env5
1595         - 11  # NDRPDR iter env5
1596         - 12  # NDRPDR iter env5
1597         - 13  # NDRPDR iter env5
1598
1599   plot-layouts:
1600
1601     plot-soak-throughput:
1602       titlefont:
1603         size: 16
1604       xaxis:
1605         title: "<b>Test Cases [Index]</b>"
1606         titlefont:
1607           size: 14
1608         autorange: True
1609         fixedrange: False
1610         gridcolor: "rgb(230, 230, 230)"
1611         linecolor: "rgb(220, 220, 220)"
1612         linewidth: 1
1613         showgrid: True
1614         showline: True
1615         showticklabels: True
1616         tickcolor: "rgb(220, 220, 220)"
1617         tickmode: "linear"
1618         tickfont:
1619           size: 14
1620         zeroline: False
1621       yaxis:
1622         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1623         titlefont:
1624           size: 14
1625         gridcolor: "rgb(230, 230, 230)"
1626         hoverformat: ".4r"
1627         tickformat: ".3r"
1628         linecolor: "rgb(220, 220, 220)"
1629         linewidth: 1
1630         showgrid: True
1631         showline: True
1632         showticklabels: True
1633         tickcolor: "rgb(220, 220, 220)"
1634         tickfont:
1635           size: 14
1636         zeroline: False
1637         range: [0,50]
1638       autosize: False
1639       margin:
1640         t: 50
1641         b: 0
1642         l: 80
1643         r: 20
1644       showlegend: True
1645       legend:
1646         orientation: "h"
1647         font:
1648           size: 14
1649       width: 700
1650       height: 900
1651       paper_bgcolor: "#fff"
1652       plot_bgcolor: "#fff"
1653       hoverlabel:
1654         namelength: -1
1655
1656     plot-service-density:
1657       titlefont:
1658         size: 16
1659       xaxis:
1660         side: "top"
1661         autorange: True
1662         fixedrange: False
1663         showgrid: False
1664         showline: False
1665         showticklabels: False
1666         ticks: ""
1667         ticklen: 0
1668         tickwidth: 0
1669         zeroline: False
1670       yaxis:
1671         autorange: "reversed"
1672         showgrid: False
1673         showline: False
1674         showticklabels: False
1675         ticks: ""
1676         ticklen: 0
1677         tickwidth: 0
1678         zeroline: False
1679       showlegend: False
1680       paper_bgcolor: "#fff"
1681       plot_bgcolor: "#fff"
1682       width: 700
1683       height: 700
1684       hoverlabel:
1685         namelength: -1
1686
1687     plot-hoststack:
1688       titlefont:
1689         size: 16
1690       xaxis:
1691         title: "<b>Test Cases [Index]</b>"
1692         titlefont:
1693           size: 14
1694         autorange: True
1695         fixedrange: False
1696         gridcolor: "rgb(230, 230, 230)"
1697         linecolor: "rgb(220, 220, 220)"
1698         linewidth: 1
1699         showgrid: True
1700         showline: True
1701         showticklabels: True
1702         tickcolor: "rgb(220, 220, 220)"
1703         tickmode: "linear"
1704         tickfont:
1705           size: 14
1706         zeroline: False
1707       yaxis:
1708         title: "<b>Bandwidth [Gbps]</b>"
1709         titlefont:
1710           size: 14
1711         gridcolor: "rgb(230, 230, 230)"
1712         hoverformat: ".4s"
1713         linecolor: "rgb(220, 220, 220)"
1714         linewidth: 1
1715         rangemode: "tozero"
1716         showgrid: True
1717         showline: True
1718         showticklabels: True
1719         tickcolor: "rgb(230, 230, 230)"
1720         tickformat: ".3s"
1721         tickfont:
1722           size: 14
1723         zeroline: False
1724       autosize: False
1725       margin:
1726         t: 50
1727         b: 20
1728         l: 80
1729         r: 20
1730       showlegend: True
1731       legend:
1732         orientation: "h"
1733         font:
1734           size: 14
1735       width: 700
1736       height: 800
1737       paper_bgcolor: "#fff"
1738       plot_bgcolor: "#fff"
1739       hoverlabel:
1740         namelength: -1
1741
1742     plot-throughput:
1743       titlefont:
1744         size: 16
1745       xaxis:
1746         title: "<b>Test Cases [Index]</b>"
1747         titlefont:
1748           size: 14
1749         autorange: True
1750         fixedrange: False
1751         gridcolor: "rgb(230, 230, 230)"
1752         linecolor: "rgb(220, 220, 220)"
1753         linewidth: 1
1754         showgrid: True
1755         showline: True
1756         showticklabels: True
1757         tickcolor: "rgb(220, 220, 220)"
1758         tickmode: "linear"
1759         tickfont:
1760           size: 14
1761         zeroline: False
1762       yaxis:
1763         title: "<b>Packet Throughput [Mpps]</b>"
1764         titlefont:
1765           size: 14
1766         gridcolor: "rgb(230, 230, 230)"
1767         hoverformat: ".4r"
1768         tickformat: ".3r"
1769         linecolor: "rgb(220, 220, 220)"
1770         linewidth: 1
1771         showgrid: True
1772         showline: True
1773         showticklabels: True
1774         tickcolor: "rgb(220, 220, 220)"
1775         tickfont:
1776           size: 14
1777         zeroline: False
1778         range: [0,50]
1779       autosize: False
1780       margin:
1781         t: 50
1782         b: 0
1783         l: 80
1784         r: 20
1785       showlegend: True
1786       legend:
1787         orientation: "h"
1788         font:
1789           size: 14
1790       width: 700
1791       height: 900
1792       paper_bgcolor: "#fff"
1793       plot_bgcolor: "#fff"
1794       hoverlabel:
1795         namelength: -1
1796
1797     plot-throughput-speedup-analysis:
1798       titlefont:
1799         size: 16
1800       xaxis:
1801         title: "<b>Number of Cores [Qty]</b>"
1802         titlefont:
1803           size: 14
1804         autorange: True
1805         fixedrange: False
1806         gridcolor: "rgb(230, 230, 230)"
1807         linecolor: "rgb(220, 220, 220)"
1808         linewidth: 1
1809         showgrid: True
1810         showline: True
1811         showticklabels: True
1812         tickcolor: "rgb(238, 238, 238)"
1813         tickmode: "linear"
1814         tickfont:
1815           size: 14
1816         zeroline: False
1817       yaxis:
1818         title: "<b>Packet Throughput [Mpps]</b>"
1819         titlefont:
1820           size: 14
1821         type: "linear"
1822         gridcolor: "rgb(230, 230, 230)"
1823         hoverformat: ".4s"
1824         linecolor: "rgb(220, 220, 220)"
1825         linewidth: 1
1826         showgrid: True
1827         showline: True
1828         showticklabels: True
1829         tickcolor: "rgb(220, 220, 220)"
1830         tickformat: ".4s"
1831         tickfont:
1832           size: 14
1833         zeroline: True
1834         rangemode: "tozero"
1835         range: [0,100]
1836       legend:
1837         orientation: "h"
1838         font:
1839           size: 14
1840         xanchor: "left"
1841         yanchor: "top"
1842         x: 0
1843         y: -0.2
1844         bgcolor: "rgba(255, 255, 255, 0)"
1845         bordercolor: "rgba(255, 255, 255, 0)"
1846         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1847       autosize: False
1848       margin:
1849           't': 50
1850           'b': 150
1851           'l': 85
1852           'r': 10
1853       showlegend: True
1854       width: 700
1855       height: 700
1856       paper_bgcolor: "#fff"
1857       plot_bgcolor: "#fff"
1858       hoverlabel:
1859         namelength: -1
1860       annotations: [
1861         {
1862           text: "_ _          __          ...",
1863           align: "left",
1864           showarrow: False,
1865           xref: "paper",
1866           yref: "paper",
1867           xanchor: "left",
1868           yanchor: "top",
1869           x: 0,
1870           y: -0.14,
1871           font: {
1872             family: "Consolas, Courier New",
1873             size: 13
1874           },
1875         },
1876         {
1877           text: "    Perfect     Measured     Limit",
1878           align: "left",
1879           showarrow: False,
1880           xref: "paper",
1881           yref: "paper",
1882           xanchor: "left",
1883           yanchor: "top",
1884           x: 0,
1885           y: -0.15,
1886           font: {
1887             family: "Consolas, Courier New",
1888             size: 13
1889           },
1890         },
1891       ]
1892
1893     plot-latency:
1894       titlefont:
1895         size: 16
1896       xaxis:
1897         title: "<b>Direction</b>"
1898         titlefont:
1899           size: 14
1900         autorange: True
1901         fixedrange: False
1902         gridcolor: "rgb(230, 230, 230)"
1903         linecolor: "rgb(220, 220, 220)"
1904         linewidth: 1
1905         showgrid: True
1906         showline: True
1907         showticklabels: False
1908         tickcolor: "rgb(220, 220, 220)"
1909         tickmode: "linear"
1910         tickfont:
1911           size: 14
1912         zeroline: False
1913       yaxis:
1914         title: "<b>Packet Latency [uSec]</b>"
1915         titlefont:
1916           size: 14
1917         type: "linear"
1918         gridcolor: "rgb(230, 230, 230)"
1919         hoverformat: ".4s"
1920         linecolor: "rgb(220, 220, 220)"
1921         linewidth: 1
1922         showgrid: True
1923         showline: True
1924         showticklabels: True
1925         tickcolor: "rgb(220, 220, 220)"
1926         tickformat: ".4s"
1927         tickfont:
1928           size: 14
1929         zeroline: True
1930         rangemode: "tozero"
1931       legend:
1932         orientation: "h"
1933         font:
1934           size: 14
1935         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1936       autosize: False
1937       margin:
1938           't': 50
1939           'b': 150
1940           'l': 80
1941           'r': 10
1942       showlegend: True
1943       width: 700
1944       height: 700
1945       paper_bgcolor: "#fff"
1946       plot_bgcolor: "#fff"
1947       hoverlabel:
1948         namelength: -1
1949
1950     plot-hdrh-latency:
1951       title:
1952         text: ""
1953         xanchor: "center"
1954         x: 0.5
1955         font:
1956           size: 16
1957       width: 700
1958       plot_bgcolor: "white"
1959       annotations:
1960         - font:
1961             size: 14
1962           showarrow: False
1963           text: "<b>Packet Latency [uSec]</b>"
1964           x: 1
1965           xanchor: "right"
1966           xref: "paper"
1967           y: -0.045
1968           yanchor: "top"
1969           yref: "paper"
1970         - font:
1971             size: 14
1972           showarrow: False
1973           text: "<b>Probability [%]</b>"
1974           textangle: 270
1975           x: -0.06
1976           xanchor: "center"
1977           xref: "paper"
1978           y: 0.5
1979           yanchor: "middle"
1980           yref: "paper"
1981         - font:
1982             size: 14
1983           showarrow: False
1984           text: "<b>Direction: E-W</b>"
1985           x: 0.24
1986           xanchor: "center"
1987           xref: "paper"
1988           y: 1.05
1989           yanchor: "bottom"
1990           yref: "paper"
1991         - font:
1992             size: 14
1993           showarrow: False
1994           text: "<b>Direction: W-E</b>"
1995           x: 0.74
1996           xanchor: "center"
1997           xref: "paper"
1998           y: 1.05
1999           yanchor: "bottom"
2000           yref: "paper"
2001
2002     plot-hdrh-latency-percentile:
2003       title:
2004         text: ""
2005         xanchor: "center"
2006         x: 0.5
2007         font:
2008           size: 16
2009       xaxis:
2010         type: "log"
2011         title: "<b>Percentile [%]</b>"
2012         titlefont:
2013           size: 14
2014         autorange: True
2015         fixedrange: False
2016         gridcolor: "rgb(230, 230, 230)"
2017         linecolor: "rgb(220, 220, 220)"
2018         linewidth: 1
2019         showgrid: True
2020         showline: True
2021         showticklabels: True
2022         tickcolor: "rgb(220, 220, 220)"
2023         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2024         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2025         tickfont:
2026           size: 14
2027       yaxis:
2028         title: "<b>Packet Latency [uSec]</b>"
2029         titlefont:
2030           size: 14
2031         gridcolor: "rgb(230, 230, 230)"
2032         linecolor: "rgb(220, 220, 220)"
2033         linewidth: 1
2034         showgrid: True
2035         showline: True
2036         showticklabels: True
2037         tickcolor: "rgb(220, 220, 220)"
2038         tickfont:
2039           size: 14
2040       autosize: False
2041       showlegend: True
2042       legend:
2043         traceorder: "normal"
2044         orientation: "h"
2045         font:
2046           size: 14
2047         xanchor: "left"
2048         yanchor: "top"
2049         x: 0
2050         y: -0.15
2051         bgcolor: "rgba(255, 255, 255, 0)"
2052         bordercolor: "rgba(255, 255, 255, 0)"
2053       width: 700
2054       height: 700
2055       paper_bgcolor: "white"
2056       plot_bgcolor: "white"
2057
2058     plot-hdrh-latency-by-percentile:
2059       title:
2060         text: "<b>Latency by Percentile Distribution</b>"
2061         xanchor: "center"
2062         x: 0.5
2063         font:
2064           size: 18
2065       showlegend: True
2066       legend:
2067         traceorder: "normal"
2068         orientation: "h"
2069         font:
2070           size: 16
2071         xanchor: "left"
2072         yanchor: "top"
2073         x: 0
2074         y: -0.2
2075         bgcolor: "rgba(255, 255, 255, 0)"
2076         bordercolor: "rgba(255, 255, 255, 0)"
2077       xaxis:
2078         type: "linear"
2079         title: "<b>Percentile [%]</b>"
2080         titlefont:
2081           size: 14
2082         autorange: False
2083         fixedrange: False
2084         range: [0, 100]
2085         gridcolor: "rgb(230, 230, 230)"
2086         linecolor: "rgb(220, 220, 220)"
2087         linewidth: 1
2088         showgrid: True
2089         showline: True
2090         showticklabels: True
2091         tickcolor: "rgb(220, 220, 220)"
2092         tickvals: [0, 25, 50, 75, 100]
2093         ticktext: [0, 25, 50, 75, 100]
2094         tickfont:
2095           size: 14
2096       yaxis:
2097         title: "<b>One-Way Latency per Direction [uSec]</b>"
2098         titlefont:
2099           size: 14
2100         gridcolor: "rgb(230, 230, 230)"
2101         linecolor: "rgb(220, 220, 220)"
2102         linewidth: 1
2103         showgrid: True
2104         showline: True
2105         showticklabels: True
2106         tickcolor: "rgb(220, 220, 220)"
2107         tickfont:
2108           size: 14
2109       width: 700
2110       height: 700
2111       paper_bgcolor: "white"
2112       plot_bgcolor: "white"
2113
2114 - type: "static"
2115   src-path: "{DIR[RST]}"
2116   dst-path: "{DIR[WORKING,SRC]}"
2117
2118 - type: "input"
2119   general:
2120     file-name: "output_info.xml.gz"
2121     file-format: ".gz"
2122     arch-file-format:
2123       - ".gz"
2124       - ".zip"
2125     download-path: "{job}/{build}/archives/{filename}"
2126     extract: "output.xml"
2127
2128     zip-file-name: "robot-plugin.zip"
2129     zip-file-format: ".zip"
2130     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2131     zip-extract: "robot-plugin/output.xml"
2132
2133   builds:
2134
2135     csit-vpp-perf-verify-2001-3n-hsw:
2136       - 17  # MRR sel
2137     csit-vpp-perf-report-iterative-2005-3n-hsw:
2138       - 20  # NDRPDR sel env 4
2139       - 21  # NDRPDR sel env 4
2140       - 22  # NDRPDR sel env 4
2141       - 23  # NDRPDR sel env 4
2142       - 24  # NDRPDR sel env 4
2143       - 25  # NDRPDR sel env 4
2144       - 26  # NDRPDR sel env 4
2145       - 27  # NDRPDR sel env 4
2146       - 28  # NDRPDR sel env 4
2147       - 29  # NDRPDR sel env 4
2148       - 30  # MRR env 4
2149       - 31  # NDRPDR sel 2001.0-4
2150       - 32  # NDRPDR sel 2001.0-4
2151       - 33  # NDRPDR sel 2001.0-4
2152       - 34  # NDRPDR sel 2001.0-4
2153       - 35  # NDRPDR sel 2001.0-4
2154       - 36  # NDRPDR sel 2001.0-4
2155       - 38  # NDRPDR sel 2001.0-4
2156     csit-vpp-perf-report-iterative-2009-3n-hsw:
2157       - 18  # rls2005 MRR iter env 5
2158       - 9   # rls2005 NDRPDR iter env 5
2159       - 10  # rls2005 NDRPDR iter env 5
2160       - 11  # rls2005 NDRPDR iter env 5
2161       - 12  # rls2005 NDRPDR iter env 5
2162       - 13  # rls2005 NDRPDR iter env 5
2163       - 14  # rls2005 NDRPDR iter env 5
2164       - 15  # rls2005 NDRPDR iter env 5
2165       - 16  # rls2005 NDRPDR iter env 5
2166       - 17  # rls2005 NDRPDR iter env 5
2167       - 19  # rls2005 NDRPDR iter env 5
2168       - 23  # rls2009 MRR iter env 5
2169       - 21  # rls2009 NDRPDR iter env 5
2170       - 22  # rls2009 NDRPDR iter env 5
2171       - 24  # rls2009 NDRPDR iter env 5
2172       - 25  # rls2009 NDRPDR iter env 5
2173       - 26  # rls2009 NDRPDR iter env 5
2174       - 27  # rls2009 NDRPDR iter env 5
2175       - 28  # rls2009 NDRPDR iter env 5
2176       - 29  # rls2009 NDRPDR iter env 5
2177       - 30  # rls2009 NDRPDR iter env 5
2178       - 31  # rls2009 NDRPDR iter env 5
2179       - 32  # rls2009 Hoststack iter env 5
2180       - 33  # rls2009 Hoststack iter env 5
2181       - 34  # rls2009 Hoststack iter env 5
2182       - 35  # rls2009 Hoststack iter env 5
2183       - 36  # rls2009 Hoststack iter env 5
2184       - 37  # rls2009 Hoststack iter env 5
2185       - 38  # rls2009 Hoststack iter env 5
2186       - 39  # rls2009 Hoststack iter env 5
2187       - 40  # rls2009 Hoststack iter env 5
2188       - 41  # rls2009 Hoststack iter env 5
2189     csit-vpp-perf-report-coverage-2009-3n-hsw:
2190       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2191       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2192       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2193       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2194       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2195       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2196       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2197       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2198       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2199       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2200       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2201       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2202       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2203       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2204       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2205       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2206       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2207       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2208       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2209       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2210       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2211       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2212       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2213       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2214       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2215       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2216       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2217       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2218       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2219       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2220       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2221       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2222       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2223       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2224       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2225
2226     csit-vpp-perf-verify-2001-3n-skx:
2227       - 50  # MRR sel
2228       - 53  # MRR sel addition
2229     csit-vpp-perf-report-iterative-2005-3n-skx:
2230       - 4   # NDRPDR sel
2231       - 5   # NDRPDR sel ??? all x710 failed
2232       - 33  # NDRPDR sel
2233       - 28  # NDRPDR sel
2234       - 34  # NDRPDR sel
2235       - 42  # NDRPDR sel env 4
2236       - 43  # NDRPDR sel env 4
2237       - 44  # NDRPDR sel env 4
2238       - 45  # NDRPDR sel env 4
2239       - 47  # NDRPDR sel env 4
2240       - 55  # NDRPDR sel env 4
2241       - 56  # NDRPDR sel env 4
2242       - 57  # NDRPDR sel env 4
2243       - 61  # NDRPDR sel env 4
2244       - 62  # NDRPDR sel env 4
2245       - 50  # NDRPDR sel 2001.0-4
2246       - 51  # NDRPDR sel 2001.0-4
2247       - 52  # NDRPDR sel 2001.0-4
2248       - 53  # NDRPDR sel 2001.0-4
2249       - 54  # NDRPDR sel 2001.0-4
2250       - 49  # MRR sel env 4
2251     # TODO: Add:
2252     csit-vpp-perf-report-iterative-2009-3n-skx:
2253       - 17  # rls2005 MRR iter env 5
2254       - 13  # rls2005 NDRPDR iter env 5
2255       - 18  # rls2005 NDRPDR iter env 5
2256       - 19  # rls2005 NDRPDR iter env 5
2257       - 41  # rls2005 NDRPDR iter env 5
2258       - 24  # rls2009 MRR iter env 5
2259       - 26  # rls2009 NDRPDR iter env 5
2260       - 27  # rls2009 NDRPDR iter env 5
2261       - 28  # rls2009 NDRPDR iter env 5
2262       - 29  # rls2009 NDRPDR iter env 5
2263       - 35  # rls2009 NDRPDR iter env 5
2264       - 36  # rls2009 NDRPDR iter env 5
2265       - 37  # rls2009 NDRPDR iter env 5
2266       - 39  # rls2009 NDRPDR iter env 5
2267       - 40  # rls2009 NDRPDR iter env 5
2268     # TODO: Add:
2269     csit-vpp-perf-report-coverage-2009-3n-skx:
2270       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2271
2272     csit-vpp-perf-verify-2001-2n-skx:
2273       - 101  # MRR sel - old
2274       - 128  # MRR sel addition - old
2275     csit-vpp-perf-report-iterative-2005-2n-skx:
2276       - 88  # NDRPDR sel env 4
2277       - 89  # NDRPDR sel env 4
2278       - 90  # NDRPDR sel env 4
2279       - 91  # NDRPDR sel env 4
2280       - 92  # NDRPDR sel env 4
2281       - 93  # NDRPDR sel env 4
2282       - 94  # NDRPDR sel env 4
2283       - 125 # NDRPDR sel env 4
2284       - 126 # NDRPDR sel env 4
2285       - 127 # NDRPDR sel env 4
2286       - 100 # NDRPDR sel 2001.0-4
2287       - 101 # NDRPDR sel 2001.0-4
2288       - 102 # NDRPDR sel 2001.0-4
2289       - 103 # NDRPDR sel 2001.0-4
2290       - 104 # NDRPDR sel 2001.0-4
2291       - 105 # NDRPDR sel 2001.0-4
2292       - 99  # MRR sel env 4
2293     csit-vpp-perf-report-iterative-2009-2n-skx:
2294       - 20  # rls2005 MRR iter env 5
2295       - 13  # rls2005 NDRPDR iter env 5
2296       - 16  # rls2005 NDRPDR iter env 5
2297       - 17  # rls2005 NDRPDR iter env 5
2298       - 18  # rls2005 NDRPDR iter env 5
2299       - 19  # rls2005 NDRPDR iter env 5
2300       - 21  # rls2005 NDRPDR iter env 5
2301       - 22  # rls2005 NDRPDR iter env 5
2302       - 23  # rls2005 NDRPDR iter env 5
2303       - 24  # rls2005 NDRPDR iter env 5
2304       - 25  # rls2005 NDRPDR iter env 5
2305       - 26  # rls2009 MRR iter env 5
2306       - 35  # rls2009 NDRPDR iter env 5
2307       - 36  # rls2009 NDRPDR iter env 5
2308       - 37  # rls2009 NDRPDR iter env 5
2309       - 39  # rls2009 NDRPDR iter env 5
2310       - 40  # rls2009 NDRPDR iter env 5
2311       - 42  # rls2009 NDRPDR iter env 5
2312       - 43  # rls2009 NDRPDR iter env 5
2313       - 44  # rls2009 NDRPDR iter env 5
2314       - 46  # rls2009 NDRPDR iter env 5
2315       - 48  # rls2009 NDRPDR iter env 5
2316       - 51  # rls2009 NDRPDR iter NAT44 env 5
2317       - 52  # rls2009 NDRPDR iter NAT44 env 5
2318       - 53  # rls2009 NDRPDR iter NAT44 env 5
2319       - 54  # rls2009 NDRPDR iter NAT44 env 5
2320       - 55  # rls2009 NDRPDR iter NAT44 env 5
2321       - 56  # rls2009 NDRPDR iter NAT44 env 5
2322       - 57  # rls2009 NDRPDR iter NAT44 env 5
2323       - 58  # rls2009 NDRPDR iter NAT44 env 5
2324       - 59  # rls2009 NDRPDR iter NAT44 env 5
2325       - 60  # rls2009 NDRPDR iter NAT44 env 5
2326       - 38  # rls2009 nf-density iter env 5
2327       - 41  # rls2009 nf-density iter env 5
2328       - 45  # rls2009 nf-density iter env 5
2329       - 47  # rls2009 nf-density iter env 5
2330       - 49  # rls2009 nf-density iter env 5
2331       - 63  # rls2009 nf-density iter env 5
2332       - 65  # rls2009 nf-density iter env 5
2333       - 66  # rls2009 nf-density iter env 5
2334       - 71  # rls2009 nf-density iter env 5
2335       - 72  # rls2009 nf-density iter env 5
2336       - 50  # rls2009 MRR nf-density iter env 5
2337       - 27  # rls2009 reconf env 5
2338       - 28  # rls2009 reconf env 5
2339       - 29  # rls2009 reconf env 5
2340       - 30  # rls2009 reconf env 5
2341       - 31  # rls2009 reconf env 5
2342       - 32  # rls2009 reconf env 5
2343       - 61  # rls2009 reconf env 5
2344       - 62  # rls2009 reconf env 5
2345       - 68  # rls2009 reconf env 5
2346       - 70  # rls2009 reconf env 5
2347       - 33  # rls2009 soak env 5
2348       - 34  # rls2009 soak env 5
2349     csit-vpp-perf-report-coverage-2009-2n-skx:
2350       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2351       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2352       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2353       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2354       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2355       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2356       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2357       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2358       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2359       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2360       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2361       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2362       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2363       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2364       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2365
2366     csit-vpp-perf-verify-2001-2n-clx:
2367       - 39  # MRR
2368     csit-vpp-perf-report-iterative-2005-2n-clx:
2369       - 62  # NDRPDR sel env 4
2370       - 63  # NDRPDR sel env 4
2371       - 64  # NDRPDR sel env 4
2372       - 65  # NDRPDR sel env 4
2373       - 66  # NDRPDR sel env 4
2374       - 68  # NDRPDR sel env 4
2375       - 69  # NDRPDR sel env 4
2376       - 70  # NDRPDR sel env 4
2377       - 103 # NDRPDR sel env 4
2378       - 104 # NDRPDR sel env 4
2379       - 73  # NDRPDR sel 2001.0-4
2380       - 74  # NDRPDR sel 2001.0-4
2381       - 75  # NDRPDR sel 2001.0-4
2382       - 76  # NDRPDR sel 2001.0-4
2383       - 77  # NDRPDR sel 2001.0-4
2384       - 78  # NDRPDR sel 2001.0-4
2385       - 79  # NDRPDR sel 2001.0-4
2386       - 80  # NDRPDR sel 2001.0-4
2387       - 72  # MRR env 4
2388     # TODO: Add:
2389     csit-vpp-perf-report-iterative-2009-2n-clx:
2390       - 16  # rls2005 MRR iter env 5
2391       - 13  # rls2005 NDRPDR iter env 5
2392       - 15  # rls2005 NDRPDR iter env 5
2393       - 17  # rls2005 NDRPDR iter env 5
2394       - 18  # rls2005 NDRPDR iter env 5
2395       - 19  # rls2005 NDRPDR iter env 5
2396       - 20  # rls2005 NDRPDR iter env 5
2397       - 21  # rls2005 NDRPDR iter env 5
2398       - 22  # rls2005 NDRPDR iter env 5
2399       - 23  # rls2005 NDRPDR iter env 5
2400       - 24  # rls2005 NDRPDR iter env 5
2401       - 35  # rls2009 MRR iter env 5
2402       - 36  # rls2009 NDRPDR iter env 5
2403       - 38  # rls2009 NDRPDR iter env 5
2404       - 39  # rls2009 NDRPDR iter env 5
2405       - 40  # rls2009 NDRPDR iter env 5
2406       - 41  # rls2009 NDRPDR iter env 5
2407       - 42  # rls2009 NDRPDR iter env 5
2408       - 64  # rls2009 NDRPDR iter env 5
2409       - 65  # rls2009 NDRPDR iter env 5
2410       - 66  # rls2009 NDRPDR iter env 5
2411       - 67  # rls2009 NDRPDR iter env 5
2412       - 37  # rls2009 nf-density iter env 5
2413       - 43  # rls2009 nf-density iter env 5
2414       - 69  # rls2009 nf-density iter env 5
2415       - 70  # rls2009 nf-density iter env 5
2416       - 71  # rls2009 nf-density iter env 5
2417       - 72  # rls2009 nf-density iter env 5
2418       - 73  # rls2009 nf-density iter env 5
2419       - 74  # rls2009 nf-density iter env 5
2420       - 75  # rls2009 nf-density iter env 5
2421       - 45  # rls2009 MRR nf-density iter env 5
2422       - 25  # rls2009 reconf env 5
2423       - 27  # rls2009 reconf env 5
2424       - 28  # rls2009 reconf env 5
2425       - 29  # rls2009 reconf env 5
2426       - 30  # rls2009 reconf env 5
2427       - 30  # rls2009 reconf env 5
2428       - 32  # rls2009 reconf env 5
2429       - 48  # rls2009 reconf env 5
2430       - 53  # rls2009 reconf env 5
2431       - 68  # rls2009 reconf env 5
2432       - 33  # rls2009 soak env 5
2433       - 34  # rls2009 soak env 5
2434     # TODO: Add:
2435     csit-vpp-perf-report-coverage-2009-2n-clx:
2436       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2437       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2438       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2439       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2440       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2441       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2442       - 8   # rls2009 NDRPDR cov 2n-clx-ip6-00
2443       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2444       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2445 #      - 18  # rls2009 NDRPDR cov 2n-clx-l2-01
2446 #      - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2447       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2448       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2449       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2450       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2451
2452     csit-vpp-perf-verify-2001-3n-tsh:
2453       - 9   # MRR sel
2454     csit-vpp-perf-report-iterative-2005-3n-tsh:
2455       - 23  # NDRPDR sel env 4
2456       - 25  # NDRPDR sel env 4
2457       - 33  # NDRPDR sel env 4
2458       - 34  # NDRPDR sel env 4
2459       - 35  # NDRPDR sel env 4
2460       - 36  # NDRPDR sel env 4
2461       - 37  # NDRPDR sel env 4
2462       - 38  # NDRPDR sel env 4
2463       - 39  # NDRPDR sel env 4
2464       - 40  # NDRPDR sel env 4
2465       - 28  # NDRPDR sel 2001.0-4
2466       - 29  # NDRPDR sel 2001.0-4
2467       - 31  # NDRPDR sel 2001.0-4
2468       - 27  # MRR sel env 4
2469     # TODO: Add:
2470     csit-vpp-perf-report-iterative-2009-3n-tsh:
2471       - 8   # rls2005 NDRPDR iter env 5
2472       - 11  # rls2005 NDRPDR iter env 5
2473       - 12  # rls2005 NDRPDR iter env 5
2474       - 13  # rls2005 MRR iter env 5
2475       - 14  # rls2009 NDRPDR iter env 5
2476       - 20  # rls2009 NDRPDR iter env 5
2477       - 23  # rls2009 NDRPDR iter env 5
2478       - 15  # rls2006 MRR iter env 5
2479 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2480 #      -
2481
2482     csit-vpp-perf-verify-2001-3n-dnv:
2483       - 5   # NDRPDR sel
2484       - 6   # NDRPDR sel
2485       - 7   # NDRPDR sel
2486       - 8   # NDRPDR sel
2487       - 9   # NDRPDR sel
2488       - 10  # NDRPDR sel
2489       - 12  # NDRPDR sel
2490       - 16  # NDRPDR sel
2491       - 17  # NDRPDR sel
2492       - 18  # NDRPDR sel
2493       - 11  # MRR sel
2494     csit-vpp-perf-report-iterative-2009-3n-dnv:
2495       - 16  # rls2005 NDRPDR iter env 5
2496       - 23  # rls2005 NDRPDR iter env 5
2497       - 25  # rls2005 NDRPDR iter env 5
2498       - 26  # rls2005 NDRPDR iter env 5
2499       - 27  # rls2005 NDRPDR iter env 5
2500       - 28  # rls2005 NDRPDR iter env 5
2501       - 29  # rls2005 NDRPDR iter env 5
2502       - 30  # rls2005 NDRPDR iter env 5
2503       - 31  # rls2005 NDRPDR iter env 5
2504       - 32  # rls2005 NDRPDR iter env 5
2505       - 19  # rls2005 MRR iter env 5
2506       - 3   # rls2009 NDRPDR iter env 5
2507       - 6   # rls2009 NDRPDR iter env 5
2508       - 7   # rls2009 NDRPDR iter env 5
2509       - 8   # rls2009 NDRPDR iter env 5
2510       - 10  # rls2009 NDRPDR iter env 5
2511       - 11  # rls2009 NDRPDR iter env 5
2512       - 12  # rls2009 NDRPDR iter env 5
2513       - 14  # rls2009 NDRPDR iter env 5
2514       - 15  # rls2009 NDRPDR iter env 5
2515       - 24  # rls2009 NDRPDR iter env 5
2516       - 22  # rls2009 MRR iter env 5
2517     csit-vpp-perf-report-coverage-2009-3n-dnv:
2518       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2519       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2520       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2521       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2522       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2523       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2524       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2525       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2526       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2527
2528     csit-vpp-perf-verify-2001-2n-dnv:
2529       - 4   # NDRPDR sel
2530       - 5   # NDRPDR sel
2531       - 6   # NDRPDR sel
2532       - 7   # NDRPDR sel
2533       - 8   # NDRPDR sel
2534       - 9   # NDRPDR sel
2535       - 10  # NDRPDR sel
2536       - 11  # NDRPDR sel
2537       - 13  # NDRPDR sel
2538       - 16  # NDRPDR sel
2539       - 12  # MRR sel
2540     csit-vpp-perf-report-iterative-2009-2n-dnv:
2541       - 16  # rls2005 NDRPDR iter env 5
2542       - 17  # rls2005 NDRPDR iter env 5
2543       - 18  # rls2005 NDRPDR iter env 5
2544       - 19  # rls2005 NDRPDR iter env 5
2545       - 21  # rls2005 NDRPDR iter env 5
2546       - 24  # rls2005 NDRPDR iter env 5
2547       - 27  # rls2005 NDRPDR iter env 5
2548       - 28  # rls2005 NDRPDR iter env 5
2549       - 29  # rls2005 NDRPDR iter env 5
2550       - 30  # rls2005 NDRPDR iter env 5
2551       - 23  # rls2005 MRR iter env 5
2552       - 3   # rls2009 NDRPDR iter env 5
2553       - 5   # rls2009 NDRPDR iter env 5
2554       - 6   # rls2009 NDRPDR iter env 5
2555       - 7   # rls2009 NDRPDR iter env 5
2556       - 9   # rls2009 NDRPDR iter env 5
2557       - 10  # rls2009 NDRPDR iter env 5
2558       - 11  # rls2009 NDRPDR iter env 5
2559       - 12  # rls2009 NDRPDR iter env 5
2560       - 14  # rls2009 NDRPDR iter env 5
2561       - 15  # rls2009 NDRPDR iter env 5
2562       - 13  # rls2009 MRR iter env 5
2563     csit-vpp-perf-report-coverage-2009-2n-dnv:
2564       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2565       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2566       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2567       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2568       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2569       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2570
2571     csit-dpdk-perf-verify-2001-3n-hsw:
2572       - 4   # NDRPDR sel
2573       - 5   # NDRPDR sel
2574       - 6   # NDRPDR sel
2575       - 7   # NDRPDR sel
2576       - 8   # NDRPDR sel
2577       - 9   # NDRPDR sel
2578       - 10  # NDRPDR sel
2579       - 11  # NDRPDR sel
2580       - 12  # NDRPDR sel
2581       - 13  # NDRPDR sel
2582       - 15  # NDRPDR sel
2583       - 16  # NDRPDR sel
2584       - 17  # NDRPDR sel
2585       - 18  # NDRPDR sel
2586       - 19  # NDRPDR sel
2587       - 20  # NDRPDR sel
2588       - 21  # NDRPDR sel
2589       - 22  # NDRPDR sel
2590       - 23  # NDRPDR sel
2591       - 24  # NDRPDR sel
2592     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2593       - 25  # NDRPDR iter
2594       - 26  # NDRPDR iter
2595       - 27  # NDRPDR iter
2596       - 28  # NDRPDR iter
2597       - 29  # NDRPDR iter
2598       - 30  # NDRPDR iter
2599       - 31  # NDRPDR iter
2600       - 32  # NDRPDR iter
2601       - 33  # NDRPDR iter
2602       - 34  # NDRPDR iter
2603     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2604       - 6   # NDRPDR iter env5
2605       - 7   # NDRPDR iter env5
2606       - 8   # NDRPDR iter env5
2607       - 9   # NDRPDR iter env5
2608       - 10  # NDRPDR iter env5
2609       - 11  # NDRPDR iter env5
2610       - 12  # NDRPDR iter env5
2611       - 13  # NDRPDR iter env5
2612       - 14  # NDRPDR iter env5
2613       - 15  # NDRPDR iter env5
2614
2615     csit-dpdk-perf-verify-2001-3n-skx:
2616       - 29  # NDRPDR sel xxv710
2617       - 33  # NDRPDR sel xxv710
2618       - 34  # NDRPDR sel xxv710
2619       - 35  # NDRPDR sel xxv710
2620       - 36  # NDRPDR sel xxv710
2621       - 37  # NDRPDR sel xxv710
2622       - 41  # NDRPDR sel xxv710
2623       - 42  # NDRPDR sel xxv710
2624       - 43  # NDRPDR sel xxv710
2625       - 45  # NDRPDR sel xxv710
2626       - 30  # NDRPDR sel x710
2627       - 31  # NDRPDR sel x710
2628       - 32  # NDRPDR sel x710
2629       - 38  # NDRPDR sel x710
2630       - 39  # NDRPDR sel x710
2631       - 40  # NDRPDR sel x710
2632       - 44  # NDRPDR sel x710
2633       - 46  # NDRPDR sel x710
2634       - 47  # NDRPDR sel x710
2635       - 48  # NDRPDR sel x710
2636     csit-dpdk-perf-report-iterative-2005-3n-skx:
2637       - 28  # NDRPDR iter
2638       - 29  # NDRPDR iter
2639       - 30  # NDRPDR iter
2640       - 31  # NDRPDR iter
2641       - 32  # NDRPDR iter
2642       - 33  # NDRPDR iter
2643       - 34  # NDRPDR iter
2644       - 35  # NDRPDR iter
2645       - 36  # NDRPDR iter
2646       - 37  # NDRPDR iter
2647     csit-dpdk-perf-report-iterative-2009-3n-skx:
2648       - 4   # NDRPDR sel env5
2649       - 5   # NDRPDR sel env5
2650       - 6   # NDRPDR sel env5
2651       - 7   # NDRPDR sel env5
2652       - 8   # NDRPDR sel env5
2653       - 9   # NDRPDR sel env5
2654       - 14  # NDRPDR sel env5
2655       - 11  # NDRPDR sel env5
2656       - 12  # NDRPDR sel env5
2657       - 13  # NDRPDR sel env5
2658
2659     csit-dpdk-perf-verify-2001-2n-skx:
2660       - 35  # NDRPDR sel xxv710
2661       - 36  # NDRPDR sel xxv710
2662       - 37  # NDRPDR sel xxv710
2663       - 41  # NDRPDR sel xxv710
2664       - 42  # NDRPDR sel xxv710
2665       - 43  # NDRPDR sel xxv710
2666       - 46  # NDRPDR sel xxv710
2667       - 47  # NDRPDR sel xxv710
2668       - 52  # NDRPDR sel xxv710
2669       - 53  # NDRPDR sel xxv710
2670       - 38  # NDRPDR sel x710
2671       - 39  # NDRPDR sel x710
2672       - 40  # NDRPDR sel x710
2673       - 44  # NDRPDR sel x710
2674       - 45  # NDRPDR sel x710
2675       - 48  # NDRPDR sel x710
2676       - 49  # NDRPDR sel x710
2677       - 50  # NDRPDR sel x710
2678       - 51  # NDRPDR sel x710
2679       - 54  # NDRPDR sel x710
2680     csit-dpdk-perf-report-iterative-2005-2n-skx:
2681       - 20  # NDRPDR iter
2682       - 21  # NDRPDR iter
2683       - 22  # NDRPDR iter
2684       - 23  # NDRPDR iter
2685       - 24  # NDRPDR iter
2686       - 25  # NDRPDR iter
2687       - 26  # NDRPDR iter
2688       - 27  # NDRPDR iter
2689       - 28  # NDRPDR iter
2690       - 29  # NDRPDR iter
2691     csit-dpdk-perf-report-iterative-2009-2n-skx:
2692       - 4   # NDRPDR iter env5
2693       - 5   # NDRPDR iter env5
2694       - 6   # NDRPDR iter env5
2695       - 7   # NDRPDR iter env5
2696       - 8   # NDRPDR iter env5
2697       - 9   # NDRPDR iter env5
2698       - 10  # NDRPDR iter env5
2699       - 11  # NDRPDR iter env5
2700       - 12  # NDRPDR iter env5
2701       - 13  # NDRPDR iter env5
2702
2703     csit-dpdk-perf-verify-2001-2n-clx:
2704       - 15  # NDRPDR sel
2705       - 16  # NDRPDR sel
2706       - 17  # NDRPDR sel
2707       - 18  # NDRPDR sel
2708       - 19  # NDRPDR sel
2709       - 20  # NDRPDR sel
2710       - 21  # NDRPDR sel
2711       - 22  # NDRPDR sel
2712       - 23  # NDRPDR sel
2713       - 24  # NDRPDR sel
2714       - 25  # NDRPDR sel
2715       - 26  # NDRPDR sel
2716       - 27  # NDRPDR sel
2717       - 28  # NDRPDR sel
2718       - 29  # NDRPDR sel
2719       - 30  # NDRPDR sel
2720       - 31  # NDRPDR sel
2721       - 32  # NDRPDR sel
2722       - 33  # NDRPDR sel
2723       - 34  # NDRPDR sel
2724     csit-dpdk-perf-report-iterative-2005-2n-clx:
2725       - 20  # NDRPDR iter
2726       - 21  # NDRPDR iter
2727       - 22  # NDRPDR iter
2728       - 23  # NDRPDR iter
2729       - 24  # NDRPDR iter
2730       - 25  # NDRPDR iter
2731       - 26  # NDRPDR iter
2732       - 27  # NDRPDR iter
2733       - 28  # NDRPDR iter
2734       - 29  # NDRPDR iter
2735     csit-dpdk-perf-report-iterative-2009-2n-clx:
2736       - 4   # NDRPDR iter env5
2737       - 5   # NDRPDR iter env5
2738       - 6   # NDRPDR iter env5
2739       - 7   # NDRPDR iter env5
2740       - 8   # NDRPDR iter env5
2741       - 9   # NDRPDR iter env5
2742       - 10  # NDRPDR iter env5
2743       - 11  # NDRPDR iter env5
2744       - 12  # NDRPDR iter env5
2745       - 13  # NDRPDR iter env5
2746
2747 #    csit-dpdk-perf-verify-2001-2n-dnv:
2748 #      - 9   # NDRPDR sel
2749 #      - 10  # NDRPDR sel
2750 #      - 11  # NDRPDR sel
2751 #      - 12  # NDRPDR sel
2752 #      - 13  # NDRPDR sel
2753 #      - 14  # NDRPDR sel
2754 #      - 15  # NDRPDR sel
2755 #      - 16  # NDRPDR sel
2756 #      - 17  # NDRPDR sel
2757 #      - 18  # NDRPDR sel
2758 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2759 #      # No data
2760 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2761 #      # No data
2762
2763 #    csit-dpdk-perf-verify-2001-3n-dnv:
2764 #      - 12  # NDRPDR sel
2765 #      - 13  # NDRPDR sel
2766 #      - 14  # NDRPDR sel
2767 #      - 15  # NDRPDR sel
2768 #      - 16  # NDRPDR sel
2769 #      - 17  # NDRPDR sel
2770 #      - 18  # NDRPDR sel
2771 #      - 19  # NDRPDR sel
2772 #      - 20  # NDRPDR sel
2773 #      - 22  # NDRPDR sel
2774 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2775 #      # No data
2776 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2777 #      # No data
2778
2779     csit-dpdk-perf-verify-2001-3n-tsh:
2780       - 3   # NDRPDR sel
2781       - 4   # NDRPDR sel
2782       - 5   # NDRPDR sel
2783       - 9   # NDRPDR sel
2784       - 10  # NDRPDR sel
2785       - 11  # NDRPDR sel
2786       - 12  # NDRPDR sel
2787       - 14  # NDRPDR sel
2788       - 15  # NDRPDR sel
2789       - 18  # NDRPDR sel
2790     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2791       - 5   # NDRPDR sel
2792     # TODO: Add:
2793     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2794       - 1   # NDRPDR iter env5
2795       - 2   # NDRPDR iter env5
2796       - 3   # NDRPDR iter env5
2797       - 4   # NDRPDR iter env5
2798       - 5   # NDRPDR iter env5
2799       - 6   # NDRPDR iter env5
2800       - 7   # NDRPDR iter env5
2801       - 9   # NDRPDR iter env5
2802       - 10  # NDRPDR iter env5
2803
2804     csit-vpp-device-2009-ubuntu1804-1n-skx:
2805       - 131 # rls2009 env 5
2806
2807 - type: "output"
2808   output: "report"
2809   format:
2810     html:
2811     - full
2812     pdf:
2813     - minimal
2814
2815 ################################################################################
2816 ###                               T A B L E S                                ###
2817 ################################################################################
2818
2819 # VPP Soak vs NDR - 2n-skx
2820 - type: "table"
2821   title: "VPP Soak vs NDR 2n-skx"
2822   algorithm: "table_soak_vs_ndr"
2823   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2824   reference:
2825     title: "NDR"
2826     data: "vpp-soak-vs-ndr-2n-skx-ref"
2827   compare:
2828     title: "Soak"
2829     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2830   data: "vpp-soak-vs-ndr-2n-skx"
2831   include-tests: "NDR"
2832   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2833   parameters:
2834     - "throughput"
2835     - "name"
2836     - "parent"
2837
2838 # VPP Soak vs NDR - 2n-clx
2839 - type: "table"
2840   title: "VPP Soak vs NDR 2n-clx"
2841   algorithm: "table_soak_vs_ndr"
2842   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2843   reference:
2844     title: "NDR"
2845     data: "vpp-soak-vs-ndr-2n-clx-ref"
2846   compare:
2847     title: "Soak"
2848     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2849   data: "vpp-soak-vs-ndr-2n-clx"
2850   include-tests: "NDR"
2851   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2852   parameters:
2853     - "throughput"
2854     - "name"
2855     - "parent"
2856
2857 ################################################################################
2858
2859 ## VPP Compare NICs 3n-skx 2t1c ndr
2860 #- type: "table"
2861 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2862 #  algorithm: "table_comparison"
2863 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2864 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2865 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2866 #  columns:
2867 #    - title: "x710"
2868 #      data-set: "vpp-nic-comparison-3n-skx"
2869 #      tag: "NIC_Intel-X710"
2870 #    - title: "xxv710"
2871 #      data-set: "vpp-nic-comparison-3n-skx"
2872 #      tag: "NIC_Intel-XXV710"
2873 #  comparisons:
2874 #    - title: "Diff"
2875 #      reference: 1
2876 #      compare: 2
2877 #  legend:
2878 #    - ""
2879 #    - "x710, xxv710 - NICs tested."
2880 #    - "Diff - difference between x710 and xxv710 NIC."
2881 #
2882 ## VPP Compare NICs 3n-skx 4t2c ndr
2883 #- type: "table"
2884 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2885 #  algorithm: "table_comparison"
2886 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2887 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2888 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2889 #  columns:
2890 #    - title: "x710"
2891 #      data-set: "vpp-nic-comparison-3n-skx"
2892 #      tag: "NIC_Intel-X710"
2893 #    - title: "xxv710"
2894 #      data-set: "vpp-nic-comparison-3n-skx"
2895 #      tag: "NIC_Intel-XXV710"
2896 #  comparisons:
2897 #    - title: "Diff"
2898 #      reference: 1
2899 #      compare: 2
2900 #  legend:
2901 #    - ""
2902 #    - "x710, xxv710 - NICs tested."
2903 #    - "Diff - difference between x710 and xxv710 NIC."
2904 #
2905 ## VPP Compare NICs 3n-skx 2t1c pdr
2906 #- type: "table"
2907 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2908 #  algorithm: "table_comparison"
2909 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2910 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2911 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2912 #  columns:
2913 #    - title: "x710"
2914 #      data-set: "vpp-nic-comparison-3n-skx"
2915 #      tag: "NIC_Intel-X710"
2916 #    - title: "xxv710"
2917 #      data-set: "vpp-nic-comparison-3n-skx"
2918 #      tag: "NIC_Intel-XXV710"
2919 #  comparisons:
2920 #    - title: "Diff"
2921 #      reference: 1
2922 #      compare: 2
2923 #  legend:
2924 #    - ""
2925 #    - "x710, xxv710 - NICs tested."
2926 #    - "Diff - difference between x710 and xxv710 NIC."
2927 #
2928 ## VPP Compare NICs 3n-skx 4t2c pdr
2929 #- type: "table"
2930 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2931 #  algorithm: "table_comparison"
2932 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2933 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2934 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2935 #  columns:
2936 #    - title: "x710"
2937 #      data-set: "vpp-nic-comparison-3n-skx"
2938 #      tag: "NIC_Intel-X710"
2939 #    - title: "xxv710"
2940 #      data-set: "vpp-nic-comparison-3n-skx"
2941 #      tag: "NIC_Intel-XXV710"
2942 #  comparisons:
2943 #    - title: "Diff"
2944 #      reference: 1
2945 #      compare: 2
2946 #  legend:
2947 #    - ""
2948 #    - "x710, xxv710 - NICs tested."
2949 #    - "Diff - difference between x710 and xxv710 NIC."
2950
2951 ## VPP Compare NICs 3n-skx 2t1c mrr
2952 #- type: "table"
2953 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2954 #  algorithm: "table_comparison"
2955 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2956 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2957 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2958 #  columns:
2959 #    - title: "x710"
2960 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2961 #      tag: "NIC_Intel-X710"
2962 #    - title: "xxv710"
2963 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2964 #      tag: "NIC_Intel-XXV710"
2965 #  comparisons:
2966 #    - title: "Diff"
2967 #      reference: 1
2968 #      compare: 2
2969 #  legend:
2970 #    - ""
2971 #    - "x710, xxv710 - NICs tested."
2972 #    - "Diff - difference between x710 and xxv710 NIC."
2973 #
2974 ## VPP Compare NICs 3n-skx 4t2c mrr
2975 #- type: "table"
2976 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2977 #  algorithm: "table_comparison"
2978 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2979 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2980 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2981 #  columns:
2982 #    - title: "x710"
2983 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2984 #      tag: "NIC_Intel-X710"
2985 #    - title: "xxv710"
2986 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2987 #      tag: "NIC_Intel-XXV710"
2988 #  comparisons:
2989 #    - title: "Diff"
2990 #      reference: 1
2991 #      compare: 2
2992 #  legend:
2993 #    - ""
2994 #    - "x710, xxv710 - NICs tested."
2995 #    - "Diff - difference between x710 and xxv710 NIC."
2996 #
2997 ## VPP Compare NICs 3n-skx 8t4c mrr
2998 #- type: "table"
2999 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3000 #  algorithm: "table_comparison"
3001 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3002 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3003 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3004 #  columns:
3005 #    - title: "x710"
3006 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3007 #      tag: "NIC_Intel-X710"
3008 #    - title: "xxv710"
3009 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3010 #      tag: "NIC_Intel-XXV710"
3011 #  comparisons:
3012 #    - title: "Diff"
3013 #      reference: 1
3014 #      compare: 2
3015 #  legend:
3016 #    - ""
3017 #    - "x710, xxv710 - NICs tested."
3018 #    - "Diff - difference between x710 and xxv710 NIC."
3019
3020 # VPP Compare NICs 2n-skx 2t1c ndr
3021 - type: "table"
3022   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3023   algorithm: "table_comparison"
3024   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3025   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3026   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3027   columns:
3028     - title: "x710"
3029       data-set: "vpp-nic-comparison-2n-skx"
3030       tag: "NIC_Intel-X710"
3031     - title: "xxv710"
3032       data-set: "vpp-nic-comparison-2n-skx"
3033       tag: "NIC_Intel-XXV710"
3034   comparisons:
3035     - title: "Diff"
3036       reference: 1
3037       compare: 2
3038   legend:
3039     - ""
3040     - "x710, xxv710 - NICs tested."
3041     - "Diff - difference between x710 and xxv710 NIC."
3042
3043 # VPP Compare NICs 2n-skx 4t2c ndr
3044 - type: "table"
3045   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3046   algorithm: "table_comparison"
3047   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3048   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3049   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3050   columns:
3051     - title: "x710"
3052       data-set: "vpp-nic-comparison-2n-skx"
3053       tag: "NIC_Intel-X710"
3054     - title: "xxv710"
3055       data-set: "vpp-nic-comparison-2n-skx"
3056       tag: "NIC_Intel-XXV710"
3057   comparisons:
3058     - title: "Diff"
3059       reference: 1
3060       compare: 2
3061   legend:
3062     - ""
3063     - "x710, xxv710 - NICs tested."
3064     - "Diff - difference between x710 and xxv710 NIC."
3065
3066 # VPP Compare NICs 2n-skx 2t1c pdr
3067 - type: "table"
3068   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3069   algorithm: "table_comparison"
3070   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3071   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3072   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3073   columns:
3074     - title: "x710"
3075       data-set: "vpp-nic-comparison-2n-skx"
3076       tag: "NIC_Intel-X710"
3077     - title: "xxv710"
3078       data-set: "vpp-nic-comparison-2n-skx"
3079       tag: "NIC_Intel-XXV710"
3080   comparisons:
3081     - title: "Diff"
3082       reference: 1
3083       compare: 2
3084   legend:
3085     - ""
3086     - "x710, xxv710 - NICs tested."
3087     - "Diff - difference between x710 and xxv710 NIC."
3088
3089 # VPP Compare NICs 2n-skx 4t2c pdr
3090 - type: "table"
3091   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3092   algorithm: "table_comparison"
3093   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3094   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3095   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3096   columns:
3097     - title: "x710"
3098       data-set: "vpp-nic-comparison-2n-skx"
3099       tag: "NIC_Intel-X710"
3100     - title: "xxv710"
3101       data-set: "vpp-nic-comparison-2n-skx"
3102       tag: "NIC_Intel-XXV710"
3103   comparisons:
3104     - title: "Diff"
3105       reference: 1
3106       compare: 2
3107   legend:
3108     - ""
3109     - "x710, xxv710 - NICs tested."
3110     - "Diff - difference between x710 and xxv710 NIC."
3111
3112 # VPP Compare NICs 2n-skx 2t1c mrr
3113 - type: "table"
3114   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3115   algorithm: "table_comparison"
3116   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3118   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3119   columns:
3120     - title: "x710"
3121       data-set: "vpp-nic-comparison-2n-skx-mrr"
3122       tag: "NIC_Intel-X710"
3123     - title: "xxv710"
3124       data-set: "vpp-nic-comparison-2n-skx-mrr"
3125       tag: "NIC_Intel-XXV710"
3126   comparisons:
3127     - title: "Diff"
3128       reference: 1
3129       compare: 2
3130   legend:
3131     - ""
3132     - "x710, xxv710 - NICs tested."
3133     - "Diff - difference between x710 and xxv710 NIC."
3134
3135 # VPP Compare NICs 2n-skx 4t2c mrr
3136 - type: "table"
3137   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3138   algorithm: "table_comparison"
3139   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3141   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3142   columns:
3143     - title: "x710"
3144       data-set: "vpp-nic-comparison-2n-skx-mrr"
3145       tag: "NIC_Intel-X710"
3146     - title: "xxv710"
3147       data-set: "vpp-nic-comparison-2n-skx-mrr"
3148       tag: "NIC_Intel-XXV710"
3149   comparisons:
3150     - title: "Diff"
3151       reference: 1
3152       compare: 2
3153   legend:
3154     - ""
3155     - "x710, xxv710 - NICs tested."
3156     - "Diff - difference between x710 and xxv710 NIC."
3157
3158 # VPP Compare NICs 2n-skx 8t4c mrr
3159 - type: "table"
3160   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3161   algorithm: "table_comparison"
3162   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3163   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3164   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3165   columns:
3166     - title: "x710"
3167       data-set: "vpp-nic-comparison-2n-skx-mrr"
3168       tag: "NIC_Intel-X710"
3169     - title: "xxv710"
3170       data-set: "vpp-nic-comparison-2n-skx-mrr"
3171       tag: "NIC_Intel-XXV710"
3172   comparisons:
3173     - title: "Diff"
3174       reference: 1
3175       compare: 2
3176   legend:
3177     - ""
3178     - "x710, xxv710 - NICs tested."
3179     - "Diff - difference between x710 and xxv710 NIC."
3180
3181 ################################################################################
3182 # VPP
3183
3184 # VPP Performance Changes 3n-hsw 1t1c pdr
3185 - type: "table"
3186   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3187   algorithm: "table_comparison"
3188   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3190   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3191   columns:
3192     - title: "2001.0-4"
3193       data-set: "vpp-performance-changes-3n-hsw-h1"
3194     - title: "2005.0-4"
3195       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3196     - title: "2005.0-5"
3197       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3198     - title: "2009.0-5"
3199       data-set: "vpp-performance-changes-3n-hsw-cmp"
3200   comparisons:
3201     - title: "2005.0-5 vs 2005.0-4"
3202       reference: 2
3203       compare: 3
3204 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3205     - title: "2009.0-5 vs 2005.0-5"
3206       reference: 3
3207       compare: 4
3208 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3209   legend:
3210     - ''
3211     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3212     - '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).'
3213     - '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.'
3214     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3215     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3216
3217 # VPP Performance Changes 3n-hsw 2t2c pdr
3218 - type: "table"
3219   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3220   algorithm: "table_comparison"
3221   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3223   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3224   columns:
3225     - title: "2001.0-4"
3226       data-set: "vpp-performance-changes-3n-hsw-h1"
3227     - title: "2005.0-4"
3228       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3229     - title: "2005.0-5"
3230       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3231     - title: "2009.0-5"
3232       data-set: "vpp-performance-changes-3n-hsw-cmp"
3233   comparisons:
3234     - title: "2005.0-5 vs 2005.0-4"
3235       reference: 2
3236       compare: 3
3237 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3238     - title: "2009.0-5 vs 2005.0-5"
3239       reference: 3
3240       compare: 4
3241 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3242   legend:
3243     - ''
3244     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3245     - '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).'
3246     - '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.'
3247     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3248     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3249
3250 # VPP Performance Changes 3n-hsw 1t1c ndr
3251 - type: "table"
3252   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3253   algorithm: "table_comparison"
3254   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3255   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3256   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3257   columns:
3258     - title: "2001.0-4"
3259       data-set: "vpp-performance-changes-3n-hsw-h1"
3260     - title: "2005.0-4"
3261       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3262     - title: "2005.0-5"
3263       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3264     - title: "2009.0-5"
3265       data-set: "vpp-performance-changes-3n-hsw-cmp"
3266   comparisons:
3267     - title: "2005.0-5 vs 2005.0-4"
3268       reference: 2
3269       compare: 3
3270 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3271     - title: "2009.0-5 vs 2005.0-5"
3272       reference: 3
3273       compare: 4
3274 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3275   legend:
3276     - ''
3277     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3278     - '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).'
3279     - '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.'
3280     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3281     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3282
3283 # VPP Performance Changes 3n-hsw 2t2c ndr
3284 - type: "table"
3285   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3286   algorithm: "table_comparison"
3287   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3288   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3289   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3290   columns:
3291     - title: "2001.0-4"
3292       data-set: "vpp-performance-changes-3n-hsw-h1"
3293     - title: "2005.0-4"
3294       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3295     - title: "2005.0-5"
3296       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3297     - title: "2009.0-5"
3298       data-set: "vpp-performance-changes-3n-hsw-cmp"
3299   comparisons:
3300     - title: "2005.0-5 vs 2005.0-4"
3301       reference: 2
3302       compare: 3
3303 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3304     - title: "2009.0-5 vs 2005.0-5"
3305       reference: 3
3306       compare: 4
3307 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3308   legend:
3309     - ''
3310     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3311     - '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).'
3312     - '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.'
3313     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3314     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3315
3316 # VPP Performance Changes 3n-skx 2t1c pdr
3317 - type: "table"
3318   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3319   algorithm: "table_comparison"
3320   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3321   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3322   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3323   columns:
3324     - title: "2001.0-4"
3325       data-set: "vpp-performance-changes-3n-skx-h1"
3326     - title: "2005.0-4"
3327       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3328     - title: "2005.0-5"
3329       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3330     - title: "2009.0-5"
3331       data-set: "vpp-performance-changes-3n-skx-cmp"
3332   comparisons:
3333     - title: "2005.0-5 vs 2005.0-4"
3334       reference: 2
3335       compare: 3
3336 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3337     - title: "2009.0-5 vs 2005.0-5"
3338       reference: 3
3339       compare: 4
3340 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3341   legend:
3342     - ''
3343     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3344     - '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).'
3345     - '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.'
3346     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3347     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3348
3349 # VPP Performance Changes 3n-skx 4t2c pdr
3350 - type: "table"
3351   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3352   algorithm: "table_comparison"
3353   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3354   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3355   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3356   columns:
3357     - title: "2001.0-4"
3358       data-set: "vpp-performance-changes-3n-skx-h1"
3359     - title: "2005.0-4"
3360       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3361     - title: "2005.0-5"
3362       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3363     - title: "2009.0-5"
3364       data-set: "vpp-performance-changes-3n-skx-cmp"
3365   comparisons:
3366     - title: "2005.0-5 vs 2005.0-4"
3367       reference: 2
3368       compare: 3
3369 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3370     - title: "2009.0-5 vs 2005.0-5"
3371       reference: 3
3372       compare: 4
3373 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3374   legend:
3375     - ''
3376     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3377     - '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).'
3378     - '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.'
3379     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3380     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3381
3382 # VPP Performance Changes 3n-skx 2t1c ndr
3383 - type: "table"
3384   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3385   algorithm: "table_comparison"
3386   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3387   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3388   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3389   columns:
3390     - title: "2001.0-4"
3391       data-set: "vpp-performance-changes-3n-skx-h1"
3392     - title: "2005.0-4"
3393       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3394     - title: "2005.0-5"
3395       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3396     - title: "2009.0-5"
3397       data-set: "vpp-performance-changes-3n-skx-cmp"
3398   comparisons:
3399     - title: "2005.0-5 vs 2005.0-4"
3400       reference: 2
3401       compare: 3
3402 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3403     - title: "2009.0-5 vs 2005.0-5"
3404       reference: 3
3405       compare: 4
3406 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3407   legend:
3408     - ''
3409     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3410     - '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).'
3411     - '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.'
3412     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3413     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3414
3415 # VPP Performance Changes 3n-skx 4t2c ndr
3416 - type: "table"
3417   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3418   algorithm: "table_comparison"
3419   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3421   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3422   columns:
3423     - title: "2001.0-4"
3424       data-set: "vpp-performance-changes-3n-skx-h1"
3425     - title: "2005.0-4"
3426       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3427     - title: "2005.0-5"
3428       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3429     - title: "2009.0-5"
3430       data-set: "vpp-performance-changes-3n-skx-cmp"
3431   comparisons:
3432     - title: "2005.0-5 vs 2005.0-4"
3433       reference: 2
3434       compare: 3
3435 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3436     - title: "2009.0-5 vs 2005.0-5"
3437       reference: 3
3438       compare: 4
3439 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3440   legend:
3441     - ''
3442     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3443     - '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).'
3444     - '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.'
3445     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3446     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3447
3448 # VPP Performance Changes 2n-skx 2t1c pdr
3449 - type: "table"
3450   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3451   algorithm: "table_comparison"
3452   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3454   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3455   columns:
3456     - title: "2001.0-4"
3457       data-set: "vpp-performance-changes-2n-skx-h1"
3458     - title: "2005.0-4"
3459       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3460     - title: "2005.0-5"
3461       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3462     - title: "2009.0-5"
3463       data-set: "vpp-performance-changes-2n-skx-cmp"
3464   comparisons:
3465     - title: "2005.0-5 vs 2005.0-4"
3466       reference: 2
3467       compare: 3
3468 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3469     - title: "2009.0-5 vs 2005.0-5"
3470       reference: 3
3471       compare: 4
3472 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3473   legend:
3474     - ''
3475     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3476     - '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).'
3477     - '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.'
3478     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3479     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3480
3481 # VPP Performance Changes 2n-skx 4t2c pdr
3482 - type: "table"
3483   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3484   algorithm: "table_comparison"
3485   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3486   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3487   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3488   columns:
3489     - title: "2001.0-4"
3490       data-set: "vpp-performance-changes-2n-skx-h1"
3491     - title: "2005.0-4"
3492       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3493     - title: "2005.0-5"
3494       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3495     - title: "2009.0-5"
3496       data-set: "vpp-performance-changes-2n-skx-cmp"
3497   comparisons:
3498     - title: "2005.0-5 vs 2005.0-4"
3499       reference: 2
3500       compare: 3
3501 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3502     - title: "2009.0-5 vs 2005.0-5"
3503       reference: 3
3504       compare: 4
3505 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3506   legend:
3507     - ''
3508     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3509     - '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).'
3510     - '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.'
3511     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3512     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3513
3514 # VPP Performance Changes 2n-skx 2t1c ndr
3515 - type: "table"
3516   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3517   algorithm: "table_comparison"
3518   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3520   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3521   columns:
3522     - title: "2001.0-4"
3523       data-set: "vpp-performance-changes-2n-skx-h1"
3524     - title: "2005.0-4"
3525       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3526     - title: "2005.0-5"
3527       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3528     - title: "2009.0-5"
3529       data-set: "vpp-performance-changes-2n-skx-cmp"
3530   comparisons:
3531     - title: "2005.0-5 vs 2005.0-4"
3532       reference: 2
3533       compare: 3
3534 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3535     - title: "2009.0-5 vs 2005.0-5"
3536       reference: 3
3537       compare: 4
3538 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3539   legend:
3540     - ''
3541     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3542     - '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).'
3543     - '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.'
3544     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3545     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3546
3547 # VPP Performance Changes 2n-skx 4t2c ndr
3548 - type: "table"
3549   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3550   algorithm: "table_comparison"
3551   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3552   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3553   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3554   columns:
3555     - title: "2001.0-4"
3556       data-set: "vpp-performance-changes-2n-skx-h1"
3557     - title: "2005.0-4"
3558       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3559     - title: "2005.0-5"
3560       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3561     - title: "2009.0-5"
3562       data-set: "vpp-performance-changes-2n-skx-cmp"
3563   comparisons:
3564     - title: "2005.0-5 vs 2005.0-4"
3565       reference: 2
3566       compare: 3
3567 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3568     - title: "2009.0-5 vs 2005.0-5"
3569       reference: 3
3570       compare: 4
3571 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3572   legend:
3573     - ''
3574     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3575     - '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).'
3576     - '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.'
3577     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3578     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3579
3580 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3581 - type: "table"
3582   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3583   algorithm: "table_comparison"
3584   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3586   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3587   columns:
3588     - title: "2001.0-4"
3589       data-set: "vpp-performance-changes-2n-clx-h1"
3590     - title: "2005.0-4"
3591       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3592     - title: "2005.0-5"
3593       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3594     - title: "2009.0-5"
3595       data-set: "vpp-performance-changes-2n-clx-cmp"
3596   comparisons:
3597     - title: "2005.0-5 vs 2005.0-4"
3598       reference: 2
3599       compare: 3
3600 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3601     - title: "2009.0-5 vs 2005.0-5"
3602       reference: 3
3603       compare: 4
3604 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3605   legend:
3606     - ''
3607     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3608     - '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).'
3609     - '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.'
3610     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3611     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3612
3613 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3614 - type: "table"
3615   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3616   algorithm: "table_comparison"
3617   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3618   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3619   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3620   columns:
3621     - title: "2001.0-4"
3622       data-set: "vpp-performance-changes-2n-clx-h1"
3623     - title: "2005.0-4"
3624       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3625     - title: "2005.0-5"
3626       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3627     - title: "2009.0-5"
3628       data-set: "vpp-performance-changes-2n-clx-cmp"
3629   comparisons:
3630     - title: "2005.0-5 vs 2005.0-4"
3631       reference: 2
3632       compare: 3
3633 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3634     - title: "2009.0-5 vs 2005.0-5"
3635       reference: 3
3636       compare: 4
3637 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3638   legend:
3639     - ''
3640     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3641     - '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).'
3642     - '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.'
3643     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3644     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3645
3646 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3647 - type: "table"
3648   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3649   algorithm: "table_comparison"
3650   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3652   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3653   columns:
3654     - title: "2001.0-4"
3655       data-set: "vpp-performance-changes-2n-clx-h1"
3656     - title: "2005.0-4"
3657       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3658     - title: "2005.0-5"
3659       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3660     - title: "2009.0-5"
3661       data-set: "vpp-performance-changes-2n-clx-cmp"
3662   comparisons:
3663     - title: "2005.0-5 vs 2005.0-4"
3664       reference: 2
3665       compare: 3
3666 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3667     - title: "2009.0-5 vs 2005.0-5"
3668       reference: 3
3669       compare: 4
3670 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3671   legend:
3672     - ''
3673     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3674     - '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).'
3675     - '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.'
3676     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3677     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3678
3679 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3680 - type: "table"
3681   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3682   algorithm: "table_comparison"
3683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3685   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3686   columns:
3687     - title: "2001.0-4"
3688       data-set: "vpp-performance-changes-2n-clx-h1"
3689     - title: "2005.0-4"
3690       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3691     - title: "2005.0-5"
3692       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3693     - title: "2009.0-5"
3694       data-set: "vpp-performance-changes-2n-clx-cmp"
3695   comparisons:
3696     - title: "2005.0-5 vs 2005.0-4"
3697       reference: 2
3698       compare: 3
3699 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3700     - title: "2009.0-5 vs 2005.0-5"
3701       reference: 3
3702       compare: 4
3703 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3704   legend:
3705     - ''
3706     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3707     - '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).'
3708     - '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.'
3709     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3710     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3711
3712 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3713 #- type: "table"
3714 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3715 #  algorithm: "table_comparison"
3716 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3717 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3718 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3719 #  columns:
3720 #    - title: "2001.0-2"
3721 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3722 #    - title: "2005.0-3"
3723 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3724 #  comparisons:
3725 #    - title: "Diff"
3726 #      reference: 1
3727 #      compare: 2
3728 #  legend:
3729 #    - ''
3730 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3731 #    - '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).'
3732 #    - '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.'
3733 #    - '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.'
3734 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3735 #
3736 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3737 #- type: "table"
3738 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3739 #  algorithm: "table_comparison"
3740 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3741 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3742 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3743 #  columns:
3744 #    - title: "2001.0-2"
3745 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3746 #    - title: "2005.0-3"
3747 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3748 #  comparisons:
3749 #    - title: "Diff"
3750 #      reference: 1
3751 #      compare: 2
3752 #  legend:
3753 #    - ''
3754 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3755 #    - '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).'
3756 #    - '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.'
3757 #    - '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.'
3758 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3759 #
3760 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3761 #- type: "table"
3762 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3763 #  algorithm: "table_comparison"
3764 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3765 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3766 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3767 #  columns:
3768 #    - title: "2001.0-2"
3769 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3770 #    - title: "2005.0-3"
3771 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3772 #  comparisons:
3773 #    - title: "Diff"
3774 #      reference: 1
3775 #      compare: 2
3776 #  legend:
3777 #    - ''
3778 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3779 #    - '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).'
3780 #    - '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.'
3781 #    - '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.'
3782 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3783 #
3784 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3785 #- type: "table"
3786 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3787 #  algorithm: "table_comparison"
3788 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3789 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3790 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3791 #  columns:
3792 #    - title: "2001.0-2"
3793 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3794 #    - title: "2005.0-3"
3795 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3796 #  comparisons:
3797 #    - title: "Diff"
3798 #      reference: 1
3799 #      compare: 2
3800 #  legend:
3801 #    - ''
3802 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3803 #    - '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).'
3804 #    - '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.'
3805 #    - '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.'
3806 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3807
3808 # VPP Performance Changes 2n-dnv 1t1c pdr
3809 - type: "table"
3810   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3811   algorithm: "table_comparison"
3812   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3814   filter: "'1T1C'"
3815   columns:
3816     - title: "2001.0-2"
3817       data-set: "vpp-performance-changes-2n-dnv-h1"
3818     - title: "2005.0-5"
3819       data-set: "vpp-performance-changes-2n-dnv-ref"
3820     - title: "2009.0-5"
3821       data-set: "vpp-performance-changes-2n-dnv-cmp"
3822   comparisons:
3823     - title: "2009.0-5 vs 2005.0-5"
3824       reference: 2
3825       compare: 3
3826   legend:
3827     - ''
3828     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3829     - '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).'
3830     - '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.'
3831     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3832
3833 # VPP Performance Changes 2n-dnv 2t2c pdr
3834 - type: "table"
3835   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3836   algorithm: "table_comparison"
3837   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3838   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3839   filter: "'2T2C'"
3840   columns:
3841     - title: "2001.0-2"
3842       data-set: "vpp-performance-changes-2n-dnv-h1"
3843     - title: "2005.0-5"
3844       data-set: "vpp-performance-changes-2n-dnv-ref"
3845     - title: "2009.0-5"
3846       data-set: "vpp-performance-changes-2n-dnv-cmp"
3847   comparisons:
3848     - title: "2009.0-5 vs 2005.0-5"
3849       reference: 2
3850       compare: 3
3851   legend:
3852     - ''
3853     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3854     - '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).'
3855     - '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.'
3856     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3857
3858 # VPP Performance Changes 2n-dnv 1t1c ndr
3859 - type: "table"
3860   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3861   algorithm: "table_comparison"
3862   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3863   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3864   filter: "'1T1C'"
3865   columns:
3866     - title: "2001.0-2"
3867       data-set: "vpp-performance-changes-2n-dnv-h1"
3868     - title: "2005.0-5"
3869       data-set: "vpp-performance-changes-2n-dnv-ref"
3870     - title: "2009.0-5"
3871       data-set: "vpp-performance-changes-2n-dnv-cmp"
3872   comparisons:
3873     - title: "2009.0-5 vs 2005.0-5"
3874       reference: 2
3875       compare: 3
3876   legend:
3877     - ''
3878     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3879     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3880     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3881     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3882
3883 # VPP Performance Changes 2n-dnv 2t2c ndr
3884 - type: "table"
3885   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3886   algorithm: "table_comparison"
3887   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3889   filter: "'2T2C'"
3890   columns:
3891     - title: "2001.0-2"
3892       data-set: "vpp-performance-changes-2n-dnv-h1"
3893     - title: "2005.0-5"
3894       data-set: "vpp-performance-changes-2n-dnv-ref"
3895     - title: "2009.0-5"
3896       data-set: "vpp-performance-changes-2n-dnv-cmp"
3897   comparisons:
3898     - title: "2009.0-5 vs 2005.0-5"
3899       reference: 2
3900       compare: 3
3901   legend:
3902     - ''
3903     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3904     - '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).'
3905     - '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.'
3906     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3907
3908 # VPP Performance Changes 3n-dnv 1t1c pdr
3909 - type: "table"
3910   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3911   algorithm: "table_comparison"
3912   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3913   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3914   filter: "'1T1C'"
3915   columns:
3916     - title: "2001.0-2"
3917       data-set: "vpp-performance-changes-3n-dnv-h1"
3918     - title: "2005.0-5"
3919       data-set: "vpp-performance-changes-3n-dnv-ref"
3920     - title: "2009.0-5"
3921       data-set: "vpp-performance-changes-3n-dnv-cmp"
3922   comparisons:
3923     - title: "2009.0-5 vs 2005.0-5"
3924       reference: 2
3925       compare: 3
3926   legend:
3927     - ''
3928     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3929     - '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).'
3930     - '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.'
3931     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3932
3933 # VPP Performance Changes 3n-dnv 2t2c pdr
3934 - type: "table"
3935   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3936   algorithm: "table_comparison"
3937   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3939   filter: "'2T2C'"
3940   columns:
3941     - title: "2001.0-2"
3942       data-set: "vpp-performance-changes-3n-dnv-h1"
3943     - title: "2005.0-5"
3944       data-set: "vpp-performance-changes-3n-dnv-ref"
3945     - title: "2009.0-5"
3946       data-set: "vpp-performance-changes-3n-dnv-cmp"
3947   comparisons:
3948     - title: "2009.0-5 vs 2005.0-5"
3949       reference: 2
3950       compare: 3
3951   legend:
3952     - ''
3953     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3954     - '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).'
3955     - '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.'
3956     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3957
3958 # VPP Performance Changes 3n-dnv 1t1c ndr
3959 - type: "table"
3960   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3961   algorithm: "table_comparison"
3962   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3964   filter: "'1T1C'"
3965   columns:
3966     - title: "2001.0-2"
3967       data-set: "vpp-performance-changes-3n-dnv-h1"
3968     - title: "2005.0-5"
3969       data-set: "vpp-performance-changes-3n-dnv-ref"
3970     - title: "2009.0-5"
3971       data-set: "vpp-performance-changes-3n-dnv-cmp"
3972   comparisons:
3973     - title: "2009.0-5 vs 2005.0-5"
3974       reference: 2
3975       compare: 3
3976   legend:
3977     - ''
3978     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3979     - '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).'
3980     - '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.'
3981     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3982
3983 # VPP Performance Changes 3n-dnv 2t2c ndr
3984 - type: "table"
3985   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3986   algorithm: "table_comparison"
3987   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3989   filter: "'2T2C'"
3990   columns:
3991     - title: "2001.0-2"
3992       data-set: "vpp-performance-changes-3n-dnv-h1"
3993     - title: "2005.0-5"
3994       data-set: "vpp-performance-changes-3n-dnv-ref"
3995     - title: "2009.0-5"
3996       data-set: "vpp-performance-changes-3n-dnv-cmp"
3997   comparisons:
3998     - title: "2009.0-5 vs 2005.0-5"
3999       reference: 2
4000       compare: 3
4001   legend:
4002     - ''
4003     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4004     - '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).'
4005     - '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.'
4006     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4007
4008 # VPP Performance Changes 3n-tsh 1t1c pdr
4009 - type: "table"
4010   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4011   algorithm: "table_comparison"
4012   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4014   filter: "'1T1C'"
4015   columns:
4016     - title: "2001.0-4"
4017       data-set: "vpp-performance-changes-3n-tsh-h1"
4018     - title: "2005.0-4"
4019       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4020     - title: "2005.0-5"
4021       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4022     - title: "2009.0-5"
4023       data-set: "vpp-performance-changes-3n-tsh-cmp"
4024   comparisons:
4025     - title: "2005.0-5 vs 2005.0-4"
4026       reference: 2
4027       compare: 3
4028 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4029     - title: "2009.0-5 vs 2005.0-5"
4030       reference: 3
4031       compare: 4
4032 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4033   legend:
4034     - ''
4035     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4036     - '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).'
4037     - '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.'
4038     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4039     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4040
4041 # VPP Performance Changes 3n-tsh 2t2c pdr
4042 - type: "table"
4043   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4044   algorithm: "table_comparison"
4045   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4047   filter: "'2T2C'"
4048   columns:
4049     - title: "2001.0-4"
4050       data-set: "vpp-performance-changes-3n-tsh-h1"
4051     - title: "2005.0-4"
4052       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4053     - title: "2005.0-5"
4054       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4055     - title: "2009.0-5"
4056       data-set: "vpp-performance-changes-3n-tsh-cmp"
4057   comparisons:
4058     - title: "2005.0-5 vs 2005.0-4"
4059       reference: 2
4060       compare: 3
4061 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4062     - title: "2009.0-5 vs 2005.0-5"
4063       reference: 3
4064       compare: 4
4065 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4066   legend:
4067     - ''
4068     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4069     - '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).'
4070     - '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.'
4071     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4072     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4073
4074 # VPP Performance Changes 3n-tsh 1t1c ndr
4075 - type: "table"
4076   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4077   algorithm: "table_comparison"
4078   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4080   filter: "'1T1C'"
4081   columns:
4082     - title: "2001.0-4"
4083       data-set: "vpp-performance-changes-3n-tsh-h1"
4084     - title: "2005.0-4"
4085       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4086     - title: "2005.0-5"
4087       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4088     - title: "2009.0-5"
4089       data-set: "vpp-performance-changes-3n-tsh-cmp"
4090   comparisons:
4091     - title: "2005.0-5 vs 2005.0-4"
4092       reference: 2
4093       compare: 3
4094 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4095     - title: "2009.0-5 vs 2005.0-5"
4096       reference: 3
4097       compare: 4
4098 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4099   legend:
4100     - ''
4101     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4102     - '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).'
4103     - '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.'
4104     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4105     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4106
4107 # VPP Performance Changes 3n-tsh 2t2c ndr
4108 - type: "table"
4109   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4110   algorithm: "table_comparison"
4111   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4113   filter: "'2T2C'"
4114   columns:
4115     - title: "2001.0-4"
4116       data-set: "vpp-performance-changes-3n-tsh-h1"
4117     - title: "2005.0-4"
4118       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4119     - title: "2005.0-5"
4120       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4121     - title: "2009.0-5"
4122       data-set: "vpp-performance-changes-3n-tsh-cmp"
4123   comparisons:
4124     - title: "2005.0-5 vs 2005.0-4"
4125       reference: 2
4126       compare: 3
4127 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4128     - title: "2009.0-5 vs 2005.0-5"
4129       reference: 3
4130       compare: 4
4131 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4132   legend:
4133     - ''
4134     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4135     - '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).'
4136     - '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.'
4137     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4138     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4139
4140 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4141 - type: "table"
4142   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4143   algorithm: "table_comparison"
4144   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4146   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4147   columns:
4148     - title: "3n-hsw xl710"
4149       data-set: "vpp-compare-testbeds-ref"
4150       tag: "NIC_Intel-XL710"
4151     - title: "3n-skx xxv710"
4152       data-set: "vpp-compare-testbeds-cmp"
4153       tag: "NIC_Intel-XXV710"
4154   comparisons:
4155     - title: "Diff"
4156       reference: 1
4157       compare: 2
4158   legend:
4159     - ""
4160     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4161     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4162
4163 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4164 - type: "table"
4165   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4166   algorithm: "table_comparison"
4167   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4168   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4169   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4170   columns:
4171     - title: "3n-hsw xl710"
4172       data-set: "vpp-compare-testbeds-ref"
4173       tag: "NIC_Intel-XL710"
4174     - title: "3n-skx xxv710"
4175       data-set: "vpp-compare-testbeds-cmp"
4176       tag: "NIC_Intel-XXV710"
4177   comparisons:
4178     - title: "Diff"
4179       reference: 1
4180       compare: 2
4181   legend:
4182     - ""
4183     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4184     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4185
4186 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4187 - type: "table"
4188   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4189   algorithm: "table_comparison"
4190   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4192   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4193   columns:
4194     - title: "3n-hsw xl710"
4195       data-set: "vpp-compare-testbeds-ref"
4196       tag: "NIC_Intel-XL710"
4197     - title: "3n-skx xxv710"
4198       data-set: "vpp-compare-testbeds-cmp"
4199       tag: "NIC_Intel-XXV710"
4200   comparisons:
4201     - title: "Diff"
4202       reference: 1
4203       compare: 2
4204   legend:
4205     - ""
4206     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4207     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4208
4209 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4210 - type: "table"
4211   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4212   algorithm: "table_comparison"
4213   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4215   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4216   columns:
4217     - title: "3n-hsw xl710"
4218       data-set: "vpp-compare-testbeds-ref"
4219       tag: "NIC_Intel-XL710"
4220     - title: "3n-skx xxv710"
4221       data-set: "vpp-compare-testbeds-cmp"
4222       tag: "NIC_Intel-XXV710"
4223   comparisons:
4224     - title: "Diff"
4225       reference: 1
4226       compare: 2
4227   legend:
4228     - ""
4229     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4230     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4231
4232 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4233 - type: "table"
4234   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4235   algorithm: "table_comparison"
4236   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4238   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4239   columns:
4240     - title: "2n-skx"
4241       data-set: "vpp-compare-testbeds-skx-clx-ref"
4242     - title: "2n-clx"
4243       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4244   comparisons:
4245     - title: "Diff"
4246       reference: 1
4247       compare: 2
4248   legend:
4249     - ""
4250     - "2n-skx, 2n-clx - testbeds and NICs tested."
4251     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4252
4253 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4254 - type: "table"
4255   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4256   algorithm: "table_comparison"
4257   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4259   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4260   columns:
4261     - title: "2n-skx"
4262       data-set: "vpp-compare-testbeds-skx-clx-ref"
4263     - title: "2n-clx"
4264       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4265   comparisons:
4266     - title: "Diff"
4267       reference: 1
4268       compare: 2
4269   legend:
4270     - ""
4271     - "2n-skx, 2n-clx - testbeds and NICs tested."
4272     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4273
4274 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4275 - type: "table"
4276   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4277   algorithm: "table_comparison"
4278   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4280   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4281   columns:
4282     - title: "2n-skx"
4283       data-set: "vpp-compare-testbeds-skx-clx-ref"
4284     - title: "2n-clx"
4285       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4286   comparisons:
4287     - title: "Diff"
4288       reference: 1
4289       compare: 2
4290   legend:
4291     - ""
4292     - "2n-skx, 2n-clx - testbeds and NICs tested."
4293     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4294
4295 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4296 - type: "table"
4297   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4298   algorithm: "table_comparison"
4299   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4301   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4302   columns:
4303     - title: "2n-skx"
4304       data-set: "vpp-compare-testbeds-skx-clx-ref"
4305     - title: "2n-clx"
4306       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4307   comparisons:
4308     - title: "Diff"
4309       reference: 1
4310       compare: 2
4311   legend:
4312     - ""
4313     - "2n-skx, 2n-clx - testbeds and NICs tested."
4314     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4315
4316 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4317 - type: "table"
4318   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4319   algorithm: "table_comparison"
4320   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4322   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4323   columns:
4324     - title: "3n-hsw xl710"
4325       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4326       tag: "NIC_Intel-XL710"
4327     - title: "2n-clx xxv710"
4328       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4329       tag: "NIC_Intel-XXV710"
4330   comparisons:
4331     - title: "Diff"
4332       reference: 1
4333       compare: 2
4334   legend:
4335     - ""
4336     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4337     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4338
4339 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4340 - type: "table"
4341   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4342   algorithm: "table_comparison"
4343   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4345   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4346   columns:
4347     - title: "3n-hsw xl710"
4348       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4349       tag: "NIC_Intel-XL710"
4350     - title: "2n-clx xxv710"
4351       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4352       tag: "NIC_Intel-XXV710"
4353   comparisons:
4354     - title: "Diff"
4355       reference: 1
4356       compare: 2
4357   legend:
4358     - ""
4359     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4360     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4361
4362 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4363 - type: "table"
4364   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4365   algorithm: "table_comparison"
4366   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4368   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4369   columns:
4370     - title: "3n-hsw xl710"
4371       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4372       tag: "NIC_Intel-XL710"
4373     - title: "2n-clx xxv710"
4374       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4375       tag: "NIC_Intel-XXV710"
4376   comparisons:
4377     - title: "Diff"
4378       reference: 1
4379       compare: 2
4380   legend:
4381     - ""
4382     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4383     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4384
4385 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4386 - type: "table"
4387   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4388   algorithm: "table_comparison"
4389   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4391   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4392   columns:
4393     - title: "3n-hsw xl710"
4394       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4395       tag: "NIC_Intel-XL710"
4396     - title: "2n-clx xxv710"
4397       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4398       tag: "NIC_Intel-XXV710"
4399   comparisons:
4400     - title: "Diff"
4401       reference: 1
4402       compare: 2
4403   legend:
4404     - ""
4405     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4406     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4407
4408 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4409 - type: "table"
4410   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4411   algorithm: "table_comparison"
4412   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4413   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4414   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4415   columns:
4416     - title: "3n-skx"
4417       data-set: "vpp-compare-topologies-ref"
4418     - title: "2n-skx"
4419       data-set: "vpp-compare-topologies-cmp"
4420   comparisons:
4421     - title: "Diff"
4422       reference: 1
4423       compare: 2
4424   legend:
4425     - ""
4426     - "3n-skx, 2n-skx - topologies tested."
4427     - "Diff - difference between 3n-skx and 2n-skx topologies."
4428
4429 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4430 - type: "table"
4431   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4432   algorithm: "table_comparison"
4433   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4434   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4435   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4436   columns:
4437     - title: "3n-skx"
4438       data-set: "vpp-compare-topologies-ref"
4439     - title: "2n-skx"
4440       data-set: "vpp-compare-topologies-cmp"
4441   comparisons:
4442     - title: "Diff"
4443       reference: 1
4444       compare: 2
4445   legend:
4446     - ""
4447     - "3n-skx, 2n-skx - topologies tested."
4448     - "Diff - difference between 3n-skx and 2n-skx topologies."
4449
4450 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4451 - type: "table"
4452   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4453   algorithm: "table_comparison"
4454   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4455   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4456   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4457   columns:
4458     - title: "3n-skx"
4459       data-set: "vpp-compare-topologies-ref"
4460     - title: "2n-skx"
4461       data-set: "vpp-compare-topologies-cmp"
4462   comparisons:
4463     - title: "Diff"
4464       reference: 1
4465       compare: 2
4466   legend:
4467     - ""
4468     - "3n-skx, 2n-skx - topologies tested."
4469     - "Diff - difference between 3n-skx and 2n-skx topologies."
4470
4471 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4472 - type: "table"
4473   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4474   algorithm: "table_comparison"
4475   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4476   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4477   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4478   columns:
4479     - title: "3n-skx"
4480       data-set: "vpp-compare-topologies-ref"
4481     - title: "2n-skx"
4482       data-set: "vpp-compare-topologies-cmp"
4483   comparisons:
4484     - title: "Diff"
4485       reference: 1
4486       compare: 2
4487   legend:
4488     - ""
4489     - "3n-skx, 2n-skx - topologies tested."
4490     - "Diff - difference between 3n-skx and 2n-skx topologies."
4491
4492 # VPP Performance Changes 3n-hsw 1t1c mrr
4493 - type: "table"
4494   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4495   algorithm: "table_comparison"
4496   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4497   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4498   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4499   columns:
4500     - title: "2001.0-2"
4501       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4502     - title: "2005.0-4"
4503       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4504     - title: "2005.0-5"
4505       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4506     - title: "2009.0-5"
4507       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4508   comparisons:
4509     - title: "2005.0-5 vs 2005.0-4"
4510       reference: 2
4511       compare: 3
4512 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4513     - title: "2009.0-5 vs 2005.0-5"
4514       reference: 3
4515       compare: 4
4516 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4517   legend:
4518     - ''
4519     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4520     - '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).'
4521     - '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.'
4522     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4523     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4524
4525 # VPP Performance Changes 3n-hsw 2t2c mrr
4526 - type: "table"
4527   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4528   algorithm: "table_comparison"
4529   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4530   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4531   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4532   columns:
4533     - title: "2001.0-2"
4534       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4535     - title: "2005.0-4"
4536       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4537     - title: "2005.0-5"
4538       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4539     - title: "2009.0-5"
4540       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4541   comparisons:
4542     - title: "2005.0-5 vs 2005.0-4"
4543       reference: 2
4544       compare: 3
4545 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4546     - title: "2009.0-5 vs 2005.0-5"
4547       reference: 3
4548       compare: 4
4549 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4550   legend:
4551     - ''
4552     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4553     - '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).'
4554     - '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.'
4555     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4556     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4557
4558 # VPP Performance Changes 3n-hsw 4t4c mrr
4559 - type: "table"
4560   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4561   algorithm: "table_comparison"
4562   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4564   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4565   columns:
4566     - title: "2001.0-2"
4567       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4568     - title: "2005.0-4"
4569       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4570     - title: "2005.0-5"
4571       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4572     - title: "2009.0-5"
4573       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4574   comparisons:
4575     - title: "2005.0-5 vs 2005.0-4"
4576       reference: 2
4577       compare: 3
4578 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4579     - title: "2009.0-5 vs 2005.0-5"
4580       reference: 3
4581       compare: 4
4582 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4583   legend:
4584     - ''
4585     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4586     - '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).'
4587     - '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.'
4588     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4589     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4590
4591 # VPP Performance Changes 3n-skx 2t1c mrr
4592 - type: "table"
4593   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4594   algorithm: "table_comparison"
4595   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4596   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4597   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4598   columns:
4599     - title: "2001.0-2"
4600       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4601     - title: "2005.0-4"
4602       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4603     - title: "2005.0-5"
4604       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4605     - title: "2009.0-5"
4606       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4607   comparisons:
4608     - title: "2005.0-5 vs 2005.0-4"
4609       reference: 2
4610       compare: 3
4611 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4612     - title: "2009.0-5 vs 2005.0-5"
4613       reference: 2
4614       compare: 3
4615 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4616   legend:
4617     - ''
4618     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4619     - '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).'
4620     - '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.'
4621     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4622     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4623
4624 # VPP Performance Changes 3n-skx 4t2c mrr
4625 - type: "table"
4626   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4627   algorithm: "table_comparison"
4628   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4630   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4631   columns:
4632     - title: "2001.0-2"
4633       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4634     - title: "2005.0-4"
4635       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4636     - title: "2005.0-5"
4637       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4638     - title: "2009.0-5"
4639       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4640   comparisons:
4641     - title: "2005.0-5 vs 2005.0-4"
4642       reference: 2
4643       compare: 3
4644 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4645     - title: "2009.0-5 vs 2005.0-5"
4646       reference: 2
4647       compare: 3
4648 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4649   legend:
4650     - ''
4651     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4652     - '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).'
4653     - '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.'
4654     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4655     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4656
4657 # VPP Performance Changes 3n-skx 8t4c mrr
4658 - type: "table"
4659   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4660   algorithm: "table_comparison"
4661   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4663   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4664   columns:
4665     - title: "2001.0-2"
4666       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4667     - title: "2005.0-4"
4668       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4669     - title: "2005.0-5"
4670       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4671     - title: "2009.0-5"
4672       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4673   comparisons:
4674     - title: "2005.0-5 vs 2005.0-4"
4675       reference: 2
4676       compare: 3
4677 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4678     - title: "2009.0-5 vs 2005.0-5"
4679       reference: 2
4680       compare: 3
4681 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4682   legend:
4683     - ''
4684     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4685     - '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).'
4686     - '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.'
4687     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4688     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4689
4690 # VPP Performance Changes 2n-skx 2t1c mrr
4691 - type: "table"
4692   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4693   algorithm: "table_comparison"
4694   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4695   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4696   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4697   columns:
4698     - title: "2001.0-2"
4699       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4700     - title: "2005.0-4"
4701       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4702     - title: "2005.0-5"
4703       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4704     - title: "2009.0-5"
4705       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4706   comparisons:
4707     - title: "2005.0-5 vs 2005.0-4"
4708       reference: 2
4709       compare: 3
4710 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4711     - title: "2009.0-5 vs 2005.0-4"
4712       reference: 3
4713       compare: 4
4714 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4715   legend:
4716     - ''
4717     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4718     - '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).'
4719     - '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.'
4720     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4721     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4722
4723 # VPP Performance Changes 2n-skx 4t2c mrr
4724 - type: "table"
4725   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4726   algorithm: "table_comparison"
4727   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4728   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4729   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4730   columns:
4731     - title: "2001.0-2"
4732       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4733     - title: "2005.0-4"
4734       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4735     - title: "2005.0-5"
4736       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4737     - title: "2009.0-5"
4738       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4739   comparisons:
4740     - title: "2005.0-5 vs 2005.0-4"
4741       reference: 2
4742       compare: 3
4743 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4744     - title: "2009.0-5 vs 2005.0-4"
4745       reference: 3
4746       compare: 4
4747 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4748   legend:
4749     - ''
4750     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4751     - '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).'
4752     - '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.'
4753     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4754     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4755
4756 # VPP Performance Changes 2n-skx 8t4c mrr
4757 - type: "table"
4758   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4759   algorithm: "table_comparison"
4760   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4761   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4762   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4763   columns:
4764     - title: "2001.0-2"
4765       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4766     - title: "2005.0-4"
4767       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4768     - title: "2005.0-5"
4769       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4770     - title: "2009.0-5"
4771       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4772   comparisons:
4773     - title: "2005.0-5 vs 2005.0-4"
4774       reference: 2
4775       compare: 3
4776 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4777     - title: "2009.0-5 vs 2005.0-4"
4778       reference: 3
4779       compare: 4
4780 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4781   legend:
4782     - ''
4783     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4784     - '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).'
4785     - '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.'
4786     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4787     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4788
4789 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4790 - type: "table"
4791   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4792   algorithm: "table_comparison"
4793   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4794   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4795   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4796   columns:
4797     - title: "2001.0-2"
4798       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4799     - title: "2005.0-4"
4800       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4801     - title: "2005.0-5"
4802       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4803     - title: "2009.0-5"
4804       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4805   comparisons:
4806     - title: "2005.0-5 vs 2005.0-4"
4807       reference: 2
4808       compare: 3
4809 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4810     - title: "2009.0-5 vs 2005.0-5"
4811       reference: 3
4812       compare: 4
4813 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4814   legend:
4815     - ''
4816     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4817     - '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).'
4818     - '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.'
4819     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4820     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4821
4822 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4823 - type: "table"
4824   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4825   algorithm: "table_comparison"
4826   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4828   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4829   columns:
4830     - title: "2001.0-2"
4831       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4832     - title: "2005.0-4"
4833       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4834     - title: "2005.0-5"
4835       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4836     - title: "2009.0-5"
4837       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4838   comparisons:
4839     - title: "2005.0-5 vs 2005.0-4"
4840       reference: 2
4841       compare: 3
4842 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4843     - title: "2009.0-5 vs 2005.0-5"
4844       reference: 3
4845       compare: 4
4846 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4847   legend:
4848     - ''
4849     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4850     - '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).'
4851     - '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.'
4852     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4853     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4854
4855 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4856 - type: "table"
4857   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4858   algorithm: "table_comparison"
4859   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4860   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4861   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4862   columns:
4863     - title: "2001.0-2"
4864       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4865     - title: "2005.0-4"
4866       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4867     - title: "2005.0-5"
4868       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4869     - title: "2009.0-5"
4870       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4871   comparisons:
4872     - title: "2005.0-5 vs 2005.0-4"
4873       reference: 2
4874       compare: 3
4875 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4876     - title: "2009.0-5 vs 2005.0-5"
4877       reference: 3
4878       compare: 4
4879 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4880   legend:
4881     - ''
4882     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4883     - '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).'
4884     - '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.'
4885     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4886     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4887
4888 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4889 #- type: "table"
4890 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4891 #  algorithm: "table_comparison"
4892 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4893 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4894 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4895 #  columns:
4896 #    - title: "2001"
4897 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4898 #    - title: "2005"
4899 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4900 #  comparisons:
4901 #    - title: "Diff"
4902 #      reference: 1
4903 #      compare: 2
4904 #  legend:
4905 #    - ""
4906 #    - "2001, 2005 - VPP versions tested."
4907 #    - "Diff - difference between 2001 and 2005 VPP version."
4908 #
4909 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4910 #- type: "table"
4911 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4912 #  algorithm: "table_comparison"
4913 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4914 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4915 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4916 #  columns:
4917 #    - title: "2001"
4918 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4919 #    - title: "2005"
4920 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4921 #  comparisons:
4922 #    - title: "Diff"
4923 #      reference: 1
4924 #      compare: 2
4925 #  legend:
4926 #    - ""
4927 #    - "2001, 2005 - VPP versions tested."
4928 #    - "Diff - difference between 2001 and 2005 VPP version."
4929 #
4930 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4931 #- type: "table"
4932 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4933 #  algorithm: "table_comparison"
4934 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4935 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4936 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4937 #  columns:
4938 #    - title: "2001"
4939 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4940 #    - title: "2005"
4941 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4942 #  comparisons:
4943 #    - title: "Diff"
4944 #      reference: 1
4945 #      compare: 2
4946 #  legend:
4947 #    - ""
4948 #    - "2001, 2005 - VPP versions tested."
4949 #    - "Diff - difference between 2001 and 2005 VPP version."
4950
4951 # VPP Performance Changes 2n-dnv 1t1c mrr
4952 - type: "table"
4953   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4954   algorithm: "table_comparison"
4955   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4957   filter: "'1T1C'"
4958   columns:
4959     - title: "2001.0-2"
4960       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4961     - title: "2005.0-5"
4962       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4963     - title: "2009.0-5"
4964       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4965   comparisons:
4966     - title: "2009.0-5 vs 2005.0-5"
4967       reference: 2
4968       compare: 3
4969   legend:
4970     - ''
4971     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4972     - '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).'
4973     - '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.'
4974     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4975
4976 # VPP Performance Changes 2n-dnv 2t2c mrr
4977 - type: "table"
4978   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4979   algorithm: "table_comparison"
4980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4982   filter: "'2T2C'"
4983   columns:
4984     - title: "2001.0-2"
4985       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4986     - title: "2005.0-5"
4987       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4988     - title: "2009.0-5"
4989       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4990   comparisons:
4991     - title: "2009.0-5 vs 2005.0-5"
4992       reference: 2
4993       compare: 3
4994   legend:
4995     - ''
4996     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4997     - '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).'
4998     - '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.'
4999     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5000
5001 # VPP Performance Changes 2n-dnv 4t4c mrr
5002 - type: "table"
5003   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5004   algorithm: "table_comparison"
5005   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5007   filter: "'4T4C'"
5008   columns:
5009     - title: "2001.0-2"
5010       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5011     - title: "2005.0-5"
5012       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5013     - title: "2009.0-5"
5014       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5015   comparisons:
5016     - title: "2009.0-5 vs 2005.0-5"
5017       reference: 2
5018       compare: 3
5019   legend:
5020     - ''
5021     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5022     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5023     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5024     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5025
5026 # VPP Performance Changes 3n-dnv 1t1c mrr
5027 - type: "table"
5028   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5029   algorithm: "table_comparison"
5030   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5031   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5032   filter: "'1T1C'"
5033   columns:
5034     - title: "2001.0-2"
5035       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5036     - title: "2005.0-5"
5037       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5038     - title: "2009.0-5"
5039       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5040   comparisons:
5041     - title: "2009.0-5 vs 2005.0-5"
5042       reference: 2
5043       compare: 3
5044   legend:
5045     - ''
5046     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5047     - '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).'
5048     - '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.'
5049     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5050
5051 # VPP Performance Changes 3n-dnv 2t2c mrr
5052 - type: "table"
5053   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5054   algorithm: "table_comparison"
5055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5057   filter: "'2T2C'"
5058   columns:
5059     - title: "2001.0-2"
5060       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5061     - title: "2005.0-5"
5062       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5063     - title: "2009.0-5"
5064       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5065   comparisons:
5066     - title: "2009.0-5 vs 2005.0-5"
5067       reference: 2
5068       compare: 3
5069   legend:
5070     - ''
5071     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5072     - '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).'
5073     - '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.'
5074     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5075
5076 # VPP Performance Changes 3n-dnv 4t4c mrr
5077 - type: "table"
5078   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5079   algorithm: "table_comparison"
5080   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5082   filter: "'4T4C'"
5083   columns:
5084     - title: "2001.0-2"
5085       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5086     - title: "2005.0-5"
5087       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5088     - title: "2009.0-5"
5089       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5090   comparisons:
5091     - title: "2009.0-5 vs 2005.0-5"
5092       reference: 2
5093       compare: 3
5094   legend:
5095     - ''
5096     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5097     - '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).'
5098     - '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.'
5099     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5100
5101 # VPP Performance Changes 3n-tsh 1t1c mrr
5102 - type: "table"
5103   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5104   algorithm: "table_comparison"
5105   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5107   filter: "'1T1C'"
5108   columns:
5109     - title: "2001.0-2"
5110       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5111     - title: "2005.0-4"
5112       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5113     - title: "2005.0-5"
5114       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5115     - title: "2009.0-5"
5116       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5117   comparisons:
5118     - title: "2005.0-5 vs 2005.0-4"
5119       reference: 2
5120       compare: 3
5121 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5122     - title: "2009.0-5 vs 2005.0-5"
5123       reference: 3
5124       compare: 4
5125 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5126   legend:
5127     - ''
5128     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5129     - '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).'
5130     - '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.'
5131     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5132     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5133
5134 # VPP Performance Changes 3n-tsh 2t2c mrr
5135 - type: "table"
5136   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5137   algorithm: "table_comparison"
5138   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5139   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5140   filter: "'2T2C'"
5141   columns:
5142     - title: "2001.0-2"
5143       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5144     - title: "2005.0-4"
5145       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5146     - title: "2005.0-5"
5147       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5148     - title: "2009.0-5"
5149       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5150   comparisons:
5151     - title: "2005.0-5 vs 2005.0-4"
5152       reference: 2
5153       compare: 3
5154 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5155     - title: "2009.0-5 vs 2005.0-5"
5156       reference: 3
5157       compare: 4
5158 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5159   legend:
5160     - ''
5161     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5162     - '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).'
5163     - '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.'
5164     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5165     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5166
5167 # VPP Performance Changes 3n-tsh 4t4c mrr
5168 - type: "table"
5169   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5170   algorithm: "table_comparison"
5171   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5172   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5173   filter: "'4T4C'"
5174   columns:
5175     - title: "2001.0-2"
5176       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5177     - title: "2005.0-4"
5178       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5179     - title: "2005.0-5"
5180       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5181     - title: "2009.0-5"
5182       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5183   comparisons:
5184     - title: "2005.0-5 vs 2005.0-4"
5185       reference: 2
5186       compare: 3
5187 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5188     - title: "2009.0-5 vs 2005.0-5"
5189       reference: 3
5190       compare: 4
5191 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5192   legend:
5193     - ''
5194     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5195     - '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).'
5196     - '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.'
5197     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5198     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5199
5200 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5201 - type: "table"
5202   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5203   algorithm: "table_comparison"
5204   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5206   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5207   columns:
5208     - title: "3n-hsw xl710"
5209       data-set: "vpp-compare-testbeds-mrr-ref"
5210       tag: "NIC_Intel-XL710"
5211     - title: "3n-skx xxv710"
5212       data-set: "vpp-compare-testbeds-mrr-cmp"
5213       tag: "NIC_Intel-XXV710"
5214   comparisons:
5215     - title: "Diff"
5216       reference: 1
5217       compare: 2
5218   legend:
5219     - ""
5220     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5221     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5222
5223 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5224 - type: "table"
5225   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5226   algorithm: "table_comparison"
5227   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5228   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5229   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5230   columns:
5231     - title: "3n-hsw xl710"
5232       data-set: "vpp-compare-testbeds-mrr-ref"
5233       tag: "NIC_Intel-XL710"
5234     - title: "3n-skx xxv710"
5235       data-set: "vpp-compare-testbeds-mrr-cmp"
5236       tag: "NIC_Intel-XXV710"
5237   comparisons:
5238     - title: "Diff"
5239       reference: 1
5240       compare: 2
5241   legend:
5242     - ""
5243     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5244     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5245
5246 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5247 - type: "table"
5248   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5249   algorithm: "table_comparison"
5250   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5251   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5252   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5253   columns:
5254     - title: "3n-hsw xl710"
5255       data-set: "vpp-compare-testbeds-mrr-ref"
5256       tag: "NIC_Intel-XL710"
5257     - title: "3n-skx xxv710"
5258       data-set: "vpp-compare-testbeds-mrr-cmp"
5259       tag: "NIC_Intel-XXV710"
5260   comparisons:
5261     - title: "Diff"
5262       reference: 1
5263       compare: 2
5264   legend:
5265     - ""
5266     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5267     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5268
5269 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5270 - type: "table"
5271   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5272   algorithm: "table_comparison"
5273   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5275   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5276   columns:
5277     - title: "2n-skx"
5278       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5279     - title: "2n-clx"
5280       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5281   comparisons:
5282     - title: "Diff"
5283       reference: 1
5284       compare: 2
5285   legend:
5286     - ""
5287     - "2n-skx, 2n-clx - testbeds and NICs tested."
5288     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5289
5290 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5291 - type: "table"
5292   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5293   algorithm: "table_comparison"
5294   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5296   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5297   columns:
5298     - title: "2n-skx"
5299       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5300     - title: "2n-clx"
5301       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5302   comparisons:
5303     - title: "Diff"
5304       reference: 1
5305       compare: 2
5306   legend:
5307     - ""
5308     - "2n-skx, 2n-clx - testbeds and NICs tested."
5309     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5310
5311 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5312 - type: "table"
5313   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5314   algorithm: "table_comparison"
5315   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5316   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5317   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5318   columns:
5319     - title: "2n-skx"
5320       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5321     - title: "2n-clx"
5322       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5323   comparisons:
5324     - title: "Diff"
5325       reference: 1
5326       compare: 2
5327   legend:
5328     - ""
5329     - "2n-skx, 2n-clx - testbeds and NICs tested."
5330     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5331
5332 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5333 - type: "table"
5334   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5335   algorithm: "table_comparison"
5336   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5338   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5339   columns:
5340     - title: "3n-skx"
5341       data-set: "vpp-compare-topologies-mrr-ref"
5342     - title: "2n-skx"
5343       data-set: "vpp-compare-topologies-mrr-cmp"
5344   comparisons:
5345     - title: "Diff"
5346       reference: 1
5347       compare: 2
5348   legend:
5349     - ""
5350     - "3n-skx, 2n-skx - topologies tested."
5351     - "Diff - difference between 3n-skx and 2n-skx topologies."
5352
5353 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5354 - type: "table"
5355   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5356   algorithm: "table_comparison"
5357   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5358   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5359   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5360   columns:
5361     - title: "3n-skx"
5362       data-set: "vpp-compare-topologies-mrr-ref"
5363     - title: "2n-skx"
5364       data-set: "vpp-compare-topologies-mrr-cmp"
5365   comparisons:
5366     - title: "Diff"
5367       reference: 1
5368       compare: 2
5369   legend:
5370     - ""
5371     - "3n-skx, 2n-skx - topologies tested."
5372     - "Diff - difference between 3n-skx and 2n-skx topologies."
5373
5374 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5375 - type: "table"
5376   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5377   algorithm: "table_comparison"
5378   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5379   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5380   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5381   columns:
5382     - title: "3n-skx"
5383       data-set: "vpp-compare-topologies-mrr-ref"
5384     - title: "2n-skx"
5385       data-set: "vpp-compare-topologies-mrr-cmp"
5386   comparisons:
5387     - title: "Diff"
5388       reference: 1
5389       compare: 2
5390   legend:
5391     - ""
5392     - "3n-skx, 2n-skx - topologies tested."
5393     - "Diff - difference between 3n-skx and 2n-skx topologies."
5394
5395 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5396 - type: "table"
5397   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5398   algorithm: "table_comparison"
5399   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5400   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5401   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5402   columns:
5403     - title: "3n-hsw xl710"
5404       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5405       tag: "NIC_Intel-XL710"
5406     - title: "2n-clx xxv710"
5407       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5408       tag: "NIC_Intel-XXV710"
5409   comparisons:
5410     - title: "Diff"
5411       reference: 1
5412       compare: 2
5413   legend:
5414     - ""
5415     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5416     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5417
5418 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5419 - type: "table"
5420   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5421   algorithm: "table_comparison"
5422   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5424   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5425   columns:
5426     - title: "3n-hsw xl710"
5427       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5428       tag: "NIC_Intel-XL710"
5429     - title: "2n-clx xxv710"
5430       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5431       tag: "NIC_Intel-XXV710"
5432   comparisons:
5433     - title: "Diff"
5434       reference: 1
5435       compare: 2
5436   legend:
5437     - ""
5438     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5439     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5440
5441 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5442 - type: "table"
5443   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5444   algorithm: "table_comparison"
5445   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5446   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5447   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5448   columns:
5449     - title: "3n-hsw xl710"
5450       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5451       tag: "NIC_Intel-XL710"
5452     - title: "2n-clx xxv710"
5453       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5454       tag: "NIC_Intel-XXV710"
5455   comparisons:
5456     - title: "Diff"
5457       reference: 1
5458       compare: 2
5459   legend:
5460     - ""
5461     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5462     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5463
5464 # Detailed Test Results - VPP Performance Results 3n-hsw
5465 - type: "table"
5466   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5467   algorithm: "table_merged_details"
5468   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5469   columns:
5470     - title: " |prein| Test Name |preout| "
5471       data: "data name"
5472     - 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| "
5473       data: "data msg"
5474   data: "vpp-perf-results-3n-hsw"
5475   filter: "all"
5476   parameters:
5477   - "name"
5478   - "parent"
5479   - "msg"
5480
5481 # Detailed Test Results - VPP Performance Results 3n-skx
5482 - type: "table"
5483   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5484   algorithm: "table_merged_details"
5485   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5486   columns:
5487     - title: " |prein| Test Name |preout| "
5488       data: "data name"
5489     - 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| "
5490       data: "data msg"
5491   data: "vpp-perf-results-3n-skx"
5492   filter: "all"
5493   remove-ndr: False
5494   parameters:
5495   - "name"
5496   - "parent"
5497   - "msg"
5498
5499 # Detailed Test Results - VPP Performance Results 2n-skx
5500 - type: "table"
5501   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5502   algorithm: "table_merged_details"
5503   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5504   columns:
5505     - title: " |prein| Test Name |preout| "
5506       data: "data name"
5507     - 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| "
5508       data: "data msg"
5509   data: "vpp-perf-results-2n-skx"
5510   filter: "all"
5511   remove-ndr: False
5512   parameters:
5513   - "name"
5514   - "parent"
5515   - "msg"
5516
5517 # Detailed Test Results - VPP Performance Results 2n-clx
5518 - type: "table"
5519   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5520   algorithm: "table_merged_details"
5521   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5522   columns:
5523     - title: " |prein| Test Name |preout| "
5524       data: "data name"
5525     - 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| "
5526       data: "data msg"
5527   data: "vpp-perf-results-2n-clx"
5528   filter: "all"
5529   parameters:
5530   - "name"
5531   - "parent"
5532   - "msg"
5533
5534 # Detailed Test Results - VPP Performance Results 3n-tsh
5535 - type: "table"
5536   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5537   algorithm: "table_merged_details"
5538   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5539   columns:
5540     - title: " |prein| Test Name |preout| "
5541       data: "data name"
5542     - 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| "
5543       data: "data msg"
5544   data: "vpp-perf-results-3n-tsh"
5545   filter: "all"
5546   parameters:
5547   - "name"
5548   - "parent"
5549   - "msg"
5550
5551 # Detailed Test Results - VPP Performance Results 3n-dnv
5552 - type: "table"
5553   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5554   algorithm: "table_merged_details"
5555   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5556   columns:
5557     - title: " |prein| Test Name |preout| "
5558       data: "data name"
5559     - 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| "
5560       data: "data msg"
5561   data: "vpp-perf-results-3n-dnv"
5562   filter: "all"
5563   parameters:
5564   - "name"
5565   - "parent"
5566   - "msg"
5567
5568 # Detailed Test Results - VPP Performance Results 2n-dnv
5569 - type: "table"
5570   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5571   algorithm: "table_merged_details"
5572   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5573   columns:
5574     - title: " |prein| Test Name |preout| "
5575       data: "data name"
5576     - 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| "
5577       data: "data msg"
5578   data: "vpp-perf-results-2n-dnv"
5579   filter: "all"
5580   parameters:
5581   - "name"
5582   - "parent"
5583   - "msg"
5584
5585 # Test configuration - VPP Performance Test Configs 3n-hsw
5586 - type: "table"
5587   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5588   algorithm: "table_merged_details"
5589   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5590   columns:
5591     - title: " |prein| Test Name |preout| "
5592       data: "data name"
5593     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5594       data: "data conf-history"
5595   data: "vpp-perf-results-3n-hsw"
5596   filter: "all"
5597   parameters:
5598   - "parent"
5599   - "name"
5600   - "conf-history"
5601
5602 # Test configuration - VPP Performance Test Configs 3n-skx
5603 - type: "table"
5604   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5605   algorithm: "table_merged_details"
5606   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5607   columns:
5608     - title: " |prein| Test Name |preout| "
5609       data: "data name"
5610     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5611       data: "data conf-history"
5612   data: "vpp-perf-results-3n-skx"
5613   filter: "all"
5614   parameters:
5615   - "parent"
5616   - "name"
5617   - "conf-history"
5618
5619 # Test configuration - VPP Performance Test Configs 2n-skx
5620 - type: "table"
5621   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5622   algorithm: "table_merged_details"
5623   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5624   columns:
5625     - title: " |prein| Test Name |preout| "
5626       data: "data name"
5627     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5628       data: "data conf-history"
5629   data: "vpp-perf-results-2n-skx"
5630   filter: "all"
5631   parameters:
5632   - "parent"
5633   - "name"
5634   - "conf-history"
5635
5636 # Test configuration - VPP Performance Test Configs 2n-clx
5637 - type: "table"
5638   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5639   algorithm: "table_merged_details"
5640   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5641   columns:
5642     - title: " |prein| Test Name |preout| "
5643       data: "data name"
5644     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5645       data: "data conf-history"
5646   data: "vpp-perf-results-2n-clx"
5647   filter: "all"
5648   parameters:
5649   - "parent"
5650   - "name"
5651   - "conf-history"
5652
5653 # Test configuration - VPP Performance Test Configs 3n-tsh
5654 - type: "table"
5655   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5656   algorithm: "table_merged_details"
5657   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5658   columns:
5659     - title: " |prein| Test Name |preout| "
5660       data: "data name"
5661     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5662       data: "data conf-history"
5663   data: "vpp-perf-results-3n-tsh"
5664   filter: "all"
5665   parameters:
5666   - "parent"
5667   - "name"
5668   - "conf-history"
5669
5670 # Test configuration - VPP Performance Test Configs 3n-dnv
5671 - type: "table"
5672   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5673   algorithm: "table_merged_details"
5674   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5675   columns:
5676     - title: " |prein| Test Name |preout| "
5677       data: "data name"
5678     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5679       data: "data conf-history"
5680   data: "vpp-perf-results-3n-dnv"
5681   filter: "all"
5682   parameters:
5683   - "parent"
5684   - "name"
5685   - "conf-history"
5686
5687 # Test configuration - VPP Performance Test Configs 2n-dnv
5688 - type: "table"
5689   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5690   algorithm: "table_merged_details"
5691   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5692   columns:
5693     - title: " |prein| Test Name |preout| "
5694       data: "data name"
5695     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5696       data: "data conf-history"
5697   data: "vpp-perf-results-2n-dnv"
5698   filter: "all"
5699   parameters:
5700   - "parent"
5701   - "name"
5702   - "conf-history"
5703
5704 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5705 - type: "table"
5706   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5707   algorithm: "table_oper_data_html"
5708   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5709   data: "vpp-perf-results-3n-hsw"
5710   filter: "all"
5711
5712 # Test Operational Data - VPP Performance Operational Data 3n-skx
5713 - type: "table"
5714   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5715   algorithm: "table_oper_data_html"
5716   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5717   data: "vpp-perf-results-3n-skx"
5718   filter: "all"
5719
5720 # Test Operational Data - VPP Performance Operational Data 2n-skx
5721 - type: "table"
5722   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5723   algorithm: "table_oper_data_html"
5724   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5725   data: "vpp-perf-results-2n-skx"
5726   filter: "all"
5727
5728 # Test Operational Data - VPP Performance Operational Data 2n-clx
5729 - type: "table"
5730   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5731   algorithm: "table_oper_data_html"
5732   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5733   data: "vpp-perf-results-2n-clx"
5734   filter: "all"
5735
5736 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5737 - type: "table"
5738   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5739   algorithm: "table_oper_data_html"
5740   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5741   data: "vpp-perf-results-3n-tsh"
5742   filter: "all"
5743
5744 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5745 - type: "table"
5746   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5747   algorithm: "table_oper_data_html"
5748   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5749   data: "vpp-perf-results-3n-dnv"
5750   filter: "all"
5751
5752 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5753 - type: "table"
5754   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5755   algorithm: "table_oper_data_html"
5756   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5757   data: "vpp-perf-results-2n-dnv"
5758   filter: "all"
5759
5760 # Detailed Test Results - VPP MRR Results 3n-hsw
5761 - type: "table"
5762   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5763   algorithm: "table_merged_details"
5764   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5765   columns:
5766     - title: " |prein| Test Name |preout| "
5767       data: "data name"
5768     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5769       data: "data msg"
5770   data: "vpp-mrr-results-3n-hsw"
5771   filter: "all"
5772   parameters:
5773   - "name"
5774   - "parent"
5775   - "msg"
5776
5777 # Detailed Test Results - VPP MRR Results 3n-skx
5778 - type: "table"
5779   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5780   algorithm: "table_merged_details"
5781   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5782   columns:
5783     - title: " |prein| Test Name |preout| "
5784       data: "data name"
5785     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5786       data: "data msg"
5787   data: "vpp-mrr-results-3n-skx"
5788   filter: "all"
5789   parameters:
5790   - "name"
5791   - "parent"
5792   - "msg"
5793
5794 # Detailed Test Results - VPP MRR Results 2n-skx
5795 - type: "table"
5796   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5797   algorithm: "table_merged_details"
5798   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5799   columns:
5800     - title: " |prein| Test Name |preout| "
5801       data: "data name"
5802     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5803       data: "data msg"
5804   data: "vpp-mrr-results-2n-skx"
5805   filter: "all"
5806   parameters:
5807   - "name"
5808   - "parent"
5809   - "msg"
5810
5811 # Detailed Test Results - VPP MRR Results 2n-clx
5812 - type: "table"
5813   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5814   algorithm: "table_merged_details"
5815   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5816   columns:
5817     - title: " |prein| Test Name |preout| "
5818       data: "data name"
5819     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5820       data: "data msg"
5821   data: "vpp-mrr-results-2n-clx"
5822   filter: "all"
5823   parameters:
5824   - "name"
5825   - "parent"
5826   - "msg"
5827
5828 # Detailed Test Results - VPP MRR Results 3n-tsh
5829 - type: "table"
5830   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5831   algorithm: "table_merged_details"
5832   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5833   columns:
5834     - title: " |prein| Test Name |preout| "
5835       data: "data name"
5836     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5837       data: "data msg"
5838   data: "vpp-mrr-results-3n-tsh"
5839   filter: "all"
5840   parameters:
5841   - "name"
5842   - "parent"
5843   - "msg"
5844
5845 # Detailed Test Results - VPP MRR Results 3n-dnv
5846 - type: "table"
5847   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5848   algorithm: "table_merged_details"
5849   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5850   columns:
5851     - title: " |prein| Test Name |preout| "
5852       data: "data name"
5853     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5854       data: "data msg"
5855   data: "vpp-mrr-results-3n-dnv"
5856   filter: "all"
5857   parameters:
5858   - "name"
5859   - "parent"
5860   - "msg"
5861
5862 # Detailed Test Results - VPP MRR Results 2n-dnv
5863 - type: "table"
5864   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5865   algorithm: "table_merged_details"
5866   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5867   columns:
5868     - title: " |prein| Test Name |preout| "
5869       data: "data name"
5870     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5871       data: "data msg"
5872   data: "vpp-mrr-results-2n-dnv"
5873   filter: "all"
5874   parameters:
5875   - "name"
5876   - "parent"
5877   - "msg"
5878
5879 # Test configuration - VPP MRR Test Configs 3n-hsw
5880 - type: "table"
5881   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5882   algorithm: "table_merged_details"
5883   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5884   columns:
5885     - title: " |prein| Test Name |preout| "
5886       data: "data name"
5887     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5888       data: "data conf-history"
5889   data: "vpp-mrr-results-3n-hsw"
5890   filter: "all"
5891   parameters:
5892   - "parent"
5893   - "name"
5894   - "conf-history"
5895
5896 # Test configuration - VPP MRR Test Configs 3n-skx
5897 - type: "table"
5898   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5899   algorithm: "table_merged_details"
5900   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5901   columns:
5902     - title: " |prein| Test Name |preout| "
5903       data: "data name"
5904     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5905       data: "data conf-history"
5906   data: "vpp-mrr-results-3n-skx"
5907   filter: "all"
5908   parameters:
5909   - "parent"
5910   - "name"
5911   - "conf-history"
5912
5913 # Test configuration - VPP MRR Test Configs 2n-skx
5914 - type: "table"
5915   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5916   algorithm: "table_merged_details"
5917   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5918   columns:
5919     - title: " |prein| Test Name |preout| "
5920       data: "data name"
5921     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5922       data: "data conf-history"
5923   data: "vpp-mrr-results-2n-skx"
5924   filter: "all"
5925   parameters:
5926   - "parent"
5927   - "name"
5928   - "conf-history"
5929
5930 # Test configuration - VPP MRR Test Configs 2n-clx
5931 - type: "table"
5932   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5933   algorithm: "table_merged_details"
5934   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5935   columns:
5936     - title: " |prein| Test Name |preout| "
5937       data: "data name"
5938     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5939       data: "data conf-history"
5940   data: "vpp-mrr-results-2n-clx"
5941   filter: "all"
5942   parameters:
5943   - "parent"
5944   - "name"
5945   - "conf-history"
5946
5947 # Test configuration - VPP MRR Test Configs 3n-tsh
5948 - type: "table"
5949   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5950   algorithm: "table_merged_details"
5951   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5952   columns:
5953     - title: " |prein| Test Name |preout| "
5954       data: "data name"
5955     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5956       data: "data conf-history"
5957   data: "vpp-mrr-results-3n-tsh"
5958   filter: "all"
5959   parameters:
5960   - "parent"
5961   - "name"
5962   - "conf-history"
5963
5964 # Test configuration - VPP MRR Test Configs 3n-dnv
5965 - type: "table"
5966   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5967   algorithm: "table_merged_details"
5968   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5969   columns:
5970     - title: " |prein| Test Name |preout| "
5971       data: "data name"
5972     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5973       data: "data conf-history"
5974   data: "vpp-mrr-results-3n-dnv"
5975   filter: "all"
5976   parameters:
5977   - "parent"
5978   - "name"
5979   - "conf-history"
5980
5981 # Test configuration - VPP MRR Test Configs 2n-dnv
5982 - type: "table"
5983   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5984   algorithm: "table_merged_details"
5985   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5986   columns:
5987     - title: " |prein| Test Name |preout| "
5988       data: "data name"
5989     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5990       data: "data conf-history"
5991   data: "vpp-mrr-results-2n-dnv"
5992   filter: "all"
5993   parameters:
5994   - "parent"
5995   - "name"
5996   - "conf-history"
5997
5998 # Detailed Test Results - VPP Device Results - Ubuntu
5999 - type: "table"
6000   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6001   algorithm: "table_merged_details"
6002   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6003   columns:
6004     - title: " |prein| Test Name |preout| "
6005       data: "data name"
6006     - title: " |prein| Status |preout| "
6007       data: "data status"
6008   data: "vpp-device-results-ubuntu"
6009   filter: "all"
6010   parameters:
6011   - "name"
6012   - "parent"
6013   - "doc"
6014   - "status"
6015
6016 # Test configuration - VPP Device Test Configs - Ubuntu
6017 - type: "table"
6018   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6019   algorithm: "table_merged_details"
6020   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6021   columns:
6022     - title: " |prein| Test Name |preout| "
6023       data: "data name"
6024     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6025       data: "data conf-history"
6026   data: "vpp-device-results-ubuntu"
6027   filter: "all"
6028   parameters:
6029   - "parent"
6030   - "name"
6031   - "conf-history"
6032
6033 ################################################################################
6034
6035 # DPDK Performance Changes 3n-hsw 1t1c pdr
6036 - type: "table"
6037   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6038   algorithm: "table_comparison"
6039   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6041   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6042   columns:
6043     - title: "2001"
6044       data-set: "dpdk-performance-changes-3n-hsw-h1"
6045     - title: "2005"
6046       data-set: "dpdk-performance-changes-3n-hsw-ref"
6047     - title: "2009"
6048       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6049   comparisons:
6050     - title: "Diff"
6051       reference: 2
6052       compare: 3
6053   legend:
6054     - ""
6055     - "2001, 2005, 2009 - DPDK versions tested."
6056     - "Diff - difference between 2005 and 2009 DPDK version."
6057
6058 # DPDK Performance Changes 3n-hsw 2t2c pdr
6059 - type: "table"
6060   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6061   algorithm: "table_comparison"
6062   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6064   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6065   columns:
6066     - title: "2001"
6067       data-set: "dpdk-performance-changes-3n-hsw-h1"
6068     - title: "2005"
6069       data-set: "dpdk-performance-changes-3n-hsw-ref"
6070     - title: "2009"
6071       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6072   comparisons:
6073     - title: "Diff"
6074       reference: 2
6075       compare: 3
6076   legend:
6077     - ""
6078     - "2001, 2005, 2009 - DPDK versions tested."
6079     - "Diff - difference between 2005 and 2009 DPDK version."
6080
6081 # DPDK Performance Changes 3n-hsw 1t1c pdr
6082 - type: "table"
6083   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6084   algorithm: "table_comparison"
6085   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6087   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6088   columns:
6089     - title: "2001"
6090       data-set: "dpdk-performance-changes-3n-hsw-h1"
6091     - title: "2005"
6092       data-set: "dpdk-performance-changes-3n-hsw-ref"
6093     - title: "2009"
6094       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6095   comparisons:
6096     - title: "Diff"
6097       reference: 2
6098       compare: 3
6099   legend:
6100     - ""
6101     - "2001, 2005, 2009 - DPDK versions tested."
6102     - "Diff - difference between 2005 and 2009 DPDK version."
6103
6104 # DPDK Performance Changes 3n-hsw 2t2c ndr
6105 - type: "table"
6106   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6107   algorithm: "table_comparison"
6108   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6110   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6111   columns:
6112     - title: "2001"
6113       data-set: "dpdk-performance-changes-3n-hsw-h1"
6114     - title: "2005"
6115       data-set: "dpdk-performance-changes-3n-hsw-ref"
6116     - title: "2009"
6117       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6118   comparisons:
6119     - title: "Diff"
6120       reference: 2
6121       compare: 3
6122   legend:
6123     - ""
6124     - "2001, 2005, 2009 - DPDK versions tested."
6125     - "Diff - difference between 2005 and 2009 DPDK version."
6126
6127 # DPDK Performance Changes 3n-skx 2t1c pdr
6128 - type: "table"
6129   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6130   algorithm: "table_comparison"
6131   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6132   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6133   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6134   columns:
6135     - title: "2001"
6136       data-set: "dpdk-performance-changes-3n-skx-h1"
6137     - title: "2005"
6138       data-set: "dpdk-performance-changes-3n-skx-ref"
6139     - title: "2009"
6140       data-set: "dpdk-performance-changes-3n-skx-cmp"
6141   comparisons:
6142     - title: "Diff"
6143       reference: 2
6144       compare: 3
6145   legend:
6146     - ""
6147     - "2001, 2005, 2009 - DPDK versions tested."
6148     - "Diff - difference between 2005 and 2009 DPDK version."
6149
6150 # DPDK Performance Changes 3n-skx 4t2c pdr
6151 - type: "table"
6152   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6153   algorithm: "table_comparison"
6154   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6156   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6157   columns:
6158     - title: "2001"
6159       data-set: "dpdk-performance-changes-3n-skx-h1"
6160     - title: "2005"
6161       data-set: "dpdk-performance-changes-3n-skx-ref"
6162     - title: "2009"
6163       data-set: "dpdk-performance-changes-3n-skx-cmp"
6164   comparisons:
6165     - title: "Diff"
6166       reference: 2
6167       compare: 3
6168   legend:
6169     - ""
6170     - "2001, 2005, 2009 - DPDK versions tested."
6171     - "Diff - difference between 2005 and 2009 DPDK version."
6172
6173 # DPDK Performance Changes 3n-skx 2t1c ndr
6174 - type: "table"
6175   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6176   algorithm: "table_comparison"
6177   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6178   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6179   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6180   columns:
6181     - title: "2001"
6182       data-set: "dpdk-performance-changes-3n-skx-h1"
6183     - title: "2005"
6184       data-set: "dpdk-performance-changes-3n-skx-ref"
6185     - title: "2009"
6186       data-set: "dpdk-performance-changes-3n-skx-cmp"
6187   comparisons:
6188     - title: "Diff"
6189       reference: 2
6190       compare: 3
6191   legend:
6192     - ""
6193     - "2001, 2005, 2009 - DPDK versions tested."
6194     - "Diff - difference between 2005 and 2009 DPDK version."
6195
6196 # DPDK Performance Changes 3n-skx 4t2c ndr
6197 - type: "table"
6198   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6199   algorithm: "table_comparison"
6200   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6202   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6203   columns:
6204     - title: "2001"
6205       data-set: "dpdk-performance-changes-3n-skx-h1"
6206     - title: "2005"
6207       data-set: "dpdk-performance-changes-3n-skx-ref"
6208     - title: "2009"
6209       data-set: "dpdk-performance-changes-3n-skx-cmp"
6210   comparisons:
6211     - title: "Diff"
6212       reference: 2
6213       compare: 3
6214   legend:
6215     - ""
6216     - "2001, 2005, 2009 - DPDK versions tested."
6217     - "Diff - difference between 2005 and 2009 DPDK version."
6218
6219 # DPDK Performance Changes 2n-skx 2t1c pdr
6220 - type: "table"
6221   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6222   algorithm: "table_comparison"
6223   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6225   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6226   columns:
6227     - title: "2001"
6228       data-set: "dpdk-performance-changes-2n-skx-h1"
6229     - title: "2005"
6230       data-set: "dpdk-performance-changes-2n-skx-ref"
6231     - title: "2009"
6232       data-set: "dpdk-performance-changes-2n-skx-cmp"
6233   comparisons:
6234     - title: "Diff"
6235       reference: 2
6236       compare: 3
6237   legend:
6238     - ""
6239     - "2001, 2005, 2009 - DPDK versions tested."
6240     - "Diff - difference between 2005 and 2009 DPDK version."
6241
6242 # DPDK Performance Changes 2n-skx 4t2c pdr
6243 - type: "table"
6244   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6245   algorithm: "table_comparison"
6246   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6247   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6248   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6249   columns:
6250     - title: "2001"
6251       data-set: "dpdk-performance-changes-2n-skx-h1"
6252     - title: "2005"
6253       data-set: "dpdk-performance-changes-2n-skx-ref"
6254     - title: "2009"
6255       data-set: "dpdk-performance-changes-2n-skx-cmp"
6256   comparisons:
6257     - title: "Diff"
6258       reference: 2
6259       compare: 3
6260   legend:
6261     - ""
6262     - "2001, 2005, 2009 - DPDK versions tested."
6263     - "Diff - difference between 2005 and 2009 DPDK version."
6264
6265 # DPDK Performance Changes 2n-skx 2t1c ndr
6266 - type: "table"
6267   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6268   algorithm: "table_comparison"
6269   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6270   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6271   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6272   columns:
6273     - title: "2001"
6274       data-set: "dpdk-performance-changes-2n-skx-h1"
6275     - title: "2005"
6276       data-set: "dpdk-performance-changes-2n-skx-ref"
6277     - title: "2009"
6278       data-set: "dpdk-performance-changes-2n-skx-cmp"
6279   comparisons:
6280     - title: "Diff"
6281       reference: 2
6282       compare: 3
6283   legend:
6284     - ""
6285     - "2001, 2005, 2009 - DPDK versions tested."
6286     - "Diff - difference between 2005 and 2009 DPDK version."
6287
6288 # DPDK Performance Changes 2n-skx 4t2c ndr
6289 - type: "table"
6290   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6291   algorithm: "table_comparison"
6292   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6293   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6294   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6295   columns:
6296     - title: "2001"
6297       data-set: "dpdk-performance-changes-2n-skx-h1"
6298     - title: "2005"
6299       data-set: "dpdk-performance-changes-2n-skx-ref"
6300     - title: "2009"
6301       data-set: "dpdk-performance-changes-2n-skx-cmp"
6302   comparisons:
6303     - title: "Diff"
6304       reference: 2
6305       compare: 3
6306   legend:
6307     - ""
6308     - "2001, 2005, 2009 - DPDK versions tested."
6309     - "Diff - difference between 2005 and 2009 DPDK version."
6310
6311 # DPDK Performance Changes 2n-clx 2t1c pdr
6312 - type: "table"
6313   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6314   algorithm: "table_comparison"
6315   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6316   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6317   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6318   columns:
6319     - title: "2001"
6320       data-set: "dpdk-performance-changes-2n-clx-h1"
6321     - title: "2005"
6322       data-set: "dpdk-performance-changes-2n-clx-ref"
6323     - title: "2009"
6324       data-set: "dpdk-performance-changes-2n-clx-cmp"
6325   comparisons:
6326     - title: "Diff"
6327       reference: 2
6328       compare: 3
6329   legend:
6330     - ""
6331     - "2001, 2005, 2009 - DPDK versions tested."
6332     - "Diff - difference between 2005 and 2009 DPDK version."
6333
6334 # DPDK Performance Changes 2n-clx 4t2c pdr
6335 - type: "table"
6336   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6337   algorithm: "table_comparison"
6338   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6339   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6340   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6341   columns:
6342     - title: "2001"
6343       data-set: "dpdk-performance-changes-2n-clx-h1"
6344     - title: "2005"
6345       data-set: "dpdk-performance-changes-2n-clx-ref"
6346     - title: "2009"
6347       data-set: "dpdk-performance-changes-2n-clx-cmp"
6348   comparisons:
6349     - title: "Diff"
6350       reference: 2
6351       compare: 3
6352   legend:
6353     - ""
6354     - "2001, 2005, 2009 - DPDK versions tested."
6355     - "Diff - difference between 2005 and 2009 DPDK version."
6356
6357 # DPDK Performance Changes 2n-clx 2t1c ndr
6358 - type: "table"
6359   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6360   algorithm: "table_comparison"
6361   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6363   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6364   columns:
6365     - title: "2001"
6366       data-set: "dpdk-performance-changes-2n-clx-h1"
6367     - title: "2005"
6368       data-set: "dpdk-performance-changes-2n-clx-ref"
6369     - title: "2009"
6370       data-set: "dpdk-performance-changes-2n-clx-cmp"
6371   comparisons:
6372     - title: "Diff"
6373       reference: 2
6374       compare: 3
6375   legend:
6376     - ""
6377     - "2001, 2005, 2009 - DPDK versions tested."
6378     - "Diff - difference between 2005 and 2009 DPDK version."
6379
6380 # DPDK Performance Changes 2n-clx 4t2c ndr
6381 - type: "table"
6382   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6383   algorithm: "table_comparison"
6384   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6385   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6386   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6387   columns:
6388     - title: "2001"
6389       data-set: "dpdk-performance-changes-2n-clx-h1"
6390     - title: "2005"
6391       data-set: "dpdk-performance-changes-2n-clx-ref"
6392     - title: "2009"
6393       data-set: "dpdk-performance-changes-2n-clx-cmp"
6394   comparisons:
6395     - title: "Diff"
6396       reference: 2
6397       compare: 3
6398   legend:
6399     - ""
6400     - "2001, 2005, 2009 - DPDK versions tested."
6401     - "Diff - difference between 2005 and 2009 DPDK version."
6402
6403 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6404 #- type: "table"
6405 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6406 #  algorithm: "table_comparison"
6407 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6408 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6409 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6410 #  columns:
6411 #    - title: "2001"
6412 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6413 #    - title: "2005"
6414 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6415 #    - title: "2009"
6416 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6417 #  comparisons:
6418 #    - title: "Diff"
6419 #      reference: 2
6420 #      compare: 3
6421 #  legend:
6422 #    - ""
6423 #    - "2001, 2005, 2009 - DPDK versions tested."
6424 #    - "Diff - difference between 2005 and 2009 DPDK version."
6425 #
6426 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6427 #- type: "table"
6428 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6429 #  algorithm: "table_comparison"
6430 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6431 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6432 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6433 #  columns:
6434 #    - title: "2001"
6435 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6436 #    - title: "2005"
6437 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6438 #    - title: "2009"
6439 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6440 #  comparisons:
6441 #    - title: "Diff"
6442 #      reference: 2
6443 #      compare: 3
6444 #  legend:
6445 #    - ""
6446 #    - "2001, 2005, 2009 - DPDK versions tested."
6447 #    - "Diff - difference between 2005 and 2009 DPDK version."
6448 #
6449 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6450 #- type: "table"
6451 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6452 #  algorithm: "table_comparison"
6453 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6454 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6455 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6456 #  columns:
6457 #    - title: "2001"
6458 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6459 #    - title: "2005"
6460 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6461 #    - title: "2009"
6462 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6463 #  comparisons:
6464 #    - title: "Diff"
6465 #      reference: 2
6466 #      compare: 3
6467 #  legend:
6468 #    - ""
6469 #    - "2001, 2005, 2009 - DPDK versions tested."
6470 #    - "Diff - difference between 2005 and 2009 DPDK version."
6471 #
6472 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6473 #- type: "table"
6474 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6475 #  algorithm: "table_comparison"
6476 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6477 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6478 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6479 #  columns:
6480 #    - title: "2001"
6481 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6482 #    - title: "2005"
6483 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6484 #    - title: "2009"
6485 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6486 #  comparisons:
6487 #    - title: "Diff"
6488 #      reference: 2
6489 #      compare: 3
6490 #  legend:
6491 #    - ""
6492 #    - "2001, 2005, 2009 - DPDK versions tested."
6493 #    - "Diff - difference between 2005 and 2009 DPDK version."
6494 #
6495 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6496 #- type: "table"
6497 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6498 #  algorithm: "table_comparison"
6499 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6500 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6501 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6502 #  columns:
6503 #    - title: "2001"
6504 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6505 #    - title: "2005"
6506 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6507 #    - title: "2009"
6508 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6509 #  comparisons:
6510 #    - title: "Diff"
6511 #      reference: 2
6512 #      compare: 3
6513 #  legend:
6514 #    - ""
6515 #    - "2001, 2005, 2009 - DPDK versions tested."
6516 #    - "Diff - difference between 2005 and 2009 DPDK version."
6517 #
6518 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6519 #- type: "table"
6520 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6521 #  algorithm: "table_comparison"
6522 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6523 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6524 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6525 #  columns:
6526 #    - title: "2001"
6527 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6528 #    - title: "2005"
6529 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6530 #    - title: "2009"
6531 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6532 #  comparisons:
6533 #    - title: "Diff"
6534 #      reference: 2
6535 #      compare: 3
6536 #  legend:
6537 #    - ""
6538 #    - "2001, 2005, 2009 - DPDK versions tested."
6539 #    - "Diff - difference between 2005 and 2009 DPDK version."
6540 #
6541 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6542 #- type: "table"
6543 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6544 #  algorithm: "table_comparison"
6545 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6546 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6547 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6548 #  columns:
6549 #    - title: "2001"
6550 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6551 #    - title: "2005"
6552 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6553 #    - title: "2009"
6554 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6555 #  comparisons:
6556 #    - title: "Diff"
6557 #      reference: 2
6558 #      compare: 3
6559 #  legend:
6560 #    - ""
6561 #    - "2001, 2005, 2009 - DPDK versions tested."
6562 #    - "Diff - difference between 2005 and 2009 DPDK version."
6563 #
6564 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6565 #- type: "table"
6566 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6567 #  algorithm: "table_comparison"
6568 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6569 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6570 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6571 #  columns:
6572 #    - title: "2001"
6573 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6574 #    - title: "2005"
6575 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6576 #    - title: "2009"
6577 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6578 #  comparisons:
6579 #    - title: "Diff"
6580 #      reference: 2
6581 #      compare: 3
6582 #  legend:
6583 #    - ""
6584 #    - "2001, 2005, 2009 - DPDK versions tested."
6585 #    - "Diff - difference between 2005 and 2009 DPDK version."
6586
6587 # DPDK Performance Changes 3n-tsh 1t1c pdr
6588 - type: "table"
6589   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6590   algorithm: "table_comparison"
6591   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6593   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6594   columns:
6595     - title: "2001"
6596       data-set: "dpdk-performance-changes-3n-tsh-h1"
6597     - title: "2005"
6598       data-set: "dpdk-performance-changes-3n-tsh-ref"
6599     - title: "2009"
6600       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6601   comparisons:
6602     - title: "Diff"
6603       reference: 2
6604       compare: 3
6605   legend:
6606     - ""
6607     - "2001, 2005, 2009 - DPDK versions tested."
6608     - "Diff - difference between 2005 and 2009 DPDK version."
6609
6610 # DPDK Performance Changes 3n-tsh 2t2c pdr
6611 - type: "table"
6612   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6613   algorithm: "table_comparison"
6614   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6616   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6617   columns:
6618     - title: "2001"
6619       data-set: "dpdk-performance-changes-3n-tsh-h1"
6620     - title: "2005"
6621       data-set: "dpdk-performance-changes-3n-tsh-ref"
6622     - title: "2009"
6623       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6624   comparisons:
6625     - title: "Diff"
6626       reference: 2
6627       compare: 3
6628   legend:
6629     - ""
6630     - "2001, 2005, 2009 - DPDK versions tested."
6631     - "Diff - difference between 2005 and 2009 DPDK version."
6632
6633 # DPDK Performance Changes 3n-tsh 1t1c ndr
6634 - type: "table"
6635   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6636   algorithm: "table_comparison"
6637   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6638   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6639   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6640   columns:
6641     - title: "2001"
6642       data-set: "dpdk-performance-changes-3n-tsh-h1"
6643     - title: "2005"
6644       data-set: "dpdk-performance-changes-3n-tsh-ref"
6645     - title: "2009"
6646       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6647   comparisons:
6648     - title: "Diff"
6649       reference: 2
6650       compare: 3
6651   legend:
6652     - ""
6653     - "2001, 2005, 2009 - DPDK versions tested."
6654     - "Diff - difference between 2005 and 2009 DPDK version."
6655
6656 # DPDK Performance Changes 3n-tsh 2t2c ndr
6657 - type: "table"
6658   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6659   algorithm: "table_comparison"
6660   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6662   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6663   columns:
6664     - title: "2001"
6665       data-set: "dpdk-performance-changes-3n-tsh-h1"
6666     - title: "2005"
6667       data-set: "dpdk-performance-changes-3n-tsh-ref"
6668     - title: "2009"
6669       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6670   comparisons:
6671     - title: "Diff"
6672       reference: 2
6673       compare: 3
6674   legend:
6675     - ""
6676     - "2001, 2005, 2009 - DPDK versions tested."
6677     - "Diff - difference between 2005 and 2009 DPDK version."
6678
6679 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6680 - type: "table"
6681   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6682   algorithm: "table_comparison"
6683   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6685   filter: "'NIC_Intel-X710'"
6686   columns:
6687     - title: "3n-hsw x710"
6688       data-set: "dpdk-compare-testbeds-ref"
6689     - title: "3n-skx x710"
6690       data-set: "dpdk-compare-testbeds-cmp"
6691   comparisons:
6692     - title: "Diff"
6693       reference: 1
6694       compare: 2
6695   legend:
6696     - ""
6697     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6698     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6699
6700 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6701 - type: "table"
6702   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6703   algorithm: "table_comparison"
6704   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6706   filter: "'NIC_Intel-X710'"
6707   columns:
6708     - title: "3n-hsw x710"
6709       data-set: "dpdk-compare-testbeds-ref"
6710     - title: "3n-skx x710"
6711       data-set: "dpdk-compare-testbeds-cmp"
6712   comparisons:
6713     - title: "Diff"
6714       reference: 1
6715       compare: 2
6716   legend:
6717     - ""
6718     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6719     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6720
6721 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6722 - type: "table"
6723   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6724   algorithm: "table_comparison"
6725   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6726   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6727   filter: "'NIC_Intel-XXV710'"
6728   columns:
6729     - title: "2n-skx"
6730       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6731     - title: "2n-clx"
6732       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6733   comparisons:
6734     - title: "Diff"
6735       reference: 1
6736       compare: 2
6737   legend:
6738     - ""
6739     - "2n-skx, 2n-clx - testbeds and NICs tested."
6740     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6741
6742 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6743 - type: "table"
6744   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6745   algorithm: "table_comparison"
6746   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6748   filter: "'NIC_Intel-XXV710'"
6749   columns:
6750     - title: "2n-skx"
6751       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6752     - title: "2n-clx"
6753       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6754   comparisons:
6755     - title: "Diff"
6756       reference: 1
6757       compare: 2
6758   legend:
6759     - ""
6760     - "2n-skx, 2n-clx - testbeds and NICs tested."
6761     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6762
6763 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6764 - type: "table"
6765   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6766   algorithm: "table_comparison"
6767   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6768   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6769   filter: "'NIC_Intel-XXV710'"
6770   columns:
6771     - title: "3n-skx"
6772       data-set: "dpdk-compare-topologies-ref"
6773     - title: "2n-skx"
6774       data-set: "dpdk-compare-topologies-cmp"
6775   comparisons:
6776     - title: "Diff"
6777       reference: 1
6778       compare: 2
6779   legend:
6780     - ""
6781     - "3n-skx, 2n-skx - topologies tested."
6782     - "Diff - difference between 3n-skx and 2n-skx topologies."
6783
6784 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6785 - type: "table"
6786   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6787   algorithm: "table_comparison"
6788   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6789   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6790   filter: "'NIC_Intel-XXV710'"
6791   columns:
6792     - title: "3n-skx"
6793       data-set: "dpdk-compare-topologies-ref"
6794     - title: "2n-skx"
6795       data-set: "dpdk-compare-topologies-cmp"
6796   comparisons:
6797     - title: "Diff"
6798       reference: 1
6799       compare: 2
6800   legend:
6801     - ""
6802     - "3n-skx, 2n-skx - topologies tested."
6803     - "Diff - difference between 3n-skx and 2n-skx topologies."
6804
6805 # Detailed Test Results - DPDK Performance Results 3n-hsw
6806 - type: "table"
6807   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6808   algorithm: "table_merged_details"
6809   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6810   columns:
6811     - title: " |prein| Test Name |preout| "
6812       data: "data name"
6813     - 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| "
6814       data: "data msg"
6815   data: "dpdk-perf-results-3n-hsw"
6816   filter: "all"
6817   parameters:
6818   - "name"
6819   - "parent"
6820   - "msg"
6821
6822 # Detailed Test Results - DPDK Performance Results 3n-skx
6823 - type: "table"
6824   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6825   algorithm: "table_merged_details"
6826   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6827   columns:
6828     - title: " |prein| Test Name |preout| "
6829       data: "data name"
6830     - 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| "
6831       data: "data msg"
6832   data: "dpdk-perf-results-3n-skx"
6833   filter: "all"
6834   remove-ndr: False
6835   parameters:
6836   - "name"
6837   - "parent"
6838   - "msg"
6839
6840 # Detailed Test Results - DPDK Performance Results 2n-skx
6841 - type: "table"
6842   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6843   algorithm: "table_merged_details"
6844   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6845   columns:
6846     - title: " |prein| Test Name |preout| "
6847       data: "data name"
6848     - 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| "
6849       data: "data msg"
6850   data: "dpdk-perf-results-2n-skx"
6851   filter: "all"
6852   remove-ndr: False
6853   parameters:
6854   - "name"
6855   - "parent"
6856   - "msg"
6857
6858 # Detailed Test Results - DPDK Performance Results 2n-clx
6859 - type: "table"
6860   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6861   algorithm: "table_merged_details"
6862   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6863   columns:
6864     - title: " |prein| Test Name |preout| "
6865       data: "data name"
6866     - 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| "
6867       data: "data msg"
6868   data: "dpdk-perf-results-2n-clx"
6869   filter: "all"
6870   parameters:
6871   - "name"
6872   - "parent"
6873   - "msg"
6874
6875 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6876 #- type: "table"
6877 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6878 #  algorithm: "table_merged_details"
6879 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6880 #  columns:
6881 #    - title: " |prein| Test Name |preout| "
6882 #      data: "data name"
6883 #    - 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| "
6884 #      data: "data msg"
6885 #  data: "dpdk-perf-results-2n-dnv"
6886 #  filter: "all"
6887 #  parameters:
6888 #  - "name"
6889 #  - "parent"
6890 #  - "msg"
6891 #
6892 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6893 #- type: "table"
6894 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6895 #  algorithm: "table_merged_details"
6896 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6897 #  columns:
6898 #    - title: " |prein| Test Name |preout| "
6899 #      data: "data name"
6900 #    - 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| "
6901 #      data: "data msg"
6902 #  data: "dpdk-perf-results-3n-dnv"
6903 #  filter: "all"
6904 #  parameters:
6905 #  - "name"
6906 #  - "parent"
6907 #  - "msg"
6908
6909 # Detailed Test Results - DPDK Performance Results 3n-tsh
6910 - type: "table"
6911   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6912   algorithm: "table_merged_details"
6913   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6914   columns:
6915     - title: " |prein| Test Name |preout| "
6916       data: "data name"
6917     - 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| "
6918       data: "data msg"
6919   data: "dpdk-perf-results-3n-tsh"
6920   filter: "all"
6921   parameters:
6922   - "name"
6923   - "parent"
6924   - "msg"
6925
6926 ################################################################################
6927 ###                                F I L E S                                 ###
6928 ################################################################################
6929
6930 # VPP Performance Results
6931 - type: "file"
6932   title: "VPP Performance Results"
6933   algorithm: "file_details_split"
6934   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6935   dir-tables:
6936     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6937     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6938     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6939     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6940     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6941     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6942     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6943   data:
6944     - "vpp-perf-results-2n-skx"
6945     - "vpp-perf-results-3n-skx"
6946     - "vpp-perf-results-2n-clx"
6947     - "vpp-perf-results-3n-hsw"
6948     - "vpp-perf-results-3n-tsh"
6949     - "vpp-perf-results-2n-dnv"
6950     - "vpp-perf-results-3n-dnv"
6951   filter: "all"
6952   data-start-level: 4
6953   order-chapters:
6954     level-1:
6955       - "l2"
6956       - "ip4"
6957       - "ip6"
6958       - "srv6"
6959       - "ip4_tunnels"
6960       - "ip6_tunnels"
6961       - "vm_vhost"
6962       - "container_memif"
6963       - "crypto"
6964       - "vts"
6965       - "lb"
6966       - "nfv_density"
6967       - "hoststack"
6968     level-2:
6969       - "2n-skx"
6970       - "3n-skx"
6971       - "2n-clx"
6972       - "3n-hsw"
6973       - "3n-tsh"
6974       - "2n-dnv"
6975       - "3n-dnv"
6976     level-3:
6977       - "xl710"
6978       - "x520"
6979       - "xxv710"
6980       - "x710"
6981       - "x553"
6982       - "cx556a"
6983       - "vic1227"
6984       - "vic1385"
6985
6986 # VPP Performance Configuration
6987 - type: "file"
6988   title: "VPP Performance Configuration"
6989   algorithm: "file_details_split"
6990   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6991   dir-tables:
6992     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6993     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6994     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6995     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6996     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6997     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6998     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6999   data:
7000     - "vpp-perf-results-2n-skx"
7001     - "vpp-perf-results-3n-skx"
7002     - "vpp-perf-results-2n-clx"
7003     - "vpp-perf-results-3n-hsw"
7004     - "vpp-perf-results-3n-tsh"
7005     - "vpp-perf-results-2n-dnv"
7006     - "vpp-perf-results-3n-dnv"
7007   filter: "all"
7008   data-start-level: 4
7009   order-chapters:
7010     level-1:
7011       - "l2"
7012       - "ip4"
7013       - "ip6"
7014       - "srv6"
7015       - "ip4_tunnels"
7016       - "ip6_tunnels"
7017       - "vm_vhost"
7018       - "container_memif"
7019       - "crypto"
7020       - "vts"
7021       - "lb"
7022       - "nfv_density"
7023       - "hoststack"
7024     level-2:
7025       - "2n-skx"
7026       - "3n-skx"
7027       - "2n-clx"
7028       - "3n-hsw"
7029       - "3n-tsh"
7030       - "2n-dnv"
7031       - "3n-dnv"
7032     level-3:
7033       - "xl710"
7034       - "x520"
7035       - "xxv710"
7036       - "x710"
7037       - "x553"
7038       - "cx556a"
7039       - "vic1227"
7040       - "vic1385"
7041
7042 # VPP Performance Operational
7043 - type: "file"
7044   title: "VPP Performance Operational"
7045   algorithm: "file_details_split_html"
7046   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7047   dir-tables:
7048     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7049     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7050     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7051     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7052     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7053     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7054     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7055   data:
7056     - "vpp-perf-results-2n-skx"
7057     - "vpp-perf-results-3n-skx"
7058     - "vpp-perf-results-2n-clx"
7059     - "vpp-perf-results-3n-hsw"
7060     - "vpp-perf-results-3n-tsh"
7061     - "vpp-perf-results-2n-dnv"
7062     - "vpp-perf-results-3n-dnv"
7063   filter: "all"
7064   data-start-level: 4
7065   order-chapters:
7066     level-1:
7067       - "l2"
7068       - "ip4"
7069       - "ip6"
7070       - "srv6"
7071       - "ip4_tunnels"
7072       - "ip6_tunnels"
7073       - "vm_vhost"
7074       - "container_memif"
7075       - "crypto"
7076       - "vts"
7077       - "lb"
7078       - "nfv_density"
7079       - "hoststack"
7080     level-2:
7081       - "2n-skx"
7082       - "3n-skx"
7083       - "2n-clx"
7084       - "3n-hsw"
7085       - "3n-tsh"
7086       - "2n-dnv"
7087       - "3n-dnv"
7088     level-3:
7089       - "xl710"
7090       - "x520"
7091       - "xxv710"
7092       - "x710"
7093       - "x553"
7094       - "cx556a"
7095       - "vic1227"
7096       - "vic1385"
7097
7098 # VPP MRR Results
7099 - type: "file"
7100   title: "VPP MRR Results"
7101   algorithm: "file_details_split"
7102   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7103   dir-tables:
7104     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7105     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7106     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7107     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7108     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7109     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7110     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7111   data:
7112     - "vpp-mrr-results-2n-skx"
7113     - "vpp-mrr-results-3n-skx"
7114     - "vpp-mrr-results-2n-clx"
7115     - "vpp-mrr-results-3n-hsw"
7116     - "vpp-mrr-results-3n-tsh"
7117     - "vpp-mrr-results-2n-dnv"
7118     - "vpp-mrr-results-3n-dnv"
7119   filter: "all"
7120   data-start-level: 4
7121   order-chapters:
7122     level-1:
7123       - "l2"
7124       - "ip4"
7125       - "ip6"
7126       - "srv6"
7127       - "ip4_tunnels"
7128       - "ip6_tunnels"
7129       - "vm_vhost"
7130       - "container_memif"
7131       - "crypto"
7132       - "vts"
7133       - "lb"
7134       - "nfv_density"
7135       - "hoststack"
7136     level-2:
7137       - "2n-skx"
7138       - "3n-skx"
7139       - "2n-clx"
7140       - "3n-hsw"
7141       - "3n-tsh"
7142       - "2n-dnv"
7143       - "3n-dnv"
7144     level-3:
7145       - "xl710"
7146       - "x520"
7147       - "xxv710"
7148       - "x710"
7149       - "x553"
7150       - "cx556a"
7151       - "vic1227"
7152       - "vic1385"
7153
7154 # VPP MRR Configuration
7155 - type: "file"
7156   title: "VPP MRR Configuration"
7157   algorithm: "file_details_split"
7158   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7159   dir-tables:
7160     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7161     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7162     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7163     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7164     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7165     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7166     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7167   data:
7168     - "vpp-mrr-results-2n-skx"
7169     - "vpp-mrr-results-3n-skx"
7170     - "vpp-mrr-results-2n-clx"
7171     - "vpp-mrr-results-3n-hsw"
7172     - "vpp-mrr-results-3n-tsh"
7173     - "vpp-mrr-results-2n-dnv"
7174     - "vpp-mrr-results-3n-dnv"
7175   filter: "all"
7176   data-start-level: 4
7177   order-chapters:
7178     level-1:
7179       - "l2"
7180       - "ip4"
7181       - "ip6"
7182       - "srv6"
7183       - "ip4_tunnels"
7184       - "ip6_tunnels"
7185       - "vm_vhost"
7186       - "container_memif"
7187       - "crypto"
7188       - "vts"
7189       - "lb"
7190       - "nfv_density"
7191       - "hoststack"
7192     level-2:
7193       - "2n-skx"
7194       - "3n-skx"
7195       - "2n-clx"
7196       - "3n-hsw"
7197       - "3n-tsh"
7198       - "2n-dnv"
7199       - "3n-dnv"
7200     level-3:
7201       - "xl710"
7202       - "x520"
7203       - "xxv710"
7204       - "x710"
7205       - "x553"
7206       - "cx556a"
7207       - "vic1227"
7208       - "vic1385"
7209
7210 # VPP Device Results - Ubuntu
7211 - type: "file"
7212   title: "VPP Device Results - Ubuntu"
7213   algorithm: "file_test_results"
7214   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7215   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7216   data: "vpp-device-results-ubuntu"
7217   filter: "all"
7218   data-start-level: 4
7219
7220 # VPP Device Configuration - Ubuntu
7221 - type: "file"
7222   title: "VPP Device Configuration - Ubuntu"
7223   algorithm: "file_test_results"
7224   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7225   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7226   data: "vpp-device-results-ubuntu"
7227   filter: "all"
7228   data-start-level: 4
7229
7230 # DPDK Performance Results 3n-hsw
7231 - type: "file"
7232   title: "DPDK Performance Results 3n-hsw"
7233   algorithm: "file_test_results"
7234   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7235   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7236   data: "dpdk-perf-results-3n-hsw"
7237   filter: "all"
7238   data-start-level: 4
7239
7240 # DPDK Performance Results 3n-skx
7241 - type: "file"
7242   title: "DPDK Performance Results 3n-skx"
7243   algorithm: "file_test_results"
7244   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7245   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7246   data: "dpdk-perf-results-3n-skx"
7247   filter: "all"
7248   data-start-level: 4
7249
7250 # DPDK Performance Results 2n-skx
7251 - type: "file"
7252   title: "DPDK Performance Results 2n-skx"
7253   algorithm: "file_test_results"
7254   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7255   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7256   data: "dpdk-perf-results-2n-skx"
7257   filter: "all"
7258   data-start-level: 4
7259
7260 # DPDK Performance Results 2n-clx
7261 - type: "file"
7262   title: "DPDK Performance Results 2n-clx"
7263   algorithm: "file_test_results"
7264   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7265   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7266   data: "dpdk-perf-results-2n-clx"
7267   filter: "all"
7268   data-start-level: 4
7269
7270 ## DPDK Performance Results 2n-dnv
7271 #- type: "file"
7272 #  title: "DPDK Performance Results 2n-dnv"
7273 #  algorithm: "file_test_results"
7274 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7275 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7276 #  data: "dpdk-perf-results-2n-dnv"
7277 #  filter: "all"
7278 #  data-start-level: 4
7279 #
7280 ## DPDK Performance Results 3n-dnv
7281 #- type: "file"
7282 #  title: "DPDK Performance Results 3n-dnv"
7283 #  algorithm: "file_test_results"
7284 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7285 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7286 #  data: "dpdk-perf-results-3n-dnv"
7287 #  filter: "all"
7288 #  data-start-level: 4
7289
7290 # DPDK Performance Results 3n-tsh
7291 - type: "file"
7292   title: "DPDK Performance Results 3n-tsh"
7293   algorithm: "file_test_results"
7294   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7295   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7296   data: "dpdk-perf-results-3n-tsh"
7297   filter: "all"
7298   data-start-level: 4
7299
7300 ################################################################################
7301 ###                                P L O T S                                 ###
7302 ################################################################################
7303
7304 # Hoststack tests 3n-hsw
7305
7306 - type: "plot"
7307   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7308   algorithm: "plot_perf_box_name"
7309   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7310   data: "plot-vpp-hoststack-3n-hsw"
7311   include:
7312     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7313     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7314   layout:
7315     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7316     layout: "plot-hoststack"
7317
7318 - type: "plot"
7319   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7320   algorithm: "plot_perf_box_name"
7321   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7322   data: "plot-vpp-hoststack-3n-hsw"
7323   include:
7324     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7325     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7326   layout:
7327     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7328     layout: "plot-hoststack"
7329
7330 - type: "plot"
7331   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7332   algorithm: "plot_perf_box_name"
7333   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7334   data: "plot-vpp-hoststack-3n-hsw"
7335   include:
7336     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7337     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7338     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7339     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7340   layout:
7341     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7342     layout: "plot-hoststack"
7343
7344 ################################################################################
7345
7346 # Soak Test (PLRsearch), boxes - 2n-clx
7347 - type: "plot"
7348   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7349   algorithm: "plot_perf_box_name"
7350   output-file-type: ".html"
7351   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7352   data: "plot-vpp-soak-2n-clx"
7353   include:
7354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7360   layout:
7361     title: "30 Minutes Soak Test (PLRsearch)"
7362     layout: "plot-soak-throughput"
7363
7364 # Soak Test (PLRsearch), boxes - 2n-clx
7365 - type: "plot"
7366   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7367   algorithm: "plot_perf_box_name"
7368   output-file-type: ".html"
7369   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7370   data: "plot-vpp-soak-2n-clx"
7371   include:
7372     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7373     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7374     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7375     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7377     - "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"
7378   layout:
7379     title: "30 Minutes Soak Test (PLRsearch)"
7380     layout: "plot-soak-throughput"
7381
7382 # Soak Test (PLRsearch), boxes - 2n-skx
7383 - type: "plot"
7384   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7385   algorithm: "plot_perf_box_name"
7386   output-file-type: ".html"
7387   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7388   data: "plot-vpp-soak-2n-skx"
7389   include:
7390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7396   layout:
7397     title: "30 Minutes Soak Test (PLRsearch)"
7398     layout: "plot-soak-throughput"
7399
7400 # Soak Test (PLRsearch), boxes - 2n-skx
7401 - type: "plot"
7402   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7403   algorithm: "plot_perf_box_name"
7404   output-file-type: ".html"
7405   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7406   data: "plot-vpp-soak-2n-skx"
7407   include:
7408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7410     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7413     - "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"
7414   layout:
7415     title: "30 Minutes Soak Test (PLRsearch)"
7416     layout: "plot-soak-throughput"
7417
7418 ###############################################################################
7419
7420 # Reconf tests 2n-skx
7421
7422 - type: "plot"
7423   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7424   algorithm: "plot_nf_reconf_box_name"
7425   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7426   data: "plot-vpp-nfv-reconf-2n-skx"
7427   include:
7428     - "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"
7429     - "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"
7430     - "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"
7431     - "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"
7432     - "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"
7433     - "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"
7434   layout:
7435     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7436     layout: "plot-throughput"
7437
7438 - type: "plot"
7439   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7440   algorithm: "plot_nf_reconf_box_name"
7441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7442   data: "plot-vpp-nfv-reconf-2n-skx"
7443   include:
7444     - "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"
7445     - "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"
7446     - "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"
7447     - "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"
7448     - "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"
7449     - "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"
7450   layout:
7451     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7452     layout: "plot-throughput"
7453
7454 - type: "plot"
7455   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7456   algorithm: "plot_nf_reconf_box_name"
7457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7458   data: "plot-vpp-nfv-reconf-2n-skx"
7459   include:
7460     - "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"
7461     - "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"
7462     - "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"
7463     - "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"
7464     - "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"
7465     - "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"
7466   layout:
7467     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7468     layout: "plot-throughput"
7469
7470 ###############################################################################
7471
7472 # Reconf tests 2n-clx
7473
7474 - type: "plot"
7475   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7476   algorithm: "plot_nf_reconf_box_name"
7477   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7478   data: "plot-vpp-nfv-reconf-2n-clx"
7479   include:
7480     - "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"
7481     - "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"
7482     - "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"
7483     - "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"
7484   layout:
7485     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7486     layout: "plot-throughput"
7487
7488 - type: "plot"
7489   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7490   algorithm: "plot_nf_reconf_box_name"
7491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7492   data: "plot-vpp-nfv-reconf-2n-clx"
7493   include:
7494     - "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"
7495     - "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"
7496     - "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"
7497     - "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"
7498   layout:
7499     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7500     layout: "plot-throughput"
7501
7502 - type: "plot"
7503   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7504   algorithm: "plot_nf_reconf_box_name"
7505   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7506   data: "plot-vpp-nfv-reconf-2n-clx"
7507   include:
7508     - "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"
7509     - "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"
7510     - "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"
7511     - "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"
7512   layout:
7513     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7514     layout: "plot-throughput"
7515
7516 ###############################################################################
7517
7518 # Plots - NF Density - VSC - MRR IMIX
7519 - type: "plot"
7520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7521   algorithm: "plot_nf_heatmap"
7522   output-file-type: ".html"
7523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7524   data: "plot-vpp-nfv-2n-skx-mrr"
7525   filter: "'NIC_Intel-XXV710' and
7526            'NF_DENSITY' and
7527            'VHOST' and
7528            not 'VXLAN' and
7529            'CHAIN' and
7530            'NF_VPPIP4' and
7531            'IMIX' and
7532            '2T1C' and
7533            'MRR'"
7534   parameters:
7535   - "result"
7536   - "name"
7537   - "tags"
7538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7539   x-axis: "X = VNFs per Service Chain"
7540   y-axis: "Y = Number of Service Chains"
7541   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7542   layout:
7543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7544     layout: "plot-service-density"
7545
7546 - type: "plot"
7547   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7548   algorithm: "plot_nf_heatmap"
7549   output-file-type: ".html"
7550   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7551   data: "plot-vpp-nfv-2n-skx-mrr"
7552   filter: "'NIC_Intel-XXV710' and
7553            'NF_DENSITY' and
7554            'VHOST' and
7555            not 'VXLAN' and
7556            'CHAIN' and
7557            'NF_VPPIP4' and
7558            'IMIX' and
7559            '4T2C' and
7560            'MRR'"
7561   parameters:
7562   - "result"
7563   - "name"
7564   - "tags"
7565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7566   x-axis: "X = VNFs per Service Chain"
7567   y-axis: "Y = Number of Service Chains"
7568   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7569   layout:
7570     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7571     layout: "plot-service-density"
7572
7573 - type: "plot"
7574   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7575   algorithm: "plot_nf_heatmap"
7576   output-file-type: ".html"
7577   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7578   data: "plot-vpp-nfv-2n-skx-mrr"
7579   filter: "'NIC_Intel-XXV710' and
7580            'NF_DENSITY' and
7581            'VHOST' and
7582            not 'VXLAN' and
7583            'CHAIN' and
7584            'NF_VPPIP4' and
7585            'IMIX' and
7586            '8T4C' and
7587            'MRR'"
7588   parameters:
7589   - "result"
7590   - "name"
7591   - "tags"
7592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7593   x-axis: "X = VNFs per Service Chain"
7594   y-axis: "Y = Number of Service Chains"
7595   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7596   layout:
7597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7598     layout: "plot-service-density"
7599
7600 # Plots - NF Density - VSC - NDR IMIX
7601 - type: "plot"
7602   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7603   algorithm: "plot_nf_heatmap"
7604   output-file-type: ".html"
7605   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7606   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7607   filter: "'NIC_Intel-XXV710' and
7608            'NF_DENSITY' and
7609            'VHOST' and
7610            not 'VXLAN' and
7611            'CHAIN' and
7612            'NF_VPPIP4' and
7613            'IMIX' and
7614            '2T1C' and
7615            'NDRPDR'"
7616   parameters:
7617   - "throughput"
7618   - "name"
7619   - "tags"
7620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7621   x-axis: "X = VNFs per Service Chain"
7622   y-axis: "Y = Number of Service Chains"
7623   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7624   layout:
7625     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7626     layout: "plot-service-density"
7627
7628 - type: "plot"
7629   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7630   algorithm: "plot_nf_heatmap"
7631   output-file-type: ".html"
7632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7633   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7634   filter: "'NIC_Intel-XXV710' and
7635            'NF_DENSITY' and
7636            'VHOST' and
7637            not 'VXLAN' and
7638            'CHAIN' and
7639            'NF_VPPIP4' and
7640            'IMIX' and
7641            '4T2C' and
7642            'NDRPDR'"
7643   parameters:
7644   - "throughput"
7645   - "name"
7646   - "tags"
7647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7648   x-axis: "X = VNFs per Service Chain"
7649   y-axis: "Y = Number of Service Chains"
7650   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7651   layout:
7652     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7653     layout: "plot-service-density"
7654
7655 - type: "plot"
7656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7657   algorithm: "plot_nf_heatmap"
7658   output-file-type: ".html"
7659   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7660   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7661   filter: "'NIC_Intel-XXV710' and
7662            'NF_DENSITY' and
7663            'VHOST' and
7664            not 'VXLAN' and
7665            'CHAIN' and
7666            'NF_VPPIP4' and
7667            'IMIX' and
7668            '8T4C' and
7669            'NDRPDR'"
7670   parameters:
7671   - "throughput"
7672   - "name"
7673   - "tags"
7674   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7675   x-axis: "X = VNFs per Service Chain"
7676   y-axis: "Y = Number of Service Chains"
7677   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7678   layout:
7679     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7680     layout: "plot-service-density"
7681
7682 # Plots - NF Density - VSC - PDR IMIX
7683 - type: "plot"
7684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7685   algorithm: "plot_nf_heatmap"
7686   output-file-type: ".html"
7687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7688   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7689   filter: "'NIC_Intel-XXV710' and
7690            'NF_DENSITY' and
7691            'VHOST' and
7692            not 'VXLAN' and
7693            'CHAIN' and
7694            'NF_VPPIP4' and
7695            'IMIX' and
7696            '2T1C' and
7697            'NDRPDR'"
7698   parameters:
7699   - "throughput"
7700   - "name"
7701   - "tags"
7702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7703   x-axis: "X = VNFs per Service Chain"
7704   y-axis: "Y = Number of Service Chains"
7705   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7706   layout:
7707     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7708     layout: "plot-service-density"
7709
7710 - type: "plot"
7711   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7712   algorithm: "plot_nf_heatmap"
7713   output-file-type: ".html"
7714   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7715   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7716   filter: "'NIC_Intel-XXV710' and
7717            'NF_DENSITY' and
7718            'VHOST' and
7719            not 'VXLAN' and
7720            'CHAIN' and
7721            'NF_VPPIP4' and
7722            'IMIX' and
7723            '4T2C' and
7724            'NDRPDR'"
7725   parameters:
7726   - "throughput"
7727   - "name"
7728   - "tags"
7729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7730   x-axis: "X = VNFs per Service Chain"
7731   y-axis: "Y = Number of Service Chains"
7732   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7733   layout:
7734     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7735     layout: "plot-service-density"
7736
7737 - type: "plot"
7738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7739   algorithm: "plot_nf_heatmap"
7740   output-file-type: ".html"
7741   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7742   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7743   filter: "'NIC_Intel-XXV710' and
7744            'NF_DENSITY' and
7745            'VHOST' and
7746            not 'VXLAN' and
7747            'CHAIN' and
7748            'NF_VPPIP4' and
7749            'IMIX' and
7750            '8T4C' and
7751            'NDRPDR'"
7752   parameters:
7753   - "throughput"
7754   - "name"
7755   - "tags"
7756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7757   x-axis: "X = VNFs per Service Chain"
7758   y-axis: "Y = Number of Service Chains"
7759   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7760   layout:
7761     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7762     layout: "plot-service-density"
7763
7764 ###############################################################################
7765
7766 # Plots - NF Density - VSC - MRR IMIX
7767 - type: "plot"
7768   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7769   algorithm: "plot_nf_heatmap"
7770   output-file-type: ".html"
7771   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7772   data: "plot-vpp-nfv-2n-skx-mrr"
7773   filter: "'NIC_Intel-XXV710' and
7774            'NF_DENSITY' and
7775            'VHOST' and
7776            'VXLAN' and
7777            'CHAIN' and
7778            'IMIX' and
7779            '2T1C' and
7780            'MRR'"
7781   parameters:
7782   - "result"
7783   - "name"
7784   - "tags"
7785   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7786   x-axis: "X = VNFs per Service Chain"
7787   y-axis: "Y = Number of Service Chains"
7788   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7789   layout:
7790     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7791     layout: "plot-service-density"
7792
7793 - type: "plot"
7794   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7795   algorithm: "plot_nf_heatmap"
7796   output-file-type: ".html"
7797   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7798   data: "plot-vpp-nfv-2n-skx-mrr"
7799   filter: "'NIC_Intel-XXV710' and
7800            'NF_DENSITY' and
7801            'VHOST' and
7802            'VXLAN' and
7803            'CHAIN' and
7804            'IMIX' and
7805            '4T2C' and
7806            'MRR'"
7807   parameters:
7808   - "result"
7809   - "name"
7810   - "tags"
7811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7812   x-axis: "X = VNFs per Service Chain"
7813   y-axis: "Y = Number of Service Chains"
7814   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7815   layout:
7816     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7817     layout: "plot-service-density"
7818
7819 - type: "plot"
7820   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7821   algorithm: "plot_nf_heatmap"
7822   output-file-type: ".html"
7823   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7824   data: "plot-vpp-nfv-2n-skx-mrr"
7825   filter: "'NIC_Intel-XXV710' and
7826            'NF_DENSITY' and
7827            'VHOST' and
7828            'VXLAN' and
7829            'CHAIN' and
7830            'IMIX' and
7831            '8T4C' and
7832            'MRR'"
7833   parameters:
7834   - "result"
7835   - "name"
7836   - "tags"
7837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7838   x-axis: "X = VNFs per Service Chain"
7839   y-axis: "Y = Number of Service Chains"
7840   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7841   layout:
7842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7843     layout: "plot-service-density"
7844
7845 # Plots - NF Density - VSC - NDR IMIX
7846 - type: "plot"
7847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7848   algorithm: "plot_nf_heatmap"
7849   output-file-type: ".html"
7850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7851   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7852   filter: "'NIC_Intel-XXV710' and
7853            'NF_DENSITY' and
7854            'VHOST' and
7855            'VXLAN' and
7856            'CHAIN' and
7857            'IMIX' and
7858            '2T1C' and
7859            'NDRPDR'"
7860   parameters:
7861   - "throughput"
7862   - "name"
7863   - "tags"
7864   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7865   x-axis: "X = VNFs per Service Chain"
7866   y-axis: "Y = Number of Service Chains"
7867   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7868   layout:
7869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7870     layout: "plot-service-density"
7871
7872 - type: "plot"
7873   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7874   algorithm: "plot_nf_heatmap"
7875   output-file-type: ".html"
7876   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7877   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7878   filter: "'NIC_Intel-XXV710' and
7879            'NF_DENSITY' and
7880            'VHOST' and
7881            'VXLAN' and
7882            'CHAIN' and
7883            'IMIX' and
7884            '4T2C' and
7885            'NDRPDR'"
7886   parameters:
7887   - "throughput"
7888   - "name"
7889   - "tags"
7890   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7891   x-axis: "X = VNFs per Service Chain"
7892   y-axis: "Y = Number of Service Chains"
7893   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7894   layout:
7895     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7896     layout: "plot-service-density"
7897
7898 - type: "plot"
7899   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7900   algorithm: "plot_nf_heatmap"
7901   output-file-type: ".html"
7902   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7903   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7904   filter: "'NIC_Intel-XXV710' and
7905            'NF_DENSITY' and
7906            'VHOST' and
7907            'VXLAN' and
7908            'CHAIN' and
7909            'IMIX' and
7910            '8T4C' and
7911            'NDRPDR'"
7912   parameters:
7913   - "throughput"
7914   - "name"
7915   - "tags"
7916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7917   x-axis: "X = VNFs per Service Chain"
7918   y-axis: "Y = Number of Service Chains"
7919   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7920   layout:
7921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7922     layout: "plot-service-density"
7923
7924 # Plots - NF Density - VSC - PDR IMIX
7925 - type: "plot"
7926   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7927   algorithm: "plot_nf_heatmap"
7928   output-file-type: ".html"
7929   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7930   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7931   filter: "'NIC_Intel-XXV710' and
7932            'NF_DENSITY' and
7933            'VHOST' and
7934            'VXLAN' and
7935            'CHAIN' and
7936            'IMIX' and
7937            '2T1C' and
7938            'NDRPDR'"
7939   parameters:
7940   - "throughput"
7941   - "name"
7942   - "tags"
7943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7944   x-axis: "X = VNFs per Service Chain"
7945   y-axis: "Y = Number of Service Chains"
7946   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7947   layout:
7948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7949     layout: "plot-service-density"
7950
7951 - type: "plot"
7952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7953   algorithm: "plot_nf_heatmap"
7954   output-file-type: ".html"
7955   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7956   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7957   filter: "'NIC_Intel-XXV710' and
7958            'NF_DENSITY' and
7959            'VHOST' and
7960            'VXLAN' and
7961            'CHAIN' and
7962            'IMIX' and
7963            '4T2C' and
7964            'NDRPDR'"
7965   parameters:
7966   - "throughput"
7967   - "name"
7968   - "tags"
7969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7970   x-axis: "X = VNFs per Service Chain"
7971   y-axis: "Y = Number of Service Chains"
7972   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7973   layout:
7974     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7975     layout: "plot-service-density"
7976
7977 - type: "plot"
7978   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7979   algorithm: "plot_nf_heatmap"
7980   output-file-type: ".html"
7981   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7982   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7983   filter: "'NIC_Intel-XXV710' and
7984            'NF_DENSITY' and
7985            'VHOST' and
7986            'VXLAN' and
7987            'CHAIN' and
7988            'IMIX' and
7989            '8T4C' and
7990            'NDRPDR'"
7991   parameters:
7992   - "throughput"
7993   - "name"
7994   - "tags"
7995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7996   x-axis: "X = VNFs per Service Chain"
7997   y-axis: "Y = Number of Service Chains"
7998   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7999   layout:
8000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8001     layout: "plot-service-density"
8002
8003 ###############################################################################
8004
8005 # Plots - NF Density - CSC - MRR IMIX
8006 - type: "plot"
8007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8008   algorithm: "plot_nf_heatmap"
8009   output-file-type: ".html"
8010   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8011   data: "plot-vpp-nfv-2n-skx-mrr"
8012   filter: "'NIC_Intel-XXV710' and
8013            'NF_DENSITY' and
8014            'DOCKER' and
8015            'CHAIN' and
8016            'NF_VPPIP4' and
8017            'IMIX' and
8018            '2T1C' and
8019            'MRR'"
8020   parameters:
8021   - "result"
8022   - "name"
8023   - "tags"
8024   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8025   x-axis: "X = CNFs per Service Chain"
8026   y-axis: "Y = Number of Service Chains"
8027   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8028   layout:
8029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8030     layout: "plot-service-density"
8031
8032 - type: "plot"
8033   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8034   algorithm: "plot_nf_heatmap"
8035   output-file-type: ".html"
8036   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8037   data: "plot-vpp-nfv-2n-skx-mrr"
8038   filter: "'NIC_Intel-XXV710' and
8039            'NF_DENSITY' and
8040            'DOCKER' and
8041            'CHAIN' and
8042            'NF_VPPIP4' and
8043            'IMIX' and
8044            '4T2C' and
8045            'MRR'"
8046   parameters:
8047   - "result"
8048   - "name"
8049   - "tags"
8050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8051   x-axis: "X = CNFs per Service Chain"
8052   y-axis: "Y = Number of Service Chains"
8053   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8054   layout:
8055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8056     layout: "plot-service-density"
8057
8058 - type: "plot"
8059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8060   algorithm: "plot_nf_heatmap"
8061   output-file-type: ".html"
8062   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8063   data: "plot-vpp-nfv-2n-skx-mrr"
8064   filter: "'NIC_Intel-XXV710' and
8065            'NF_DENSITY' and
8066            'DOCKER' and
8067            'CHAIN' and
8068            'NF_VPPIP4' and
8069            'IMIX' and
8070            '8T4C' and
8071            'MRR'"
8072   parameters:
8073   - "result"
8074   - "name"
8075   - "tags"
8076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8077   x-axis: "X = CNFs per Service Chain"
8078   y-axis: "Y = Number of Service Chains"
8079   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8080   layout:
8081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8082     layout: "plot-service-density"
8083
8084 # Plots - NF Density - CSC - NDR IMIX
8085 - type: "plot"
8086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8087   algorithm: "plot_nf_heatmap"
8088   output-file-type: ".html"
8089   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8090   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8091   filter: "'NIC_Intel-XXV710' and
8092            'NF_DENSITY' and
8093            'DOCKER' and
8094            'CHAIN' and
8095            'NF_VPPIP4' and
8096            'IMIX' and
8097            '2T1C' and
8098            'NDRPDR'"
8099   parameters:
8100   - "throughput"
8101   - "name"
8102   - "tags"
8103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8104   x-axis: "X = CNFs per Service Chain"
8105   y-axis: "Y = Number of Service Chains"
8106   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8107   layout:
8108     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8109     layout: "plot-service-density"
8110
8111 - type: "plot"
8112   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8113   algorithm: "plot_nf_heatmap"
8114   output-file-type: ".html"
8115   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8116   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8117   filter: "'NIC_Intel-XXV710' and
8118            'NF_DENSITY' and
8119            'DOCKER' and
8120            'CHAIN' and
8121            'NF_VPPIP4' and
8122            'IMIX' and
8123            '4T2C' and
8124            'NDRPDR'"
8125   parameters:
8126   - "throughput"
8127   - "name"
8128   - "tags"
8129   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8130   x-axis: "X = CNFs per Service Chain"
8131   y-axis: "Y = Number of Service Chains"
8132   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8133   layout:
8134     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8135     layout: "plot-service-density"
8136
8137 - type: "plot"
8138   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8139   algorithm: "plot_nf_heatmap"
8140   output-file-type: ".html"
8141   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8142   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8143   filter: "'NIC_Intel-XXV710' and
8144            'NF_DENSITY' and
8145            'DOCKER' and
8146            'CHAIN' and
8147            'NF_VPPIP4' and
8148            'IMIX' and
8149            '8T4C' and
8150            'NDRPDR'"
8151   parameters:
8152   - "throughput"
8153   - "name"
8154   - "tags"
8155   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8156   x-axis: "X = CNFs per Service Chain"
8157   y-axis: "Y = Number of Service Chains"
8158   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8159   layout:
8160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8161     layout: "plot-service-density"
8162
8163 # Plots - NF Density - CSC - PDR IMIX
8164 - type: "plot"
8165   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8166   algorithm: "plot_nf_heatmap"
8167   output-file-type: ".html"
8168   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8169   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8170   filter: "'NIC_Intel-XXV710' and
8171            'NF_DENSITY' and
8172            'DOCKER' and
8173            'CHAIN' and
8174            'NF_VPPIP4' and
8175            'IMIX' and
8176            '2T1C' and
8177            'NDRPDR'"
8178   parameters:
8179   - "throughput"
8180   - "name"
8181   - "tags"
8182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8183   x-axis: "X = CNFs per Service Chain"
8184   y-axis: "Y = Number of Service Chains"
8185   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8186   layout:
8187     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8188     layout: "plot-service-density"
8189
8190 - type: "plot"
8191   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8192   algorithm: "plot_nf_heatmap"
8193   output-file-type: ".html"
8194   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8195   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8196   filter: "'NIC_Intel-XXV710' and
8197            'NF_DENSITY' and
8198            'DOCKER' and
8199            'CHAIN' and
8200            'NF_VPPIP4' and
8201            'IMIX' and
8202            '4T2C' and
8203            'NDRPDR'"
8204   parameters:
8205   - "throughput"
8206   - "name"
8207   - "tags"
8208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8209   x-axis: "X = CNFs per Service Chain"
8210   y-axis: "Y = Number of Service Chains"
8211   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8212   layout:
8213     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8214     layout: "plot-service-density"
8215
8216 - type: "plot"
8217   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8218   algorithm: "plot_nf_heatmap"
8219   output-file-type: ".html"
8220   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8221   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8222   filter: "'NIC_Intel-XXV710' and
8223            'NF_DENSITY' and
8224            'DOCKER' and
8225            'CHAIN' and
8226            'NF_VPPIP4' and
8227            'IMIX' and
8228            '8T4C' and
8229            'NDRPDR'"
8230   parameters:
8231   - "throughput"
8232   - "name"
8233   - "tags"
8234   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8235   x-axis: "X = CNFs per Service Chain"
8236   y-axis: "Y = Number of Service Chains"
8237   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8238   layout:
8239     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8240     layout: "plot-service-density"
8241
8242 ################################################################################
8243 #
8244 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8245 #- type: "plot"
8246 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8247 #  algorithm: "plot_nf_heatmap"
8248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8249 #  data: "plot-vpp-nfv-3n-skx-mrr"
8250 #  filter: "'NIC_Intel-XXV710' and
8251 #           'NF_DENSITY' and
8252 #           'DOCKER' and
8253 #           'CHAIN' and
8254 #           'NF_VPPIP4' and
8255 #           'IPSEC' and
8256 #           'TNL_4' and
8257 #           'IMIX' and
8258 #           '2T1C' and
8259 #           'MRR'"
8260 #  parameters:
8261 #  - "result"
8262 #  - "name"
8263 #  - "tags"
8264 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8265 #  x-axis: "X = CNFs per Service Chain"
8266 #  y-axis: "Y = Number of Service Chains"
8267 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8268 #  layout:
8269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8270 #    layout: "plot-service-density"
8271 #
8272 #- type: "plot"
8273 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8274 #  algorithm: "plot_nf_heatmap"
8275 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8276 #  data: "plot-vpp-nfv-3n-skx-mrr"
8277 #  filter: "'NIC_Intel-XXV710' and
8278 #           'NF_DENSITY' and
8279 #           'DOCKER' and
8280 #           'CHAIN' and
8281 #           'NF_VPPIP4' and
8282 #           'IPSEC' and
8283 #           'TNL_4' and
8284 #           'IMIX' and
8285 #           '4T2C' and
8286 #           'MRR'"
8287 #  parameters:
8288 #  - "result"
8289 #  - "name"
8290 #  - "tags"
8291 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8292 #  x-axis: "X = CNFs per Service Chain"
8293 #  y-axis: "Y = Number of Service Chains"
8294 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8295 #  layout:
8296 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8297 #    layout: "plot-service-density"
8298 #
8299 #- type: "plot"
8300 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8301 #  algorithm: "plot_nf_heatmap"
8302 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8303 #  data: "plot-vpp-nfv-3n-skx-mrr"
8304 #  filter: "'NIC_Intel-XXV710' and
8305 #           'NF_DENSITY' and
8306 #           'DOCKER' and
8307 #           'CHAIN' and
8308 #           'NF_VPPIP4' and
8309 #           'IPSEC' and
8310 #           'TNL_4' and
8311 #           'IMIX' and
8312 #           '8T4C' and
8313 #           'MRR'"
8314 #  parameters:
8315 #  - "result"
8316 #  - "name"
8317 #  - "tags"
8318 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8319 #  x-axis: "X = CNFs per Service Chain"
8320 #  y-axis: "Y = Number of Service Chains"
8321 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8322 #  layout:
8323 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8324 #    layout: "plot-service-density"
8325
8326 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8327 #- type: "plot"
8328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8329 #  algorithm: "plot_nf_heatmap"
8330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8331 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8332 #  filter: "'NIC_Intel-XXV710' and
8333 #           'NF_DENSITY' and
8334 #           'DOCKER' and
8335 #           'CHAIN' and
8336 #           'NF_VPPIP4' and
8337 #           'IPSEC' and
8338 #           'TNL_4' and
8339 #           'IMIX' and
8340 #           '2T1C' and
8341 #           'NDRPDR'"
8342 #  parameters:
8343 #  - "throughput"
8344 #  - "name"
8345 #  - "tags"
8346 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8347 #  x-axis: "X = CNFs per Service Chain"
8348 #  y-axis: "Y = Number of Service Chains"
8349 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8350 #  layout:
8351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8352 #    layout: "plot-service-density"
8353 #
8354 #- type: "plot"
8355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8356 #  algorithm: "plot_nf_heatmap"
8357 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8358 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8359 #  filter: "'NIC_Intel-XXV710' and
8360 #           'NF_DENSITY' and
8361 #           'DOCKER' and
8362 #           'CHAIN' and
8363 #           'NF_VPPIP4' and
8364 #           'IPSEC' and
8365 #           'TNL_4' and
8366 #           'IMIX' and
8367 #           '4T2C' and
8368 #           'NDRPDR'"
8369 #  parameters:
8370 #  - "throughput"
8371 #  - "name"
8372 #  - "tags"
8373 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8374 #  x-axis: "X = CNFs per Service Chain"
8375 #  y-axis: "Y = Number of Service Chains"
8376 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8377 #  layout:
8378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8379 #    layout: "plot-service-density"
8380 #
8381 #- type: "plot"
8382 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8383 #  algorithm: "plot_nf_heatmap"
8384 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8385 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8386 #  filter: "'NIC_Intel-XXV710' and
8387 #           'NF_DENSITY' and
8388 #           'DOCKER' and
8389 #           'CHAIN' and
8390 #           'NF_VPPIP4' and
8391 #           'IPSEC' and
8392 #           'TNL_4' and
8393 #           'IMIX' and
8394 #           '8T4C' and
8395 #           'NDRPDR'"
8396 #  parameters:
8397 #  - "throughput"
8398 #  - "name"
8399 #  - "tags"
8400 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8401 #  x-axis: "X = CNFs per Service Chain"
8402 #  y-axis: "Y = Number of Service Chains"
8403 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8404 #  layout:
8405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8406 #    layout: "plot-service-density"
8407 #
8408 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8409 #- type: "plot"
8410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8411 #  algorithm: "plot_nf_heatmap"
8412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8413 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8414 #  filter: "'NIC_Intel-XXV710' and
8415 #           'NF_DENSITY' and
8416 #           'DOCKER' and
8417 #           'CHAIN' and
8418 #           'NF_VPPIP4' and
8419 #           'IPSEC' and
8420 #           'TNL_4' and
8421 #           'IMIX' and
8422 #           '2T1C' and
8423 #           'NDRPDR'"
8424 #  parameters:
8425 #  - "throughput"
8426 #  - "name"
8427 #  - "tags"
8428 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8429 #  x-axis: "X = CNFs per Service Chain"
8430 #  y-axis: "Y = Number of Service Chains"
8431 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8432 #  layout:
8433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8434 #    layout: "plot-service-density"
8435 #
8436 #- type: "plot"
8437 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8438 #  algorithm: "plot_nf_heatmap"
8439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8440 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8441 #  filter: "'NIC_Intel-XXV710' and
8442 #           'NF_DENSITY' and
8443 #           'DOCKER' and
8444 #           'CHAIN' and
8445 #           'NF_VPPIP4' and
8446 #           'IPSEC' and
8447 #           'TNL_4' and
8448 #           'IMIX' and
8449 #           '4T2C' and
8450 #           'NDRPDR'"
8451 #  parameters:
8452 #  - "throughput"
8453 #  - "name"
8454 #  - "tags"
8455 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8456 #  x-axis: "X = CNFs per Service Chain"
8457 #  y-axis: "Y = Number of Service Chains"
8458 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8459 #  layout:
8460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8461 #    layout: "plot-service-density"
8462 #
8463 #- type: "plot"
8464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8465 #  algorithm: "plot_nf_heatmap"
8466 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8467 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8468 #  filter: "'NIC_Intel-XXV710' and
8469 #           'NF_DENSITY' and
8470 #           'DOCKER' and
8471 #           'CHAIN' and
8472 #           'NF_VPPIP4' and
8473 #           'IPSEC' and
8474 #           'TNL_4' and
8475 #           'IMIX' and
8476 #           '8T4C' and
8477 #           'NDRPDR'"
8478 #  parameters:
8479 #  - "throughput"
8480 #  - "name"
8481 #  - "tags"
8482 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8483 #  x-axis: "X = CNFs per Service Chain"
8484 #  y-axis: "Y = Number of Service Chains"
8485 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8486 #  layout:
8487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8488 #    layout: "plot-service-density"
8489
8490 ###############################################################################
8491
8492 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8493 #- type: "plot"
8494 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8495 #  algorithm: "plot_nf_heatmap"
8496 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8497 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8498 #  filter: "'NIC_Intel-XL710' and
8499 #           'NF_DENSITY' and
8500 #           'DOCKER' and
8501 #           'CHAIN' and
8502 #           'NF_VPPIP4' and
8503 #           'IMIX' and
8504 #           'TNL_4' and
8505 #           '1T1C' and
8506 #           'MRR'"
8507 #  parameters:
8508 #  - "result"
8509 #  - "name"
8510 #  - "tags"
8511 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8512 #  x-axis: "X = CNFs per Service Chain"
8513 #  y-axis: "Y = Number of Service Chains"
8514 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8515 #  layout:
8516 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8517 #    layout: "plot-service-density"
8518 #
8519 #- type: "plot"
8520 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8521 #  algorithm: "plot_nf_heatmap"
8522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8523 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8524 #  filter: "'NIC_Intel-XL710' and
8525 #           'NF_DENSITY' and
8526 #           'DOCKER' and
8527 #           'CHAIN' and
8528 #           'NF_VPPIP4' and
8529 #           'IPSEC' and
8530 #           'TNL_4' and
8531 #           'IMIX' and
8532 #           '2T2C' and
8533 #           'MRR'"
8534 #  parameters:
8535 #  - "result"
8536 #  - "name"
8537 #  - "tags"
8538 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8539 #  x-axis: "X = CNFs per Service Chain"
8540 #  y-axis: "Y = Number of Service Chains"
8541 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8542 #  layout:
8543 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8544 #    layout: "plot-service-density"
8545 #
8546 #- type: "plot"
8547 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8548 #  algorithm: "plot_nf_heatmap"
8549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8550 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8551 #  filter: "'NIC_Intel-XL710' and
8552 #           'NF_DENSITY' and
8553 #           'DOCKER' and
8554 #           'CHAIN' and
8555 #           'NF_VPPIP4' and
8556 #           'IPSEC' and
8557 #           'TNL_4' and
8558 #           'IMIX' and
8559 #           '4T4C' and
8560 #           'MRR'"
8561 #  parameters:
8562 #  - "result"
8563 #  - "name"
8564 #  - "tags"
8565 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8566 #  x-axis: "X = CNFs per Service Chain"
8567 #  y-axis: "Y = Number of Service Chains"
8568 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8569 #  layout:
8570 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8571 #    layout: "plot-service-density"
8572
8573 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8574 #- type: "plot"
8575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8576 #  algorithm: "plot_nf_heatmap"
8577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8578 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8579 #  filter: "'NIC_Intel-XL710' and
8580 #           'NF_DENSITY' and
8581 #           'DOCKER' and
8582 #           'CHAIN' and
8583 #           'NF_VPPIP4' and
8584 #           'IPSEC' and
8585 #           'TNL_4' and
8586 #           'IMIX' and
8587 #           '1T1C' and
8588 #           'NDRPDR'"
8589 #  parameters:
8590 #  - "throughput"
8591 #  - "name"
8592 #  - "tags"
8593 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8594 #  x-axis: "X = CNFs per Service Chain"
8595 #  y-axis: "Y = Number of Service Chains"
8596 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8597 #  layout:
8598 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8599 #    layout: "plot-service-density"
8600 #
8601 #- type: "plot"
8602 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8603 #  algorithm: "plot_nf_heatmap"
8604 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8605 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8606 #  filter: "'NIC_Intel-XL710' and
8607 #           'NF_DENSITY' and
8608 #           'DOCKER' and
8609 #           'CHAIN' and
8610 #           'NF_VPPIP4' and
8611 #           'IPSEC' and
8612 #           'TNL_4' and
8613 #           'IMIX' and
8614 #           '2T2C' and
8615 #           'NDRPDR'"
8616 #  parameters:
8617 #  - "throughput"
8618 #  - "name"
8619 #  - "tags"
8620 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8621 #  x-axis: "X = CNFs per Service Chain"
8622 #  y-axis: "Y = Number of Service Chains"
8623 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8624 #  layout:
8625 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8626 #    layout: "plot-service-density"
8627 #
8628 #- type: "plot"
8629 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8630 #  algorithm: "plot_nf_heatmap"
8631 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8632 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8633 #  filter: "'NIC_Intel-XL710' and
8634 #           'NF_DENSITY' and
8635 #           'DOCKER' and
8636 #           'CHAIN' and
8637 #           'NF_VPPIP4' and
8638 #           'IPSEC' and
8639 #           'TNL_4' and
8640 #           'IMIX' and
8641 #           '4T4C' and
8642 #           'NDRPDR'"
8643 #  parameters:
8644 #  - "throughput"
8645 #  - "name"
8646 #  - "tags"
8647 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8648 #  x-axis: "X = CNFs per Service Chain"
8649 #  y-axis: "Y = Number of Service Chains"
8650 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8651 #  layout:
8652 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8653 #    layout: "plot-service-density"
8654 #
8655 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8656 #- type: "plot"
8657 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8658 #  algorithm: "plot_nf_heatmap"
8659 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8660 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8661 #  filter: "'NIC_Intel-XL710' and
8662 #           'NF_DENSITY' and
8663 #           'DOCKER' and
8664 #           'CHAIN' and
8665 #           'NF_VPPIP4' and
8666 #           'IPSEC' and
8667 #           'TNL_4' and
8668 #           'IMIX' and
8669 #           '1T1C' and
8670 #           'NDRPDR'"
8671 #  parameters:
8672 #  - "throughput"
8673 #  - "name"
8674 #  - "tags"
8675 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8676 #  x-axis: "X = CNFs per Service Chain"
8677 #  y-axis: "Y = Number of Service Chains"
8678 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8679 #  layout:
8680 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8681 #    layout: "plot-service-density"
8682 #
8683 #- type: "plot"
8684 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8685 #  algorithm: "plot_nf_heatmap"
8686 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8687 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8688 #  filter: "'NIC_Intel-XL710' and
8689 #           'NF_DENSITY' and
8690 #           'DOCKER' and
8691 #           'CHAIN' and
8692 #           'NF_VPPIP4' and
8693 #           'IPSEC' and
8694 #           'TNL_4' and
8695 #           'IMIX' and
8696 #           '2T2C' and
8697 #           'NDRPDR'"
8698 #  parameters:
8699 #  - "throughput"
8700 #  - "name"
8701 #  - "tags"
8702 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8703 #  x-axis: "X = CNFs per Service Chain"
8704 #  y-axis: "Y = Number of Service Chains"
8705 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8706 #  layout:
8707 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8708 #    layout: "plot-service-density"
8709 #
8710 #- type: "plot"
8711 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8712 #  algorithm: "plot_nf_heatmap"
8713 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8714 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8715 #  filter: "'NIC_Intel-XL710' and
8716 #           'NF_DENSITY' and
8717 #           'DOCKER' and
8718 #           'CHAIN' and
8719 #           'NF_VPPIP4' and
8720 #           'IPSEC' and
8721 #           'TNL_4' and
8722 #           'IMIX' and
8723 #           '4T4C' and
8724 #           'NDRPDR'"
8725 #  parameters:
8726 #  - "throughput"
8727 #  - "name"
8728 #  - "tags"
8729 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8730 #  x-axis: "X = CNFs per Service Chain"
8731 #  y-axis: "Y = Number of Service Chains"
8732 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8733 #  layout:
8734 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8735 #    layout: "plot-service-density"
8736
8737 ###############################################################################
8738
8739 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8740 #- type: "plot"
8741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8742 #  algorithm: "plot_nf_heatmap"
8743 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8744 #  data: "plot-vpp-nfv-3n-skx-mrr"
8745 #  filter: "'NIC_Intel-XXV710' and
8746 #           'NF_DENSITY' and
8747 #           'DOCKER' and
8748 #           'CHAIN' and
8749 #           'NF_VPPIP4' and
8750 #           'IPSEC' and
8751 #           'TNL_1000' and
8752 #           'IMIX' and
8753 #           '2T1C' and
8754 #           'MRR'"
8755 #  parameters:
8756 #  - "result"
8757 #  - "name"
8758 #  - "tags"
8759 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8760 #  x-axis: "X = CNFs per Service Chain"
8761 #  y-axis: "Y = Number of Service Chains"
8762 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8763 #  layout:
8764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8765 #    layout: "plot-service-density"
8766 #
8767 #- type: "plot"
8768 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8769 #  algorithm: "plot_nf_heatmap"
8770 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8771 #  data: "plot-vpp-nfv-3n-skx-mrr"
8772 #  filter: "'NIC_Intel-XXV710' and
8773 #           'NF_DENSITY' and
8774 #           'DOCKER' and
8775 #           'CHAIN' and
8776 #           'NF_VPPIP4' and
8777 #           'IPSEC' and
8778 #           'TNL_1000' and
8779 #           'IMIX' and
8780 #           '4T2C' and
8781 #           'MRR'"
8782 #  parameters:
8783 #  - "result"
8784 #  - "name"
8785 #  - "tags"
8786 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8787 #  x-axis: "X = CNFs per Service Chain"
8788 #  y-axis: "Y = Number of Service Chains"
8789 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8790 #  layout:
8791 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8792 #    layout: "plot-service-density"
8793 #
8794 #- type: "plot"
8795 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8796 #  algorithm: "plot_nf_heatmap"
8797 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8798 #  data: "plot-vpp-nfv-3n-skx-mrr"
8799 #  filter: "'NIC_Intel-XXV710' and
8800 #           'NF_DENSITY' and
8801 #           'DOCKER' and
8802 #           'CHAIN' and
8803 #           'NF_VPPIP4' and
8804 #           'IPSEC' and
8805 #           'TNL_1000' and
8806 #           'IMIX' and
8807 #           '8T4C' and
8808 #           'MRR'"
8809 #  parameters:
8810 #  - "result"
8811 #  - "name"
8812 #  - "tags"
8813 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8814 #  x-axis: "X = CNFs per Service Chain"
8815 #  y-axis: "Y = Number of Service Chains"
8816 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8817 #  layout:
8818 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8819 #    layout: "plot-service-density"
8820
8821 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8822 #- type: "plot"
8823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8824 #  algorithm: "plot_nf_heatmap"
8825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8826 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8827 #  filter: "'NIC_Intel-XXV710' and
8828 #           'NF_DENSITY' and
8829 #           'DOCKER' and
8830 #           'CHAIN' and
8831 #           'NF_VPPIP4' and
8832 #           'IPSEC' and
8833 #           'TNL_1000' and
8834 #           'IMIX' and
8835 #           '2T1C' and
8836 #           'NDRPDR'"
8837 #  parameters:
8838 #  - "throughput"
8839 #  - "name"
8840 #  - "tags"
8841 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8842 #  x-axis: "X = CNFs per Service Chain"
8843 #  y-axis: "Y = Number of Service Chains"
8844 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8845 #  layout:
8846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8847 #    layout: "plot-service-density"
8848 #
8849 #- type: "plot"
8850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8851 #  algorithm: "plot_nf_heatmap"
8852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8853 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8854 #  filter: "'NIC_Intel-XXV710' and
8855 #           'NF_DENSITY' and
8856 #           'DOCKER' and
8857 #           'CHAIN' and
8858 #           'NF_VPPIP4' and
8859 #           'IPSEC' and
8860 #           'TNL_1000' and
8861 #           'IMIX' and
8862 #           '4T2C' and
8863 #           'NDRPDR'"
8864 #  parameters:
8865 #  - "throughput"
8866 #  - "name"
8867 #  - "tags"
8868 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8869 #  x-axis: "X = CNFs per Service Chain"
8870 #  y-axis: "Y = Number of Service Chains"
8871 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8872 #  layout:
8873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8874 #    layout: "plot-service-density"
8875 #
8876 #- type: "plot"
8877 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8878 #  algorithm: "plot_nf_heatmap"
8879 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8880 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8881 #  filter: "'NIC_Intel-XXV710' and
8882 #           'NF_DENSITY' and
8883 #           'DOCKER' and
8884 #           'CHAIN' and
8885 #           'NF_VPPIP4' and
8886 #           'IPSEC' and
8887 #           'TNL_1000' and
8888 #           'IMIX' and
8889 #           '8T4C' and
8890 #           'NDRPDR'"
8891 #  parameters:
8892 #  - "throughput"
8893 #  - "name"
8894 #  - "tags"
8895 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8896 #  x-axis: "X = CNFs per Service Chain"
8897 #  y-axis: "Y = Number of Service Chains"
8898 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8899 #  layout:
8900 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8901 #    layout: "plot-service-density"
8902 #
8903 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8904 #- type: "plot"
8905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8906 #  algorithm: "plot_nf_heatmap"
8907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8908 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8909 #  filter: "'NIC_Intel-XXV710' and
8910 #           'NF_DENSITY' and
8911 #           'DOCKER' and
8912 #           'CHAIN' and
8913 #           'NF_VPPIP4' and
8914 #           'IPSEC' and
8915 #           'TNL_1000' and
8916 #           'IMIX' and
8917 #           '2T1C' and
8918 #           'NDRPDR'"
8919 #  parameters:
8920 #  - "throughput"
8921 #  - "name"
8922 #  - "tags"
8923 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8924 #  x-axis: "X = CNFs per Service Chain"
8925 #  y-axis: "Y = Number of Service Chains"
8926 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8927 #  layout:
8928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8929 #    layout: "plot-service-density"
8930 #
8931 #- type: "plot"
8932 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8933 #  algorithm: "plot_nf_heatmap"
8934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8935 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8936 #  filter: "'NIC_Intel-XXV710' and
8937 #           'NF_DENSITY' and
8938 #           'DOCKER' and
8939 #           'CHAIN' and
8940 #           'NF_VPPIP4' and
8941 #           'IPSEC' and
8942 #           'TNL_1000' and
8943 #           'IMIX' and
8944 #           '4T2C' and
8945 #           'NDRPDR'"
8946 #  parameters:
8947 #  - "throughput"
8948 #  - "name"
8949 #  - "tags"
8950 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8951 #  x-axis: "X = CNFs per Service Chain"
8952 #  y-axis: "Y = Number of Service Chains"
8953 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8954 #  layout:
8955 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8956 #    layout: "plot-service-density"
8957 #
8958 #- type: "plot"
8959 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8960 #  algorithm: "plot_nf_heatmap"
8961 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8962 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8963 #  filter: "'NIC_Intel-XXV710' and
8964 #           'NF_DENSITY' and
8965 #           'DOCKER' and
8966 #           'CHAIN' and
8967 #           'NF_VPPIP4' and
8968 #           'IPSEC' and
8969 #           'TNL_1000' and
8970 #           'IMIX' and
8971 #           '8T4C' and
8972 #           'NDRPDR'"
8973 #  parameters:
8974 #  - "throughput"
8975 #  - "name"
8976 #  - "tags"
8977 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8978 #  x-axis: "X = CNFs per Service Chain"
8979 #  y-axis: "Y = Number of Service Chains"
8980 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8981 #  layout:
8982 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8983 #    layout: "plot-service-density"
8984
8985 ###############################################################################
8986
8987 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8988 #- type: "plot"
8989 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8990 #  algorithm: "plot_nf_heatmap"
8991 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8992 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8993 #  filter: "'NIC_Intel-XL710' and
8994 #           'NF_DENSITY' and
8995 #           'DOCKER' and
8996 #           'CHAIN' and
8997 #           'NF_VPPIP4' and
8998 #           'IMIX' and
8999 #           'TNL_1000' and
9000 #           '1T1C' and
9001 #           'MRR'"
9002 #  parameters:
9003 #  - "result"
9004 #  - "name"
9005 #  - "tags"
9006 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9007 #  x-axis: "X = CNFs per Service Chain"
9008 #  y-axis: "Y = Number of Service Chains"
9009 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9010 #  layout:
9011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9012 #    layout: "plot-service-density"
9013 #
9014 #- type: "plot"
9015 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9016 #  algorithm: "plot_nf_heatmap"
9017 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9018 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9019 #  filter: "'NIC_Intel-XL710' and
9020 #           'NF_DENSITY' and
9021 #           'DOCKER' and
9022 #           'CHAIN' and
9023 #           'NF_VPPIP4' and
9024 #           'IPSEC' and
9025 #           'TNL_1000' and
9026 #           'IMIX' and
9027 #           '2T2C' and
9028 #           'MRR'"
9029 #  parameters:
9030 #  - "result"
9031 #  - "name"
9032 #  - "tags"
9033 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9034 #  x-axis: "X = CNFs per Service Chain"
9035 #  y-axis: "Y = Number of Service Chains"
9036 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9037 #  layout:
9038 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9039 #    layout: "plot-service-density"
9040 #
9041 #- type: "plot"
9042 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9043 #  algorithm: "plot_nf_heatmap"
9044 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9045 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9046 #  filter: "'NIC_Intel-XL710' and
9047 #           'NF_DENSITY' and
9048 #           'DOCKER' and
9049 #           'CHAIN' and
9050 #           'NF_VPPIP4' and
9051 #           'IPSEC' and
9052 #           'TNL_1000' and
9053 #           'IMIX' and
9054 #           '4T4C' and
9055 #           'MRR'"
9056 #  parameters:
9057 #  - "result"
9058 #  - "name"
9059 #  - "tags"
9060 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9061 #  x-axis: "X = CNFs per Service Chain"
9062 #  y-axis: "Y = Number of Service Chains"
9063 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9064 #  layout:
9065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9066 #    layout: "plot-service-density"
9067
9068 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9069 #- type: "plot"
9070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9071 #  algorithm: "plot_nf_heatmap"
9072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9073 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9074 #  filter: "'NIC_Intel-XL710' and
9075 #           'NF_DENSITY' and
9076 #           'DOCKER' and
9077 #           'CHAIN' and
9078 #           'NF_VPPIP4' and
9079 #           'IPSEC' and
9080 #           'TNL_1000' and
9081 #           'IMIX' and
9082 #           '1T1C' and
9083 #           'NDRPDR'"
9084 #  parameters:
9085 #  - "throughput"
9086 #  - "name"
9087 #  - "tags"
9088 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9089 #  x-axis: "X = CNFs per Service Chain"
9090 #  y-axis: "Y = Number of Service Chains"
9091 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9092 #  layout:
9093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9094 #    layout: "plot-service-density"
9095 #
9096 #- type: "plot"
9097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9098 #  algorithm: "plot_nf_heatmap"
9099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9100 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9101 #  filter: "'NIC_Intel-XL710' and
9102 #           'NF_DENSITY' and
9103 #           'DOCKER' and
9104 #           'CHAIN' and
9105 #           'NF_VPPIP4' and
9106 #           'IPSEC' and
9107 #           'TNL_1000' and
9108 #           'IMIX' and
9109 #           '2T2C' and
9110 #           'NDRPDR'"
9111 #  parameters:
9112 #  - "throughput"
9113 #  - "name"
9114 #  - "tags"
9115 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9116 #  x-axis: "X = CNFs per Service Chain"
9117 #  y-axis: "Y = Number of Service Chains"
9118 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9119 #  layout:
9120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9121 #    layout: "plot-service-density"
9122 #
9123 #- type: "plot"
9124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9125 #  algorithm: "plot_nf_heatmap"
9126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9127 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9128 #  filter: "'NIC_Intel-XL710' and
9129 #           'NF_DENSITY' and
9130 #           'DOCKER' and
9131 #           'CHAIN' and
9132 #           'NF_VPPIP4' and
9133 #           'IPSEC' and
9134 #           'TNL_1000' and
9135 #           'IMIX' and
9136 #           '4T4C' and
9137 #           'NDRPDR'"
9138 #  parameters:
9139 #  - "throughput"
9140 #  - "name"
9141 #  - "tags"
9142 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9143 #  x-axis: "X = CNFs per Service Chain"
9144 #  y-axis: "Y = Number of Service Chains"
9145 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9146 #  layout:
9147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9148 #    layout: "plot-service-density"
9149 #
9150 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9151 #- type: "plot"
9152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9153 #  algorithm: "plot_nf_heatmap"
9154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9155 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9156 #  filter: "'NIC_Intel-XL710' and
9157 #           'NF_DENSITY' and
9158 #           'DOCKER' and
9159 #           'CHAIN' and
9160 #           'NF_VPPIP4' and
9161 #           'IPSEC' and
9162 #           'TNL_1000' and
9163 #           'IMIX' and
9164 #           '1T1C' and
9165 #           'NDRPDR'"
9166 #  parameters:
9167 #  - "throughput"
9168 #  - "name"
9169 #  - "tags"
9170 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9171 #  x-axis: "X = CNFs per Service Chain"
9172 #  y-axis: "Y = Number of Service Chains"
9173 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9174 #  layout:
9175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9176 #    layout: "plot-service-density"
9177 #
9178 #- type: "plot"
9179 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9180 #  algorithm: "plot_nf_heatmap"
9181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9182 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9183 #  filter: "'NIC_Intel-XL710' and
9184 #           'NF_DENSITY' and
9185 #           'DOCKER' and
9186 #           'CHAIN' and
9187 #           'NF_VPPIP4' and
9188 #           'IPSEC' and
9189 #           'TNL_1000' and
9190 #           'IMIX' and
9191 #           '2T2C' and
9192 #           'NDRPDR'"
9193 #  parameters:
9194 #  - "throughput"
9195 #  - "name"
9196 #  - "tags"
9197 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9198 #  x-axis: "X = CNFs per Service Chain"
9199 #  y-axis: "Y = Number of Service Chains"
9200 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9201 #  layout:
9202 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9203 #    layout: "plot-service-density"
9204 #
9205 #- type: "plot"
9206 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9207 #  algorithm: "plot_nf_heatmap"
9208 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9209 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9210 #  filter: "'NIC_Intel-XL710' and
9211 #           'NF_DENSITY' and
9212 #           'DOCKER' and
9213 #           'CHAIN' and
9214 #           'NF_VPPIP4' and
9215 #           'IPSEC' and
9216 #           'TNL_1000' and
9217 #           'IMIX' and
9218 #           '4T4C' and
9219 #           'NDRPDR'"
9220 #  parameters:
9221 #  - "throughput"
9222 #  - "name"
9223 #  - "tags"
9224 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9225 #  x-axis: "X = CNFs per Service Chain"
9226 #  y-axis: "Y = Number of Service Chains"
9227 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9228 #  layout:
9229 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9230 #    layout: "plot-service-density"
9231
9232 ###############################################################################
9233
9234 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9235 #- type: "plot"
9236 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9237 #  algorithm: "plot_nf_heatmap"
9238 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9239 #  data: "plot-vpp-nfv-3n-skx-mrr"
9240 #  filter: "'NIC_Intel-XXV710' and
9241 #           'NF_DENSITY' and
9242 #           'DOCKER' and
9243 #           'CHAIN' and
9244 #           'NF_VPPIP4' and
9245 #           'IPSEC' and
9246 #           'TNL_10000' and
9247 #           'IMIX' and
9248 #           '2T1C' and
9249 #           'MRR'"
9250 #  parameters:
9251 #  - "result"
9252 #  - "name"
9253 #  - "tags"
9254 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9255 #  x-axis: "X = CNFs per Service Chain"
9256 #  y-axis: "Y = Number of Service Chains"
9257 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9258 #  layout:
9259 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9260 #    layout: "plot-service-density"
9261 #
9262 #- type: "plot"
9263 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9264 #  algorithm: "plot_nf_heatmap"
9265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9266 #  data: "plot-vpp-nfv-3n-skx-mrr"
9267 #  filter: "'NIC_Intel-XXV710' and
9268 #           'NF_DENSITY' and
9269 #           'DOCKER' and
9270 #           'CHAIN' and
9271 #           'NF_VPPIP4' and
9272 #           'IPSEC' and
9273 #           'TNL_10000' and
9274 #           'IMIX' and
9275 #           '4T2C' and
9276 #           'MRR'"
9277 #  parameters:
9278 #  - "result"
9279 #  - "name"
9280 #  - "tags"
9281 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9282 #  x-axis: "X = CNFs per Service Chain"
9283 #  y-axis: "Y = Number of Service Chains"
9284 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9285 #  layout:
9286 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9287 #    layout: "plot-service-density"
9288 #
9289 #- type: "plot"
9290 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9291 #  algorithm: "plot_nf_heatmap"
9292 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9293 #  data: "plot-vpp-nfv-3n-skx-mrr"
9294 #  filter: "'NIC_Intel-XXV710' and
9295 #           'NF_DENSITY' and
9296 #           'DOCKER' and
9297 #           'CHAIN' and
9298 #           'NF_VPPIP4' and
9299 #           'IPSEC' and
9300 #           'TNL_10000' and
9301 #           'IMIX' and
9302 #           '8T4C' and
9303 #           'MRR'"
9304 #  parameters:
9305 #  - "result"
9306 #  - "name"
9307 #  - "tags"
9308 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9309 #  x-axis: "X = CNFs per Service Chain"
9310 #  y-axis: "Y = Number of Service Chains"
9311 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9312 #  layout:
9313 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9314 #    layout: "plot-service-density"
9315
9316 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9317 #- type: "plot"
9318 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9319 #  algorithm: "plot_nf_heatmap"
9320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9321 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9322 #  filter: "'NIC_Intel-XXV710' and
9323 #           'NF_DENSITY' and
9324 #           'DOCKER' and
9325 #           'CHAIN' and
9326 #           'NF_VPPIP4' and
9327 #           'IPSEC' and
9328 #           'TNL_10000' and
9329 #           'IMIX' and
9330 #           '2T1C' and
9331 #           'NDRPDR'"
9332 #  parameters:
9333 #  - "throughput"
9334 #  - "name"
9335 #  - "tags"
9336 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9337 #  x-axis: "X = CNFs per Service Chain"
9338 #  y-axis: "Y = Number of Service Chains"
9339 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9340 #  layout:
9341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9342 #    layout: "plot-service-density"
9343 #
9344 #- type: "plot"
9345 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9346 #  algorithm: "plot_nf_heatmap"
9347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9348 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9349 #  filter: "'NIC_Intel-XXV710' and
9350 #           'NF_DENSITY' and
9351 #           'DOCKER' and
9352 #           'CHAIN' and
9353 #           'NF_VPPIP4' and
9354 #           'IPSEC' and
9355 #           'TNL_10000' and
9356 #           'IMIX' and
9357 #           '4T2C' and
9358 #           'NDRPDR'"
9359 #  parameters:
9360 #  - "throughput"
9361 #  - "name"
9362 #  - "tags"
9363 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9364 #  x-axis: "X = CNFs per Service Chain"
9365 #  y-axis: "Y = Number of Service Chains"
9366 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9367 #  layout:
9368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9369 #    layout: "plot-service-density"
9370 #
9371 #- type: "plot"
9372 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9373 #  algorithm: "plot_nf_heatmap"
9374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9375 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9376 #  filter: "'NIC_Intel-XXV710' and
9377 #           'NF_DENSITY' and
9378 #           'DOCKER' and
9379 #           'CHAIN' and
9380 #           'NF_VPPIP4' and
9381 #           'IPSEC' and
9382 #           'TNL_10000' and
9383 #           'IMIX' and
9384 #           '8T4C' and
9385 #           'NDRPDR'"
9386 #  parameters:
9387 #  - "throughput"
9388 #  - "name"
9389 #  - "tags"
9390 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9391 #  x-axis: "X = CNFs per Service Chain"
9392 #  y-axis: "Y = Number of Service Chains"
9393 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9394 #  layout:
9395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9396 #    layout: "plot-service-density"
9397 #
9398 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9399 #- type: "plot"
9400 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9401 #  algorithm: "plot_nf_heatmap"
9402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9403 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9404 #  filter: "'NIC_Intel-XXV710' and
9405 #           'NF_DENSITY' and
9406 #           'DOCKER' and
9407 #           'CHAIN' and
9408 #           'NF_VPPIP4' and
9409 #           'IPSEC' and
9410 #           'TNL_10000' and
9411 #           'IMIX' and
9412 #           '2T1C' and
9413 #           'NDRPDR'"
9414 #  parameters:
9415 #  - "throughput"
9416 #  - "name"
9417 #  - "tags"
9418 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9419 #  x-axis: "X = CNFs per Service Chain"
9420 #  y-axis: "Y = Number of Service Chains"
9421 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9422 #  layout:
9423 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9424 #    layout: "plot-service-density"
9425 #
9426 #- type: "plot"
9427 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9428 #  algorithm: "plot_nf_heatmap"
9429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9430 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9431 #  filter: "'NIC_Intel-XXV710' and
9432 #           'NF_DENSITY' and
9433 #           'DOCKER' and
9434 #           'CHAIN' and
9435 #           'NF_VPPIP4' and
9436 #           'IPSEC' and
9437 #           'TNL_10000' and
9438 #           'IMIX' and
9439 #           '4T2C' and
9440 #           'NDRPDR'"
9441 #  parameters:
9442 #  - "throughput"
9443 #  - "name"
9444 #  - "tags"
9445 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9446 #  x-axis: "X = CNFs per Service Chain"
9447 #  y-axis: "Y = Number of Service Chains"
9448 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9449 #  layout:
9450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9451 #    layout: "plot-service-density"
9452 #
9453 #- type: "plot"
9454 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9455 #  algorithm: "plot_nf_heatmap"
9456 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9457 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9458 #  filter: "'NIC_Intel-XXV710' and
9459 #           'NF_DENSITY' and
9460 #           'DOCKER' and
9461 #           'CHAIN' and
9462 #           'NF_VPPIP4' and
9463 #           'IPSEC' and
9464 #           'TNL_10000' and
9465 #           'IMIX' and
9466 #           '8T4C' and
9467 #           'NDRPDR'"
9468 #  parameters:
9469 #  - "throughput"
9470 #  - "name"
9471 #  - "tags"
9472 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9473 #  x-axis: "X = CNFs per Service Chain"
9474 #  y-axis: "Y = Number of Service Chains"
9475 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9476 #  layout:
9477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9478 #    layout: "plot-service-density"
9479
9480 ###############################################################################
9481
9482 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9483 #- type: "plot"
9484 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9485 #  algorithm: "plot_nf_heatmap"
9486 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9487 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9488 #  filter: "'NIC_Intel-XL710' and
9489 #           'NF_DENSITY' and
9490 #           'DOCKER' and
9491 #           'CHAIN' and
9492 #           'NF_VPPIP4' and
9493 #           'IMIX' and
9494 #           'TNL_10000' and
9495 #           '1T1C' and
9496 #           'MRR'"
9497 #  parameters:
9498 #  - "result"
9499 #  - "name"
9500 #  - "tags"
9501 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9502 #  x-axis: "X = CNFs per Service Chain"
9503 #  y-axis: "Y = Number of Service Chains"
9504 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9505 #  layout:
9506 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9507 #    layout: "plot-service-density"
9508 #
9509 #- type: "plot"
9510 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9511 #  algorithm: "plot_nf_heatmap"
9512 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9513 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9514 #  filter: "'NIC_Intel-XL710' and
9515 #           'NF_DENSITY' and
9516 #           'DOCKER' and
9517 #           'CHAIN' and
9518 #           'NF_VPPIP4' and
9519 #           'IPSEC' and
9520 #           'TNL_10000' and
9521 #           'IMIX' and
9522 #           '2T2C' and
9523 #           'MRR'"
9524 #  parameters:
9525 #  - "result"
9526 #  - "name"
9527 #  - "tags"
9528 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9529 #  x-axis: "X = CNFs per Service Chain"
9530 #  y-axis: "Y = Number of Service Chains"
9531 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9532 #  layout:
9533 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9534 #    layout: "plot-service-density"
9535 #
9536 #- type: "plot"
9537 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9538 #  algorithm: "plot_nf_heatmap"
9539 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9540 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9541 #  filter: "'NIC_Intel-XL710' and
9542 #           'NF_DENSITY' and
9543 #           'DOCKER' and
9544 #           'CHAIN' and
9545 #           'NF_VPPIP4' and
9546 #           'IPSEC' and
9547 #           'TNL_10000' and
9548 #           'IMIX' and
9549 #           '4T4C' and
9550 #           'MRR'"
9551 #  parameters:
9552 #  - "result"
9553 #  - "name"
9554 #  - "tags"
9555 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9556 #  x-axis: "X = CNFs per Service Chain"
9557 #  y-axis: "Y = Number of Service Chains"
9558 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9559 #  layout:
9560 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9561 #    layout: "plot-service-density"
9562
9563 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9564 #- type: "plot"
9565 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9566 #  algorithm: "plot_nf_heatmap"
9567 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9568 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9569 #  filter: "'NIC_Intel-XL710' and
9570 #           'NF_DENSITY' and
9571 #           'DOCKER' and
9572 #           'CHAIN' and
9573 #           'NF_VPPIP4' and
9574 #           'IPSEC' and
9575 #           'TNL_10000' and
9576 #           'IMIX' and
9577 #           '1T1C' and
9578 #           'NDRPDR'"
9579 #  parameters:
9580 #  - "throughput"
9581 #  - "name"
9582 #  - "tags"
9583 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9584 #  x-axis: "X = CNFs per Service Chain"
9585 #  y-axis: "Y = Number of Service Chains"
9586 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9587 #  layout:
9588 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9589 #    layout: "plot-service-density"
9590 #
9591 #- type: "plot"
9592 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9593 #  algorithm: "plot_nf_heatmap"
9594 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9595 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9596 #  filter: "'NIC_Intel-XL710' and
9597 #           'NF_DENSITY' and
9598 #           'DOCKER' and
9599 #           'CHAIN' and
9600 #           'NF_VPPIP4' and
9601 #           'IPSEC' and
9602 #           'TNL_10000' and
9603 #           'IMIX' and
9604 #           '2T2C' and
9605 #           'NDRPDR'"
9606 #  parameters:
9607 #  - "throughput"
9608 #  - "name"
9609 #  - "tags"
9610 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9611 #  x-axis: "X = CNFs per Service Chain"
9612 #  y-axis: "Y = Number of Service Chains"
9613 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9614 #  layout:
9615 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9616 #    layout: "plot-service-density"
9617 #
9618 #- type: "plot"
9619 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9620 #  algorithm: "plot_nf_heatmap"
9621 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9622 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9623 #  filter: "'NIC_Intel-XL710' and
9624 #           'NF_DENSITY' and
9625 #           'DOCKER' and
9626 #           'CHAIN' and
9627 #           'NF_VPPIP4' and
9628 #           'IPSEC' and
9629 #           'TNL_10000' and
9630 #           'IMIX' and
9631 #           '4T4C' and
9632 #           'NDRPDR'"
9633 #  parameters:
9634 #  - "throughput"
9635 #  - "name"
9636 #  - "tags"
9637 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9638 #  x-axis: "X = CNFs per Service Chain"
9639 #  y-axis: "Y = Number of Service Chains"
9640 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9641 #  layout:
9642 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9643 #    layout: "plot-service-density"
9644 #
9645 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9646 #- type: "plot"
9647 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9648 #  algorithm: "plot_nf_heatmap"
9649 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9650 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9651 #  filter: "'NIC_Intel-XL710' and
9652 #           'NF_DENSITY' and
9653 #           'DOCKER' and
9654 #           'CHAIN' and
9655 #           'NF_VPPIP4' and
9656 #           'IPSEC' and
9657 #           'TNL_10000' and
9658 #           'IMIX' and
9659 #           '1T1C' and
9660 #           'NDRPDR'"
9661 #  parameters:
9662 #  - "throughput"
9663 #  - "name"
9664 #  - "tags"
9665 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9666 #  x-axis: "X = CNFs per Service Chain"
9667 #  y-axis: "Y = Number of Service Chains"
9668 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9669 #  layout:
9670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9671 #    layout: "plot-service-density"
9672 #
9673 #- type: "plot"
9674 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9675 #  algorithm: "plot_nf_heatmap"
9676 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9677 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9678 #  filter: "'NIC_Intel-XL710' and
9679 #           'NF_DENSITY' and
9680 #           'DOCKER' and
9681 #           'CHAIN' and
9682 #           'NF_VPPIP4' and
9683 #           'IPSEC' and
9684 #           'TNL_10000' and
9685 #           'IMIX' and
9686 #           '2T2C' and
9687 #           'NDRPDR'"
9688 #  parameters:
9689 #  - "throughput"
9690 #  - "name"
9691 #  - "tags"
9692 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9693 #  x-axis: "X = CNFs per Service Chain"
9694 #  y-axis: "Y = Number of Service Chains"
9695 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9696 #  layout:
9697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9698 #    layout: "plot-service-density"
9699 #
9700 #- type: "plot"
9701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9702 #  algorithm: "plot_nf_heatmap"
9703 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9704 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9705 #  filter: "'NIC_Intel-XL710' and
9706 #           'NF_DENSITY' and
9707 #           'DOCKER' and
9708 #           'CHAIN' and
9709 #           'NF_VPPIP4' and
9710 #           'IPSEC' and
9711 #           'TNL_10000' and
9712 #           'IMIX' and
9713 #           '4T4C' and
9714 #           'NDRPDR'"
9715 #  parameters:
9716 #  - "throughput"
9717 #  - "name"
9718 #  - "tags"
9719 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9720 #  x-axis: "X = CNFs per Service Chain"
9721 #  y-axis: "Y = Number of Service Chains"
9722 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9723 #  layout:
9724 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9725 #    layout: "plot-service-density"
9726
9727 ###############################################################################
9728
9729 # Plots - NF Density - CSP - MRR IMIX
9730 - type: "plot"
9731   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9732   algorithm: "plot_nf_heatmap"
9733   output-file-type: ".html"
9734   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9735   data: "plot-vpp-nfv-2n-skx-mrr"
9736   filter: "'NIC_Intel-XXV710' and
9737            'NF_DENSITY' and
9738            'DOCKER' and
9739            'PIPELINE' and
9740            'NF_VPPIP4' and
9741            'IMIX' and
9742            '2T1C' and
9743            'MRR'"
9744   parameters:
9745   - "result"
9746   - "name"
9747   - "tags"
9748   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9749   x-axis: "X = CNFs per Service Pipeline"
9750   y-axis: "Y = Number of Service Pipelines"
9751   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9752   layout:
9753     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9754     layout: "plot-service-density"
9755
9756 - type: "plot"
9757   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9758   algorithm: "plot_nf_heatmap"
9759   output-file-type: ".html"
9760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9761   data: "plot-vpp-nfv-2n-skx-mrr"
9762   filter: "'NIC_Intel-XXV710' and
9763            'NF_DENSITY' and
9764            'DOCKER' and
9765            'PIPELINE' and
9766            'NF_VPPIP4' and
9767            'IMIX' and
9768            '4T2C' and
9769            'MRR'"
9770   parameters:
9771   - "result"
9772   - "name"
9773   - "tags"
9774   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9775   x-axis: "X = CNFs per Service Pipeline"
9776   y-axis: "Y = Number of Service Pipelines"
9777   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9778   layout:
9779     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9780     layout: "plot-service-density"
9781
9782 - type: "plot"
9783   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9784   algorithm: "plot_nf_heatmap"
9785   output-file-type: ".html"
9786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9787   data: "plot-vpp-nfv-2n-skx-mrr"
9788   filter: "'NIC_Intel-XXV710' and
9789            'NF_DENSITY' and
9790            'DOCKER' and
9791            'PIPELINE' and
9792            'NF_VPPIP4' and
9793            'IMIX' and
9794            '8T4C' and
9795            'MRR'"
9796   parameters:
9797   - "result"
9798   - "name"
9799   - "tags"
9800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9801   x-axis: "X = CNFs per Service Pipeline"
9802   y-axis: "Y = Number of Service Pipelines"
9803   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9804   layout:
9805     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9806     layout: "plot-service-density"
9807
9808 # Plots - NF Density - CSP - NDR IMIX
9809 - type: "plot"
9810   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9811   algorithm: "plot_nf_heatmap"
9812   output-file-type: ".html"
9813   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9814   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9815   filter: "'NIC_Intel-XXV710' and
9816            'NF_DENSITY' and
9817            'DOCKER' and
9818            'PIPELINE' and
9819            'NF_VPPIP4' and
9820            'IMIX' and
9821            '2T1C' and
9822            'NDRPDR'"
9823   parameters:
9824   - "throughput"
9825   - "name"
9826   - "tags"
9827   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9828   x-axis: "X = CNFs per Service Pipeline"
9829   y-axis: "Y = Number of Service Pipelines"
9830   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9831   layout:
9832     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9833     layout: "plot-service-density"
9834
9835 - type: "plot"
9836   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9837   algorithm: "plot_nf_heatmap"
9838   output-file-type: ".html"
9839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9840   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9841   filter: "'NIC_Intel-XXV710' and
9842            'NF_DENSITY' and
9843            'DOCKER' and
9844            'PIPELINE' and
9845            'NF_VPPIP4' and
9846            'IMIX' and
9847            '4T2C' and
9848            'NDRPDR'"
9849   parameters:
9850   - "throughput"
9851   - "name"
9852   - "tags"
9853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9854   x-axis: "X = CNFs per Service Pipeline"
9855   y-axis: "Y = Number of Service Pipelines"
9856   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9857   layout:
9858     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9859     layout: "plot-service-density"
9860
9861 - type: "plot"
9862   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9863   algorithm: "plot_nf_heatmap"
9864   output-file-type: ".html"
9865   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9866   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9867   filter: "'NIC_Intel-XXV710' and
9868            'NF_DENSITY' and
9869            'DOCKER' and
9870            'PIPELINE' and
9871            'NF_VPPIP4' and
9872            'IMIX' and
9873            '8T4C' and
9874            'NDRPDR'"
9875   parameters:
9876   - "throughput"
9877   - "name"
9878   - "tags"
9879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9880   x-axis: "X = CNFs per Service Pipeline"
9881   y-axis: "Y = Number of Service Pipelines"
9882   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9883   layout:
9884     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9885     layout: "plot-service-density"
9886
9887 # Plots - NF Density - CSP - PDR IMIX
9888 - type: "plot"
9889   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9890   algorithm: "plot_nf_heatmap"
9891   output-file-type: ".html"
9892   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9893   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9894   filter: "'NIC_Intel-XXV710' and
9895            'NF_DENSITY' and
9896            'DOCKER' and
9897            'PIPELINE' and
9898            'NF_VPPIP4' and
9899            'IMIX' and
9900            '2T1C' and
9901            'NDRPDR'"
9902   parameters:
9903   - "throughput"
9904   - "name"
9905   - "tags"
9906   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9907   x-axis: "X = CNFs per Service Pipeline"
9908   y-axis: "Y = Number of Service Pipelines"
9909   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9910   layout:
9911     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9912     layout: "plot-service-density"
9913
9914 - type: "plot"
9915   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9916   algorithm: "plot_nf_heatmap"
9917   output-file-type: ".html"
9918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9919   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9920   filter: "'NIC_Intel-XXV710' and
9921            'NF_DENSITY' and
9922            'DOCKER' and
9923            'PIPELINE' and
9924            'NF_VPPIP4' and
9925            'IMIX' and
9926            '4T2C' and
9927            'NDRPDR'"
9928   parameters:
9929   - "throughput"
9930   - "name"
9931   - "tags"
9932   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9933   x-axis: "X = CNFs per Service Pipeline"
9934   y-axis: "Y = Number of Service Pipelines"
9935   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9936   layout:
9937     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9938     layout: "plot-service-density"
9939
9940 - type: "plot"
9941   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9942   algorithm: "plot_nf_heatmap"
9943   output-file-type: ".html"
9944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9945   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9946   filter: "'NIC_Intel-XXV710' and
9947            'NF_DENSITY' and
9948            'DOCKER' and
9949            'PIPELINE' and
9950            'NF_VPPIP4' and
9951            'IMIX' and
9952            '8T4C' and
9953            'NDRPDR'"
9954   parameters:
9955   - "throughput"
9956   - "name"
9957   - "tags"
9958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9959   x-axis: "X = CNFs per Service Pipeline"
9960   y-axis: "Y = Number of Service Pipelines"
9961   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9962   layout:
9963     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9964     layout: "plot-service-density"
9965
9966 ###############################################################################
9967 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9968
9969 - type: "plot"
9970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9971   algorithm: "plot_nf_heatmap"
9972   output-file-type: ".html"
9973   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9974   data: "plot-vpp-nfv-2n-clx-mrr"
9975   filter: "'NIC_Intel-XXV710' and
9976            'NF_DENSITY' and
9977            'VHOST' and
9978            not 'VXLAN' and
9979            'CHAIN' and
9980            'NF_VPPIP4' and
9981            'IMIX' and
9982            '2T1C' and
9983            'MRR'"
9984   parameters:
9985   - "result"
9986   - "name"
9987   - "tags"
9988   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9989   x-axis: "X = VNFs per Service Chain"
9990   y-axis: "Y = Number of Service Chains"
9991   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9992   layout:
9993     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9994     layout: "plot-service-density"
9995
9996 - type: "plot"
9997   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9998   algorithm: "plot_nf_heatmap"
9999   output-file-type: ".html"
10000   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10001   data: "plot-vpp-nfv-2n-clx-mrr"
10002   filter: "'NIC_Intel-XXV710' and
10003            'NF_DENSITY' and
10004            'VHOST' and
10005            not 'VXLAN' and
10006            'CHAIN' and
10007            'NF_VPPIP4' and
10008            'IMIX' and
10009            '4T2C' and
10010            'MRR'"
10011   parameters:
10012   - "result"
10013   - "name"
10014   - "tags"
10015   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10016   x-axis: "X = VNFs per Service Chain"
10017   y-axis: "Y = Number of Service Chains"
10018   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10019   layout:
10020     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10021     layout: "plot-service-density"
10022
10023 - type: "plot"
10024   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10025   algorithm: "plot_nf_heatmap"
10026   output-file-type: ".html"
10027   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10028   data: "plot-vpp-nfv-2n-clx-mrr"
10029   filter: "'NIC_Intel-XXV710' and
10030            'NF_DENSITY' and
10031            'VHOST' and
10032            not 'VXLAN' and
10033            'CHAIN' and
10034            'NF_VPPIP4' and
10035            'IMIX' and
10036            '8T4C' and
10037            'MRR'"
10038   parameters:
10039   - "result"
10040   - "name"
10041   - "tags"
10042   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10043   x-axis: "X = VNFs per Service Chain"
10044   y-axis: "Y = Number of Service Chains"
10045   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10046   layout:
10047     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10048     layout: "plot-service-density"
10049
10050 # Plots - NF Density - VSC - NDR IMIX
10051 - type: "plot"
10052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10053   algorithm: "plot_nf_heatmap"
10054   output-file-type: ".html"
10055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10056   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10057   filter: "'NIC_Intel-XXV710' and
10058            'NF_DENSITY' and
10059            'VHOST' and
10060            not 'VXLAN' and
10061            'CHAIN' and
10062            'NF_VPPIP4' and
10063            'IMIX' and
10064            '2T1C' and
10065            'NDRPDR'"
10066   parameters:
10067   - "throughput"
10068   - "name"
10069   - "tags"
10070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10071   x-axis: "X = VNFs per Service Chain"
10072   y-axis: "Y = Number of Service Chains"
10073   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10074   layout:
10075     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10076     layout: "plot-service-density"
10077
10078 - type: "plot"
10079   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10080   algorithm: "plot_nf_heatmap"
10081   output-file-type: ".html"
10082   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10083   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10084   filter: "'NIC_Intel-XXV710' and
10085            'NF_DENSITY' and
10086            'VHOST' and
10087            not 'VXLAN' and
10088            'CHAIN' and
10089            'NF_VPPIP4' and
10090            'IMIX' and
10091            '4T2C' and
10092            'NDRPDR'"
10093   parameters:
10094   - "throughput"
10095   - "name"
10096   - "tags"
10097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10098   x-axis: "X = VNFs per Service Chain"
10099   y-axis: "Y = Number of Service Chains"
10100   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10101   layout:
10102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10103     layout: "plot-service-density"
10104
10105 - type: "plot"
10106   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10107   algorithm: "plot_nf_heatmap"
10108   output-file-type: ".html"
10109   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10110   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10111   filter: "'NIC_Intel-XXV710' and
10112            'NF_DENSITY' and
10113            'VHOST' and
10114            not 'VXLAN' and
10115            'CHAIN' and
10116            'NF_VPPIP4' and
10117            'IMIX' and
10118            '8T4C' and
10119            'NDRPDR'"
10120   parameters:
10121   - "throughput"
10122   - "name"
10123   - "tags"
10124   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10125   x-axis: "X = VNFs per Service Chain"
10126   y-axis: "Y = Number of Service Chains"
10127   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10128   layout:
10129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10130     layout: "plot-service-density"
10131
10132 # Plots - NF Density - VSC - PDR IMIX
10133 - type: "plot"
10134   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10135   algorithm: "plot_nf_heatmap"
10136   output-file-type: ".html"
10137   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10138   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10139   filter: "'NIC_Intel-XXV710' and
10140            'NF_DENSITY' and
10141            'VHOST' and
10142            not 'VXLAN' and
10143            'CHAIN' and
10144            'NF_VPPIP4' and
10145            'IMIX' and
10146            '2T1C' and
10147            'NDRPDR'"
10148   parameters:
10149   - "throughput"
10150   - "name"
10151   - "tags"
10152   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10153   x-axis: "X = VNFs per Service Chain"
10154   y-axis: "Y = Number of Service Chains"
10155   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10156   layout:
10157     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10158     layout: "plot-service-density"
10159
10160 - type: "plot"
10161   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10162   algorithm: "plot_nf_heatmap"
10163   output-file-type: ".html"
10164   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10165   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10166   filter: "'NIC_Intel-XXV710' and
10167            'NF_DENSITY' and
10168            'VHOST' and
10169            not 'VXLAN' and
10170            'CHAIN' and
10171            'NF_VPPIP4' and
10172            'IMIX' and
10173            '4T2C' and
10174            'NDRPDR'"
10175   parameters:
10176   - "throughput"
10177   - "name"
10178   - "tags"
10179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10180   x-axis: "X = VNFs per Service Chain"
10181   y-axis: "Y = Number of Service Chains"
10182   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10183   layout:
10184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10185     layout: "plot-service-density"
10186
10187 - type: "plot"
10188   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10189   algorithm: "plot_nf_heatmap"
10190   output-file-type: ".html"
10191   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10192   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10193   filter: "'NIC_Intel-XXV710' and
10194            'NF_DENSITY' and
10195            'VHOST' and
10196            not 'VXLAN' and
10197            'CHAIN' and
10198            'NF_VPPIP4' and
10199            'IMIX' and
10200            '8T4C' and
10201            'NDRPDR'"
10202   parameters:
10203   - "throughput"
10204   - "name"
10205   - "tags"
10206   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10207   x-axis: "X = VNFs per Service Chain"
10208   y-axis: "Y = Number of Service Chains"
10209   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10210   layout:
10211     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10212     layout: "plot-service-density"
10213
10214 # Plots - NF Density - VSC - MRR IMIX
10215 - type: "plot"
10216   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10217   algorithm: "plot_nf_heatmap"
10218   output-file-type: ".html"
10219   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10220   data: "plot-vpp-nfv-2n-clx-mrr"
10221   filter: "'NIC_Intel-XXV710' and
10222            'NF_DENSITY' and
10223            'VHOST' and
10224            'VXLAN' and
10225            'CHAIN' and
10226            'IMIX' and
10227            '2T1C' and
10228            'MRR'"
10229   parameters:
10230   - "result"
10231   - "name"
10232   - "tags"
10233   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10234   x-axis: "X = VNFs per Service Chain"
10235   y-axis: "Y = Number of Service Chains"
10236   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10237   layout:
10238     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10239     layout: "plot-service-density"
10240
10241 - type: "plot"
10242   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10243   algorithm: "plot_nf_heatmap"
10244   output-file-type: ".html"
10245   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10246   data: "plot-vpp-nfv-2n-clx-mrr"
10247   filter: "'NIC_Intel-XXV710' and
10248            'NF_DENSITY' and
10249            'VHOST' and
10250            'VXLAN' and
10251            'CHAIN' and
10252            'IMIX' and
10253            '4T2C' and
10254            'MRR'"
10255   parameters:
10256   - "result"
10257   - "name"
10258   - "tags"
10259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10260   x-axis: "X = VNFs per Service Chain"
10261   y-axis: "Y = Number of Service Chains"
10262   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10263   layout:
10264     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10265     layout: "plot-service-density"
10266
10267 - type: "plot"
10268   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10269   algorithm: "plot_nf_heatmap"
10270   output-file-type: ".html"
10271   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10272   data: "plot-vpp-nfv-2n-clx-mrr"
10273   filter: "'NIC_Intel-XXV710' and
10274            'NF_DENSITY' and
10275            'VHOST' and
10276            'VXLAN' and
10277            'CHAIN' and
10278            'IMIX' and
10279            '8T4C' and
10280            'MRR'"
10281   parameters:
10282   - "result"
10283   - "name"
10284   - "tags"
10285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10286   x-axis: "X = VNFs per Service Chain"
10287   y-axis: "Y = Number of Service Chains"
10288   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10289   layout:
10290     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10291     layout: "plot-service-density"
10292
10293 # Plots - NF Density - VSC - NDR IMIX
10294 - type: "plot"
10295   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10296   algorithm: "plot_nf_heatmap"
10297   output-file-type: ".html"
10298   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10299   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10300   filter: "'NIC_Intel-XXV710' and
10301            'NF_DENSITY' and
10302            'VHOST' and
10303            'VXLAN' and
10304            'CHAIN' and
10305            'IMIX' and
10306            '2T1C' and
10307            'NDRPDR'"
10308   parameters:
10309   - "throughput"
10310   - "name"
10311   - "tags"
10312   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10313   x-axis: "X = VNFs per Service Chain"
10314   y-axis: "Y = Number of Service Chains"
10315   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10316   layout:
10317     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10318     layout: "plot-service-density"
10319
10320 - type: "plot"
10321   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10322   algorithm: "plot_nf_heatmap"
10323   output-file-type: ".html"
10324   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10325   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10326   filter: "'NIC_Intel-XXV710' and
10327            'NF_DENSITY' and
10328            'VHOST' and
10329            'VXLAN' and
10330            'CHAIN' and
10331            'IMIX' and
10332            '4T2C' and
10333            'NDRPDR'"
10334   parameters:
10335   - "throughput"
10336   - "name"
10337   - "tags"
10338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10339   x-axis: "X = VNFs per Service Chain"
10340   y-axis: "Y = Number of Service Chains"
10341   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10342   layout:
10343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10344     layout: "plot-service-density"
10345
10346 - type: "plot"
10347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10348   algorithm: "plot_nf_heatmap"
10349   output-file-type: ".html"
10350   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10351   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10352   filter: "'NIC_Intel-XXV710' and
10353            'NF_DENSITY' and
10354            'VHOST' and
10355            'VXLAN' and
10356            'CHAIN' and
10357            'IMIX' and
10358            '8T4C' and
10359            'NDRPDR'"
10360   parameters:
10361   - "throughput"
10362   - "name"
10363   - "tags"
10364   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10365   x-axis: "X = VNFs per Service Chain"
10366   y-axis: "Y = Number of Service Chains"
10367   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10368   layout:
10369     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10370     layout: "plot-service-density"
10371
10372 # Plots - NF Density - VSC - PDR IMIX
10373 - type: "plot"
10374   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10375   algorithm: "plot_nf_heatmap"
10376   output-file-type: ".html"
10377   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10378   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10379   filter: "'NIC_Intel-XXV710' and
10380            'NF_DENSITY' and
10381            'VHOST' and
10382            'VXLAN' and
10383            'CHAIN' and
10384            'IMIX' and
10385            '2T1C' and
10386            'NDRPDR'"
10387   parameters:
10388   - "throughput"
10389   - "name"
10390   - "tags"
10391   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10392   x-axis: "X = VNFs per Service Chain"
10393   y-axis: "Y = Number of Service Chains"
10394   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10395   layout:
10396     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10397     layout: "plot-service-density"
10398
10399 - type: "plot"
10400   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10401   algorithm: "plot_nf_heatmap"
10402   output-file-type: ".html"
10403   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10404   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10405   filter: "'NIC_Intel-XXV710' and
10406            'NF_DENSITY' and
10407            'VHOST' and
10408            'VXLAN' and
10409            'CHAIN' and
10410            'IMIX' and
10411            '4T2C' and
10412            'NDRPDR'"
10413   parameters:
10414   - "throughput"
10415   - "name"
10416   - "tags"
10417   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10418   x-axis: "X = VNFs per Service Chain"
10419   y-axis: "Y = Number of Service Chains"
10420   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10421   layout:
10422     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10423     layout: "plot-service-density"
10424
10425 - type: "plot"
10426   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10427   algorithm: "plot_nf_heatmap"
10428   output-file-type: ".html"
10429   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10430   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10431   filter: "'NIC_Intel-XXV710' and
10432            'NF_DENSITY' and
10433            'VHOST' and
10434            'VXLAN' and
10435            'CHAIN' and
10436            'IMIX' and
10437            '8T4C' and
10438            'NDRPDR'"
10439   parameters:
10440   - "throughput"
10441   - "name"
10442   - "tags"
10443   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10444   x-axis: "X = VNFs per Service Chain"
10445   y-axis: "Y = Number of Service Chains"
10446   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10447   layout:
10448     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10449     layout: "plot-service-density"
10450
10451 # Plots - NF Density - CSC - MRR IMIX
10452 - type: "plot"
10453   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10454   algorithm: "plot_nf_heatmap"
10455   output-file-type: ".html"
10456   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10457   data: "plot-vpp-nfv-2n-clx-mrr"
10458   filter: "'NIC_Intel-XXV710' and
10459            'NF_DENSITY' and
10460            'DOCKER' and
10461            'CHAIN' and
10462            'NF_VPPIP4' and
10463            'IMIX' and
10464            '2T1C' and
10465            'MRR'"
10466   parameters:
10467   - "result"
10468   - "name"
10469   - "tags"
10470   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10471   x-axis: "X = CNFs per Service Chain"
10472   y-axis: "Y = Number of Service Chains"
10473   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10474   layout:
10475     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10476     layout: "plot-service-density"
10477
10478 - type: "plot"
10479   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10480   algorithm: "plot_nf_heatmap"
10481   output-file-type: ".html"
10482   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10483   data: "plot-vpp-nfv-2n-clx-mrr"
10484   filter: "'NIC_Intel-XXV710' and
10485            'NF_DENSITY' and
10486            'DOCKER' and
10487            'CHAIN' and
10488            'NF_VPPIP4' and
10489            'IMIX' and
10490            '4T2C' and
10491            'MRR'"
10492   parameters:
10493   - "result"
10494   - "name"
10495   - "tags"
10496   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10497   x-axis: "X = CNFs per Service Chain"
10498   y-axis: "Y = Number of Service Chains"
10499   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10500   layout:
10501     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10502     layout: "plot-service-density"
10503
10504 - type: "plot"
10505   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10506   algorithm: "plot_nf_heatmap"
10507   output-file-type: ".html"
10508   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10509   data: "plot-vpp-nfv-2n-clx-mrr"
10510   filter: "'NIC_Intel-XXV710' and
10511            'NF_DENSITY' and
10512            'DOCKER' and
10513            'CHAIN' and
10514            'NF_VPPIP4' and
10515            'IMIX' and
10516            '8T4C' and
10517            'MRR'"
10518   parameters:
10519   - "result"
10520   - "name"
10521   - "tags"
10522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10523   x-axis: "X = CNFs per Service Chain"
10524   y-axis: "Y = Number of Service Chains"
10525   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10526   layout:
10527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10528     layout: "plot-service-density"
10529
10530 # Plots - NF Density - CSC - NDR IMIX
10531 - type: "plot"
10532   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10533   algorithm: "plot_nf_heatmap"
10534   output-file-type: ".html"
10535   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10536   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10537   filter: "'NIC_Intel-XXV710' and
10538            'NF_DENSITY' and
10539            'DOCKER' and
10540            'CHAIN' and
10541            'NF_VPPIP4' and
10542            'IMIX' and
10543            '2T1C' and
10544            'NDRPDR'"
10545   parameters:
10546   - "throughput"
10547   - "name"
10548   - "tags"
10549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10550   x-axis: "X = CNFs per Service Chain"
10551   y-axis: "Y = Number of Service Chains"
10552   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10553   layout:
10554     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10555     layout: "plot-service-density"
10556
10557 - type: "plot"
10558   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10559   algorithm: "plot_nf_heatmap"
10560   output-file-type: ".html"
10561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10562   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10563   filter: "'NIC_Intel-XXV710' and
10564            'NF_DENSITY' and
10565            'DOCKER' and
10566            'CHAIN' and
10567            'NF_VPPIP4' and
10568            'IMIX' and
10569            '4T2C' and
10570            'NDRPDR'"
10571   parameters:
10572   - "throughput"
10573   - "name"
10574   - "tags"
10575   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10576   x-axis: "X = CNFs per Service Chain"
10577   y-axis: "Y = Number of Service Chains"
10578   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10579   layout:
10580     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10581     layout: "plot-service-density"
10582
10583 - type: "plot"
10584   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10585   algorithm: "plot_nf_heatmap"
10586   output-file-type: ".html"
10587   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10588   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10589   filter: "'NIC_Intel-XXV710' and
10590            'NF_DENSITY' and
10591            'DOCKER' and
10592            'CHAIN' and
10593            'NF_VPPIP4' and
10594            'IMIX' and
10595            '8T4C' and
10596            'NDRPDR'"
10597   parameters:
10598   - "throughput"
10599   - "name"
10600   - "tags"
10601   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10602   x-axis: "X = CNFs per Service Chain"
10603   y-axis: "Y = Number of Service Chains"
10604   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10605   layout:
10606     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10607     layout: "plot-service-density"
10608
10609 # Plots - NF Density - CSC - PDR IMIX
10610 - type: "plot"
10611   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10612   algorithm: "plot_nf_heatmap"
10613   output-file-type: ".html"
10614   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10615   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10616   filter: "'NIC_Intel-XXV710' and
10617            'NF_DENSITY' and
10618            'DOCKER' and
10619            'CHAIN' and
10620            'NF_VPPIP4' and
10621            'IMIX' and
10622            '2T1C' and
10623            'NDRPDR'"
10624   parameters:
10625   - "throughput"
10626   - "name"
10627   - "tags"
10628   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10629   x-axis: "X = CNFs per Service Chain"
10630   y-axis: "Y = Number of Service Chains"
10631   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10632   layout:
10633     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10634     layout: "plot-service-density"
10635
10636 - type: "plot"
10637   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10638   algorithm: "plot_nf_heatmap"
10639   output-file-type: ".html"
10640   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10641   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10642   filter: "'NIC_Intel-XXV710' and
10643            'NF_DENSITY' and
10644            'DOCKER' and
10645            'CHAIN' and
10646            'NF_VPPIP4' and
10647            'IMIX' and
10648            '4T2C' and
10649            'NDRPDR'"
10650   parameters:
10651   - "throughput"
10652   - "name"
10653   - "tags"
10654   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10655   x-axis: "X = CNFs per Service Chain"
10656   y-axis: "Y = Number of Service Chains"
10657   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10658   layout:
10659     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10660     layout: "plot-service-density"
10661
10662 - type: "plot"
10663   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10664   algorithm: "plot_nf_heatmap"
10665   output-file-type: ".html"
10666   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10667   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10668   filter: "'NIC_Intel-XXV710' and
10669            'NF_DENSITY' and
10670            'DOCKER' and
10671            'CHAIN' and
10672            'NF_VPPIP4' and
10673            'IMIX' and
10674            '8T4C' and
10675            'NDRPDR'"
10676   parameters:
10677   - "throughput"
10678   - "name"
10679   - "tags"
10680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10681   x-axis: "X = CNFs per Service Chain"
10682   y-axis: "Y = Number of Service Chains"
10683   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10684   layout:
10685     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10686     layout: "plot-service-density"
10687
10688 # Plots - NF Density - CSP - MRR IMIX
10689 - type: "plot"
10690   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10691   algorithm: "plot_nf_heatmap"
10692   output-file-type: ".html"
10693   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10694   data: "plot-vpp-nfv-2n-clx-mrr"
10695   filter: "'NIC_Intel-XXV710' and
10696            'NF_DENSITY' and
10697            'DOCKER' and
10698            'PIPELINE' and
10699            'NF_VPPIP4' and
10700            'IMIX' and
10701            '2T1C' and
10702            'MRR'"
10703   parameters:
10704   - "result"
10705   - "name"
10706   - "tags"
10707   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10708   x-axis: "X = CNFs per Service Pipeline"
10709   y-axis: "Y = Number of Service Pipelines"
10710   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10711   layout:
10712     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10713     layout: "plot-service-density"
10714
10715 - type: "plot"
10716   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10717   algorithm: "plot_nf_heatmap"
10718   output-file-type: ".html"
10719   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10720   data: "plot-vpp-nfv-2n-clx-mrr"
10721   filter: "'NIC_Intel-XXV710' and
10722            'NF_DENSITY' and
10723            'DOCKER' and
10724            'PIPELINE' and
10725            'NF_VPPIP4' and
10726            'IMIX' and
10727            '4T2C' and
10728            'MRR'"
10729   parameters:
10730   - "result"
10731   - "name"
10732   - "tags"
10733   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10734   x-axis: "X = CNFs per Service Pipeline"
10735   y-axis: "Y = Number of Service Pipelines"
10736   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10737   layout:
10738     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10739     layout: "plot-service-density"
10740
10741 - type: "plot"
10742   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10743   algorithm: "plot_nf_heatmap"
10744   output-file-type: ".html"
10745   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10746   data: "plot-vpp-nfv-2n-clx-mrr"
10747   filter: "'NIC_Intel-XXV710' and
10748            'NF_DENSITY' and
10749            'DOCKER' and
10750            'PIPELINE' and
10751            'NF_VPPIP4' and
10752            'IMIX' and
10753            '8T4C' and
10754            'MRR'"
10755   parameters:
10756   - "result"
10757   - "name"
10758   - "tags"
10759   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10760   x-axis: "X = CNFs per Service Pipeline"
10761   y-axis: "Y = Number of Service Pipelines"
10762   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10763   layout:
10764     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10765     layout: "plot-service-density"
10766
10767 # Plots - NF Density - CSP - NDR IMIX
10768 - type: "plot"
10769   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10770   algorithm: "plot_nf_heatmap"
10771   output-file-type: ".html"
10772   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10773   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10774   filter: "'NIC_Intel-XXV710' and
10775            'NF_DENSITY' and
10776            'DOCKER' and
10777            'PIPELINE' and
10778            'NF_VPPIP4' and
10779            'IMIX' and
10780            '2T1C' and
10781            'NDRPDR'"
10782   parameters:
10783   - "throughput"
10784   - "name"
10785   - "tags"
10786   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10787   x-axis: "X = CNFs per Service Pipeline"
10788   y-axis: "Y = Number of Service Pipelines"
10789   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10790   layout:
10791     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10792     layout: "plot-service-density"
10793
10794 - type: "plot"
10795   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10796   algorithm: "plot_nf_heatmap"
10797   output-file-type: ".html"
10798   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10799   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10800   filter: "'NIC_Intel-XXV710' and
10801            'NF_DENSITY' and
10802            'DOCKER' and
10803            'PIPELINE' and
10804            'NF_VPPIP4' and
10805            'IMIX' and
10806            '4T2C' and
10807            'NDRPDR'"
10808   parameters:
10809   - "throughput"
10810   - "name"
10811   - "tags"
10812   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10813   x-axis: "X = CNFs per Service Pipeline"
10814   y-axis: "Y = Number of Service Pipelines"
10815   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10816   layout:
10817     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10818     layout: "plot-service-density"
10819
10820 - type: "plot"
10821   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10822   algorithm: "plot_nf_heatmap"
10823   output-file-type: ".html"
10824   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10825   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10826   filter: "'NIC_Intel-XXV710' and
10827            'NF_DENSITY' and
10828            'DOCKER' and
10829            'PIPELINE' and
10830            'NF_VPPIP4' and
10831            'IMIX' and
10832            '8T4C' and
10833            'NDRPDR'"
10834   parameters:
10835   - "throughput"
10836   - "name"
10837   - "tags"
10838   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10839   x-axis: "X = CNFs per Service Pipeline"
10840   y-axis: "Y = Number of Service Pipelines"
10841   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10842   layout:
10843     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10844     layout: "plot-service-density"
10845
10846 # Plots - NF Density - CSP - PDR IMIX
10847 - type: "plot"
10848   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10849   algorithm: "plot_nf_heatmap"
10850   output-file-type: ".html"
10851   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10852   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10853   filter: "'NIC_Intel-XXV710' and
10854            'NF_DENSITY' and
10855            'DOCKER' and
10856            'PIPELINE' and
10857            'NF_VPPIP4' and
10858            'IMIX' and
10859            '2T1C' and
10860            'NDRPDR'"
10861   parameters:
10862   - "throughput"
10863   - "name"
10864   - "tags"
10865   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10866   x-axis: "X = CNFs per Service Pipeline"
10867   y-axis: "Y = Number of Service Pipelines"
10868   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10869   layout:
10870     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10871     layout: "plot-service-density"
10872
10873 - type: "plot"
10874   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10875   algorithm: "plot_nf_heatmap"
10876   output-file-type: ".html"
10877   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10878   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10879   filter: "'NIC_Intel-XXV710' and
10880            'NF_DENSITY' and
10881            'DOCKER' and
10882            'PIPELINE' and
10883            'NF_VPPIP4' and
10884            'IMIX' and
10885            '4T2C' and
10886            'NDRPDR'"
10887   parameters:
10888   - "throughput"
10889   - "name"
10890   - "tags"
10891   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10892   x-axis: "X = CNFs per Service Pipeline"
10893   y-axis: "Y = Number of Service Pipelines"
10894   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10895   layout:
10896     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10897     layout: "plot-service-density"
10898
10899 - type: "plot"
10900   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10901   algorithm: "plot_nf_heatmap"
10902   output-file-type: ".html"
10903   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10904   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10905   filter: "'NIC_Intel-XXV710' and
10906            'NF_DENSITY' and
10907            'DOCKER' and
10908            'PIPELINE' and
10909            'NF_VPPIP4' and
10910            'IMIX' and
10911            '8T4C' and
10912            'NDRPDR'"
10913   parameters:
10914   - "throughput"
10915   - "name"
10916   - "tags"
10917   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10918   x-axis: "X = CNFs per Service Pipeline"
10919   y-axis: "Y = Number of Service Pipelines"
10920   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10921   layout:
10922     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10923     layout: "plot-service-density"
10924
10925 ################################################################################
10926
10927 # Packet Throughput
10928
10929 - type: "plot"
10930   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10931   algorithm: "plot_perf_box_name"
10932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10934   include:
10935     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10936     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10937     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10938     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10939   layout:
10940     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10941     layout: "plot-throughput"
10942
10943 - type: "plot"
10944   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10945   algorithm: "plot_perf_box_name"
10946   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10948   include:
10949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10950     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10951     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10952     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10953   layout:
10954     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10955     layout: "plot-throughput"
10956
10957 - type: "plot"
10958   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10959   algorithm: "plot_perf_box_name"
10960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10962   include:
10963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10964     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10965     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10966     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10967   layout:
10968     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10969     layout: "plot-throughput"
10970
10971 - type: "plot"
10972   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10973   algorithm: "plot_perf_box_name"
10974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10976   include:
10977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10978     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10979     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10980     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10981   layout:
10982     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10983     layout: "plot-throughput"
10984
10985 - type: "plot"
10986   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10987   algorithm: "plot_perf_box_name"
10988   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10990   include:
10991     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10992     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10993     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10994     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10995     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10996   layout:
10997     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10998     layout: "plot-throughput"
10999
11000 - type: "plot"
11001   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11002   algorithm: "plot_perf_box_name"
11003   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11005   include:
11006     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11007     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11008     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11010     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11011   layout:
11012     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11013     layout: "plot-throughput"
11014
11015 - type: "plot"
11016   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11017   algorithm: "plot_perf_box_name"
11018   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11020   include:
11021     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11022     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11023     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11024     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11025     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11026   layout:
11027     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11028     layout: "plot-throughput"
11029
11030 - type: "plot"
11031   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11032   algorithm: "plot_perf_box_name"
11033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11035   include:
11036     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11037     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11038     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11039     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11040     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11041   layout:
11042     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11043     layout: "plot-throughput"
11044
11045 - type: "plot"
11046   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11047   algorithm: "plot_perf_box_name"
11048   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11049   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11050   include:
11051     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11052     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11053     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11054     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11055     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11056   layout:
11057     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11058     layout: "plot-throughput"
11059
11060 - type: "plot"
11061   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11062   algorithm: "plot_perf_box_name"
11063   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11064   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11065   include:
11066     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11067     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11068     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11069     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11070     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11071   layout:
11072     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11073     layout: "plot-throughput"
11074
11075 - type: "plot"
11076   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11077   algorithm: "plot_perf_box_name"
11078   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11080   include:
11081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11087   layout:
11088     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11089     layout: "plot-throughput"
11090
11091 - type: "plot"
11092   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11093   algorithm: "plot_perf_box_name"
11094   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11096   include:
11097     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11103   layout:
11104     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11105     layout: "plot-throughput"
11106
11107 - type: "plot"
11108   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11109   algorithm: "plot_perf_box_name"
11110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11112   include:
11113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11118   layout:
11119     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11120     layout: "plot-throughput"
11121
11122 - type: "plot"
11123   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11124   algorithm: "plot_perf_box_name"
11125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11127   include:
11128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11133   layout:
11134     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11135     layout: "plot-throughput"
11136
11137 - type: "plot"
11138   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11139   algorithm: "plot_perf_box_name"
11140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11142   include:
11143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11146   layout:
11147     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11148     layout: "plot-throughput"
11149
11150 - type: "plot"
11151   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11152   algorithm: "plot_perf_box_name"
11153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11155   include:
11156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11159   layout:
11160     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11161     layout: "plot-throughput"
11162
11163 - type: "plot"
11164   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11165   algorithm: "plot_perf_box_name"
11166   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11168   include:
11169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11174   layout:
11175     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11176     layout: "plot-throughput"
11177
11178 - type: "plot"
11179   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11180   algorithm: "plot_perf_box_name"
11181   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11183   include:
11184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11189   layout:
11190     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11191     layout: "plot-throughput"
11192
11193 - type: "plot"
11194   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11195   algorithm: "plot_perf_box_name"
11196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11198   include:
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11202   layout:
11203     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11204     layout: "plot-throughput"
11205
11206 - type: "plot"
11207   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11208   algorithm: "plot_perf_box_name"
11209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11211   include:
11212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11215   layout:
11216     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11217     layout: "plot-throughput"
11218
11219 - type: "plot"
11220   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11221   algorithm: "plot_perf_box_name"
11222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11224   include:
11225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11231   layout:
11232     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11233     layout: "plot-throughput"
11234
11235 - type: "plot"
11236   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11237   algorithm: "plot_perf_box_name"
11238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11240   include:
11241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11247   layout:
11248     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11249     layout: "plot-throughput"
11250
11251 - type: "plot"
11252   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11253   algorithm: "plot_perf_box_name"
11254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11256   include:
11257     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11258     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11259     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11260     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11261     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11262   layout:
11263     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11264     layout: "plot-throughput"
11265
11266 - type: "plot"
11267   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11268   algorithm: "plot_perf_box_name"
11269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11271   include:
11272     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11273     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11274     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11275     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11276     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11277   layout:
11278     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11279     layout: "plot-throughput"
11280
11281 #- type: "plot"
11282 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11283 #  algorithm: "plot_perf_box_name"
11284 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11285 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11286 #  include:
11287 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11288 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11289 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11290 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11291 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11292 #  layout:
11293 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11294 #    layout: "plot-throughput"
11295 #
11296 #- type: "plot"
11297 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11298 #  algorithm: "plot_perf_box_name"
11299 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11300 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11301 #  include:
11302 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11303 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11304 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11305 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11306 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11307 #  layout:
11308 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11309 #    layout: "plot-throughput"
11310 #
11311 #- type: "plot"
11312 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11313 #  algorithm: "plot_perf_box_name"
11314 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11315 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11316 #  include:
11317 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11318 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11319 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11320 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11321 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11322 #  layout:
11323 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11324 #    layout: "plot-throughput"
11325 #
11326 #- type: "plot"
11327 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11328 #  algorithm: "plot_perf_box_name"
11329 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11330 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11331 #  include:
11332 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11333 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11334 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11335 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11336 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11337 #  layout:
11338 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11339 #    layout: "plot-throughput"
11340
11341 - type: "plot"
11342   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11343   algorithm: "plot_perf_box_name"
11344   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11345   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11346   include:
11347     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11348     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11349     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11350     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11351     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11352   layout:
11353     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11354     layout: "plot-throughput"
11355
11356 - type: "plot"
11357   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11358   algorithm: "plot_perf_box_name"
11359   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11360   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11361   include:
11362     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11363     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11364     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11365     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11366     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11367   layout:
11368     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11369     layout: "plot-throughput"
11370
11371 #- type: "plot"
11372 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11373 #  algorithm: "plot_perf_box_name"
11374 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11375 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11376 #  include:
11377 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11378 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11379 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11380 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11381 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11382 #  layout:
11383 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11384 #    layout: "plot-throughput"
11385 #
11386 #- type: "plot"
11387 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11388 #  algorithm: "plot_perf_box_name"
11389 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11390 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11391 #  include:
11392 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11393 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11394 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11395 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11396 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11397 #  layout:
11398 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11399 #    layout: "plot-throughput"
11400 #
11401 #- type: "plot"
11402 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11403 #  algorithm: "plot_perf_box_name"
11404 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11405 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11406 #  include:
11407 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11408 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11409 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11410 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11411 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11412 #  layout:
11413 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11414 #    layout: "plot-throughput"
11415 #
11416 #- type: "plot"
11417 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11418 #  algorithm: "plot_perf_box_name"
11419 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11420 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11421 #  include:
11422 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11423 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11424 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11425 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11426 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11427 #  layout:
11428 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11429 #    layout: "plot-throughput"
11430
11431 - type: "plot"
11432   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11433   algorithm: "plot_perf_box_name"
11434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11436   include:
11437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11443   layout:
11444     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11445     layout: "plot-throughput"
11446
11447 - type: "plot"
11448   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11449   algorithm: "plot_perf_box_name"
11450   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11452   include:
11453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11459   layout:
11460     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11461     layout: "plot-throughput"
11462
11463 - type: "plot"
11464   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11465   algorithm: "plot_perf_box_name"
11466   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11467   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11468   include:
11469     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11472   layout:
11473     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11474     layout: "plot-throughput"
11475
11476 - type: "plot"
11477   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11478   algorithm: "plot_perf_box_name"
11479   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11481   include:
11482     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11485   layout:
11486     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11487     layout: "plot-throughput"
11488
11489 - type: "plot"
11490   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11491   algorithm: "plot_perf_box_name"
11492   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11494   include:
11495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11497 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11498 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11499 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11500   layout:
11501     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11502     layout: "plot-throughput"
11503
11504 - type: "plot"
11505   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11506   algorithm: "plot_perf_box_name"
11507   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11509   include:
11510     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11512 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11513 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11514 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11515   layout:
11516     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11517     layout: "plot-throughput"
11518
11519 - type: "plot"
11520   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11521   algorithm: "plot_perf_box_name"
11522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11524   include:
11525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11530   layout:
11531     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11532     layout: "plot-throughput"
11533
11534 - type: "plot"
11535   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11536   algorithm: "plot_perf_box_name"
11537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11539   include:
11540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11545   layout:
11546     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11547     layout: "plot-throughput"
11548
11549 - type: "plot"
11550   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11551   algorithm: "plot_perf_box_name"
11552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11554   include:
11555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11560   layout:
11561     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11562     layout: "plot-throughput"
11563
11564 - type: "plot"
11565   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11566   algorithm: "plot_perf_box_name"
11567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11569   include:
11570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11575   layout:
11576     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11577     layout: "plot-throughput"
11578
11579 - type: "plot"
11580   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11581   algorithm: "plot_perf_box_name"
11582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11584   include:
11585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11589   layout:
11590     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11591     layout: "plot-throughput"
11592
11593 - type: "plot"
11594   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11595   algorithm: "plot_perf_box_name"
11596   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11598   include:
11599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11603   layout:
11604     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11612   include:
11613     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11618   layout:
11619     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11620     layout: "plot-throughput"
11621
11622 - type: "plot"
11623   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11624   algorithm: "plot_perf_box_name"
11625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11627   include:
11628     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11633   layout:
11634     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11635     layout: "plot-throughput"
11636
11637 - type: "plot"
11638   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11639   algorithm: "plot_perf_box_name"
11640   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11641   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11642   include:
11643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11648   layout:
11649     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11650     layout: "plot-throughput"
11651
11652 - type: "plot"
11653   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11654   algorithm: "plot_perf_box_name"
11655   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11656   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11657   include:
11658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11663   layout:
11664     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11665     layout: "plot-throughput"
11666
11667 - type: "plot"
11668   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11669   algorithm: "plot_perf_box_name"
11670   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11671   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11672   include:
11673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11677   layout:
11678     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11679     layout: "plot-throughput"
11680
11681 - type: "plot"
11682   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11683   algorithm: "plot_perf_box_name"
11684   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11685   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11686   include:
11687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11691   layout:
11692     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11693     layout: "plot-throughput"
11694
11695 - type: "plot"
11696   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11697   algorithm: "plot_perf_box_name"
11698   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11699   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11700   include:
11701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11706   layout:
11707     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11708     layout: "plot-throughput"
11709
11710 - type: "plot"
11711   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11712   algorithm: "plot_perf_box_name"
11713   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11714   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11715   include:
11716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11721   layout:
11722     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11723     layout: "plot-throughput"
11724
11725 - type: "plot"
11726   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11727   algorithm: "plot_perf_box_name"
11728   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11729   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11730   include:
11731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11737   layout:
11738     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11739     layout: "plot-throughput"
11740
11741 - type: "plot"
11742   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11743   algorithm: "plot_perf_box_name"
11744   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11745   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11746   include:
11747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11753   layout:
11754     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11759   algorithm: "plot_perf_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11761   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11762   include:
11763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11768   layout:
11769     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11770     layout: "plot-throughput"
11771
11772 - type: "plot"
11773   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11774   algorithm: "plot_perf_box_name"
11775   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11776   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11777   include:
11778     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11783   layout:
11784     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11785     layout: "plot-throughput"
11786
11787 - type: "plot"
11788   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11789   algorithm: "plot_perf_box_name"
11790   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11791   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11792   include:
11793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11798   layout:
11799     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11800     layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11804   algorithm: "plot_perf_box_name"
11805   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11806   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11807   include:
11808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11813   layout:
11814     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11815     layout: "plot-throughput"
11816
11817 - type: "plot"
11818   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11819   algorithm: "plot_perf_box_name"
11820   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11822   include:
11823     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11825   layout:
11826     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11827     layout: "plot-throughput"
11828
11829 - type: "plot"
11830   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11831   algorithm: "plot_perf_box_name"
11832   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11834   include:
11835     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11837   layout:
11838     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11839     layout: "plot-throughput"
11840
11841 - type: "plot"
11842   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11843   algorithm: "plot_perf_box_name"
11844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11846   include:
11847     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11851   layout:
11852     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11853     layout: "plot-throughput"
11854
11855 - type: "plot"
11856   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11857   algorithm: "plot_perf_box_name"
11858   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11860   include:
11861     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11865   layout:
11866     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11867     layout: "plot-throughput"
11868
11869 - type: "plot"
11870   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11871   algorithm: "plot_perf_box_name"
11872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11874   include:
11875     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11879   layout:
11880     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11881     layout: "plot-throughput"
11882
11883 - type: "plot"
11884   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11885   algorithm: "plot_perf_box_name"
11886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11888   include:
11889     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11893   layout:
11894     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11895     layout: "plot-throughput"
11896
11897 - type: "plot"
11898   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11899   algorithm: "plot_perf_box_name"
11900   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11901   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11902   include:
11903     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11907   layout:
11908     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11909     layout: "plot-throughput"
11910
11911 - type: "plot"
11912   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11913   algorithm: "plot_perf_box_name"
11914   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11915   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11916   include:
11917     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11921   layout:
11922     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11923     layout: "plot-throughput"
11924
11925 - type: "plot"
11926   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11927   algorithm: "plot_perf_box_name"
11928   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11929   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11930   include:
11931     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11935   layout:
11936     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11937     layout: "plot-throughput"
11938
11939 - type: "plot"
11940   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11941   algorithm: "plot_perf_box_name"
11942   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11943   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11944   include:
11945     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11949   layout:
11950     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11951     layout: "plot-throughput"
11952
11953 - type: "plot"
11954   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11955   algorithm: "plot_perf_box_name"
11956   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11958   include:
11959     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11965   layout:
11966     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11967     layout: "plot-throughput"
11968
11969 - type: "plot"
11970   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11971   algorithm: "plot_perf_box_name"
11972   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11974   include:
11975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11981   layout:
11982     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11990   include:
11991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11996   layout:
11997     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11998     layout: "plot-throughput"
11999
12000 - type: "plot"
12001   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12002   algorithm: "plot_perf_box_name"
12003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12005   include:
12006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12011   layout:
12012     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12013     layout: "plot-throughput"
12014
12015 - type: "plot"
12016   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12017   algorithm: "plot_perf_box_name"
12018   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12020   include:
12021     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12026   layout:
12027     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12028     layout: "plot-throughput"
12029
12030 - type: "plot"
12031   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12032   algorithm: "plot_perf_box_name"
12033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12035   include:
12036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12041   layout:
12042     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12043     layout: "plot-throughput"
12044
12045 - type: "plot"
12046   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12047   algorithm: "plot_perf_box_name"
12048   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12049   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12050   include:
12051     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12054   layout:
12055     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12063   include:
12064     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12067   layout:
12068     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12069     layout: "plot-throughput"
12070
12071 - type: "plot"
12072   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12073   algorithm: "plot_perf_box_name"
12074   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12076   include:
12077     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12080   layout:
12081     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12082     layout: "plot-throughput"
12083
12084 - type: "plot"
12085   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12086   algorithm: "plot_perf_box_name"
12087   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12089   include:
12090     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12092     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12093   layout:
12094     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12095     layout: "plot-throughput"
12096
12097 - type: "plot"
12098   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12099   algorithm: "plot_perf_box_name"
12100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12102   include:
12103     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12108   layout:
12109     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12110     layout: "plot-throughput"
12111
12112 - type: "plot"
12113   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12114   algorithm: "plot_perf_box_name"
12115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12117   include:
12118     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12123   layout:
12124     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12125     layout: "plot-throughput"
12126
12127 - type: "plot"
12128   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12129   algorithm: "plot_perf_box_name"
12130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12132   include:
12133     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12138   layout:
12139     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12140     layout: "plot-throughput"
12141
12142 - type: "plot"
12143   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12144   algorithm: "plot_perf_box_name"
12145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12147   include:
12148     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12153   layout:
12154     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12161   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12162   include:
12163     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12168   layout:
12169     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12170     layout: "plot-throughput"
12171
12172 - type: "plot"
12173   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12174   algorithm: "plot_perf_box_name"
12175   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12176   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12177   include:
12178     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12183   layout:
12184     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12185     layout: "plot-throughput"
12186
12187 - type: "plot"
12188   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12189   algorithm: "plot_perf_box_name"
12190   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12191   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12192   include:
12193     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12198   layout:
12199     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12200     layout: "plot-throughput"
12201
12202 - type: "plot"
12203   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12204   algorithm: "plot_perf_box_name"
12205   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12206   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12207   include:
12208     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12213   layout:
12214     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12215     layout: "plot-throughput"
12216
12217 - type: "plot"
12218   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12219   algorithm: "plot_perf_box_name"
12220   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12221   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12222   include:
12223     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12228   layout:
12229     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12236   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12237   include:
12238     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12243   layout:
12244     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12245     layout: "plot-throughput"
12246
12247 - type: "plot"
12248   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12249   algorithm: "plot_perf_box_name"
12250   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12252   include:
12253     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12254     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12255     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12256     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12257     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12258     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12259   layout:
12260     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12261     layout: "plot-throughput"
12262
12263 - type: "plot"
12264   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12265   algorithm: "plot_perf_box_name"
12266   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12267   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12268   include:
12269     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12270     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12271     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12272     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12273     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12275   layout:
12276     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12277     layout: "plot-throughput"
12278
12279 - type: "plot"
12280   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12281   algorithm: "plot_perf_box_name"
12282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12284   include:
12285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12287     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12288     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12289   layout:
12290     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12291     layout: "plot-throughput"
12292
12293 - type: "plot"
12294   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12295   algorithm: "plot_perf_box_name"
12296   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12297   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12298   include:
12299     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12300     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12301     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12302     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12303   layout:
12304     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12305     layout: "plot-throughput"
12306
12307 - type: "plot"
12308   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12309   algorithm: "plot_perf_box_name"
12310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12312   include:
12313     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12314     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12315     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12316     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12317     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12318     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12319   layout:
12320     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12321     layout: "plot-throughput"
12322
12323 - type: "plot"
12324   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12325   algorithm: "plot_perf_box_name"
12326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12328   include:
12329     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12330     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12331     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12332     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12333     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12335   layout:
12336     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12337     layout: "plot-throughput"
12338
12339 - type: "plot"
12340   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12341   algorithm: "plot_perf_box_name"
12342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12344   include:
12345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12351   layout:
12352     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12353     layout: "plot-throughput"
12354
12355 - type: "plot"
12356   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12357   algorithm: "plot_perf_box_name"
12358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12360   include:
12361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12367   layout:
12368     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12369     layout: "plot-throughput"
12370
12371 - type: "plot"
12372   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12373   algorithm: "plot_perf_box_name"
12374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12376   include:
12377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12381     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12382     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12383   layout:
12384     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12385     layout: "plot-throughput"
12386
12387 - type: "plot"
12388   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12389   algorithm: "plot_perf_box_name"
12390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12392   include:
12393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12394     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12395     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12396     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12397     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12398     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12399   layout:
12400     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12401     layout: "plot-throughput"
12402
12403 - type: "plot"
12404   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12405   algorithm: "plot_perf_box_name"
12406   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12407   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12408   include:
12409     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12410     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12413     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12415   layout:
12416     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12417     layout: "plot-throughput"
12418
12419 - type: "plot"
12420   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12421   algorithm: "plot_perf_box_name"
12422   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12423   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12424   include:
12425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12431   layout:
12432     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12433     layout: "plot-throughput"
12434
12435 - type: "plot"
12436   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12437   algorithm: "plot_perf_box_name"
12438   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12439   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12440   include:
12441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12442     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12443     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12444     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12445     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12446     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12447   layout:
12448     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12449     layout: "plot-throughput"
12450
12451 - type: "plot"
12452   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12455   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12456   include:
12457     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12458     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12459     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12460     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12461     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12462     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12463   layout:
12464     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12465     layout: "plot-throughput"
12466
12467 - type: "plot"
12468   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12469   algorithm: "plot_perf_box_name"
12470   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12472   include:
12473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12474     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12479   layout:
12480     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12481     layout: "plot-throughput"
12482
12483 - type: "plot"
12484   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12485   algorithm: "plot_perf_box_name"
12486   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12488   include:
12489     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12490     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12495   layout:
12496     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12504   include:
12505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12511   layout:
12512     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12513     layout: "plot-throughput"
12514
12515 - type: "plot"
12516   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12517   algorithm: "plot_perf_box_name"
12518   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12520   include:
12521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12527   layout:
12528     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12529     layout: "plot-throughput"
12530
12531 - type: "plot"
12532   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12533   algorithm: "plot_perf_box_name"
12534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12536   include:
12537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12543   layout:
12544     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12545     layout: "plot-throughput"
12546
12547 - type: "plot"
12548   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12549   algorithm: "plot_perf_box_name"
12550   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12552   include:
12553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12559   layout:
12560     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12561     layout: "plot-throughput"
12562
12563 - type: "plot"
12564   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12565   algorithm: "plot_perf_box_name"
12566   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12568   include:
12569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12573   layout:
12574     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12575     layout: "plot-throughput"
12576
12577 - type: "plot"
12578   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12579   algorithm: "plot_perf_box_name"
12580   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12581   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12582   include:
12583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12587   layout:
12588     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12589     layout: "plot-throughput"
12590
12591 - type: "plot"
12592   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12593   algorithm: "plot_perf_box_name"
12594   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12596   include:
12597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12601   layout:
12602     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12603     layout: "plot-throughput"
12604
12605 - type: "plot"
12606   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12607   algorithm: "plot_perf_box_name"
12608   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12609   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12610   include:
12611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12615   layout:
12616     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12617     layout: "plot-throughput"
12618
12619 - type: "plot"
12620   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12621   algorithm: "plot_perf_box_name"
12622   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12623   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12624   include:
12625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12631   layout:
12632     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12633     layout: "plot-throughput"
12634
12635 - type: "plot"
12636   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12637   algorithm: "plot_perf_box_name"
12638   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12639   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12640   include:
12641     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12647   layout:
12648     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12649     layout: "plot-throughput"
12650
12651 - type: "plot"
12652   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12653   algorithm: "plot_perf_box_name"
12654   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12656   include:
12657     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12662   layout:
12663     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12664     layout: "plot-throughput"
12665
12666 - type: "plot"
12667   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12668   algorithm: "plot_perf_box_name"
12669   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12671   include:
12672     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12677   layout:
12678     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12679     layout: "plot-throughput"
12680
12681 - type: "plot"
12682   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12683   algorithm: "plot_perf_box_name"
12684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12686   include:
12687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12692   layout:
12693     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12694     layout: "plot-throughput"
12695
12696 - type: "plot"
12697   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12698   algorithm: "plot_perf_box_name"
12699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12701   include:
12702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12707   layout:
12708     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12709     layout: "plot-throughput"
12710
12711 - type: "plot"
12712   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12713   algorithm: "plot_perf_box_name"
12714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12716   include:
12717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12721   layout:
12722     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12723     layout: "plot-throughput"
12724
12725 - type: "plot"
12726   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12727   algorithm: "plot_perf_box_name"
12728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12730   include:
12731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12735   layout:
12736     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12737     layout: "plot-throughput"
12738
12739 - type: "plot"
12740   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12741   algorithm: "plot_perf_box_name"
12742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12744   include:
12745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12751   layout:
12752     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12753     layout: "plot-throughput"
12754
12755 - type: "plot"
12756   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12757   algorithm: "plot_perf_box_name"
12758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12760   include:
12761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12767   layout:
12768     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12769     layout: "plot-throughput"
12770
12771 - type: "plot"
12772   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12773   algorithm: "plot_perf_box_name"
12774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12776   include:
12777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12783   layout:
12784     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12785     layout: "plot-throughput"
12786
12787 - type: "plot"
12788   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12789   algorithm: "plot_perf_box_name"
12790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12792   include:
12793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12799   layout:
12800     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12801     layout: "plot-throughput"
12802
12803 - type: "plot"
12804   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12805   algorithm: "plot_perf_box_name"
12806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12808   include:
12809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12815   layout:
12816     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12817     layout: "plot-throughput"
12818
12819 - type: "plot"
12820   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12821   algorithm: "plot_perf_box_name"
12822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12824   include:
12825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12831   layout:
12832     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12833     layout: "plot-throughput"
12834
12835 - type: "plot"
12836   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12837   algorithm: "plot_perf_box_name"
12838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12840   include:
12841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12847   layout:
12848     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12849     layout: "plot-throughput"
12850
12851 - type: "plot"
12852   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12853   algorithm: "plot_perf_box_name"
12854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12856   include:
12857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12863   layout:
12864     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12865     layout: "plot-throughput"
12866
12867 - type: "plot"
12868   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12869   algorithm: "plot_perf_box_name"
12870   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12871   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12872   include:
12873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12877   layout:
12878     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12879     layout: "plot-throughput"
12880
12881 - type: "plot"
12882   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12883   algorithm: "plot_perf_box_name"
12884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12886   include:
12887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12891   layout:
12892     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12893     layout: "plot-throughput"
12894
12895 - type: "plot"
12896   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12897   algorithm: "plot_perf_box_name"
12898   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12899   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12900   include:
12901     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12903     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12907   layout:
12908     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12909     layout: "plot-throughput"
12910
12911 - type: "plot"
12912   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12913   algorithm: "plot_perf_box_name"
12914   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12915   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12916   include:
12917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12923   layout:
12924     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12925     layout: "plot-throughput"
12926
12927 - type: "plot"
12928   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12929   algorithm: "plot_perf_box_name"
12930   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12931   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12932   include:
12933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12935     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12938     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12939   layout:
12940     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12941     layout: "plot-throughput"
12942
12943 - type: "plot"
12944   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12945   algorithm: "plot_perf_box_name"
12946   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12947   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12948   include:
12949     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12955   layout:
12956     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12957     layout: "plot-throughput"
12958
12959 - type: "plot"
12960   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12961   algorithm: "plot_perf_box_name"
12962   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12963   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12964   include:
12965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12969   layout:
12970     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12971     layout: "plot-throughput"
12972
12973 - type: "plot"
12974   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12975   algorithm: "plot_perf_box_name"
12976   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12977   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12978   include:
12979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12983   layout:
12984     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12985     layout: "plot-throughput"
12986
12987 - type: "plot"
12988   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12989   algorithm: "plot_perf_box_name"
12990   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12991   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12992   include:
12993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12999   layout:
13000     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13001     layout: "plot-throughput"
13002
13003 - type: "plot"
13004   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13005   algorithm: "plot_perf_box_name"
13006   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13007   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13008   include:
13009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13015   layout:
13016     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13017     layout: "plot-throughput"
13018
13019 - type: "plot"
13020   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13021   algorithm: "plot_perf_box_name"
13022   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13023   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13024   include:
13025     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13026     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13029   layout:
13030     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13031     layout: "plot-throughput"
13032
13033 - type: "plot"
13034   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13035   algorithm: "plot_perf_box_name"
13036   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13037   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13038   include:
13039     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13041     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13042     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13043   layout:
13044     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13045     layout: "plot-throughput"
13046
13047 - type: "plot"
13048   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13049   algorithm: "plot_perf_box_name"
13050   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13051   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13052   include:
13053     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13059   layout:
13060     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13061     layout: "plot-throughput"
13062
13063 - type: "plot"
13064   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13065   algorithm: "plot_perf_box_name"
13066   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13067   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13068   include:
13069     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13075   layout:
13076     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13077     layout: "plot-throughput"
13078
13079 - type: "plot"
13080   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13081   algorithm: "plot_perf_box_name"
13082   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13083   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13084   include:
13085     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13091   layout:
13092     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13093     layout: "plot-throughput"
13094
13095 - type: "plot"
13096   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13097   algorithm: "plot_perf_box_name"
13098   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13099   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13100   include:
13101     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13105     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13107   layout:
13108     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13109     layout: "plot-throughput"
13110
13111 - type: "plot"
13112   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13113   algorithm: "plot_perf_box_name"
13114   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13116   include:
13117     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13118     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13119     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13120     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13121     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13122     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13123   layout:
13124     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13125     layout: "plot-throughput"
13126
13127 - type: "plot"
13128   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13129   algorithm: "plot_perf_box_name"
13130   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13132   include:
13133     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13134     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13135     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13136     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13137     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13138     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13139   layout:
13140     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13141     layout: "plot-throughput"
13142
13143 - type: "plot"
13144   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13145   algorithm: "plot_perf_box_name"
13146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13148   include:
13149     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13150     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13151     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13152 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13153 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13154 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13155   layout:
13156     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13157     layout: "plot-throughput"
13158
13159 - type: "plot"
13160   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13161   algorithm: "plot_perf_box_name"
13162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13164   include:
13165     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13166     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13167     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13168 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13169 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13170 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13171   layout:
13172     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13173     layout: "plot-throughput"
13174
13175 - type: "plot"
13176   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13177   algorithm: "plot_perf_box_name"
13178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13180   include:
13181     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13182     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13183     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13184     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13185     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13186     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13187   layout:
13188     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13189     layout: "plot-throughput"
13190
13191 - type: "plot"
13192   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13193   algorithm: "plot_perf_box_name"
13194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13196   include:
13197     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13198     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13199     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13200     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13201     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13202     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13203   layout:
13204     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13209   algorithm: "plot_perf_box_name"
13210   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13211   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13212   include:
13213     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13214     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13215     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13216     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13217     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13218     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13219   layout:
13220     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13221     layout: "plot-throughput"
13222
13223 - type: "plot"
13224   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13225   algorithm: "plot_perf_box_name"
13226   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13227   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13228   include:
13229     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13230     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13231     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13232     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13233     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13234     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13235   layout:
13236     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13237     layout: "plot-throughput"
13238
13239 #- type: "plot"
13240 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13241 #  algorithm: "plot_perf_box_name"
13242 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13243 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13244 #  include:
13245 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13246 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13247 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13248 #  layout:
13249 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13250 #    layout: "plot-throughput"
13251 #
13252 #- type: "plot"
13253 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13254 #  algorithm: "plot_perf_box_name"
13255 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13256 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13257 #  include:
13258 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13259 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13260 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13261 #  layout:
13262 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13263 #    layout: "plot-throughput"
13264
13265 - type: "plot"
13266   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13267   algorithm: "plot_perf_box_name"
13268   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13269   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13270   include:
13271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13276   layout:
13277     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13278     layout: "plot-throughput"
13279
13280 - type: "plot"
13281   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13282   algorithm: "plot_perf_box_name"
13283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13285   include:
13286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13291   layout:
13292     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13293     layout: "plot-throughput"
13294
13295 - type: "plot"
13296   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13297   algorithm: "plot_perf_box_name"
13298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13300   include:
13301     - "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"
13302     - "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"
13303     - "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"
13304     - "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"
13305     - "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"
13306   layout:
13307     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13308     layout: "plot-throughput"
13309
13310 - type: "plot"
13311   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13312   algorithm: "plot_perf_box_name"
13313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13315   include:
13316     - "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"
13317     - "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"
13318     - "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"
13319     - "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"
13320     - "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"
13321   layout:
13322     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13323     layout: "plot-throughput"
13324
13325 - type: "plot"
13326   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13327   algorithm: "plot_perf_box_name"
13328   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13330   include:
13331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13336   layout:
13337     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13338     layout: "plot-throughput"
13339
13340 - type: "plot"
13341   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13342   algorithm: "plot_perf_box_name"
13343   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13344   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13345   include:
13346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13351   layout:
13352     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13353     layout: "plot-throughput"
13354
13355 - type: "plot"
13356   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13357   algorithm: "plot_perf_box_name"
13358   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13359   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13360   include:
13361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13366   layout:
13367     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13368     layout: "plot-throughput"
13369
13370 - type: "plot"
13371   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13372   algorithm: "plot_perf_box_name"
13373   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13374   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13375   include:
13376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13381   layout:
13382     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13383     layout: "plot-throughput"
13384
13385 - type: "plot"
13386   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13387   algorithm: "plot_perf_box_name"
13388   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13390   include:
13391     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13392     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13393     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13394     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13395     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13396   layout:
13397     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13398     layout: "plot-throughput"
13399
13400 - type: "plot"
13401   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13402   algorithm: "plot_perf_box_name"
13403   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13405   include:
13406     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13407     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13408     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13409     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13411   layout:
13412     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13413     layout: "plot-throughput"
13414
13415 - type: "plot"
13416   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13417   algorithm: "plot_perf_box_name"
13418   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13419   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13420   include:
13421     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13424     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13425     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13426   layout:
13427     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13428     layout: "plot-throughput"
13429
13430 - type: "plot"
13431   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13432   algorithm: "plot_perf_box_name"
13433   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13435   include:
13436     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13439     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13440     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13441   layout:
13442     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13443     layout: "plot-throughput"
13444
13445 - type: "plot"
13446   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13447   algorithm: "plot_perf_box_name"
13448   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13450   include:
13451     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13455   layout:
13456     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13457     layout: "plot-throughput"
13458
13459 - type: "plot"
13460   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13461   algorithm: "plot_perf_box_name"
13462   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13464   include:
13465     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13467     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13468     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13469   layout:
13470     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13471     layout: "plot-throughput"
13472
13473 - type: "plot"
13474   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13475   algorithm: "plot_perf_box_name"
13476   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13478   include:
13479     - "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"
13480     - "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"
13481     - "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"
13482     - "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"
13483   layout:
13484     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13485     layout: "plot-throughput"
13486
13487 - type: "plot"
13488   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13489   algorithm: "plot_perf_box_name"
13490   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13492   include:
13493     - "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"
13494     - "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"
13495     - "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"
13496     - "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"
13497   layout:
13498     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13499     layout: "plot-throughput"
13500
13501 - type: "plot"
13502   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13503   algorithm: "plot_perf_box_name"
13504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13506   include:
13507     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13508     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13513   layout:
13514     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13515     layout: "plot-throughput"
13516
13517 - type: "plot"
13518   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13519   algorithm: "plot_perf_box_name"
13520   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13522   include:
13523     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13524     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13527     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13528     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13529   layout:
13530     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13531     layout: "plot-throughput"
13532
13533 - type: "plot"
13534   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13535   algorithm: "plot_perf_box_name"
13536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13538   include:
13539     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13540     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13541     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13542     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13543     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13544     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13545   layout:
13546     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13547     layout: "plot-throughput"
13548
13549 - type: "plot"
13550   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13551   algorithm: "plot_perf_box_name"
13552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13554   include:
13555     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13556     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13558     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13559     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13560     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13561   layout:
13562     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13563     layout: "plot-throughput"
13564
13565 - type: "plot"
13566   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13567   algorithm: "plot_perf_box_name"
13568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13570   include:
13571     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13577   layout:
13578     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13579     layout: "plot-throughput"
13580
13581 - type: "plot"
13582   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13583   algorithm: "plot_perf_box_name"
13584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13586   include:
13587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13593   layout:
13594     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13595     layout: "plot-throughput"
13596
13597 - type: "plot"
13598   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13599   algorithm: "plot_perf_box_name"
13600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13602   include:
13603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13608   layout:
13609     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13610     layout: "plot-throughput"
13611
13612 - type: "plot"
13613   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13614   algorithm: "plot_perf_box_name"
13615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13617   include:
13618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13623   layout:
13624     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13625     layout: "plot-throughput"
13626
13627 - type: "plot"
13628   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13629   algorithm: "plot_perf_box_name"
13630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13632   include:
13633     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13634     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13635   layout:
13636     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13637     layout: "plot-throughput"
13638
13639 - type: "plot"
13640   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13641   algorithm: "plot_perf_box_name"
13642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13644   include:
13645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13647   layout:
13648     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13649     layout: "plot-throughput"
13650
13651 - type: "plot"
13652   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13653   algorithm: "plot_perf_box_name"
13654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13656   include:
13657     - "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"
13658     - "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"
13659   layout:
13660     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13661     layout: "plot-throughput"
13662
13663 - type: "plot"
13664   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13665   algorithm: "plot_perf_box_name"
13666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13668   include:
13669     - "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"
13670     - "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"
13671   layout:
13672     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13673     layout: "plot-throughput"
13674
13675 - type: "plot"
13676   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13677   algorithm: "plot_perf_box_name"
13678   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13680   include:
13681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13683   layout:
13684     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13685     layout: "plot-throughput"
13686
13687 - type: "plot"
13688   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13689   algorithm: "plot_perf_box_name"
13690   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13692   include:
13693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13695   layout:
13696     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13697     layout: "plot-throughput"
13698
13699 - type: "plot"
13700   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13701   algorithm: "plot_perf_box_name"
13702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13704   include:
13705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13707   layout:
13708     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13709     layout: "plot-throughput"
13710
13711 - type: "plot"
13712   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13713   algorithm: "plot_perf_box_name"
13714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13716   include:
13717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13719   layout:
13720     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13721     layout: "plot-throughput"
13722
13723 - type: "plot"
13724   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13725   algorithm: "plot_perf_box_name"
13726   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13727   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13728   include:
13729     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13730     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13735   layout:
13736     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13737     layout: "plot-throughput"
13738
13739 - type: "plot"
13740   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13741   algorithm: "plot_perf_box_name"
13742   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13743   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13744   include:
13745     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13746     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13751   layout:
13752     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13753     layout: "plot-throughput"
13754
13755 - type: "plot"
13756   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13757   algorithm: "plot_perf_box_name"
13758   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13759   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13760   include:
13761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13762     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13764     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13765     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13766     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13767   layout:
13768     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13769     layout: "plot-throughput"
13770
13771 - type: "plot"
13772   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13773   algorithm: "plot_perf_box_name"
13774   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13775   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13776   include:
13777     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13778     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13779     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13780     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13781     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13782     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13783   layout:
13784     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13785     layout: "plot-throughput"
13786
13787 #- type: "plot"
13788 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13789 #  algorithm: "plot_perf_box_name"
13790 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13791 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13792 #  include:
13793 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13794 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13795 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13796 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13797 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13798 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13799 #  layout:
13800 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13801 #    layout: "plot-throughput"
13802 #
13803 #- type: "plot"
13804 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13805 #  algorithm: "plot_perf_box_name"
13806 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13807 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13808 #  include:
13809 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13810 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13811 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13812 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13813 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13814 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13815 #  layout:
13816 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13817 #    layout: "plot-throughput"
13818
13819 - type: "plot"
13820   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13821   algorithm: "plot_perf_box_name"
13822   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13823   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13824   include:
13825     - "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"
13826     - "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"
13827     - "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"
13828     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13829     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13830     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13831   layout:
13832     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13833     layout: "plot-throughput"
13834
13835 - type: "plot"
13836   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13837   algorithm: "plot_perf_box_name"
13838   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13840   include:
13841     - "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"
13842     - "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"
13843     - "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"
13844     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13845     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13846     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13847   layout:
13848     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13849     layout: "plot-throughput"
13850
13851 ################################################################################
13852
13853 # Packet Speedup
13854
13855 - type: "plot"
13856   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13857   algorithm: "plot_tsa_name"
13858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13860   include:
13861     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13862     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13863     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13864     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13865   layout:
13866     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13867     layout: "plot-throughput-speedup-analysis"
13868
13869 - type: "plot"
13870   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13871   algorithm: "plot_tsa_name"
13872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13874   include:
13875     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13876     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13877     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13878     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13879   layout:
13880     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13881     layout: "plot-throughput-speedup-analysis"
13882
13883 - type: "plot"
13884   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13885   algorithm: "plot_tsa_name"
13886   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13888   include:
13889     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13890     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13891     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13892     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13893   layout:
13894     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13895     layout: "plot-throughput-speedup-analysis"
13896
13897 - type: "plot"
13898   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13899   algorithm: "plot_tsa_name"
13900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13902   include:
13903     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13904     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13905     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13907   layout:
13908     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13909     layout: "plot-throughput-speedup-analysis"
13910
13911 - type: "plot"
13912   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13913   algorithm: "plot_tsa_name"
13914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13916   include:
13917     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13918     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13919     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13920     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13921     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13922   layout:
13923     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13924     layout: "plot-throughput-speedup-analysis"
13925
13926 - type: "plot"
13927   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13928   algorithm: "plot_tsa_name"
13929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13931   include:
13932     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13933     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13934     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13935     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13936     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13937   layout:
13938     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13939     layout: "plot-throughput-speedup-analysis"
13940
13941 - type: "plot"
13942   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13943   algorithm: "plot_tsa_name"
13944   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13946   include:
13947     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13948     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13949     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13950     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13951     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13952   layout:
13953     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13954     layout: "plot-throughput-speedup-analysis"
13955
13956 - type: "plot"
13957   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13958   algorithm: "plot_tsa_name"
13959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13961   include:
13962     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13963     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13964     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13965     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13966     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13967   layout:
13968     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13969     layout: "plot-throughput-speedup-analysis"
13970
13971 - type: "plot"
13972   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13973   algorithm: "plot_tsa_name"
13974   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13976   include:
13977     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13983   layout:
13984     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13985     layout: "plot-throughput-speedup-analysis"
13986
13987 - type: "plot"
13988   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13989   algorithm: "plot_tsa_name"
13990   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13992   include:
13993     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13999   layout:
14000     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14001     layout: "plot-throughput-speedup-analysis"
14002
14003 - type: "plot"
14004   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14005   algorithm: "plot_tsa_name"
14006   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14008   include:
14009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14014   layout:
14015     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14016     layout: "plot-throughput-speedup-analysis"
14017
14018 - type: "plot"
14019   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14020   algorithm: "plot_tsa_name"
14021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14023   include:
14024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14029   layout:
14030     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14031     layout: "plot-throughput-speedup-analysis"
14032
14033 - type: "plot"
14034   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14035   algorithm: "plot_tsa_name"
14036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14038   include:
14039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14042   layout:
14043     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14044     layout: "plot-throughput-speedup-analysis"
14045
14046 - type: "plot"
14047   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14048   algorithm: "plot_tsa_name"
14049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14051   include:
14052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14055   layout:
14056     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14057     layout: "plot-throughput-speedup-analysis"
14058
14059 - type: "plot"
14060   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14061   algorithm: "plot_tsa_name"
14062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14064   include:
14065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14070   layout:
14071     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14072     layout: "plot-throughput-speedup-analysis"
14073
14074 - type: "plot"
14075   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14076   algorithm: "plot_tsa_name"
14077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14079   include:
14080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14085   layout:
14086     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14087     layout: "plot-throughput-speedup-analysis"
14088
14089 - type: "plot"
14090   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14091   algorithm: "plot_tsa_name"
14092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14094   include:
14095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14098   layout:
14099     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14100     layout: "plot-throughput-speedup-analysis"
14101
14102 - type: "plot"
14103   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14104   algorithm: "plot_tsa_name"
14105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14107   include:
14108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14111   layout:
14112     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14113     layout: "plot-throughput-speedup-analysis"
14114
14115 - type: "plot"
14116   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14117   algorithm: "plot_tsa_name"
14118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14120   include:
14121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14127   layout:
14128     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14129     layout: "plot-throughput-speedup-analysis"
14130
14131 - type: "plot"
14132   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14133   algorithm: "plot_tsa_name"
14134   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14136   include:
14137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14143   layout:
14144     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14145     layout: "plot-throughput-speedup-analysis"
14146
14147 - type: "plot"
14148   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14149   algorithm: "plot_tsa_name"
14150   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14152   include:
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     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14155     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14156     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14157     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14158   layout:
14159     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14160     layout: "plot-throughput-speedup-analysis"
14161
14162 - type: "plot"
14163   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14164   algorithm: "plot_tsa_name"
14165   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14167   include:
14168     - "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"
14169     - "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"
14170     - "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"
14171     - "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"
14172     - "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"
14173   layout:
14174     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14175     layout: "plot-throughput-speedup-analysis"
14176
14177 #- type: "plot"
14178 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14179 #  algorithm: "plot_tsa_name"
14180 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14181 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14182 #  include:
14183 #    - "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"
14184 #    - "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"
14185 #    - "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"
14186 #    - "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"
14187 #    - "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"
14188 #  layout:
14189 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14190 #    layout: "plot-throughput-speedup-analysis"
14191 #
14192 #- type: "plot"
14193 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14194 #  algorithm: "plot_tsa_name"
14195 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14196 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14197 #  include:
14198 #    - "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"
14199 #    - "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"
14200 #    - "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"
14201 #    - "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"
14202 #    - "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"
14203 #  layout:
14204 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14205 #    layout: "plot-throughput-speedup-analysis"
14206 #
14207 #- type: "plot"
14208 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14209 #  algorithm: "plot_tsa_name"
14210 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14211 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14212 #  include:
14213 #    - "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"
14214 #    - "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"
14215 #    - "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"
14216 #    - "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"
14217 #    - "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"
14218 #  layout:
14219 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14220 #    layout: "plot-throughput-speedup-analysis"
14221 #
14222 #- type: "plot"
14223 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14224 #  algorithm: "plot_tsa_name"
14225 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14226 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14227 #  include:
14228 #    - "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"
14229 #    - "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"
14230 #    - "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"
14231 #    - "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"
14232 #    - "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"
14233 #  layout:
14234 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14235 #    layout: "plot-throughput-speedup-analysis"
14236
14237 - type: "plot"
14238   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14239   algorithm: "plot_tsa_name"
14240   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14242   include:
14243     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14244     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14245     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14248   layout:
14249     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14250     layout: "plot-throughput-speedup-analysis"
14251
14252 - type: "plot"
14253   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14254   algorithm: "plot_tsa_name"
14255   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14257   include:
14258     - "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"
14259     - "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"
14260     - "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"
14261     - "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"
14262     - "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"
14263   layout:
14264     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14265     layout: "plot-throughput-speedup-analysis"
14266
14267 #- type: "plot"
14268 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14269 #  algorithm: "plot_tsa_name"
14270 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14271 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14272 #  include:
14273 #    - "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"
14274 #    - "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"
14275 #    - "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"
14276 #    - "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"
14277 #    - "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"
14278 #  layout:
14279 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14280 #    layout: "plot-throughput-speedup-analysis"
14281 #
14282 #- type: "plot"
14283 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14284 #  algorithm: "plot_tsa_name"
14285 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14286 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14287 #  include:
14288 #    - "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"
14289 #    - "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"
14290 #    - "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"
14291 #    - "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"
14292 #    - "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"
14293 #  layout:
14294 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14295 #    layout: "plot-throughput-speedup-analysis"
14296 #
14297 #- type: "plot"
14298 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14299 #  algorithm: "plot_tsa_name"
14300 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14301 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14302 #  include:
14303 #    - "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"
14304 #    - "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"
14305 #    - "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"
14306 #    - "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"
14307 #    - "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"
14308 #  layout:
14309 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14310 #    layout: "plot-throughput-speedup-analysis"
14311 #
14312 #- type: "plot"
14313 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14314 #  algorithm: "plot_tsa_name"
14315 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14316 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14317 #  include:
14318 #    - "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"
14319 #    - "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"
14320 #    - "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"
14321 #    - "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"
14322 #    - "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"
14323 #  layout:
14324 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14325 #    layout: "plot-throughput-speedup-analysis"
14326
14327 - type: "plot"
14328   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14329   algorithm: "plot_tsa_name"
14330   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14332   include:
14333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14339   layout:
14340     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14341     layout: "plot-throughput-speedup-analysis"
14342
14343 - type: "plot"
14344   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14345   algorithm: "plot_tsa_name"
14346   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14347   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14348   include:
14349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14355   layout:
14356     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14357     layout: "plot-throughput-speedup-analysis"
14358
14359 - type: "plot"
14360   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14361   algorithm: "plot_tsa_name"
14362   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14364   include:
14365     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14366     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14368   layout:
14369     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14370     layout: "plot-throughput-speedup-analysis"
14371
14372 - type: "plot"
14373   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14374   algorithm: "plot_tsa_name"
14375   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14377   include:
14378     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14379     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14380     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14381   layout:
14382     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14383     layout: "plot-throughput-speedup-analysis"
14384
14385 - type: "plot"
14386   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14387   algorithm: "plot_tsa_name"
14388   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14390   include:
14391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14394 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14395 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14396   layout:
14397     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14398     layout: "plot-throughput-speedup-analysis"
14399
14400 - type: "plot"
14401   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14402   algorithm: "plot_tsa_name"
14403   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14405   include:
14406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14409 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14410 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14411   layout:
14412     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14413     layout: "plot-throughput-speedup-analysis"
14414
14415 - type: "plot"
14416   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14417   algorithm: "plot_tsa_name"
14418   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14420   include:
14421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14426   layout:
14427     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14428     layout: "plot-throughput-speedup-analysis"
14429
14430 - type: "plot"
14431   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14432   algorithm: "plot_tsa_name"
14433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14435   include:
14436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14441   layout:
14442     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14443     layout: "plot-throughput-speedup-analysis"
14444
14445 - type: "plot"
14446   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14447   algorithm: "plot_tsa_name"
14448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14450   include:
14451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14456   layout:
14457     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14458     layout: "plot-throughput-speedup-analysis"
14459
14460 - type: "plot"
14461   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14462   algorithm: "plot_tsa_name"
14463   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14465   include:
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14471   layout:
14472     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14473     layout: "plot-throughput-speedup-analysis"
14474
14475 - type: "plot"
14476   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14477   algorithm: "plot_tsa_name"
14478   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14480   include:
14481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14485   layout:
14486     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14487     layout: "plot-throughput-speedup-analysis"
14488
14489 - type: "plot"
14490   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14491   algorithm: "plot_tsa_name"
14492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14494   include:
14495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14499   layout:
14500     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14501     layout: "plot-throughput-speedup-analysis"
14502
14503 - type: "plot"
14504   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14505   algorithm: "plot_tsa_name"
14506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14508   include:
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14514   layout:
14515     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14516     layout: "plot-throughput-speedup-analysis"
14517
14518 - type: "plot"
14519   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14520   algorithm: "plot_tsa_name"
14521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14523   include:
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14529   layout:
14530     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14531     layout: "plot-throughput-speedup-analysis"
14532
14533 - type: "plot"
14534   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14535   algorithm: "plot_tsa_name"
14536   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14537   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14538   include:
14539     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14541   layout:
14542     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14550   include:
14551     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14553   layout:
14554     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14555     layout: "plot-throughput-speedup-analysis"
14556
14557 - type: "plot"
14558   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14559   algorithm: "plot_tsa_name"
14560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14562   include:
14563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14567   layout:
14568     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14569     layout: "plot-throughput-speedup-analysis"
14570
14571 - type: "plot"
14572   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14573   algorithm: "plot_tsa_name"
14574   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14575   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14576   include:
14577     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14578     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14581   layout:
14582     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14583     layout: "plot-throughput-speedup-analysis"
14584
14585 - type: "plot"
14586   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14587   algorithm: "plot_tsa_name"
14588   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14590   include:
14591     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14595   layout:
14596     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14597     layout: "plot-throughput-speedup-analysis"
14598
14599 - type: "plot"
14600   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14601   algorithm: "plot_tsa_name"
14602   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14604   include:
14605     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14609   layout:
14610     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14611     layout: "plot-throughput-speedup-analysis"
14612
14613 - type: "plot"
14614   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14615   algorithm: "plot_tsa_name"
14616   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14618   include:
14619     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14625   layout:
14626     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14627     layout: "plot-throughput-speedup-analysis"
14628
14629 - type: "plot"
14630   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14631   algorithm: "plot_tsa_name"
14632   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14634   include:
14635     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14641   layout:
14642     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14643     layout: "plot-throughput-speedup-analysis"
14644
14645 - type: "plot"
14646   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14647   algorithm: "plot_tsa_name"
14648   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14650   include:
14651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14656   layout:
14657     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14665   include:
14666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14671   layout:
14672     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14673     layout: "plot-throughput-speedup-analysis"
14674
14675 - type: "plot"
14676   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14677   algorithm: "plot_tsa_name"
14678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14680   include:
14681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14686   layout:
14687     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14688     layout: "plot-throughput-speedup-analysis"
14689
14690 - type: "plot"
14691   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14692   algorithm: "plot_tsa_name"
14693   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14695   include:
14696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14701   layout:
14702     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14703     layout: "plot-throughput-speedup-analysis"
14704
14705 - type: "plot"
14706   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14707   algorithm: "plot_tsa_name"
14708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14710   include:
14711     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14714   layout:
14715     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14723   include:
14724     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14727   layout:
14728     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14736   include:
14737     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14740   layout:
14741     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14742     layout: "plot-throughput-speedup-analysis"
14743
14744 - type: "plot"
14745   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14746   algorithm: "plot_tsa_name"
14747   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14749   include:
14750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14753   layout:
14754     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14762   include:
14763     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14768   layout:
14769     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14770     layout: "plot-throughput-speedup-analysis"
14771
14772 - type: "plot"
14773   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14774   algorithm: "plot_tsa_name"
14775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14777   include:
14778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14783   layout:
14784     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14785     layout: "plot-throughput-speedup-analysis"
14786
14787 - type: "plot"
14788   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14789   algorithm: "plot_tsa_name"
14790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14792   include:
14793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14798   layout:
14799     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14807   include:
14808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14813   layout:
14814     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14815     layout: "plot-throughput-speedup-analysis"
14816
14817 - type: "plot"
14818   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14822   include:
14823     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14824     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14825     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14826     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14829   layout:
14830     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14831     layout: "plot-throughput-speedup-analysis"
14832
14833 - type: "plot"
14834   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14835   algorithm: "plot_tsa_name"
14836   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14838   include:
14839     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14840     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14841     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14845   layout:
14846     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14847     layout: "plot-throughput-speedup-analysis"
14848
14849 - type: "plot"
14850   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14851   algorithm: "plot_tsa_name"
14852   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14853   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14854   include:
14855     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14859   layout:
14860     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14861     layout: "plot-throughput-speedup-analysis"
14862
14863 - type: "plot"
14864   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14865   algorithm: "plot_tsa_name"
14866   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14868   include:
14869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14873   layout:
14874     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14875     layout: "plot-throughput-speedup-analysis"
14876
14877 - type: "plot"
14878   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14879   algorithm: "plot_tsa_name"
14880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14882   include:
14883     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14884     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14885     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14886     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14889   layout:
14890     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14891     layout: "plot-throughput-speedup-analysis"
14892
14893 - type: "plot"
14894   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14895   algorithm: "plot_tsa_name"
14896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14898   include:
14899     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14901     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14905   layout:
14906     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14907     layout: "plot-throughput-speedup-analysis"
14908
14909 - type: "plot"
14910   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14911   algorithm: "plot_tsa_name"
14912   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14914   include:
14915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14917     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14921   layout:
14922     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14923     layout: "plot-throughput-speedup-analysis"
14924
14925 - type: "plot"
14926   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14927   algorithm: "plot_tsa_name"
14928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14930   include:
14931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14937   layout:
14938     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14939     layout: "plot-throughput-speedup-analysis"
14940
14941 - type: "plot"
14942   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14943   algorithm: "plot_tsa_name"
14944   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14946   include:
14947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14953   layout:
14954     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14955     layout: "plot-throughput-speedup-analysis"
14956
14957 - type: "plot"
14958   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14959   algorithm: "plot_tsa_name"
14960   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14962   include:
14963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14969   layout:
14970     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14971     layout: "plot-throughput-speedup-analysis"
14972
14973 - type: "plot"
14974   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14975   algorithm: "plot_tsa_name"
14976   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14978   include:
14979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14985   layout:
14986     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14987     layout: "plot-throughput-speedup-analysis"
14988
14989 - type: "plot"
14990   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14991   algorithm: "plot_tsa_name"
14992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14994   include:
14995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15001   layout:
15002     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15003     layout: "plot-throughput-speedup-analysis"
15004
15005 - type: "plot"
15006   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15007   algorithm: "plot_tsa_name"
15008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15010   include:
15011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15017   layout:
15018     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15019     layout: "plot-throughput-speedup-analysis"
15020
15021 - type: "plot"
15022   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15023   algorithm: "plot_tsa_name"
15024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15026   include:
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15033   layout:
15034     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15035     layout: "plot-throughput-speedup-analysis"
15036
15037 - type: "plot"
15038   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15039   algorithm: "plot_tsa_name"
15040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15042   include:
15043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15047   layout:
15048     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15049     layout: "plot-throughput-speedup-analysis"
15050
15051 - type: "plot"
15052   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15053   algorithm: "plot_tsa_name"
15054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15056   include:
15057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15061   layout:
15062     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15063     layout: "plot-throughput-speedup-analysis"
15064
15065 - type: "plot"
15066   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15067   algorithm: "plot_tsa_name"
15068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15070   include:
15071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15075   layout:
15076     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15077     layout: "plot-throughput-speedup-analysis"
15078
15079 - type: "plot"
15080   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15081   algorithm: "plot_tsa_name"
15082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15084   include:
15085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15089   layout:
15090     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15091     layout: "plot-throughput-speedup-analysis"
15092
15093 - type: "plot"
15094   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15095   algorithm: "plot_tsa_name"
15096   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15097   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15098   include:
15099     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15100     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15101     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15102     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15105   layout:
15106     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15107     layout: "plot-throughput-speedup-analysis"
15108
15109 - type: "plot"
15110   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15111   algorithm: "plot_tsa_name"
15112   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15113   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15114   include:
15115     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15116     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15121   layout:
15122     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15123     layout: "plot-throughput-speedup-analysis"
15124
15125 - type: "plot"
15126   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15127   algorithm: "plot_tsa_name"
15128   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15130   include:
15131     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15136   layout:
15137     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15138     layout: "plot-throughput-speedup-analysis"
15139
15140 - type: "plot"
15141   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15142   algorithm: "plot_tsa_name"
15143   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15145   include:
15146     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15151   layout:
15152     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15153     layout: "plot-throughput-speedup-analysis"
15154
15155 - type: "plot"
15156   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15157   algorithm: "plot_tsa_name"
15158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15160   include:
15161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15166   layout:
15167     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15168     layout: "plot-throughput-speedup-analysis"
15169
15170 - type: "plot"
15171   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15172   algorithm: "plot_tsa_name"
15173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15175   include:
15176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15181   layout:
15182     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15183     layout: "plot-throughput-speedup-analysis"
15184
15185 - type: "plot"
15186   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15187   algorithm: "plot_tsa_name"
15188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15190   include:
15191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15195   layout:
15196     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15197     layout: "plot-throughput-speedup-analysis"
15198
15199 - type: "plot"
15200   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15201   algorithm: "plot_tsa_name"
15202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15204   include:
15205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15209   layout:
15210     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15211     layout: "plot-throughput-speedup-analysis"
15212
15213 - type: "plot"
15214   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15215   algorithm: "plot_tsa_name"
15216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15218   include:
15219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15225   layout:
15226     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15227     layout: "plot-throughput-speedup-analysis"
15228
15229 - type: "plot"
15230   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15231   algorithm: "plot_tsa_name"
15232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15234   include:
15235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15241   layout:
15242     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15243     layout: "plot-throughput-speedup-analysis"
15244
15245 - type: "plot"
15246   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15247   algorithm: "plot_tsa_name"
15248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15250   include:
15251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15257   layout:
15258     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15259     layout: "plot-throughput-speedup-analysis"
15260
15261 - type: "plot"
15262   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15263   algorithm: "plot_tsa_name"
15264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15266   include:
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15273   layout:
15274     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15275     layout: "plot-throughput-speedup-analysis"
15276
15277 - type: "plot"
15278   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15279   algorithm: "plot_tsa_name"
15280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15282   include:
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15289   layout:
15290     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15291     layout: "plot-throughput-speedup-analysis"
15292
15293 - type: "plot"
15294   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15295   algorithm: "plot_tsa_name"
15296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15298   include:
15299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15305   layout:
15306     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15307     layout: "plot-throughput-speedup-analysis"
15308
15309 - type: "plot"
15310   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15311   algorithm: "plot_tsa_name"
15312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15314   include:
15315     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15316     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15317     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15318     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15319     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15320     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15321   layout:
15322     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15323     layout: "plot-throughput-speedup-analysis"
15324
15325 - type: "plot"
15326   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15327   algorithm: "plot_tsa_name"
15328   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15330   include:
15331     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15332     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15333     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15334     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15335     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15336     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15337   layout:
15338     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15339     layout: "plot-throughput-speedup-analysis"
15340
15341 - type: "plot"
15342   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15343   algorithm: "plot_tsa_name"
15344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15346   include:
15347     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15348     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15349     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15350     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15351     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15353   layout:
15354     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15355     layout: "plot-throughput-speedup-analysis"
15356
15357 - type: "plot"
15358   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15359   algorithm: "plot_tsa_name"
15360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15362   include:
15363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15364     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15365     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15366     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15367     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15368     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15369   layout:
15370     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15371     layout: "plot-throughput-speedup-analysis"
15372
15373 - type: "plot"
15374   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15375   algorithm: "plot_tsa_name"
15376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15378   include:
15379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15384   layout:
15385     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15386     layout: "plot-throughput-speedup-analysis"
15387
15388 - type: "plot"
15389   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15390   algorithm: "plot_tsa_name"
15391   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15393   include:
15394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15399   layout:
15400     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15401     layout: "plot-throughput-speedup-analysis"
15402
15403 - type: "plot"
15404   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15405   algorithm: "plot_tsa_name"
15406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15408   include:
15409     - "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"
15410     - "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"
15411     - "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"
15412     - "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"
15413     - "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"
15414   layout:
15415     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15416     layout: "plot-throughput-speedup-analysis"
15417
15418 - type: "plot"
15419   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15420   algorithm: "plot_tsa_name"
15421   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15422   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15423   include:
15424     - "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"
15425     - "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"
15426     - "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"
15427     - "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"
15428     - "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"
15429   layout:
15430     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15431     layout: "plot-throughput-speedup-analysis"
15432
15433 - type: "plot"
15434   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15435   algorithm: "plot_tsa_name"
15436   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15438   include:
15439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15444   layout:
15445     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15446     layout: "plot-throughput-speedup-analysis"
15447
15448 - type: "plot"
15449   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15450   algorithm: "plot_tsa_name"
15451   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15453   include:
15454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15459   layout:
15460     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15461     layout: "plot-throughput-speedup-analysis"
15462
15463 - type: "plot"
15464   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15465   algorithm: "plot_tsa_name"
15466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15468   include:
15469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15474   layout:
15475     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15476     layout: "plot-throughput-speedup-analysis"
15477
15478 - type: "plot"
15479   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15480   algorithm: "plot_tsa_name"
15481   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15483   include:
15484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15489   layout:
15490     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15491     layout: "plot-throughput-speedup-analysis"
15492
15493 - type: "plot"
15494   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15495   algorithm: "plot_tsa_name"
15496   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15497   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15498   include:
15499     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15500     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15501     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15504   layout:
15505     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15506     layout: "plot-throughput-speedup-analysis"
15507
15508 - type: "plot"
15509   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15510   algorithm: "plot_tsa_name"
15511   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15513   include:
15514     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15519   layout:
15520     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15521     layout: "plot-throughput-speedup-analysis"
15522
15523 - type: "plot"
15524   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15525   algorithm: "plot_tsa_name"
15526   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15528   include:
15529     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15530     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15531     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15532     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15533     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15534   layout:
15535     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15536     layout: "plot-throughput-speedup-analysis"
15537
15538 - type: "plot"
15539   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15540   algorithm: "plot_tsa_name"
15541   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15542   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15543   include:
15544     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15545     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15547     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15548     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15549   layout:
15550     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15551     layout: "plot-throughput-speedup-analysis"
15552
15553 - type: "plot"
15554   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15555   algorithm: "plot_tsa_name"
15556   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15558   include:
15559     - "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"
15560     - "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"
15561     - "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"
15562     - "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"
15563   layout:
15564     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15565     layout: "plot-throughput-speedup-analysis"
15566
15567 - type: "plot"
15568   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15569   algorithm: "plot_tsa_name"
15570   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15572   include:
15573     - "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"
15574     - "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"
15575     - "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"
15576     - "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"
15577   layout:
15578     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15579     layout: "plot-throughput-speedup-analysis"
15580
15581 - type: "plot"
15582   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15583   algorithm: "plot_tsa_name"
15584   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15586   include:
15587     - "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"
15588     - "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"
15589     - "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"
15590     - "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"
15591   layout:
15592     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15593     layout: "plot-throughput-speedup-analysis"
15594
15595 - type: "plot"
15596   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15597   algorithm: "plot_tsa_name"
15598   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15600   include:
15601     - "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"
15602     - "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"
15603     - "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"
15604     - "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"
15605   layout:
15606     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15607     layout: "plot-throughput-speedup-analysis"
15608
15609 - type: "plot"
15610   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15611   algorithm: "plot_tsa_name"
15612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15614   include:
15615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15616     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15617     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15621   layout:
15622     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15623     layout: "plot-throughput-speedup-analysis"
15624
15625 - type: "plot"
15626   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15627   algorithm: "plot_tsa_name"
15628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15630   include:
15631     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15632     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15633     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15634     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15635     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15636     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15637   layout:
15638     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15639     layout: "plot-throughput-speedup-analysis"
15640
15641 - type: "plot"
15642   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15643   algorithm: "plot_tsa_name"
15644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15646   include:
15647     - "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"
15648     - "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"
15649     - "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"
15650     - "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"
15651     - "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"
15652     - "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"
15653   layout:
15654     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15655     layout: "plot-throughput-speedup-analysis"
15656
15657 - type: "plot"
15658   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15659   algorithm: "plot_tsa_name"
15660   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15662   include:
15663     - "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"
15664     - "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"
15665     - "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"
15666     - "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"
15667     - "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"
15668     - "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"
15669   layout:
15670     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15671     layout: "plot-throughput-speedup-analysis"
15672
15673 - type: "plot"
15674   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15675   algorithm: "plot_tsa_name"
15676   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15678   include:
15679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15685   layout:
15686     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15687     layout: "plot-throughput-speedup-analysis"
15688
15689 - type: "plot"
15690   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15691   algorithm: "plot_tsa_name"
15692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15694   include:
15695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15701   layout:
15702     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15703     layout: "plot-throughput-speedup-analysis"
15704
15705 - type: "plot"
15706   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15707   algorithm: "plot_tsa_name"
15708   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15710   include:
15711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15716   layout:
15717     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15725   include:
15726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15731   layout:
15732     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15733     layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15740   include:
15741     - "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"
15742     - "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"
15743   layout:
15744     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15745     layout: "plot-throughput-speedup-analysis"
15746
15747 - type: "plot"
15748   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15749   algorithm: "plot_tsa_name"
15750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15752   include:
15753     - "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"
15754     - "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"
15755   layout:
15756     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15757     layout: "plot-throughput-speedup-analysis"
15758
15759 - type: "plot"
15760   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15761   algorithm: "plot_tsa_name"
15762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15764   include:
15765     - "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"
15766     - "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"
15767   layout:
15768     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15769     layout: "plot-throughput-speedup-analysis"
15770
15771 - type: "plot"
15772   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15773   algorithm: "plot_tsa_name"
15774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15776   include:
15777     - "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"
15778     - "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"
15779   layout:
15780     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15781     layout: "plot-throughput-speedup-analysis"
15782
15783 - type: "plot"
15784   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15785   algorithm: "plot_tsa_name"
15786   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15787   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15788   include:
15789     - "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"
15790     - "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"
15791     - "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"
15792     - "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"
15793     - "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"
15794     - "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"
15795   layout:
15796     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15797     layout: "plot-throughput-speedup-analysis"
15798
15799 - type: "plot"
15800   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15801   algorithm: "plot_tsa_name"
15802   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15803   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15804   include:
15805     - "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"
15806     - "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"
15807     - "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"
15808     - "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"
15809     - "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"
15810     - "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"
15811   layout:
15812     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15813     layout: "plot-throughput-speedup-analysis"
15814
15815 - type: "plot"
15816   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15817   algorithm: "plot_tsa_name"
15818   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15819   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15820   include:
15821     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15822     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15823     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15824     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15825     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15826   layout:
15827     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 - type: "plot"
15831   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15835   include:
15836     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15837     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15838     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15839     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15840     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15841   layout:
15842     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15843     layout: "plot-throughput-speedup-analysis"
15844
15845 - type: "plot"
15846   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15847   algorithm: "plot_tsa_name"
15848   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15849   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15850   include:
15851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15856   layout:
15857     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15858     layout: "plot-throughput-speedup-analysis"
15859
15860 - type: "plot"
15861   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15862   algorithm: "plot_tsa_name"
15863   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15864   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15865   include:
15866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15871   layout:
15872     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15873     layout: "plot-throughput-speedup-analysis"
15874
15875 - type: "plot"
15876   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15877   algorithm: "plot_tsa_name"
15878   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15879   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15880   include:
15881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15885   layout:
15886     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15887     layout: "plot-throughput-speedup-analysis"
15888
15889 - type: "plot"
15890   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15891   algorithm: "plot_tsa_name"
15892   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15893   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15894   include:
15895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15899   layout:
15900     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15901     layout: "plot-throughput-speedup-analysis"
15902
15903 - type: "plot"
15904   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15905   algorithm: "plot_tsa_name"
15906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15908   include:
15909     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15913   layout:
15914     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15915     layout: "plot-throughput-speedup-analysis"
15916
15917 - type: "plot"
15918   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15919   algorithm: "plot_tsa_name"
15920   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15921   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15922   include:
15923     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15927   layout:
15928     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15929     layout: "plot-throughput-speedup-analysis"
15930
15931 - type: "plot"
15932   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15933   algorithm: "plot_tsa_name"
15934   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15935   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15936   include:
15937     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15942   layout:
15943     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15944     layout: "plot-throughput-speedup-analysis"
15945
15946 - type: "plot"
15947   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15948   algorithm: "plot_tsa_name"
15949   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15950   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15951   include:
15952     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15954     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15955     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15957   layout:
15958     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15959     layout: "plot-throughput-speedup-analysis"
15960
15961 - type: "plot"
15962   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15963   algorithm: "plot_tsa_name"
15964   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15965   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15966   include:
15967     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15968     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15969     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15970     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15971     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15972     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15973   layout:
15974     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15975     layout: "plot-throughput-speedup-analysis"
15976
15977 - type: "plot"
15978   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15979   algorithm: "plot_tsa_name"
15980   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15981   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15982   include:
15983     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15984     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15985     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15986     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15987     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15989   layout:
15990     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15991     layout: "plot-throughput-speedup-analysis"
15992
15993 - type: "plot"
15994   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15995   algorithm: "plot_tsa_name"
15996   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15997   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15998   include:
15999     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16000     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16001     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16003   layout:
16004     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16005     layout: "plot-throughput-speedup-analysis"
16006
16007 - type: "plot"
16008   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16009   algorithm: "plot_tsa_name"
16010   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16011   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16012   include:
16013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16017   layout:
16018     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16019     layout: "plot-throughput-speedup-analysis"
16020
16021 - type: "plot"
16022   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16023   algorithm: "plot_tsa_name"
16024   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16025   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16026   include:
16027     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16028     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16033   layout:
16034     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16035     layout: "plot-throughput-speedup-analysis"
16036
16037 - type: "plot"
16038   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16039   algorithm: "plot_tsa_name"
16040   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16041   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16042   include:
16043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16049   layout:
16050     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16051     layout: "plot-throughput-speedup-analysis"
16052
16053 - type: "plot"
16054   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16055   algorithm: "plot_tsa_name"
16056   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16057   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16058   include:
16059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16065   layout:
16066     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16067     layout: "plot-throughput-speedup-analysis"
16068
16069 - type: "plot"
16070   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16071   algorithm: "plot_tsa_name"
16072   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16073   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16074   include:
16075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16081   layout:
16082     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16083     layout: "plot-throughput-speedup-analysis"
16084
16085 - type: "plot"
16086   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16087   algorithm: "plot_tsa_name"
16088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16089   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16090   include:
16091     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16092     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16093     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16094     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16095     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16096     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16097   layout:
16098     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16099     layout: "plot-throughput-speedup-analysis"
16100
16101 - type: "plot"
16102   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16103   algorithm: "plot_tsa_name"
16104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16106   include:
16107     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16108     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16109     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16110     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16111     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16112     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16113   layout:
16114     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16115     layout: "plot-throughput-speedup-analysis"
16116
16117 - type: "plot"
16118   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16119   algorithm: "plot_tsa_name"
16120   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16121   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16122   include:
16123     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16129   layout:
16130     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16131     layout: "plot-throughput-speedup-analysis"
16132
16133 - type: "plot"
16134   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16135   algorithm: "plot_tsa_name"
16136   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16137   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16138   include:
16139     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16145   layout:
16146     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16147     layout: "plot-throughput-speedup-analysis"
16148
16149 - type: "plot"
16150   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16151   algorithm: "plot_tsa_name"
16152   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16153   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16154   include:
16155     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16161   layout:
16162     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16163     layout: "plot-throughput-speedup-analysis"
16164
16165 - type: "plot"
16166   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16167   algorithm: "plot_tsa_name"
16168   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16169   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16170   include:
16171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16177   layout:
16178     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16179     layout: "plot-throughput-speedup-analysis"
16180
16181 #- type: "plot"
16182 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16183 #  algorithm: "plot_tsa_name"
16184 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16185 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16186 #  include:
16187 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16188 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16189 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16190 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16191 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16192 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16193 #  layout:
16194 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16195 #    layout: "plot-throughput-speedup-analysis"
16196 #
16197 #- type: "plot"
16198 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16199 #  algorithm: "plot_tsa_name"
16200 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16201 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16202 #  include:
16203 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16204 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16205 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16206 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16207 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16208 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16209 #  layout:
16210 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16211 #    layout: "plot-throughput-speedup-analysis"
16212
16213 - type: "plot"
16214   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16215   algorithm: "plot_tsa_name"
16216   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16217   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16218   include:
16219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16224   layout:
16225     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16226     layout: "plot-throughput-speedup-analysis"
16227
16228 - type: "plot"
16229   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16230   algorithm: "plot_tsa_name"
16231   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16232   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16233   include:
16234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16239   layout:
16240     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16241     layout: "plot-throughput-speedup-analysis"
16242
16243 - type: "plot"
16244   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16245   algorithm: "plot_tsa_name"
16246   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16247   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16248   include:
16249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16255   layout:
16256     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16257     layout: "plot-throughput-speedup-analysis"
16258
16259 - type: "plot"
16260   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16261   algorithm: "plot_tsa_name"
16262   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16263   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16264   include:
16265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16271   layout:
16272     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16273     layout: "plot-throughput-speedup-analysis"
16274
16275 - type: "plot"
16276   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16277   algorithm: "plot_tsa_name"
16278   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16279   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16280   include:
16281     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16283     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16286   layout:
16287     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16288     layout: "plot-throughput-speedup-analysis"
16289
16290 - type: "plot"
16291   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16292   algorithm: "plot_tsa_name"
16293   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16294   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16295   include:
16296     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16298     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16301   layout:
16302     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16303     layout: "plot-throughput-speedup-analysis"
16304
16305 - type: "plot"
16306   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16307   algorithm: "plot_tsa_name"
16308   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16309   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16310   include:
16311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16315   layout:
16316     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16317     layout: "plot-throughput-speedup-analysis"
16318
16319 - type: "plot"
16320   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16321   algorithm: "plot_tsa_name"
16322   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16323   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16324   include:
16325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16329   layout:
16330     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16331     layout: "plot-throughput-speedup-analysis"
16332
16333 - type: "plot"
16334   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16335   algorithm: "plot_tsa_name"
16336   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16337   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16338   include:
16339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16345   layout:
16346     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16347     layout: "plot-throughput-speedup-analysis"
16348
16349 - type: "plot"
16350   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16351   algorithm: "plot_tsa_name"
16352   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16353   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16354   include:
16355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16361   layout:
16362     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16363     layout: "plot-throughput-speedup-analysis"
16364
16365 - type: "plot"
16366   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16367   algorithm: "plot_tsa_name"
16368   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16369   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16370   include:
16371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16376   layout:
16377     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16378     layout: "plot-throughput-speedup-analysis"
16379
16380 - type: "plot"
16381   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16382   algorithm: "plot_tsa_name"
16383   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16384   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16385   include:
16386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16391   layout:
16392     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16393     layout: "plot-throughput-speedup-analysis"
16394
16395 - type: "plot"
16396   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16397   algorithm: "plot_tsa_name"
16398   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16399   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16400   include:
16401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16406   layout:
16407     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16408     layout: "plot-throughput-speedup-analysis"
16409
16410 - type: "plot"
16411   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16412   algorithm: "plot_tsa_name"
16413   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16414   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16415   include:
16416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16421   layout:
16422     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16423     layout: "plot-throughput-speedup-analysis"
16424
16425 - type: "plot"
16426   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16427   algorithm: "plot_tsa_name"
16428   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16429   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16430   include:
16431     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16435   layout:
16436     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16437     layout: "plot-throughput-speedup-analysis"
16438
16439 - type: "plot"
16440   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16441   algorithm: "plot_tsa_name"
16442   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16443   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16444   include:
16445     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16449   layout:
16450     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16451     layout: "plot-throughput-speedup-analysis"
16452
16453 - type: "plot"
16454   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16455   algorithm: "plot_tsa_name"
16456   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16457   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16458   include:
16459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16464   layout:
16465     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16466     layout: "plot-throughput-speedup-analysis"
16467
16468 - type: "plot"
16469   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16470   algorithm: "plot_tsa_name"
16471   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16472   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16473   include:
16474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16477     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16479   layout:
16480     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16481     layout: "plot-throughput-speedup-analysis"
16482
16483 - type: "plot"
16484   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16485   algorithm: "plot_tsa_name"
16486   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16487   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16488   include:
16489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16495   layout:
16496     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16497     layout: "plot-throughput-speedup-analysis"
16498
16499 - type: "plot"
16500   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16501   algorithm: "plot_tsa_name"
16502   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16503   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16504   include:
16505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16509     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16511   layout:
16512     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16513     layout: "plot-throughput-speedup-analysis"
16514
16515 - type: "plot"
16516   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16517   algorithm: "plot_tsa_name"
16518   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16519   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16520   include:
16521     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16522     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16523     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16525   layout:
16526     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16527     layout: "plot-throughput-speedup-analysis"
16528
16529 - type: "plot"
16530   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16531   algorithm: "plot_tsa_name"
16532   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16533   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16534   include:
16535     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16536     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16537     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16539   layout:
16540     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16541     layout: "plot-throughput-speedup-analysis"
16542
16543 - type: "plot"
16544   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16545   algorithm: "plot_tsa_name"
16546   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16547   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16548   include:
16549     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16550     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16551     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16555   layout:
16556     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16557     layout: "plot-throughput-speedup-analysis"
16558
16559 - type: "plot"
16560   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16561   algorithm: "plot_tsa_name"
16562   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16563   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16564   include:
16565     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16566     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16567     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16571   layout:
16572     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16573     layout: "plot-throughput-speedup-analysis"
16574
16575 - type: "plot"
16576   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16577   algorithm: "plot_tsa_name"
16578   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16579   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16580   include:
16581     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16582     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16583     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16587   layout:
16588     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16589     layout: "plot-throughput-speedup-analysis"
16590
16591 - type: "plot"
16592   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16593   algorithm: "plot_tsa_name"
16594   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16595   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16596   include:
16597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16598     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16603   layout:
16604     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16605     layout: "plot-throughput-speedup-analysis"
16606
16607 #- type: "plot"
16608 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16609 #  algorithm: "plot_tsa_name"
16610 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16611 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16612 #  include:
16613 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16614 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16615 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16616 #  layout:
16617 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16618 #    layout: "plot-throughput-speedup-analysis"
16619 #
16620 #- type: "plot"
16621 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16622 #  algorithm: "plot_tsa_name"
16623 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16624 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16625 #  include:
16626 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16627 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16628 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16629 #  layout:
16630 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16631 #    layout: "plot-throughput-speedup-analysis"
16632
16633 ################################################################################
16634
16635 # Packet Throughput - DPDK
16636
16637 # 2n-skx-xxv710
16638
16639 - type: "plot"
16640   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16641   algorithm: "plot_perf_box_name"
16642   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16643   data: "plot-dpdk-throughput-latency-2n-skx"
16644   include:
16645     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16646     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16647   layout:
16648     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16649     layout: "plot-throughput"
16650
16651 - type: "plot"
16652   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16653   algorithm: "plot_perf_box_name"
16654   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16655   data: "plot-dpdk-throughput-latency-2n-skx"
16656   include:
16657     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16658     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16659   layout:
16660     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16661     layout: "plot-throughput"
16662
16663 - type: "plot"
16664   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16665   algorithm: "plot_perf_box_name"
16666   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16667   data: "plot-dpdk-throughput-latency-2n-skx"
16668   include:
16669     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16670     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16671   layout:
16672     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16673     layout: "plot-throughput"
16674
16675 - type: "plot"
16676   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16677   algorithm: "plot_perf_box_name"
16678   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16679   data: "plot-dpdk-throughput-latency-2n-skx"
16680   include:
16681     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16682     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16683   layout:
16684     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16685     layout: "plot-throughput"
16686
16687 # 2n-skx-x710
16688
16689 - type: "plot"
16690   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16691   algorithm: "plot_perf_box_name"
16692   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16693   data: "plot-dpdk-throughput-latency-2n-skx"
16694   include:
16695     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16696     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16697   layout:
16698     title: "2n-skx-x710-64b-2t1c-base-ndr"
16699     layout: "plot-throughput"
16700
16701 - type: "plot"
16702   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16703   algorithm: "plot_perf_box_name"
16704   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16705   data: "plot-dpdk-throughput-latency-2n-skx"
16706   include:
16707     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16708     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16709   layout:
16710     title: "2n-skx-x710-64b-4t2c-base-ndr"
16711     layout: "plot-throughput"
16712
16713 - type: "plot"
16714   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16715   algorithm: "plot_perf_box_name"
16716   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16717   data: "plot-dpdk-throughput-latency-2n-skx"
16718   include:
16719     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16720     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16721   layout:
16722     title: "2n-skx-x710-64b-2t1c-base-pdr"
16723     layout: "plot-throughput"
16724
16725 - type: "plot"
16726   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16727   algorithm: "plot_perf_box_name"
16728   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16729   data: "plot-dpdk-throughput-latency-2n-skx"
16730   include:
16731     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16732     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16733   layout:
16734     title: "2n-skx-x710-64b-4t2c-base-pdr"
16735     layout: "plot-throughput"
16736
16737 # 3n-skx-xxv710
16738
16739 - type: "plot"
16740   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16741   algorithm: "plot_perf_box_name"
16742   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16743   data: "plot-dpdk-throughput-latency-3n-skx"
16744   include:
16745     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16746     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16747   layout:
16748     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16749     layout: "plot-throughput"
16750
16751 - type: "plot"
16752   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16753   algorithm: "plot_perf_box_name"
16754   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16755   data: "plot-dpdk-throughput-latency-3n-skx"
16756   include:
16757     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16758     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16759   layout:
16760     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16761     layout: "plot-throughput"
16762
16763 - type: "plot"
16764   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16765   algorithm: "plot_perf_box_name"
16766   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16767   data: "plot-dpdk-throughput-latency-3n-skx"
16768   include:
16769     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16770     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16771   layout:
16772     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16773     layout: "plot-throughput"
16774
16775 - type: "plot"
16776   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16777   algorithm: "plot_perf_box_name"
16778   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16779   data: "plot-dpdk-throughput-latency-3n-skx"
16780   include:
16781     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16782     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16783   layout:
16784     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16785     layout: "plot-throughput"
16786
16787 # 3n-skx-x710
16788
16789 - type: "plot"
16790   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16791   algorithm: "plot_perf_box_name"
16792   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16793   data: "plot-dpdk-throughput-latency-3n-skx"
16794   include:
16795     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16796     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16797   layout:
16798     title: "3n-skx-x710-64b-2t1c-base-ndr"
16799     layout: "plot-throughput"
16800
16801 - type: "plot"
16802   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16803   algorithm: "plot_perf_box_name"
16804   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16805   data: "plot-dpdk-throughput-latency-3n-skx"
16806   include:
16807     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16808     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16809   layout:
16810     title: "3n-skx-x710-64b-4t2c-base-ndr"
16811     layout: "plot-throughput"
16812
16813 - type: "plot"
16814   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16815   algorithm: "plot_perf_box_name"
16816   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16817   data: "plot-dpdk-throughput-latency-3n-skx"
16818   include:
16819     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16820     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16821   layout:
16822     title: "3n-skx-x710-64b-2t1c-base-pdr"
16823     layout: "plot-throughput"
16824
16825 - type: "plot"
16826   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16827   algorithm: "plot_perf_box_name"
16828   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16829   data: "plot-dpdk-throughput-latency-3n-skx"
16830   include:
16831     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16832     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16833   layout:
16834     title: "3n-skx-x710-64b-4t2c-base-pdr"
16835     layout: "plot-throughput"
16836
16837 # 3n-hsw-xl710
16838
16839 - type: "plot"
16840   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16841   algorithm: "plot_perf_box_name"
16842   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16843   data: "plot-dpdk-throughput-latency-3n-hsw"
16844   include:
16845     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16846     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16847   layout:
16848     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16849     layout: "plot-throughput"
16850
16851 - type: "plot"
16852   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16853   algorithm: "plot_perf_box_name"
16854   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16855   data: "plot-dpdk-throughput-latency-3n-hsw"
16856   include:
16857     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16858     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16859   layout:
16860     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16861     layout: "plot-throughput"
16862
16863 - type: "plot"
16864   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16865   algorithm: "plot_perf_box_name"
16866   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16867   data: "plot-dpdk-throughput-latency-3n-hsw"
16868   include:
16869     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16870     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16871   layout:
16872     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16873     layout: "plot-throughput"
16874
16875 - type: "plot"
16876   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16877   algorithm: "plot_perf_box_name"
16878   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16879   data: "plot-dpdk-throughput-latency-3n-hsw"
16880   include:
16881     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16882     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16883   layout:
16884     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16885     layout: "plot-throughput"
16886
16887 # 3n-hsw-x710
16888
16889 - type: "plot"
16890   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16891   algorithm: "plot_perf_box_name"
16892   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16893   data: "plot-dpdk-throughput-latency-3n-hsw"
16894   include:
16895     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16896     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16897   layout:
16898     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16899     layout: "plot-throughput"
16900
16901 - type: "plot"
16902   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16903   algorithm: "plot_perf_box_name"
16904   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16905   data: "plot-dpdk-throughput-latency-3n-hsw"
16906   include:
16907     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16908     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16909   layout:
16910     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16911     layout: "plot-throughput"
16912
16913 - type: "plot"
16914   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16915   algorithm: "plot_perf_box_name"
16916   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16917   data: "plot-dpdk-throughput-latency-3n-hsw"
16918   include:
16919     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16920     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16921   layout:
16922     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16923     layout: "plot-throughput"
16924
16925 - type: "plot"
16926   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16927   algorithm: "plot_perf_box_name"
16928   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16929   data: "plot-dpdk-throughput-latency-3n-hsw"
16930   include:
16931     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16932     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16933   layout:
16934     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16935     layout: "plot-throughput"
16936
16937 ## 2n-dnv-x553
16938 #
16939 #- type: "plot"
16940 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16941 #  algorithm: "plot_perf_box_name"
16942 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16943 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16944 #  include:
16945 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16946 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16947 #  layout:
16948 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16949 #    layout: "plot-throughput"
16950 #
16951 #- type: "plot"
16952 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16953 #  algorithm: "plot_perf_box_name"
16954 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16955 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16956 #  include:
16957 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16958 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16959 #  layout:
16960 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16961 #    layout: "plot-throughput"
16962 #
16963 #- type: "plot"
16964 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16965 #  algorithm: "plot_perf_box_name"
16966 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16967 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16968 #  include:
16969 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16970 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16971 #  layout:
16972 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16973 #    layout: "plot-throughput"
16974 #
16975 #- type: "plot"
16976 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16977 #  algorithm: "plot_perf_box_name"
16978 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16979 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16980 #  include:
16981 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16982 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16983 #  layout:
16984 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16985 #    layout: "plot-throughput"
16986 #
16987 ## 3n-dnv-x553
16988 #
16989 #- type: "plot"
16990 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16991 #  algorithm: "plot_perf_box_name"
16992 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16993 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16994 #  include:
16995 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16996 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16997 #  layout:
16998 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16999 #    layout: "plot-throughput"
17000 #
17001 #- type: "plot"
17002 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17003 #  algorithm: "plot_perf_box_name"
17004 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17005 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17006 #  include:
17007 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17008 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17009 #  layout:
17010 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17011 #    layout: "plot-throughput"
17012 #
17013 #- type: "plot"
17014 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17015 #  algorithm: "plot_perf_box_name"
17016 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17017 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17018 #  include:
17019 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17020 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17021 #  layout:
17022 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17023 #    layout: "plot-throughput"
17024 #
17025 #- type: "plot"
17026 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17027 #  algorithm: "plot_perf_box_name"
17028 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17029 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17030 #  include:
17031 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17032 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17033 #  layout:
17034 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17035 #    layout: "plot-throughput"
17036
17037 # 3n-tsh-x520
17038
17039 - type: "plot"
17040   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17041   algorithm: "plot_perf_box_name"
17042   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17043   data: "plot-dpdk-throughput-latency-3n-tsh"
17044   include:
17045     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17046     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17047   layout:
17048     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17049     layout: "plot-throughput"
17050
17051 - type: "plot"
17052   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17053   algorithm: "plot_perf_box_name"
17054   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17055   data: "plot-dpdk-throughput-latency-3n-tsh"
17056   include:
17057     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17058     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17059   layout:
17060     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17061     layout: "plot-throughput"
17062
17063 - type: "plot"
17064   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17065   algorithm: "plot_perf_box_name"
17066   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17067   data: "plot-dpdk-throughput-latency-3n-tsh"
17068   include:
17069     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17070     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17071   layout:
17072     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17073     layout: "plot-throughput"
17074
17075 - type: "plot"
17076   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17077   algorithm: "plot_perf_box_name"
17078   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17079   data: "plot-dpdk-throughput-latency-3n-tsh"
17080   include:
17081     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17082     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17083   layout:
17084     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17085     layout: "plot-throughput"
17086
17087 ################################################################################
17088 ###   2n-clx                                                                 ###
17089 ################################################################################
17090
17091 # Packet Throughput
17092
17093 - type: "plot"
17094   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17095   algorithm: "plot_perf_box_name"
17096   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17098   include:
17099     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17103   layout:
17104     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17105     layout: "plot-throughput"
17106
17107 - type: "plot"
17108   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17109   algorithm: "plot_perf_box_name"
17110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17112   include:
17113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17117   layout:
17118     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17119     layout: "plot-throughput"
17120
17121 - type: "plot"
17122   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17123   algorithm: "plot_perf_box_name"
17124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17126   include:
17127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17128     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17131   layout:
17132     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17133     layout: "plot-throughput"
17134
17135 - type: "plot"
17136   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17137   algorithm: "plot_perf_box_name"
17138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17140   include:
17141     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17142     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17143     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17145   layout:
17146     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17147     layout: "plot-throughput"
17148
17149 - type: "plot"
17150   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17151   algorithm: "plot_perf_box_name"
17152   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17154   include:
17155     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17156     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17157     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17158     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17159   layout:
17160     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17161     layout: "plot-throughput"
17162
17163 - type: "plot"
17164   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17165   algorithm: "plot_perf_box_name"
17166   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17168   include:
17169     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17170     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17171     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17172     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17173   layout:
17174     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17175     layout: "plot-throughput"
17176
17177 - type: "plot"
17178   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17182   include:
17183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17189   layout:
17190     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17191     layout: "plot-throughput"
17192
17193 - type: "plot"
17194   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17195   algorithm: "plot_perf_box_name"
17196   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17198   include:
17199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17205   layout:
17206     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17207     layout: "plot-throughput"
17208
17209 - type: "plot"
17210   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17211   algorithm: "plot_perf_box_name"
17212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17214   include:
17215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17219   layout:
17220     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17221     layout: "plot-throughput"
17222
17223 - type: "plot"
17224   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17225   algorithm: "plot_perf_box_name"
17226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17228   include:
17229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17233   layout:
17234     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17235     layout: "plot-throughput"
17236
17237 - type: "plot"
17238   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17239   algorithm: "plot_perf_box_name"
17240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17242   include:
17243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17246   layout:
17247     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17248     layout: "plot-throughput"
17249
17250 - type: "plot"
17251   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17252   algorithm: "plot_perf_box_name"
17253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17255   include:
17256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17259   layout:
17260     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17261     layout: "plot-throughput"
17262
17263 - type: "plot"
17264   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17265   algorithm: "plot_perf_box_name"
17266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17268   include:
17269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17274   layout:
17275     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17276     layout: "plot-throughput"
17277
17278 - type: "plot"
17279   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17280   algorithm: "plot_perf_box_name"
17281   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17283   include:
17284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17289   layout:
17290     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17291     layout: "plot-throughput"
17292
17293 - type: "plot"
17294   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17295   algorithm: "plot_perf_box_name"
17296   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17298   include:
17299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17302   layout:
17303     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17304     layout: "plot-throughput"
17305
17306 - type: "plot"
17307   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17308   algorithm: "plot_perf_box_name"
17309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17311   include:
17312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17315   layout:
17316     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17317     layout: "plot-throughput"
17318
17319 - type: "plot"
17320   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17321   algorithm: "plot_perf_box_name"
17322   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17324   include:
17325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17331   layout:
17332     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17333     layout: "plot-throughput"
17334
17335 - type: "plot"
17336   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17337   algorithm: "plot_perf_box_name"
17338   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17340   include:
17341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17347   layout:
17348     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17349     layout: "plot-throughput"
17350
17351 - type: "plot"
17352   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17353   algorithm: "plot_perf_box_name"
17354   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17356   include:
17357     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17358     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17359     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17360     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17361     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17362   layout:
17363     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17364     layout: "plot-throughput"
17365
17366 - type: "plot"
17367   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17368   algorithm: "plot_perf_box_name"
17369   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17371   include:
17372     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17373     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17374     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17375     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17376     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17377   layout:
17378     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17379     layout: "plot-throughput"
17380
17381 #- type: "plot"
17382 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17383 #  algorithm: "plot_perf_box_name"
17384 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17385 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17386 #  include:
17387 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17388 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17389 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17390 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17391 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17392 #  layout:
17393 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17394 #    layout: "plot-throughput"
17395 #
17396 #- type: "plot"
17397 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17398 #  algorithm: "plot_perf_box_name"
17399 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17400 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17401 #  include:
17402 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17403 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17404 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17405 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17406 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17407 #  layout:
17408 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17409 #    layout: "plot-throughput"
17410 #
17411 #- type: "plot"
17412 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17413 #  algorithm: "plot_perf_box_name"
17414 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17415 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17416 #  include:
17417 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17418 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17419 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17420 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17421 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17422 #  layout:
17423 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17424 #    layout: "plot-throughput"
17425 #
17426 #- type: "plot"
17427 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17428 #  algorithm: "plot_perf_box_name"
17429 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17430 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17431 #  include:
17432 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17433 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17434 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17435 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17436 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17437 #  layout:
17438 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17439 #    layout: "plot-throughput"
17440
17441 - type: "plot"
17442   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17443   algorithm: "plot_perf_box_name"
17444   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17446   include:
17447     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17448     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17449     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17450     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17451     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17452   layout:
17453     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17454     layout: "plot-throughput"
17455
17456 - type: "plot"
17457   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17458   algorithm: "plot_perf_box_name"
17459   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17461   include:
17462     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17463     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17464     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17465     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17466     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17467   layout:
17468     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17469     layout: "plot-throughput"
17470
17471 #- type: "plot"
17472 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17473 #  algorithm: "plot_perf_box_name"
17474 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17475 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17476 #  include:
17477 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17478 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17479 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17480 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17481 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17482 #  layout:
17483 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17484 #    layout: "plot-throughput"
17485 #
17486 #- type: "plot"
17487 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17488 #  algorithm: "plot_perf_box_name"
17489 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17490 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17491 #  include:
17492 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17493 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17494 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17495 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17496 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17497 #  layout:
17498 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17499 #    layout: "plot-throughput"
17500 #
17501 #- type: "plot"
17502 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17503 #  algorithm: "plot_perf_box_name"
17504 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17505 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17506 #  include:
17507 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17508 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17509 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17510 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17511 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17512 #  layout:
17513 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17514 #    layout: "plot-throughput"
17515 #
17516 #- type: "plot"
17517 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17518 #  algorithm: "plot_perf_box_name"
17519 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17520 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17521 #  include:
17522 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17523 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17524 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17525 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17526 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17527 #  layout:
17528 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17529 #    layout: "plot-throughput"
17530
17531 - type: "plot"
17532   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17533   algorithm: "plot_perf_box_name"
17534   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17536   include:
17537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17543   layout:
17544     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17545     layout: "plot-throughput"
17546
17547 - type: "plot"
17548   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17549   algorithm: "plot_perf_box_name"
17550   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17551   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17552   include:
17553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17559   layout:
17560     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17561     layout: "plot-throughput"
17562
17563 - type: "plot"
17564   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17565   algorithm: "plot_perf_box_name"
17566   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17568   include:
17569     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17571   layout:
17572     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17573     layout: "plot-throughput"
17574
17575 - type: "plot"
17576   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17577   algorithm: "plot_perf_box_name"
17578   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17580   include:
17581     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17583   layout:
17584     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17585     layout: "plot-throughput"
17586
17587 - type: "plot"
17588   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17589   algorithm: "plot_perf_box_name"
17590   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17592   include:
17593     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17594     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17595     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17596     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17599   layout:
17600     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17601     layout: "plot-throughput"
17602
17603 - type: "plot"
17604   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17605   algorithm: "plot_perf_box_name"
17606   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17608   include:
17609     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17610     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17611     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17612     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17613     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17614     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17615   layout:
17616     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17617     layout: "plot-throughput"
17618
17619 - type: "plot"
17620   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17621   algorithm: "plot_perf_box_name"
17622   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17624   include:
17625     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17626     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17627     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17628     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17631   layout:
17632     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17633     layout: "plot-throughput"
17634
17635 - type: "plot"
17636   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17637   algorithm: "plot_perf_box_name"
17638   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17640   include:
17641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17642     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17647   layout:
17648     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17649     layout: "plot-throughput"
17650
17651 - type: "plot"
17652   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17653   algorithm: "plot_perf_box_name"
17654   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17656   include:
17657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17663   layout:
17664     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17665     layout: "plot-throughput"
17666
17667 - type: "plot"
17668   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17669   algorithm: "plot_perf_box_name"
17670   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17672   include:
17673     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17679   layout:
17680     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17681     layout: "plot-throughput"
17682
17683 - type: "plot"
17684   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17685   algorithm: "plot_perf_box_name"
17686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17688   include:
17689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17694   layout:
17695     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17696     layout: "plot-throughput"
17697
17698 - type: "plot"
17699   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17700   algorithm: "plot_perf_box_name"
17701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17703   include:
17704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17709   layout:
17710     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17711     layout: "plot-throughput"
17712
17713 - type: "plot"
17714   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17715   algorithm: "plot_perf_box_name"
17716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17718   include:
17719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17724   layout:
17725     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17726     layout: "plot-throughput"
17727
17728 - type: "plot"
17729   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17730   algorithm: "plot_perf_box_name"
17731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17733   include:
17734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17739   layout:
17740     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17741     layout: "plot-throughput"
17742
17743 - type: "plot"
17744   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17745   algorithm: "plot_perf_box_name"
17746   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17748   include:
17749     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17752     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17753     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17754   layout:
17755     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17756     layout: "plot-throughput"
17757
17758 - type: "plot"
17759   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17760   algorithm: "plot_perf_box_name"
17761   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17763   include:
17764     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17766     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17767     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17769   layout:
17770     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17771     layout: "plot-throughput"
17772
17773 - type: "plot"
17774   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17775   algorithm: "plot_perf_box_name"
17776   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17778   include:
17779     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17780     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17784   layout:
17785     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17786     layout: "plot-throughput"
17787
17788 - type: "plot"
17789   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17790   algorithm: "plot_perf_box_name"
17791   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17793   include:
17794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17799   layout:
17800     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17801     layout: "plot-throughput"
17802
17803 - type: "plot"
17804   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17805   algorithm: "plot_perf_box_name"
17806   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17808   include:
17809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17814   layout:
17815     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17816     layout: "plot-throughput"
17817
17818 - type: "plot"
17819   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17820   algorithm: "plot_perf_box_name"
17821   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17823   include:
17824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17828     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17829   layout:
17830     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17831     layout: "plot-throughput"
17832
17833 - type: "plot"
17834   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17835   algorithm: "plot_perf_box_name"
17836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17838   include:
17839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17845   layout:
17846     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17847     layout: "plot-throughput"
17848
17849 - type: "plot"
17850   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17851   algorithm: "plot_perf_box_name"
17852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17854   include:
17855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17861   layout:
17862     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17863     layout: "plot-throughput"
17864
17865 - type: "plot"
17866   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17867   algorithm: "plot_perf_box_name"
17868   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17870   include:
17871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17875   layout:
17876     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17877     layout: "plot-throughput"
17878
17879 - type: "plot"
17880   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17881   algorithm: "plot_perf_box_name"
17882   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17883   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17884   include:
17885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17889   layout:
17890     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17891     layout: "plot-throughput"
17892
17893 - type: "plot"
17894   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17895   algorithm: "plot_perf_box_name"
17896   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17898   include:
17899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17905   layout:
17906     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17907     layout: "plot-throughput"
17908
17909 - type: "plot"
17910   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17911   algorithm: "plot_perf_box_name"
17912   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17914   include:
17915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17919     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17921   layout:
17922     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17923     layout: "plot-throughput"
17924
17925 - type: "plot"
17926   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17927   algorithm: "plot_perf_box_name"
17928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17930   include:
17931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17935   layout:
17936     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17937     layout: "plot-throughput"
17938
17939 - type: "plot"
17940   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17941   algorithm: "plot_perf_box_name"
17942   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17944   include:
17945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17949   layout:
17950     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17951     layout: "plot-throughput"
17952
17953 - type: "plot"
17954   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17955   algorithm: "plot_perf_box_name"
17956   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17958   include:
17959     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17960     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17961     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17962     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17963     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17964     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17965   layout:
17966     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17967     layout: "plot-throughput"
17968
17969 - type: "plot"
17970   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17971   algorithm: "plot_perf_box_name"
17972   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17974   include:
17975     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17976     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17977     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17978     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17979     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17980     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17981   layout:
17982     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17983     layout: "plot-throughput"
17984
17985 - type: "plot"
17986   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17987   algorithm: "plot_perf_box_name"
17988   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17990   include:
17991     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17992     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17993     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17994     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17995   layout:
17996     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17997     layout: "plot-throughput"
17998
17999 - type: "plot"
18000   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18001   algorithm: "plot_perf_box_name"
18002   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18004   include:
18005     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18006     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18007     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18008     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18009   layout:
18010     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18011     layout: "plot-throughput"
18012
18013 - type: "plot"
18014   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18015   algorithm: "plot_perf_box_name"
18016   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18018   include:
18019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18024   layout:
18025     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18026     layout: "plot-throughput"
18027
18028 - type: "plot"
18029   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18030   algorithm: "plot_perf_box_name"
18031   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18033   include:
18034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18039   layout:
18040     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18041     layout: "plot-throughput"
18042
18043 - type: "plot"
18044   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18045   algorithm: "plot_perf_box_name"
18046   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18048   include:
18049     - "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"
18050     - "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"
18051     - "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"
18052     - "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"
18053     - "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"
18054   layout:
18055     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18056     layout: "plot-throughput"
18057
18058 - type: "plot"
18059   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18060   algorithm: "plot_perf_box_name"
18061   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18063   include:
18064     - "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"
18065     - "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"
18066     - "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"
18067     - "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"
18068     - "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"
18069   layout:
18070     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18071     layout: "plot-throughput"
18072
18073 - type: "plot"
18074   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18075   algorithm: "plot_perf_box_name"
18076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18078   include:
18079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18084   layout:
18085     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18086     layout: "plot-throughput"
18087
18088 - type: "plot"
18089   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18090   algorithm: "plot_perf_box_name"
18091   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18092   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18093   include:
18094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18095     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18096     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18099   layout:
18100     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18101     layout: "plot-throughput"
18102
18103 - type: "plot"
18104   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18105   algorithm: "plot_perf_box_name"
18106   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18108   include:
18109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18114   layout:
18115     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18116     layout: "plot-throughput"
18117
18118 - type: "plot"
18119   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18120   algorithm: "plot_perf_box_name"
18121   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18123   include:
18124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18129   layout:
18130     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18131     layout: "plot-throughput"
18132
18133 - type: "plot"
18134   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18135   algorithm: "plot_perf_box_name"
18136   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18138   include:
18139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18143   layout:
18144     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18145     layout: "plot-throughput"
18146
18147 - type: "plot"
18148   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18149   algorithm: "plot_perf_box_name"
18150   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18152   include:
18153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18157   layout:
18158     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18159     layout: "plot-throughput"
18160
18161 - type: "plot"
18162   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18163   algorithm: "plot_perf_box_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18166   include:
18167     - "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"
18168     - "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"
18169     - "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"
18170     - "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"
18171   layout:
18172     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18173     layout: "plot-throughput"
18174
18175 - type: "plot"
18176   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18177   algorithm: "plot_perf_box_name"
18178   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18180   include:
18181     - "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"
18182     - "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"
18183     - "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"
18184     - "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"
18185   layout:
18186     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18187     layout: "plot-throughput"
18188
18189 - type: "plot"
18190   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18191   algorithm: "plot_perf_box_name"
18192   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18194   include:
18195     - "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"
18196     - "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"
18197     - "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"
18198     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18199     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18200     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18201   layout:
18202     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18203     layout: "plot-throughput"
18204
18205 - type: "plot"
18206   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18207   algorithm: "plot_perf_box_name"
18208   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18210   include:
18211     - "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"
18212     - "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"
18213     - "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"
18214     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18215     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18216     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18217   layout:
18218     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18219     layout: "plot-throughput"
18220
18221 ################################################################################
18222
18223 # Packet Speedup
18224
18225 - type: "plot"
18226   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18227   algorithm: "plot_tsa_name"
18228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18230   include:
18231     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18232     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18233     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18235   layout:
18236     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18237     layout: "plot-throughput-speedup-analysis"
18238
18239 - type: "plot"
18240   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18241   algorithm: "plot_tsa_name"
18242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18244   include:
18245     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18246     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18247     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18248     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18249   layout:
18250     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18251     layout: "plot-throughput-speedup-analysis"
18252
18253 - type: "plot"
18254   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18255   algorithm: "plot_tsa_name"
18256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18258   include:
18259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18260     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18261     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18262     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18263   layout:
18264     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18265     layout: "plot-throughput-speedup-analysis"
18266
18267 - type: "plot"
18268   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18269   algorithm: "plot_tsa_name"
18270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18272   include:
18273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18277   layout:
18278     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18279     layout: "plot-throughput-speedup-analysis"
18280
18281 - type: "plot"
18282   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18283   algorithm: "plot_tsa_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18288     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18289     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18290     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18291   layout:
18292     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18293     layout: "plot-throughput-speedup-analysis"
18294
18295 - type: "plot"
18296   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18297   algorithm: "plot_tsa_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18302     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18303     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18304     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18305   layout:
18306     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18307     layout: "plot-throughput-speedup-analysis"
18308
18309 - type: "plot"
18310   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18311   algorithm: "plot_tsa_name"
18312   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18314   include:
18315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18321   layout:
18322     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18323     layout: "plot-throughput-speedup-analysis"
18324
18325 - type: "plot"
18326   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18327   algorithm: "plot_tsa_name"
18328   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18330   include:
18331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18337   layout:
18338     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18339     layout: "plot-throughput-speedup-analysis"
18340
18341 - type: "plot"
18342   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18343   algorithm: "plot_tsa_name"
18344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18346   include:
18347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18351   layout:
18352     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18353     layout: "plot-throughput-speedup-analysis"
18354
18355 - type: "plot"
18356   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18357   algorithm: "plot_tsa_name"
18358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18360   include:
18361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18365   layout:
18366     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18367     layout: "plot-throughput-speedup-analysis"
18368
18369 - type: "plot"
18370   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18371   algorithm: "plot_tsa_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18378   layout:
18379     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18380     layout: "plot-throughput-speedup-analysis"
18381
18382 - type: "plot"
18383   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18384   algorithm: "plot_tsa_name"
18385   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18387   include:
18388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18391   layout:
18392     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18393     layout: "plot-throughput-speedup-analysis"
18394
18395 - type: "plot"
18396   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18397   algorithm: "plot_tsa_name"
18398   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18400   include:
18401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18406   layout:
18407     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18408     layout: "plot-throughput-speedup-analysis"
18409
18410 - type: "plot"
18411   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18412   algorithm: "plot_tsa_name"
18413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18415   include:
18416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18421   layout:
18422     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18423     layout: "plot-throughput-speedup-analysis"
18424
18425 - type: "plot"
18426   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18427   algorithm: "plot_tsa_name"
18428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18430   include:
18431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18434   layout:
18435     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18436     layout: "plot-throughput-speedup-analysis"
18437
18438 - type: "plot"
18439   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18440   algorithm: "plot_tsa_name"
18441   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18442   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18443   include:
18444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18447   layout:
18448     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18449     layout: "plot-throughput-speedup-analysis"
18450
18451 - type: "plot"
18452   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18453   algorithm: "plot_tsa_name"
18454   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18456   include:
18457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18463   layout:
18464     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18465     layout: "plot-throughput-speedup-analysis"
18466
18467 - type: "plot"
18468   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18469   algorithm: "plot_tsa_name"
18470   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18472   include:
18473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18479   layout:
18480     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18481     layout: "plot-throughput-speedup-analysis"
18482
18483 - type: "plot"
18484   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18485   algorithm: "plot_tsa_name"
18486   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18488   include:
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     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18491     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18492     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18493     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18494   layout:
18495     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18496     layout: "plot-throughput-speedup-analysis"
18497
18498 - type: "plot"
18499   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18500   algorithm: "plot_tsa_name"
18501   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18503   include:
18504     - "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"
18505     - "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"
18506     - "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"
18507     - "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"
18508     - "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"
18509   layout:
18510     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18511     layout: "plot-throughput-speedup-analysis"
18512
18513 #- type: "plot"
18514 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18515 #  algorithm: "plot_tsa_name"
18516 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18517 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18518 #  include:
18519 #    - "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"
18520 #    - "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"
18521 #    - "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"
18522 #    - "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"
18523 #    - "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"
18524 #  layout:
18525 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18526 #    layout: "plot-throughput-speedup-analysis"
18527 #
18528 #- type: "plot"
18529 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18530 #  algorithm: "plot_tsa_name"
18531 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18532 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18533 #  include:
18534 #    - "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"
18535 #    - "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"
18536 #    - "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"
18537 #    - "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"
18538 #    - "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"
18539 #  layout:
18540 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18541 #    layout: "plot-throughput-speedup-analysis"
18542 #
18543 #- type: "plot"
18544 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18545 #  algorithm: "plot_tsa_name"
18546 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18547 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18548 #  include:
18549 #    - "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"
18550 #    - "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"
18551 #    - "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"
18552 #    - "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"
18553 #    - "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"
18554 #  layout:
18555 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18556 #    layout: "plot-throughput-speedup-analysis"
18557 #
18558 #- type: "plot"
18559 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18560 #  algorithm: "plot_tsa_name"
18561 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18562 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18563 #  include:
18564 #    - "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"
18565 #    - "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"
18566 #    - "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"
18567 #    - "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"
18568 #    - "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"
18569 #  layout:
18570 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18571 #    layout: "plot-throughput-speedup-analysis"
18572
18573 - type: "plot"
18574   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18575   algorithm: "plot_tsa_name"
18576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18578   include:
18579     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18580     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18581     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18582     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18583     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18584   layout:
18585     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18586     layout: "plot-throughput-speedup-analysis"
18587
18588 - type: "plot"
18589   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18590   algorithm: "plot_tsa_name"
18591   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18593   include:
18594     - "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"
18595     - "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"
18596     - "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"
18597     - "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"
18598     - "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"
18599   layout:
18600     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18601     layout: "plot-throughput-speedup-analysis"
18602
18603 #- type: "plot"
18604 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18605 #  algorithm: "plot_tsa_name"
18606 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18607 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18608 #  include:
18609 #    - "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"
18610 #    - "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"
18611 #    - "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"
18612 #    - "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"
18613 #    - "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"
18614 #  layout:
18615 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18616 #    layout: "plot-throughput-speedup-analysis"
18617 #
18618 #- type: "plot"
18619 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18620 #  algorithm: "plot_tsa_name"
18621 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18622 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18623 #  include:
18624 #    - "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"
18625 #    - "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"
18626 #    - "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"
18627 #    - "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"
18628 #    - "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"
18629 #  layout:
18630 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18631 #    layout: "plot-throughput-speedup-analysis"
18632 #
18633 #- type: "plot"
18634 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18635 #  algorithm: "plot_tsa_name"
18636 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18637 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18638 #  include:
18639 #    - "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"
18640 #    - "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"
18641 #    - "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"
18642 #    - "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"
18643 #    - "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"
18644 #  layout:
18645 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18646 #    layout: "plot-throughput-speedup-analysis"
18647 #
18648 #- type: "plot"
18649 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18650 #  algorithm: "plot_tsa_name"
18651 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18652 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18653 #  include:
18654 #    - "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"
18655 #    - "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"
18656 #    - "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"
18657 #    - "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"
18658 #    - "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"
18659 #  layout:
18660 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18661 #    layout: "plot-throughput-speedup-analysis"
18662
18663 - type: "plot"
18664   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18665   algorithm: "plot_tsa_name"
18666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18668   include:
18669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18675   layout:
18676     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18677     layout: "plot-throughput-speedup-analysis"
18678
18679 - type: "plot"
18680   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18681   algorithm: "plot_tsa_name"
18682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18684   include:
18685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18691   layout:
18692     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18693     layout: "plot-throughput-speedup-analysis"
18694
18695 - type: "plot"
18696   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18697   algorithm: "plot_tsa_name"
18698   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18700   include:
18701     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18702     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18703   layout:
18704     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18705     layout: "plot-throughput-speedup-analysis"
18706
18707 - type: "plot"
18708   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18709   algorithm: "plot_tsa_name"
18710   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18712   include:
18713     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18715   layout:
18716     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18717     layout: "plot-throughput-speedup-analysis"
18718
18719 - type: "plot"
18720   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18721   algorithm: "plot_tsa_name"
18722   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18724   include:
18725     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18731   layout:
18732     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18733     layout: "plot-throughput-speedup-analysis"
18734
18735 - type: "plot"
18736   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18737   algorithm: "plot_tsa_name"
18738   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18740   include:
18741     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18742     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18744     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18745     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18746     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18747   layout:
18748     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18749     layout: "plot-throughput-speedup-analysis"
18750
18751 - type: "plot"
18752   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18753   algorithm: "plot_tsa_name"
18754   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18756   include:
18757     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18758     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18759     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18760     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18763   layout:
18764     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18765     layout: "plot-throughput-speedup-analysis"
18766
18767 - type: "plot"
18768   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18769   algorithm: "plot_tsa_name"
18770   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18772   include:
18773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18775     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18776     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18778     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18779   layout:
18780     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18781     layout: "plot-throughput-speedup-analysis"
18782
18783 - type: "plot"
18784   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18785   algorithm: "plot_tsa_name"
18786   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18788   include:
18789     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18790     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18791     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18795   layout:
18796     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18797     layout: "plot-throughput-speedup-analysis"
18798
18799 - type: "plot"
18800   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18801   algorithm: "plot_tsa_name"
18802   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18804   include:
18805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18811   layout:
18812     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18813     layout: "plot-throughput-speedup-analysis"
18814
18815 - type: "plot"
18816   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18817   algorithm: "plot_tsa_name"
18818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18820   include:
18821     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18826   layout:
18827     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18828     layout: "plot-throughput-speedup-analysis"
18829
18830 - type: "plot"
18831   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18832   algorithm: "plot_tsa_name"
18833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18835   include:
18836     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18841   layout:
18842     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18843     layout: "plot-throughput-speedup-analysis"
18844
18845 - type: "plot"
18846   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18847   algorithm: "plot_tsa_name"
18848   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18850   include:
18851     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18856   layout:
18857     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18858     layout: "plot-throughput-speedup-analysis"
18859
18860 - type: "plot"
18861   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18862   algorithm: "plot_tsa_name"
18863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18865   include:
18866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18871   layout:
18872     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18873     layout: "plot-throughput-speedup-analysis"
18874
18875 - type: "plot"
18876   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18877   algorithm: "plot_tsa_name"
18878   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18880   include:
18881     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18882     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18883     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18884     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18886   layout:
18887     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18888     layout: "plot-throughput-speedup-analysis"
18889
18890 - type: "plot"
18891   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18892   algorithm: "plot_tsa_name"
18893   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18895   include:
18896     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18897     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18898     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18899     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18900     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18901   layout:
18902     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18903     layout: "plot-throughput-speedup-analysis"
18904
18905 - type: "plot"
18906   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18907   algorithm: "plot_tsa_name"
18908   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18910   include:
18911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18916   layout:
18917     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18918     layout: "plot-throughput-speedup-analysis"
18919
18920 - type: "plot"
18921   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18922   algorithm: "plot_tsa_name"
18923   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18925   include:
18926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18931   layout:
18932     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18933     layout: "plot-throughput-speedup-analysis"
18934
18935 - type: "plot"
18936   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18937   algorithm: "plot_tsa_name"
18938   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18940   include:
18941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18946   layout:
18947     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18948     layout: "plot-throughput-speedup-analysis"
18949
18950 - type: "plot"
18951   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18952   algorithm: "plot_tsa_name"
18953   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18955   include:
18956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18961   layout:
18962     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18963     layout: "plot-throughput-speedup-analysis"
18964
18965 - type: "plot"
18966   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18967   algorithm: "plot_tsa_name"
18968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18970   include:
18971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18977   layout:
18978     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18979     layout: "plot-throughput-speedup-analysis"
18980
18981 - type: "plot"
18982   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18983   algorithm: "plot_tsa_name"
18984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18986   include:
18987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18993   layout:
18994     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18995     layout: "plot-throughput-speedup-analysis"
18996
18997 - type: "plot"
18998   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18999   algorithm: "plot_tsa_name"
19000   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19002   include:
19003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19007   layout:
19008     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19009     layout: "plot-throughput-speedup-analysis"
19010
19011 - type: "plot"
19012   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19013   algorithm: "plot_tsa_name"
19014   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19016   include:
19017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19021   layout:
19022     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19023     layout: "plot-throughput-speedup-analysis"
19024
19025 - type: "plot"
19026   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19027   algorithm: "plot_tsa_name"
19028   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19030   include:
19031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19037   layout:
19038     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19039     layout: "plot-throughput-speedup-analysis"
19040
19041 - type: "plot"
19042   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19043   algorithm: "plot_tsa_name"
19044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19046   include:
19047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19053   layout:
19054     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19055     layout: "plot-throughput-speedup-analysis"
19056
19057 - type: "plot"
19058   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19059   algorithm: "plot_tsa_name"
19060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19062   include:
19063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19067   layout:
19068     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19069     layout: "plot-throughput-speedup-analysis"
19070
19071 - type: "plot"
19072   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19073   algorithm: "plot_tsa_name"
19074   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19076   include:
19077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19081   layout:
19082     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19083     layout: "plot-throughput-speedup-analysis"
19084
19085 - type: "plot"
19086   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19087   algorithm: "plot_tsa_name"
19088   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19090   include:
19091     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19092     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19095     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19096     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19097   layout:
19098     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19099     layout: "plot-throughput-speedup-analysis"
19100
19101 - type: "plot"
19102   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19103   algorithm: "plot_tsa_name"
19104   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19106   include:
19107     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19109     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19110     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19111     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19112     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19113   layout:
19114     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19115     layout: "plot-throughput-speedup-analysis"
19116
19117 - type: "plot"
19118   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19119   algorithm: "plot_tsa_name"
19120   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19122   include:
19123     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19124     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19125     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19126     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19127   layout:
19128     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19129     layout: "plot-throughput-speedup-analysis"
19130
19131 - type: "plot"
19132   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19133   algorithm: "plot_tsa_name"
19134   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19136   include:
19137     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19138     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19139     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19140     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19141   layout:
19142     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19143     layout: "plot-throughput-speedup-analysis"
19144
19145 - type: "plot"
19146   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19147   algorithm: "plot_tsa_name"
19148   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19150   include:
19151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19156   layout:
19157     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19158     layout: "plot-throughput-speedup-analysis"
19159
19160 - type: "plot"
19161   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19162   algorithm: "plot_tsa_name"
19163   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19165   include:
19166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19171   layout:
19172     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19173     layout: "plot-throughput-speedup-analysis"
19174
19175 - type: "plot"
19176   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19177   algorithm: "plot_tsa_name"
19178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19180   include:
19181     - "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"
19182     - "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"
19183     - "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"
19184     - "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"
19185     - "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"
19186   layout:
19187     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19188     layout: "plot-throughput-speedup-analysis"
19189
19190 - type: "plot"
19191   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19192   algorithm: "plot_tsa_name"
19193   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19195   include:
19196     - "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"
19197     - "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"
19198     - "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"
19199     - "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"
19200     - "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"
19201   layout:
19202     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19203     layout: "plot-throughput-speedup-analysis"
19204
19205 - type: "plot"
19206   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19207   algorithm: "plot_tsa_name"
19208   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19210   include:
19211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19216   layout:
19217     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19218     layout: "plot-throughput-speedup-analysis"
19219
19220 - type: "plot"
19221   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19222   algorithm: "plot_tsa_name"
19223   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19225   include:
19226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19231   layout:
19232     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19233     layout: "plot-throughput-speedup-analysis"
19234
19235 - type: "plot"
19236   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19237   algorithm: "plot_tsa_name"
19238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19240   include:
19241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19246   layout:
19247     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19248     layout: "plot-throughput-speedup-analysis"
19249
19250 - type: "plot"
19251   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19252   algorithm: "plot_tsa_name"
19253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19255   include:
19256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19261   layout:
19262     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19263     layout: "plot-throughput-speedup-analysis"
19264
19265 - type: "plot"
19266   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19267   algorithm: "plot_tsa_name"
19268   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19270   include:
19271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19275   layout:
19276     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19277     layout: "plot-throughput-speedup-analysis"
19278
19279 - type: "plot"
19280   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19281   algorithm: "plot_tsa_name"
19282   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19284   include:
19285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19289   layout:
19290     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19291     layout: "plot-throughput-speedup-analysis"
19292
19293 - type: "plot"
19294   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19295   algorithm: "plot_tsa_name"
19296   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19298   include:
19299     - "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"
19300     - "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"
19301     - "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"
19302     - "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"
19303   layout:
19304     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19305     layout: "plot-throughput-speedup-analysis"
19306
19307 - type: "plot"
19308   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19309   algorithm: "plot_tsa_name"
19310   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19312   include:
19313     - "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"
19314     - "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"
19315     - "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"
19316     - "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"
19317   layout:
19318     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19319     layout: "plot-throughput-speedup-analysis"
19320
19321 - type: "plot"
19322   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19323   algorithm: "plot_tsa_name"
19324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19326   include:
19327     - "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"
19328     - "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"
19329     - "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"
19330     - "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"
19331     - "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"
19332     - "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"
19333   layout:
19334     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19335     layout: "plot-throughput-speedup-analysis"
19336
19337 - type: "plot"
19338   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19339   algorithm: "plot_tsa_name"
19340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19342   include:
19343     - "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"
19344     - "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"
19345     - "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"
19346     - "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"
19347     - "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"
19348     - "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"
19349   layout:
19350     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19351     layout: "plot-throughput-speedup-analysis"
19352
19353 ################################################################################
19354
19355 # Packet Throughput - DPDK
19356
19357 # 2n-clx-xxv710
19358
19359 - type: "plot"
19360   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19361   algorithm: "plot_perf_box_name"
19362   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19363   data: "plot-dpdk-throughput-latency-2n-clx"
19364   include:
19365     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19366     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19367   layout:
19368     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19369     layout: "plot-throughput"
19370
19371 - type: "plot"
19372   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19373   algorithm: "plot_perf_box_name"
19374   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19375   data: "plot-dpdk-throughput-latency-2n-clx"
19376   include:
19377     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19378     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19379   layout:
19380     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19381     layout: "plot-throughput"
19382
19383 - type: "plot"
19384   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19385   algorithm: "plot_perf_box_name"
19386   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19387   data: "plot-dpdk-throughput-latency-2n-clx"
19388   include:
19389     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19390     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19391   layout:
19392     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19393     layout: "plot-throughput"
19394
19395 - type: "plot"
19396   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19397   algorithm: "plot_perf_box_name"
19398   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19399   data: "plot-dpdk-throughput-latency-2n-clx"
19400   include:
19401     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19402     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19403   layout:
19404     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19405     layout: "plot-throughput"
19406
19407 # 2n-clx-x710
19408
19409 - type: "plot"
19410   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19411   algorithm: "plot_perf_box_name"
19412   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19413   data: "plot-dpdk-throughput-latency-2n-clx"
19414   include:
19415     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19416     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19417   layout:
19418     title: "2n-clx-x710-64b-2t1c-base-ndr"
19419     layout: "plot-throughput"
19420
19421 - type: "plot"
19422   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19423   algorithm: "plot_perf_box_name"
19424   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19425   data: "plot-dpdk-throughput-latency-2n-clx"
19426   include:
19427     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19428     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19429   layout:
19430     title: "2n-clx-x710-64b-4t2c-base-ndr"
19431     layout: "plot-throughput"
19432
19433 - type: "plot"
19434   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19435   algorithm: "plot_perf_box_name"
19436   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19437   data: "plot-dpdk-throughput-latency-2n-clx"
19438   include:
19439     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19440     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19441   layout:
19442     title: "2n-clx-x710-64b-2t1c-base-pdr"
19443     layout: "plot-throughput"
19444
19445 - type: "plot"
19446   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19447   algorithm: "plot_perf_box_name"
19448   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19449   data: "plot-dpdk-throughput-latency-2n-clx"
19450   include:
19451     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19452     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19453   layout:
19454     title: "2n-clx-x710-64b-4t2c-base-pdr"
19455     layout: "plot-throughput"
19456
19457 ################################################################################
19458
19459 - type: "plot"
19460   title: "Latency by percentile: 2n-skx"
19461   algorithm: "plot_hdrh_lat_by_percentile"
19462   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19463   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19464   target-links: "../../_static/vpp"
19465   data: "plot-vpp-hdrh-lat-2n-skx"
19466   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19467   layout:
19468     layout: "plot-hdrh-latency-by-percentile"
19469
19470 - type: "plot"
19471   title: "Latency by percentile: 2n-skx-nat44"
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-nat44"
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: 3n-skx"
19483   algorithm: "plot_hdrh_lat_by_percentile"
19484   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19485   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19486   target-links: "../../_static/vpp"
19487   data: "plot-vpp-hdrh-lat-3n-skx"
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: 2n-clx"
19494   algorithm: "plot_hdrh_lat_by_percentile"
19495   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19496   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19497   target-links: "../../_static/vpp"
19498   data: "plot-vpp-hdrh-lat-2n-clx"
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: 3n-hsw"
19505   algorithm: "plot_hdrh_lat_by_percentile"
19506   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19507   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19508   target-links: "../../_static/vpp"
19509   data: "plot-vpp-hdrh-lat-3n-hsw"
19510   filter: "'1T1C' and 'NIC_Intel-XL710'"
19511   layout:
19512     layout: "plot-hdrh-latency-by-percentile"
19513
19514 - type: "plot"
19515   title: "Latency by percentile: 3n-tsh"
19516   algorithm: "plot_hdrh_lat_by_percentile"
19517   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19518   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19519   target-links: "../../_static/vpp"
19520   data: "plot-vpp-hdrh-lat-3n-tsh"
19521   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19522   layout:
19523     layout: "plot-hdrh-latency-by-percentile"
19524
19525 - type: "plot"
19526   title: "Latency by percentile: DPDK 2n-skx"
19527   algorithm: "plot_hdrh_lat_by_percentile"
19528   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19529   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19530   target-links: "../../_static/dpdk"
19531   data: "plot-dpdk-hdrh-lat-2n-skx"
19532   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19533   layout:
19534     layout: "plot-hdrh-latency-by-percentile"
19535
19536 - type: "plot"
19537   title: "Latency by percentile: DPDK 3n-skx"
19538   algorithm: "plot_hdrh_lat_by_percentile"
19539   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19540   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19541   target-links: "../../_static/dpdk"
19542   data: "plot-dpdk-hdrh-lat-3n-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 2n-clx"
19549   algorithm: "plot_hdrh_lat_by_percentile"
19550   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19551   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19552   target-links: "../../_static/dpdk"
19553   data: "plot-dpdk-hdrh-lat-2n-clx"
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 3n-hsw"
19560   algorithm: "plot_hdrh_lat_by_percentile"
19561   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19562   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19563   target-links: "../../_static/dpdk"
19564   data: "plot-dpdk-hdrh-lat-3n-hsw"
19565   filter: "'1T1C' and 'NIC_Intel-XL710'"
19566   layout:
19567     layout: "plot-hdrh-latency-by-percentile"
19568
19569 - type: "plot"
19570   title: "Latency by percentile: DPDK 3n-tsh"
19571   algorithm: "plot_hdrh_lat_by_percentile"
19572   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19573   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19574   target-links: "../../_static/dpdk"
19575   data: "plot-dpdk-hdrh-lat-3n-tsh"
19576   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19577   layout:
19578     layout: "plot-hdrh-latency-by-percentile"