Report: Add Data, Fix bugs in 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         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
562
563     vpp-perf-results-2n-skx:
564       csit-vpp-perf-report-coverage-2009-2n-skx:
565         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
566         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
567         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
568         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
569         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
570         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
571         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
572         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
573         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
574         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
575         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
576         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
577         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
578         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
579         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
580
581     vpp-perf-results-2n-clx:
582       # TODO: Add:
583       csit-vpp-perf-report-coverage-2009-2n-clx:
584         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
585         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
586         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
587         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
588         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
589         - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
590         - 8   # rls2009 NDRPDR cov 2n-clx-ip6-00
591         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
592         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
593 #        - 18  # rls2009 NDRPDR cov 2n-clx-l2-01
594         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
595         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
596         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
597         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
598         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
599
600     vpp-perf-results-3n-tsh:
601       # TODO: Replace???
602       csit-vpp-perf-report-iterative-2009-3n-tsh:
603         - 14  # rls2009 NDRPDR iter env 5
604 #      csit-vpp-perf-report-coverage-2009-3n-tsh:
605 #        -
606
607     vpp-perf-results-3n-dnv:
608       csit-vpp-perf-report-coverage-2009-3n-dnv:
609         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
610         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
611         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
612         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
613         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
614         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
615         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
616         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
617         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
618
619     vpp-perf-results-2n-dnv:
620       csit-vpp-perf-report-coverage-2009-2n-dnv:
621         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
622         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
623         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
624         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
625         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
626         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
627
628     vpp-mrr-results-3n-hsw:
629       csit-vpp-perf-report-iterative-2009-3n-hsw:
630         - 23  # rls2009 MRR iter env 5
631
632     vpp-mrr-results-3n-skx:
633       csit-vpp-perf-report-iterative-2009-3n-skx:
634         - 24  # rls2009 MRR iter env 5
635
636     vpp-mrr-results-2n-skx:
637       csit-vpp-perf-report-iterative-2009-2n-skx:
638         - 26  # rls2009 MRR iter env 5
639
640     vpp-mrr-results-2n-clx:
641       csit-vpp-perf-report-iterative-2009-2n-clx:
642         - 35  # rls2009 MRR iter env 5
643
644     vpp-mrr-results-3n-tsh:
645       csit-vpp-perf-report-iterative-2009-3n-tsh:
646         - 15  # rls2006 MRR iter env 5
647
648     vpp-mrr-results-3n-dnv:
649       csit-vpp-perf-report-iterative-2009-3n-dnv:
650         - 22  # rls2009 MRR iter env 5
651
652     vpp-mrr-results-2n-dnv:
653       csit-vpp-perf-report-iterative-2009-2n-dnv:
654         - 13  # rls2009 MRR iter env 5
655
656     vpp-device-results-ubuntu:
657       csit-vpp-device-2009-ubuntu1804-1n-skx:
658         - 131 # rls2009 env 5
659
660     dpdk-perf-results-3n-hsw:
661       csit-dpdk-perf-report-iterative-2009-3n-hsw:
662         - 6   # NDRPDR iter env5
663
664     dpdk-perf-results-3n-skx:
665       csit-dpdk-perf-report-iterative-2009-3n-skx:
666         - 4   # NDRPDR sel env5
667
668     dpdk-perf-results-2n-skx:
669       csit-dpdk-perf-report-iterative-2009-2n-skx:
670         - 4   # NDRPDR iter env5
671
672     dpdk-perf-results-2n-clx:
673       csit-dpdk-perf-report-iterative-2009-2n-clx:
674         - 4   # NDRPDR iter env5
675
676 #    dpdk-perf-results-2n-dnv:
677 #      # No data
678 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
679
680 #    dpdk-perf-results-3n-dnv:
681 #      # No data
682 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
683
684     dpdk-perf-results-3n-tsh:
685       csit-dpdk-perf-report-iterative-2009-3n-tsh:
686         - 1   # NDRPDR iter env5
687
688 ###########################################################################
689     # Tables (more than one data set)
690
691     # Performance changes
692
693     vpp-performance-changes-3n-hsw-h1:
694       csit-vpp-perf-report-iterative-2005-3n-hsw:
695         - 31  # NDRPDR sel 2001.0-4
696         - 32  # NDRPDR sel 2001.0-4
697         - 33  # NDRPDR sel 2001.0-4
698         - 34  # NDRPDR sel 2001.0-4
699         - 35  # NDRPDR sel 2001.0-4
700         - 36  # NDRPDR sel 2001.0-4
701         - 38  # NDRPDR sel 2001.0-4
702     vpp-performance-changes-3n-hsw-ref-env4:
703       csit-vpp-perf-report-iterative-2005-3n-hsw:
704         - 20  # NDRPDR sel env 4
705         - 21  # NDRPDR sel env 4
706         - 22  # NDRPDR sel env 4
707         - 23  # NDRPDR sel env 4
708         - 24  # NDRPDR sel env 4
709         - 25  # NDRPDR sel env 4
710         - 26  # NDRPDR sel env 4
711         - 27  # NDRPDR sel env 4
712         - 28  # NDRPDR sel env 4
713         - 29  # NDRPDR sel env 4
714     vpp-performance-changes-3n-hsw-ref-env5:
715       csit-vpp-perf-report-iterative-2009-3n-hsw:
716         - 9   # rls2005 NDRPDR iter env 5
717         - 10  # rls2005 NDRPDR iter env 5
718         - 11  # rls2005 NDRPDR iter env 5
719         - 12  # rls2005 NDRPDR iter env 5
720         - 13  # rls2005 NDRPDR iter env 5
721         - 14  # rls2005 NDRPDR iter env 5
722         - 15  # rls2005 NDRPDR iter env 5
723         - 16  # rls2005 NDRPDR iter env 5
724         - 17  # rls2005 NDRPDR iter env 5
725         - 19  # rls2005 NDRPDR iter env 5
726     vpp-performance-changes-3n-hsw-cmp:
727       csit-vpp-perf-report-iterative-2009-3n-hsw:
728         - 21  # rls2009 NDRPDR iter env 5
729         - 22  # rls2009 NDRPDR iter env 5
730         - 24  # rls2009 NDRPDR iter env 5
731         - 25  # rls2009 NDRPDR iter env 5
732         - 26  # rls2009 NDRPDR iter env 5
733         - 27  # rls2009 NDRPDR iter env 5
734         - 28  # rls2009 NDRPDR iter env 5
735         - 29  # rls2009 NDRPDR iter env 5
736         - 30  # rls2009 NDRPDR iter env 5
737         - 31  # rls2009 NDRPDR iter env 5
738
739     vpp-performance-changes-3n-skx-h1:
740       csit-vpp-perf-report-iterative-2005-3n-skx:
741         - 50  # NDRPDR sel 2001.0-4
742         - 51  # NDRPDR sel 2001.0-4
743         - 52  # NDRPDR sel 2001.0-4
744         - 53  # NDRPDR sel 2001.0-4
745         - 54  # NDRPDR sel 2001.0-4
746     vpp-performance-changes-3n-skx-ref-env4:
747       csit-vpp-perf-report-iterative-2005-3n-skx:
748         - 42  # NDRPDR sel env 4
749         - 43  # NDRPDR sel env 4
750         - 44  # NDRPDR sel env 4
751         - 45  # NDRPDR sel env 4
752         - 47  # NDRPDR sel env 4
753         - 55  # NDRPDR sel env 4
754         - 56  # NDRPDR sel env 4
755         - 57  # NDRPDR sel env 4
756         - 61  # NDRPDR sel env 4
757         - 62  # NDRPDR sel env 4
758     vpp-performance-changes-3n-skx-ref-env5:
759       csit-vpp-perf-report-iterative-2009-3n-skx:
760         - 13  # rls2005 NDRPDR iter env 5
761         - 18  # rls2005 NDRPDR iter env 5
762         - 19  # rls2005 NDRPDR iter env 5
763         - 41  # rls2005 NDRPDR iter env 5
764     vpp-performance-changes-3n-skx-cmp:
765       # TODO: Add:
766       csit-vpp-perf-report-iterative-2009-3n-skx:
767         - 26  # rls2009 NDRPDR iter env 5
768         - 27  # rls2009 NDRPDR iter env 5
769         - 28  # rls2009 NDRPDR iter env 5
770         - 29  # rls2009 NDRPDR iter env 5
771         - 35  # rls2009 NDRPDR iter env 5
772         - 36  # rls2009 NDRPDR iter env 5
773         - 37  # rls2009 NDRPDR iter env 5
774         - 39  # rls2009 NDRPDR iter env 5
775         - 40  # rls2009 NDRPDR iter env 5
776
777     vpp-performance-changes-2n-skx-h1:
778       csit-vpp-perf-report-iterative-2005-2n-skx:
779         - 100 # NDRPDR sel 2001.0-4
780         - 101 # NDRPDR sel 2001.0-4
781         - 102 # NDRPDR sel 2001.0-4
782         - 103 # NDRPDR sel 2001.0-4
783         - 104 # NDRPDR sel 2001.0-4
784         - 105 # NDRPDR sel 2001.0-4
785     vpp-performance-changes-2n-skx-ref-env4:
786       csit-vpp-perf-report-iterative-2005-2n-skx:
787         - 88  # NDRPDR sel env 4
788         - 89  # NDRPDR sel env 4
789         - 90  # NDRPDR sel env 4
790         - 91  # NDRPDR sel env 4
791         - 92  # NDRPDR sel env 4
792         - 93  # NDRPDR sel env 4
793         - 94  # NDRPDR sel env 4
794         - 125 # NDRPDR sel env 4
795         - 126 # NDRPDR sel env 4
796         - 127 # NDRPDR sel env 4
797     vpp-performance-changes-2n-skx-ref-env5:
798       csit-vpp-perf-report-iterative-2009-2n-skx:
799         - 13  # rls2005 NDRPDR iter env 5
800         - 16  # rls2005 NDRPDR iter env 5
801         - 17  # rls2005 NDRPDR iter env 5
802         - 18  # rls2005 NDRPDR iter env 5
803         - 19  # rls2005 NDRPDR iter env 5
804         - 21  # rls2005 NDRPDR iter env 5
805         - 22  # rls2005 NDRPDR iter env 5
806         - 23  # rls2005 NDRPDR iter env 5
807         - 24  # rls2005 NDRPDR iter env 5
808         - 25  # rls2005 NDRPDR iter env 5
809     vpp-performance-changes-2n-skx-cmp:
810       csit-vpp-perf-report-iterative-2009-2n-skx:
811         - 35  # rls2009 NDRPDR iter env 5
812         - 36  # rls2009 NDRPDR iter env 5
813         - 37  # rls2009 NDRPDR iter env 5
814         - 39  # rls2009 NDRPDR iter env 5
815         - 40  # rls2009 NDRPDR iter env 5
816         - 42  # rls2009 NDRPDR iter env 5
817         - 43  # rls2009 NDRPDR iter env 5
818         - 44  # rls2009 NDRPDR iter env 5
819         - 46  # rls2009 NDRPDR iter env 5
820         - 48  # rls2009 NDRPDR iter env 5
821         - 51  # rls2009 NDRPDR iter NAT44 env 5
822         - 52  # rls2009 NDRPDR iter NAT44 env 5
823         - 53  # rls2009 NDRPDR iter NAT44 env 5
824         - 54  # rls2009 NDRPDR iter NAT44 env 5
825         - 55  # rls2009 NDRPDR iter NAT44 env 5
826         - 56  # rls2009 NDRPDR iter NAT44 env 5
827         - 57  # rls2009 NDRPDR iter NAT44 env 5
828         - 58  # rls2009 NDRPDR iter NAT44 env 5
829         - 59  # rls2009 NDRPDR iter NAT44 env 5
830         - 60  # rls2009 NDRPDR iter NAT44 env 5
831
832     vpp-performance-changes-2n-clx-h1:
833       csit-vpp-perf-report-iterative-2005-2n-clx:
834         - 73  # NDRPDR sel 2001.0-4
835         - 74  # NDRPDR sel 2001.0-4
836         - 75  # NDRPDR sel 2001.0-4
837         - 76  # NDRPDR sel 2001.0-4
838         - 77  # NDRPDR sel 2001.0-4
839         - 78  # NDRPDR sel 2001.0-4
840         - 79  # NDRPDR sel 2001.0-4
841         - 80  # NDRPDR sel 2001.0-4
842     vpp-performance-changes-2n-clx-ref-env4:
843       csit-vpp-perf-report-iterative-2005-2n-clx:
844         - 62  # NDRPDR sel env 4
845         - 63  # NDRPDR sel env 4
846         - 64  # NDRPDR sel env 4
847         - 65  # NDRPDR sel env 4
848         - 66  # NDRPDR sel env 4
849         - 68  # NDRPDR sel env 4
850         - 69  # NDRPDR sel env 4
851         - 70  # NDRPDR sel env 4
852         - 103 # NDRPDR sel env 4
853         - 104 # NDRPDR sel env 4
854     vpp-performance-changes-2n-clx-ref-env5:
855       csit-vpp-perf-report-iterative-2009-2n-clx:
856         - 13  # rls2005 NDRPDR iter env 5
857         - 15  # rls2005 NDRPDR iter env 5
858         - 17  # rls2005 NDRPDR iter env 5
859         - 18  # rls2005 NDRPDR iter env 5
860         - 19  # rls2005 NDRPDR iter env 5
861         - 20  # rls2005 NDRPDR iter env 5
862         - 21  # rls2005 NDRPDR iter env 5
863         - 22  # rls2005 NDRPDR iter env 5
864         - 23  # rls2005 NDRPDR iter env 5
865         - 24  # rls2005 NDRPDR iter env 5
866     vpp-performance-changes-2n-clx-cmp:
867       csit-vpp-perf-report-iterative-2009-2n-clx:
868         - 36  # rls2009 NDRPDR iter env 5
869         - 38  # rls2009 NDRPDR iter env 5
870         - 39  # rls2009 NDRPDR iter env 5
871         - 40  # rls2009 NDRPDR iter env 5
872         - 41  # rls2009 NDRPDR iter env 5
873         - 42  # rls2009 NDRPDR iter env 5
874         - 64  # rls2009 NDRPDR iter env 5
875         - 65  # rls2009 NDRPDR iter env 5
876         - 66  # rls2009 NDRPDR iter env 5
877         - 67  # rls2009 NDRPDR iter env 5
878
879     vpp-performance-changes-2n-dnv-h1:
880       csit-vpp-perf-verify-2001-2n-dnv:
881         - 4   # NDRPDR sel
882         - 5   # NDRPDR sel
883         - 6   # NDRPDR sel
884         - 7   # NDRPDR sel
885         - 8   # NDRPDR sel
886         - 9   # NDRPDR sel
887         - 10  # NDRPDR sel
888         - 11  # NDRPDR sel
889         - 13  # NDRPDR sel
890         - 16  # NDRPDR sel
891     vpp-performance-changes-2n-dnv-ref:
892       csit-vpp-perf-report-iterative-2009-2n-dnv:
893         - 16  # rls2005 NDRPDR iter env 5
894         - 17  # rls2005 NDRPDR iter env 5
895         - 18  # rls2005 NDRPDR iter env 5
896         - 19  # rls2005 NDRPDR iter env 5
897         - 21  # rls2005 NDRPDR iter env 5
898         - 24  # rls2005 NDRPDR iter env 5
899         - 27  # rls2005 NDRPDR iter env 5
900         - 28  # rls2005 NDRPDR iter env 5
901         - 29  # rls2005 NDRPDR iter env 5
902         - 30  # rls2005 NDRPDR iter env 5
903     vpp-performance-changes-2n-dnv-cmp:
904       csit-vpp-perf-report-iterative-2009-2n-dnv:
905         - 3   # rls2009 NDRPDR iter env 5
906         - 5   # rls2009 NDRPDR iter env 5
907         - 6   # rls2009 NDRPDR iter env 5
908         - 7   # rls2009 NDRPDR iter env 5
909         - 9   # rls2009 NDRPDR iter env 5
910         - 10  # rls2009 NDRPDR iter env 5
911         - 11  # rls2009 NDRPDR iter env 5
912         - 12  # rls2009 NDRPDR iter env 5
913         - 14  # rls2009 NDRPDR iter env 5
914         - 15  # rls2009 NDRPDR iter env 5
915
916     vpp-performance-changes-3n-dnv-h1:
917       csit-vpp-perf-verify-2001-3n-dnv:
918         - 5   # NDRPDR sel
919         - 6   # NDRPDR sel
920         - 7   # NDRPDR sel
921         - 8   # NDRPDR sel
922         - 9   # NDRPDR sel
923         - 10  # NDRPDR sel
924         - 12  # NDRPDR sel
925         - 16  # NDRPDR sel
926         - 17  # NDRPDR sel
927         - 18  # NDRPDR sel
928     vpp-performance-changes-3n-dnv-ref:
929       csit-vpp-perf-report-iterative-2009-3n-dnv:
930         - 16  # rls2005 NDRPDR iter env 5
931         - 23  # rls2005 NDRPDR iter env 5
932         - 25  # rls2005 NDRPDR iter env 5
933         - 26  # rls2005 NDRPDR iter env 5
934         - 27  # rls2005 NDRPDR iter env 5
935         - 28  # rls2005 NDRPDR iter env 5
936         - 29  # rls2005 NDRPDR iter env 5
937         - 30  # rls2005 NDRPDR iter env 5
938         - 31  # rls2005 NDRPDR iter env 5
939         - 32  # rls2005 NDRPDR iter env 5
940     vpp-performance-changes-3n-dnv-cmp:
941       csit-vpp-perf-report-iterative-2009-3n-dnv:
942         - 3   # rls2009 NDRPDR iter env 5
943         - 6   # rls2009 NDRPDR iter env 5
944         - 7   # rls2009 NDRPDR iter env 5
945         - 8   # rls2009 NDRPDR iter env 5
946         - 10  # rls2009 NDRPDR iter env 5
947         - 11  # rls2009 NDRPDR iter env 5
948         - 12  # rls2009 NDRPDR iter env 5
949         - 14  # rls2009 NDRPDR iter env 5
950         - 15  # rls2009 NDRPDR iter env 5
951         - 24  # rls2009 NDRPDR iter env 5
952
953     vpp-performance-changes-3n-tsh-h1:
954       csit-vpp-perf-report-iterative-2005-3n-tsh:
955         - 28  # NDRPDR sel 2001.0-4
956         - 29  # NDRPDR sel 2001.0-4
957         - 31  # NDRPDR sel 2001.0-4
958     vpp-performance-changes-3n-tsh-ref-env4:
959       csit-vpp-perf-report-iterative-2005-3n-tsh:
960         - 23  # NDRPDR sel env 4
961         - 25  # NDRPDR sel env 4
962         - 33  # NDRPDR sel env 4
963         - 34  # NDRPDR sel env 4
964         - 35  # NDRPDR sel env 4
965         - 36  # NDRPDR sel env 4
966         - 37  # NDRPDR sel env 4
967         - 38  # NDRPDR sel env 4
968         - 39  # NDRPDR sel env 4
969         - 40  # NDRPDR sel env 4
970     vpp-performance-changes-3n-tsh-ref-env5:
971       csit-vpp-perf-report-iterative-2009-3n-tsh:
972         - 8   # rls2005 NDRPDR iter env 5
973         - 11  # rls2005 NDRPDR iter env 5
974         - 12  # rls2005 NDRPDR iter env 5
975     vpp-performance-changes-3n-tsh-cmp:
976       # TODO: Add:
977       csit-vpp-perf-report-iterative-2009-3n-tsh:
978         - 14  # rls2009 NDRPDR iter env 5
979         - 20  # rls2009 NDRPDR iter env 5
980         - 23  # rls2009 NDRPDR iter env 5
981
982     vpp-soak-vs-ndr-2n-skx-ref:
983       csit-vpp-perf-report-iterative-2009-2n-skx:
984         - 35  # rls2009 NDRPDR iter env 5
985         - 36  # rls2009 NDRPDR iter env 5
986         - 37  # rls2009 NDRPDR iter env 5
987         - 39  # rls2009 NDRPDR iter env 5
988         - 40  # rls2009 NDRPDR iter env 5
989         - 42  # rls2009 NDRPDR iter env 5
990         - 43  # rls2009 NDRPDR iter env 5
991         - 44  # rls2009 NDRPDR iter env 5
992         - 46  # rls2009 NDRPDR iter env 5
993         - 48  # rls2009 NDRPDR iter env 5
994     vpp-soak-vs-ndr-2n-skx-cmp:
995       csit-vpp-perf-report-iterative-2009-2n-skx:
996         - 33  # rls2009 soak env 5
997         - 34  # rls2009 soak env 5
998     vpp-soak-vs-ndr-2n-skx:
999       csit-vpp-perf-report-iterative-2009-2n-skx:
1000         - 35  # rls2009 NDRPDR iter env 5
1001         - 36  # rls2009 NDRPDR iter env 5
1002         - 37  # rls2009 NDRPDR iter env 5
1003         - 39  # rls2009 NDRPDR iter env 5
1004         - 40  # rls2009 NDRPDR iter env 5
1005         - 42  # rls2009 NDRPDR iter env 5
1006         - 43  # rls2009 NDRPDR iter env 5
1007         - 44  # rls2009 NDRPDR iter env 5
1008         - 46  # rls2009 NDRPDR iter env 5
1009         - 48  # rls2009 NDRPDR iter env 5
1010         - 33  # rls2009 soak env 5
1011         - 34  # rls2009 soak env 5
1012
1013     vpp-soak-vs-ndr-2n-clx-ref:
1014       csit-vpp-perf-report-iterative-2009-2n-clx:
1015         - 36  # rls2009 NDRPDR iter env 5
1016         - 38  # rls2009 NDRPDR iter env 5
1017         - 39  # rls2009 NDRPDR iter env 5
1018         - 40  # rls2009 NDRPDR iter env 5
1019         - 41  # rls2009 NDRPDR iter env 5
1020         - 42  # rls2009 NDRPDR iter env 5
1021         - 64  # rls2009 NDRPDR iter env 5
1022         - 65  # rls2009 NDRPDR iter env 5
1023         - 66  # rls2009 NDRPDR iter env 5
1024         - 67  # rls2009 NDRPDR iter env 5
1025     vpp-soak-vs-ndr-2n-clx-cmp:
1026       csit-vpp-perf-report-iterative-2009-2n-clx:
1027         - 33  # rls2009 soak env 5
1028         - 34  # rls2009 soak env 5
1029     vpp-soak-vs-ndr-2n-clx:
1030       csit-vpp-perf-report-iterative-2009-2n-clx:
1031         - 36  # rls2009 NDRPDR iter env 5
1032         - 38  # rls2009 NDRPDR iter env 5
1033         - 39  # rls2009 NDRPDR iter env 5
1034         - 40  # rls2009 NDRPDR iter env 5
1035         - 41  # rls2009 NDRPDR iter env 5
1036         - 42  # rls2009 NDRPDR iter env 5
1037         - 64  # rls2009 NDRPDR iter env 5
1038         - 65  # rls2009 NDRPDR iter env 5
1039         - 66  # rls2009 NDRPDR iter env 5
1040         - 67  # rls2009 NDRPDR iter env 5
1041         - 33  # rls2009 soak env 5
1042         - 34  # rls2009 soak env 5
1043
1044     vpp-performance-changes-3n-hsw-mrr-h1:
1045       csit-vpp-perf-verify-2001-3n-hsw:
1046         - 17  # MRR sel
1047     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1048       csit-vpp-perf-report-iterative-2005-3n-hsw:
1049         - 30  # MRR env 4
1050     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1051       csit-vpp-perf-report-iterative-2009-3n-hsw:
1052         - 18  # rls2005 MRR iter env 5
1053     vpp-performance-changes-3n-hsw-mrr-cmp:
1054       csit-vpp-perf-report-iterative-2009-3n-hsw:
1055         - 23  # rls2009 MRR iter env 5
1056
1057     vpp-performance-changes-3n-skx-mrr-h1:
1058       csit-vpp-perf-verify-2001-3n-skx:
1059         - 50  # MRR sel
1060         - 53  # MRR sel addition
1061     vpp-performance-changes-3n-skx-mrr-ref-env4:
1062       csit-vpp-perf-report-iterative-2005-3n-skx:
1063         - 49  # MRR sel env 4
1064     vpp-performance-changes-3n-skx-mrr-ref-env5:
1065       csit-vpp-perf-report-iterative-2009-3n-skx:
1066         - 17  # rls2005 MRR iter env 5
1067     vpp-performance-changes-3n-skx-mrr-cmp:
1068       csit-vpp-perf-report-iterative-2009-3n-skx:
1069         - 24  # rls2009 MRR iter env 5
1070
1071     vpp-performance-changes-2n-skx-mrr-h1:
1072       csit-vpp-perf-verify-2001-2n-skx:
1073         - 101 # MRR sel
1074         - 128 # MRR sel addition
1075     vpp-performance-changes-2n-skx-mrr-ref-env4:
1076       csit-vpp-perf-report-iterative-2005-2n-skx:
1077         - 99  # MRR sel env 4
1078     vpp-performance-changes-2n-skx-mrr-ref-env5:
1079       csit-vpp-perf-report-iterative-2009-2n-skx:
1080         - 20  # rls2005 MRR iter env 5
1081     vpp-performance-changes-2n-skx-mrr-cmp:
1082       csit-vpp-perf-report-iterative-2009-2n-skx:
1083         - 26  # rls2009 MRR iter env 5
1084
1085     vpp-performance-changes-2n-clx-mrr-h1:
1086       csit-vpp-perf-verify-2001-2n-clx:
1087         - 39  # MRR
1088     vpp-performance-changes-2n-clx-mrr-ref-env4:
1089       csit-vpp-perf-report-iterative-2005-2n-clx:
1090         - 72   # MRR sel env 4
1091     vpp-performance-changes-2n-clx-mrr-ref-env5:
1092       csit-vpp-perf-report-iterative-2009-2n-clx:
1093         - 16  # rls2005 MRR iter env 5
1094     vpp-performance-changes-2n-clx-mrr-cmp:
1095       csit-vpp-perf-report-iterative-2009-2n-clx:
1096         - 35  # rls2009 MRR iter env 5
1097
1098     vpp-performance-changes-2n-dnv-mrr-h1:
1099       csit-vpp-perf-verify-2001-2n-dnv:
1100         - 12  # MRR sel
1101     vpp-performance-changes-2n-dnv-mrr-ref:
1102       csit-vpp-perf-report-iterative-2009-2n-dnv:
1103         - 23  # rls2005 MRR iter env 5
1104     vpp-performance-changes-2n-dnv-mrr-cmp:
1105       csit-vpp-perf-report-iterative-2009-2n-dnv:
1106         - 13  # rls2009 MRR iter env 5
1107
1108     vpp-performance-changes-3n-dnv-mrr-h1:
1109       csit-vpp-perf-verify-2001-3n-dnv:
1110         - 11  # MRR sel
1111     vpp-performance-changes-3n-dnv-mrr-ref:
1112       csit-vpp-perf-report-iterative-2009-3n-dnv:
1113         - 19  # rls2005 MRR iter env 5
1114     vpp-performance-changes-3n-dnv-mrr-cmp:
1115       csit-vpp-perf-report-iterative-2009-3n-dnv:
1116         - 22  # rls2009 MRR iter env 5
1117
1118     vpp-performance-changes-3n-tsh-mrr-h1:
1119       csit-vpp-perf-verify-2001-3n-tsh:
1120         - 9   # MRR sel
1121     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1122       csit-vpp-perf-report-iterative-2005-3n-tsh:
1123         - 27  # MRR sel env 4
1124     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1125       csit-vpp-perf-report-iterative-2009-3n-tsh:
1126         - 13  # rls2005 MRR iter env 5
1127     vpp-performance-changes-3n-tsh-mrr-cmp:
1128       csit-vpp-perf-report-iterative-2009-3n-tsh:
1129         - 15  # rls2006 MRR iter env 5
1130
1131     dpdk-performance-changes-3n-hsw-h1:
1132       csit-dpdk-perf-verify-2001-3n-hsw:
1133         - 4   # NDRPDR sel
1134         - 5   # NDRPDR sel
1135         - 6   # NDRPDR sel
1136         - 7   # NDRPDR sel
1137         - 8   # NDRPDR sel
1138         - 9   # NDRPDR sel
1139         - 10  # NDRPDR sel
1140         - 11  # NDRPDR sel
1141         - 12  # NDRPDR sel
1142         - 13  # NDRPDR sel
1143         - 15  # NDRPDR sel
1144         - 16  # NDRPDR sel
1145         - 17  # NDRPDR sel
1146         - 18  # NDRPDR sel
1147         - 19  # NDRPDR sel
1148         - 20  # NDRPDR sel
1149         - 21  # NDRPDR sel
1150         - 22  # NDRPDR sel
1151         - 23  # NDRPDR sel
1152         - 24  # NDRPDR sel
1153     dpdk-performance-changes-3n-hsw-ref:
1154       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1155         - 25  # NDRPDR iter
1156         - 26  # NDRPDR iter
1157         - 27  # NDRPDR iter
1158         - 28  # NDRPDR iter
1159         - 29  # NDRPDR iter
1160         - 30  # NDRPDR iter
1161         - 31  # NDRPDR iter
1162         - 32  # NDRPDR iter
1163         - 33  # NDRPDR iter
1164         - 34  # NDRPDR iter
1165     dpdk-performance-changes-3n-hsw-cmp:
1166       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1167         - 6   # NDRPDR iter env5
1168         - 7   # NDRPDR iter env5
1169         - 8   # NDRPDR iter env5
1170         - 9   # NDRPDR iter env5
1171         - 10  # NDRPDR iter env5
1172         - 11  # NDRPDR iter env5
1173         - 12  # NDRPDR iter env5
1174         - 13  # NDRPDR iter env5
1175         - 14  # NDRPDR iter env5
1176         - 15  # NDRPDR iter env5
1177
1178     dpdk-performance-changes-3n-skx-h1:
1179       csit-dpdk-perf-verify-2001-3n-skx:
1180         - 29  # NDRPDR sel xxv710
1181         - 33  # NDRPDR sel xxv710
1182         - 34  # NDRPDR sel xxv710
1183         - 35  # NDRPDR sel xxv710
1184         - 36  # NDRPDR sel xxv710
1185         - 37  # NDRPDR sel xxv710
1186         - 41  # NDRPDR sel xxv710
1187         - 42  # NDRPDR sel xxv710
1188         - 43  # NDRPDR sel xxv710
1189         - 45  # NDRPDR sel xxv710
1190         - 30  # NDRPDR sel x710
1191         - 31  # NDRPDR sel x710
1192         - 32  # NDRPDR sel x710
1193         - 38  # NDRPDR sel x710
1194         - 39  # NDRPDR sel x710
1195         - 40  # NDRPDR sel x710
1196         - 44  # NDRPDR sel x710
1197         - 46  # NDRPDR sel x710
1198         - 47  # NDRPDR sel x710
1199         - 48  # NDRPDR sel x710
1200     dpdk-performance-changes-3n-skx-ref:
1201       csit-dpdk-perf-report-iterative-2005-3n-skx:
1202         - 28  # NDRPDR iter
1203         - 29  # NDRPDR iter
1204         - 30  # NDRPDR iter
1205         - 31  # NDRPDR iter
1206         - 32  # NDRPDR iter
1207         - 33  # NDRPDR iter
1208         - 34  # NDRPDR iter
1209         - 35  # NDRPDR iter
1210         - 36  # NDRPDR iter
1211         - 37  # NDRPDR iter
1212     dpdk-performance-changes-3n-skx-cmp:
1213       csit-dpdk-perf-report-iterative-2009-3n-skx:
1214         - 4   # NDRPDR sel env5
1215         - 5   # NDRPDR sel env5
1216         - 6   # NDRPDR sel env5
1217         - 7   # NDRPDR sel env5
1218         - 8   # NDRPDR sel env5
1219         - 9   # NDRPDR sel env5
1220         - 14  # NDRPDR sel env5
1221         - 11  # NDRPDR sel env5
1222         - 12  # NDRPDR sel env5
1223         - 13  # NDRPDR sel env5
1224
1225     dpdk-performance-changes-2n-skx-h1:
1226       csit-dpdk-perf-verify-2001-2n-skx:
1227         - 35  # NDRPDR sel xxv710
1228         - 36  # NDRPDR sel xxv710
1229         - 37  # NDRPDR sel xxv710
1230         - 41  # NDRPDR sel xxv710
1231         - 42  # NDRPDR sel xxv710
1232         - 43  # NDRPDR sel xxv710
1233         - 46  # NDRPDR sel xxv710
1234         - 47  # NDRPDR sel xxv710
1235         - 52  # NDRPDR sel xxv710
1236         - 53  # NDRPDR sel xxv710
1237         - 38  # NDRPDR sel x710
1238         - 39  # NDRPDR sel x710
1239         - 40  # NDRPDR sel x710
1240         - 44  # NDRPDR sel x710
1241         - 45  # NDRPDR sel x710
1242         - 48  # NDRPDR sel x710
1243         - 49  # NDRPDR sel x710
1244         - 50  # NDRPDR sel x710
1245         - 51  # NDRPDR sel x710
1246         - 54  # NDRPDR sel x710
1247     dpdk-performance-changes-2n-skx-ref:
1248       csit-dpdk-perf-report-iterative-2005-2n-skx:
1249         - 20  # NDRPDR iter
1250         - 21  # NDRPDR iter
1251         - 22  # NDRPDR iter
1252         - 23  # NDRPDR iter
1253         - 24  # NDRPDR iter
1254         - 25  # NDRPDR iter
1255         - 26  # NDRPDR iter
1256         - 27  # NDRPDR iter
1257         - 28  # NDRPDR iter
1258         - 29  # NDRPDR iter
1259     dpdk-performance-changes-2n-skx-cmp:
1260       csit-dpdk-perf-report-iterative-2009-2n-skx:
1261         - 4   # NDRPDR iter env5
1262         - 5   # NDRPDR iter env5
1263         - 6   # NDRPDR iter env5
1264         - 7   # NDRPDR iter env5
1265         - 8   # NDRPDR iter env5
1266         - 9   # NDRPDR iter env5
1267         - 10  # NDRPDR iter env5
1268         - 11  # NDRPDR iter env5
1269         - 12  # NDRPDR iter env5
1270         - 13  # NDRPDR iter env5
1271
1272     dpdk-performance-changes-2n-clx-h1:
1273       csit-dpdk-perf-verify-2001-2n-clx:
1274         - 15  # NDRPDR sel
1275         - 16  # NDRPDR sel
1276         - 17  # NDRPDR sel
1277         - 18  # NDRPDR sel
1278         - 19  # NDRPDR sel
1279         - 20  # NDRPDR sel
1280         - 21  # NDRPDR sel
1281         - 22  # NDRPDR sel
1282         - 23  # NDRPDR sel
1283         - 24  # NDRPDR sel
1284         - 25  # NDRPDR sel
1285         - 26  # NDRPDR sel
1286         - 27  # NDRPDR sel
1287         - 28  # NDRPDR sel
1288         - 29  # NDRPDR sel
1289         - 30  # NDRPDR sel
1290         - 31  # NDRPDR sel
1291         - 32  # NDRPDR sel
1292         - 33  # NDRPDR sel
1293         - 34  # NDRPDR sel
1294     dpdk-performance-changes-2n-clx-ref:
1295       csit-dpdk-perf-report-iterative-2005-2n-clx:
1296         - 20  # NDRPDR iter
1297         - 21  # NDRPDR iter
1298         - 22  # NDRPDR iter
1299         - 23  # NDRPDR iter
1300         - 24  # NDRPDR iter
1301         - 25  # NDRPDR iter
1302         - 26  # NDRPDR iter
1303         - 27  # NDRPDR iter
1304         - 28  # NDRPDR iter
1305         - 29  # NDRPDR iter
1306     dpdk-performance-changes-2n-clx-cmp:
1307       csit-dpdk-perf-report-iterative-2009-2n-clx:
1308         - 4   # NDRPDR iter env5
1309         - 5   # NDRPDR iter env5
1310         - 6   # NDRPDR iter env5
1311         - 7   # NDRPDR iter env5
1312         - 8   # NDRPDR iter env5
1313         - 9   # NDRPDR iter env5
1314         - 10  # NDRPDR iter env5
1315         - 11  # NDRPDR iter env5
1316         - 12  # NDRPDR iter env5
1317         - 13  # NDRPDR iter env5
1318
1319 #    dpdk-performance-changes-2n-dnv-h1:
1320 #      csit-dpdk-perf-verify-2001-2n-dnv:
1321 #        - 9   # NDRPDR sel
1322 #        - 10  # NDRPDR sel
1323 #        - 11  # NDRPDR sel
1324 #        - 12  # NDRPDR sel
1325 #        - 13  # NDRPDR sel
1326 #        - 14  # NDRPDR sel
1327 #        - 15  # NDRPDR sel
1328 #        - 16  # NDRPDR sel
1329 #        - 17  # NDRPDR sel
1330 #        - 18  # NDRPDR sel
1331 #    dpdk-performance-changes-2n-dnv-ref:
1332 #      # No data
1333 #    dpdk-performance-changes-2n-dnv-cmp:
1334 #      # No data
1335 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1336
1337 #    dpdk-performance-changes-3n-dnv-h1:
1338 #      csit-dpdk-perf-verify-2001-3n-dnv:
1339 #        - 12  # NDRPDR sel
1340 #        - 13  # NDRPDR sel
1341 #        - 14  # NDRPDR sel
1342 #        - 15  # NDRPDR sel
1343 #        - 16  # NDRPDR sel
1344 #        - 17  # NDRPDR sel
1345 #        - 18  # NDRPDR sel
1346 #        - 19  # NDRPDR sel
1347 #        - 20  # NDRPDR sel
1348 #        - 22  # NDRPDR sel
1349 #    dpdk-performance-changes-3n-dnv-ref:
1350 #      # No data
1351 #    dpdk-performance-changes-3n-dnv-cmp:
1352 #      # No data
1353 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1354
1355     dpdk-performance-changes-3n-tsh-h1:
1356       csit-dpdk-perf-verify-2001-3n-tsh:
1357         - 3   # NDRPDR sel
1358         - 4   # NDRPDR sel
1359         - 5   # NDRPDR sel
1360         - 9   # NDRPDR sel
1361         - 10  # NDRPDR sel
1362         - 11  # NDRPDR sel
1363         - 12  # NDRPDR sel
1364         - 14  # NDRPDR sel
1365         - 15  # NDRPDR sel
1366         - 18  # NDRPDR sel
1367     dpdk-performance-changes-3n-tsh-ref:
1368       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1369         - 5   # NDRPDR sel
1370     dpdk-performance-changes-3n-tsh-cmp:
1371       # TODO: Add:
1372       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1373         - 1   # NDRPDR iter env5
1374         - 2   # NDRPDR iter env5
1375         - 3   # NDRPDR iter env5
1376         - 4   # NDRPDR iter env5
1377         - 5   # NDRPDR iter env5
1378         - 6   # NDRPDR iter env5
1379         - 7   # NDRPDR iter env5
1380         - 9   # NDRPDR iter env5
1381         - 10  # NDRPDR iter env5
1382
1383     # Compare testbeds
1384
1385     vpp-compare-testbeds-ref:
1386       csit-vpp-perf-report-iterative-2009-3n-hsw:
1387         - 21  # rls2009 NDRPDR iter env 5
1388         - 22  # rls2009 NDRPDR iter env 5
1389         - 24  # rls2009 NDRPDR iter env 5
1390         - 25  # rls2009 NDRPDR iter env 5
1391         - 26  # rls2009 NDRPDR iter env 5
1392         - 27  # rls2009 NDRPDR iter env 5
1393         - 28  # rls2009 NDRPDR iter env 5
1394         - 29  # rls2009 NDRPDR iter env 5
1395         - 30  # rls2009 NDRPDR iter env 5
1396         - 31  # rls2009 NDRPDR iter env 5
1397     vpp-compare-testbeds-cmp:
1398       # TODO: Add:
1399       csit-vpp-perf-report-iterative-2009-3n-skx:
1400         - 26  # rls2009 NDRPDR iter env 5
1401         - 27  # rls2009 NDRPDR iter env 5
1402         - 28  # rls2009 NDRPDR iter env 5
1403         - 29  # rls2009 NDRPDR iter env 5
1404         - 35  # rls2009 NDRPDR iter env 5
1405         - 36  # rls2009 NDRPDR iter env 5
1406         - 37  # rls2009 NDRPDR iter env 5
1407         - 39  # rls2009 NDRPDR iter env 5
1408         - 40  # rls2009 NDRPDR iter env 5
1409
1410     vpp-compare-testbeds-skx-clx-ref:
1411       csit-vpp-perf-report-iterative-2009-2n-skx:
1412         - 35  # rls2009 NDRPDR iter env 5
1413         - 36  # rls2009 NDRPDR iter env 5
1414         - 37  # rls2009 NDRPDR iter env 5
1415         - 39  # rls2009 NDRPDR iter env 5
1416         - 40  # rls2009 NDRPDR iter env 5
1417         - 42  # rls2009 NDRPDR iter env 5
1418         - 43  # rls2009 NDRPDR iter env 5
1419         - 44  # rls2009 NDRPDR iter env 5
1420         - 46  # rls2009 NDRPDR iter env 5
1421         - 48  # rls2009 NDRPDR iter env 5
1422         - 51  # rls2009 NDRPDR iter NAT44 env 5
1423         - 52  # rls2009 NDRPDR iter NAT44 env 5
1424         - 53  # rls2009 NDRPDR iter NAT44 env 5
1425         - 54  # rls2009 NDRPDR iter NAT44 env 5
1426         - 55  # rls2009 NDRPDR iter NAT44 env 5
1427         - 56  # rls2009 NDRPDR iter NAT44 env 5
1428         - 57  # rls2009 NDRPDR iter NAT44 env 5
1429         - 58  # rls2009 NDRPDR iter NAT44 env 5
1430         - 59  # rls2009 NDRPDR iter NAT44 env 5
1431         - 60  # rls2009 NDRPDR iter NAT44 env 5
1432     vpp-compare-testbeds-skx-clx-cmp:
1433       csit-vpp-perf-report-iterative-2009-2n-clx:
1434         - 36  # rls2009 NDRPDR iter env 5
1435         - 38  # rls2009 NDRPDR iter env 5
1436         - 39  # rls2009 NDRPDR iter env 5
1437         - 40  # rls2009 NDRPDR iter env 5
1438         - 41  # rls2009 NDRPDR iter env 5
1439         - 42  # rls2009 NDRPDR iter env 5
1440         - 64  # rls2009 NDRPDR iter env 5
1441         - 65  # rls2009 NDRPDR iter env 5
1442         - 66  # rls2009 NDRPDR iter env 5
1443         - 67  # rls2009 NDRPDR iter env 5
1444
1445     vpp-compare-testbeds-hsw-clx-ref:
1446       csit-vpp-perf-report-iterative-2009-3n-hsw:
1447         - 21  # rls2009 NDRPDR iter env 5
1448         - 22  # rls2009 NDRPDR iter env 5
1449         - 24  # rls2009 NDRPDR iter env 5
1450         - 25  # rls2009 NDRPDR iter env 5
1451         - 26  # rls2009 NDRPDR iter env 5
1452         - 27  # rls2009 NDRPDR iter env 5
1453         - 28  # rls2009 NDRPDR iter env 5
1454         - 29  # rls2009 NDRPDR iter env 5
1455         - 30  # rls2009 NDRPDR iter env 5
1456         - 31  # rls2009 NDRPDR iter env 5
1457     vpp-compare-testbeds-hsw-clx-cmp:
1458       csit-vpp-perf-report-iterative-2009-2n-clx:
1459         - 36  # rls2009 NDRPDR iter env 5
1460         - 38  # rls2009 NDRPDR iter env 5
1461         - 39  # rls2009 NDRPDR iter env 5
1462         - 40  # rls2009 NDRPDR iter env 5
1463         - 41  # rls2009 NDRPDR iter env 5
1464         - 42  # rls2009 NDRPDR iter env 5
1465         - 64  # rls2009 NDRPDR iter env 5
1466         - 65  # rls2009 NDRPDR iter env 5
1467         - 66  # rls2009 NDRPDR iter env 5
1468         - 67  # rls2009 NDRPDR iter env 5
1469
1470     vpp-compare-testbeds-mrr-ref:
1471       csit-vpp-perf-report-iterative-2009-3n-hsw:
1472         - 23  # rls2009 MRR iter env 5
1473     vpp-compare-testbeds-mrr-cmp:
1474       csit-vpp-perf-report-iterative-2009-3n-skx:
1475         - 24  # rls2009 MRR iter env 5
1476
1477     vpp-compare-testbeds-mrr-skx-clx-ref:
1478       csit-vpp-perf-report-iterative-2009-2n-skx:
1479         - 26  # rls2009 MRR iter env 5
1480     vpp-compare-testbeds-mrr-skx-clx-cmp:
1481       csit-vpp-perf-report-iterative-2009-2n-clx:
1482         - 35  # rls2009 MRR iter env 5
1483
1484     vpp-compare-testbeds-mrr-hsw-clx-ref:
1485       csit-vpp-perf-report-iterative-2009-3n-hsw:
1486         - 23  # rls2009 MRR iter env 5
1487     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1488       csit-vpp-perf-report-iterative-2009-2n-clx:
1489         - 35  # rls2009 MRR iter env 5
1490
1491     dpdk-compare-testbeds-ref:
1492       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1493         - 6   # NDRPDR iter env5
1494         - 7   # NDRPDR iter env5
1495         - 8   # NDRPDR iter env5
1496         - 9   # NDRPDR iter env5
1497         - 10  # NDRPDR iter env5
1498         - 11  # NDRPDR iter env5
1499         - 12  # NDRPDR iter env5
1500         - 13  # NDRPDR iter env5
1501         - 14  # NDRPDR iter env5
1502         - 15  # NDRPDR iter env5
1503     dpdk-compare-testbeds-cmp:
1504       csit-dpdk-perf-report-iterative-2009-3n-skx:
1505         - 4   # NDRPDR sel env5
1506         - 5   # NDRPDR sel env5
1507         - 6   # NDRPDR sel env5
1508         - 7   # NDRPDR sel env5
1509         - 8   # NDRPDR sel env5
1510         - 9   # NDRPDR sel env5
1511         - 14  # NDRPDR sel env5
1512         - 11  # NDRPDR sel env5
1513         - 12  # NDRPDR sel env5
1514         - 13  # NDRPDR sel env5
1515
1516     dpdk-compare-testbeds-skx-clx-ref:
1517       csit-dpdk-perf-report-iterative-2009-2n-skx:
1518         - 4   # NDRPDR iter env5
1519         - 5   # NDRPDR iter env5
1520         - 6   # NDRPDR iter env5
1521         - 7   # NDRPDR iter env5
1522         - 8   # NDRPDR iter env5
1523         - 9   # NDRPDR iter env5
1524         - 10  # NDRPDR iter env5
1525         - 11  # NDRPDR iter env5
1526         - 12  # NDRPDR iter env5
1527         - 13  # NDRPDR iter env5
1528     dpdk-compare-testbeds-skx-clx-cmp:
1529       csit-dpdk-perf-report-iterative-2009-2n-clx:
1530         - 4   # NDRPDR iter env5
1531         - 5   # NDRPDR iter env5
1532         - 6   # NDRPDR iter env5
1533         - 7   # NDRPDR iter env5
1534         - 8   # NDRPDR iter env5
1535         - 9   # NDRPDR iter env5
1536         - 10  # NDRPDR iter env5
1537         - 11  # NDRPDR iter env5
1538         - 12  # NDRPDR iter env5
1539         - 13  # NDRPDR iter env5
1540
1541     # Compare topologies
1542
1543     vpp-compare-topologies-ref:
1544       # TODO: Add:
1545       csit-vpp-perf-report-iterative-2009-3n-skx:
1546         - 26  # rls2009 NDRPDR iter env 5
1547         - 27  # rls2009 NDRPDR iter env 5
1548         - 28  # rls2009 NDRPDR iter env 5
1549         - 29  # rls2009 NDRPDR iter env 5
1550         - 35  # rls2009 NDRPDR iter env 5
1551         - 36  # rls2009 NDRPDR iter env 5
1552         - 37  # rls2009 NDRPDR iter env 5
1553         - 39  # rls2009 NDRPDR iter env 5
1554         - 40  # rls2009 NDRPDR iter env 5
1555     vpp-compare-topologies-cmp:
1556       csit-vpp-perf-report-iterative-2009-2n-skx:
1557         - 35  # rls2009 NDRPDR iter env 5
1558         - 36  # rls2009 NDRPDR iter env 5
1559         - 37  # rls2009 NDRPDR iter env 5
1560         - 39  # rls2009 NDRPDR iter env 5
1561         - 40  # rls2009 NDRPDR iter env 5
1562         - 42  # rls2009 NDRPDR iter env 5
1563         - 43  # rls2009 NDRPDR iter env 5
1564         - 44  # rls2009 NDRPDR iter env 5
1565         - 46  # rls2009 NDRPDR iter env 5
1566         - 48  # rls2009 NDRPDR iter env 5
1567
1568     vpp-compare-topologies-mrr-ref:
1569       csit-vpp-perf-report-iterative-2009-3n-skx:
1570         - 24  # rls2009 MRR iter env 5
1571     vpp-compare-topologies-mrr-cmp:
1572       csit-vpp-perf-report-iterative-2009-2n-skx:
1573         - 26  # rls2009 MRR iter env 5
1574
1575     dpdk-compare-topologies-ref:
1576       csit-dpdk-perf-report-iterative-2009-3n-skx:
1577         - 4   # NDRPDR sel env5
1578         - 5   # NDRPDR sel env5
1579         - 6   # NDRPDR sel env5
1580         - 7   # NDRPDR sel env5
1581         - 8   # NDRPDR sel env5
1582         - 9   # NDRPDR sel env5
1583         - 14  # NDRPDR sel env5
1584         - 11  # NDRPDR sel env5
1585         - 12  # NDRPDR sel env5
1586         - 13  # NDRPDR sel env5
1587     dpdk-compare-topologies-cmp:
1588       csit-dpdk-perf-report-iterative-2009-2n-skx:
1589         - 4   # NDRPDR iter env5
1590         - 5   # NDRPDR iter env5
1591         - 6   # NDRPDR iter env5
1592         - 7   # NDRPDR iter env5
1593         - 8   # NDRPDR iter env5
1594         - 9   # NDRPDR iter env5
1595         - 10  # NDRPDR iter env5
1596         - 11  # NDRPDR iter env5
1597         - 12  # NDRPDR iter env5
1598         - 13  # NDRPDR iter env5
1599
1600   plot-layouts:
1601
1602     plot-soak-throughput:
1603       titlefont:
1604         size: 16
1605       xaxis:
1606         title: "<b>Test Cases [Index]</b>"
1607         titlefont:
1608           size: 14
1609         autorange: True
1610         fixedrange: False
1611         gridcolor: "rgb(230, 230, 230)"
1612         linecolor: "rgb(220, 220, 220)"
1613         linewidth: 1
1614         showgrid: True
1615         showline: True
1616         showticklabels: True
1617         tickcolor: "rgb(220, 220, 220)"
1618         tickmode: "linear"
1619         tickfont:
1620           size: 14
1621         zeroline: False
1622       yaxis:
1623         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1624         titlefont:
1625           size: 14
1626         gridcolor: "rgb(230, 230, 230)"
1627         hoverformat: ".4r"
1628         tickformat: ".3r"
1629         linecolor: "rgb(220, 220, 220)"
1630         linewidth: 1
1631         showgrid: True
1632         showline: True
1633         showticklabels: True
1634         tickcolor: "rgb(220, 220, 220)"
1635         tickfont:
1636           size: 14
1637         zeroline: False
1638         range: [0,50]
1639       autosize: False
1640       margin:
1641         t: 50
1642         b: 0
1643         l: 80
1644         r: 20
1645       showlegend: True
1646       legend:
1647         orientation: "h"
1648         font:
1649           size: 14
1650       width: 700
1651       height: 900
1652       paper_bgcolor: "#fff"
1653       plot_bgcolor: "#fff"
1654       hoverlabel:
1655         namelength: -1
1656
1657     plot-service-density:
1658       titlefont:
1659         size: 16
1660       xaxis:
1661         side: "top"
1662         autorange: True
1663         fixedrange: False
1664         showgrid: False
1665         showline: False
1666         showticklabels: False
1667         ticks: ""
1668         ticklen: 0
1669         tickwidth: 0
1670         zeroline: False
1671       yaxis:
1672         autorange: "reversed"
1673         showgrid: False
1674         showline: False
1675         showticklabels: False
1676         ticks: ""
1677         ticklen: 0
1678         tickwidth: 0
1679         zeroline: False
1680       showlegend: False
1681       paper_bgcolor: "#fff"
1682       plot_bgcolor: "#fff"
1683       width: 700
1684       height: 700
1685       hoverlabel:
1686         namelength: -1
1687
1688     plot-hoststack:
1689       titlefont:
1690         size: 16
1691       xaxis:
1692         title: "<b>Test Cases [Index]</b>"
1693         titlefont:
1694           size: 14
1695         autorange: True
1696         fixedrange: False
1697         gridcolor: "rgb(230, 230, 230)"
1698         linecolor: "rgb(220, 220, 220)"
1699         linewidth: 1
1700         showgrid: True
1701         showline: True
1702         showticklabels: True
1703         tickcolor: "rgb(220, 220, 220)"
1704         tickmode: "linear"
1705         tickfont:
1706           size: 14
1707         zeroline: False
1708       yaxis:
1709         title: "<b>Bandwidth [Gbps]</b>"
1710         titlefont:
1711           size: 14
1712         gridcolor: "rgb(230, 230, 230)"
1713         hoverformat: ".4s"
1714         linecolor: "rgb(220, 220, 220)"
1715         linewidth: 1
1716         rangemode: "tozero"
1717         showgrid: True
1718         showline: True
1719         showticklabels: True
1720         tickcolor: "rgb(230, 230, 230)"
1721         tickformat: ".3s"
1722         tickfont:
1723           size: 14
1724         zeroline: False
1725       autosize: False
1726       margin:
1727         t: 50
1728         b: 20
1729         l: 80
1730         r: 20
1731       showlegend: True
1732       legend:
1733         orientation: "h"
1734         font:
1735           size: 14
1736       width: 700
1737       height: 800
1738       paper_bgcolor: "#fff"
1739       plot_bgcolor: "#fff"
1740       hoverlabel:
1741         namelength: -1
1742
1743     plot-throughput:
1744       titlefont:
1745         size: 16
1746       xaxis:
1747         title: "<b>Test Cases [Index]</b>"
1748         titlefont:
1749           size: 14
1750         autorange: True
1751         fixedrange: False
1752         gridcolor: "rgb(230, 230, 230)"
1753         linecolor: "rgb(220, 220, 220)"
1754         linewidth: 1
1755         showgrid: True
1756         showline: True
1757         showticklabels: True
1758         tickcolor: "rgb(220, 220, 220)"
1759         tickmode: "linear"
1760         tickfont:
1761           size: 14
1762         zeroline: False
1763       yaxis:
1764         title: "<b>Packet Throughput [Mpps]</b>"
1765         titlefont:
1766           size: 14
1767         gridcolor: "rgb(230, 230, 230)"
1768         hoverformat: ".4r"
1769         tickformat: ".3r"
1770         linecolor: "rgb(220, 220, 220)"
1771         linewidth: 1
1772         showgrid: True
1773         showline: True
1774         showticklabels: True
1775         tickcolor: "rgb(220, 220, 220)"
1776         tickfont:
1777           size: 14
1778         zeroline: False
1779         range: [0,50]
1780       autosize: False
1781       margin:
1782         t: 50
1783         b: 0
1784         l: 80
1785         r: 20
1786       showlegend: True
1787       legend:
1788         orientation: "h"
1789         font:
1790           size: 14
1791       width: 700
1792       height: 900
1793       paper_bgcolor: "#fff"
1794       plot_bgcolor: "#fff"
1795       hoverlabel:
1796         namelength: -1
1797
1798     plot-throughput-speedup-analysis:
1799       titlefont:
1800         size: 16
1801       xaxis:
1802         title: "<b>Number of Cores [Qty]</b>"
1803         titlefont:
1804           size: 14
1805         autorange: True
1806         fixedrange: False
1807         gridcolor: "rgb(230, 230, 230)"
1808         linecolor: "rgb(220, 220, 220)"
1809         linewidth: 1
1810         showgrid: True
1811         showline: True
1812         showticklabels: True
1813         tickcolor: "rgb(238, 238, 238)"
1814         tickmode: "linear"
1815         tickfont:
1816           size: 14
1817         zeroline: False
1818       yaxis:
1819         title: "<b>Packet Throughput [Mpps]</b>"
1820         titlefont:
1821           size: 14
1822         type: "linear"
1823         gridcolor: "rgb(230, 230, 230)"
1824         hoverformat: ".4s"
1825         linecolor: "rgb(220, 220, 220)"
1826         linewidth: 1
1827         showgrid: True
1828         showline: True
1829         showticklabels: True
1830         tickcolor: "rgb(220, 220, 220)"
1831         tickformat: ".4s"
1832         tickfont:
1833           size: 14
1834         zeroline: True
1835         rangemode: "tozero"
1836         range: [0,100]
1837       legend:
1838         orientation: "h"
1839         font:
1840           size: 14
1841         xanchor: "left"
1842         yanchor: "top"
1843         x: 0
1844         y: -0.2
1845         bgcolor: "rgba(255, 255, 255, 0)"
1846         bordercolor: "rgba(255, 255, 255, 0)"
1847         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1848       autosize: False
1849       margin:
1850           't': 50
1851           'b': 150
1852           'l': 85
1853           'r': 10
1854       showlegend: True
1855       width: 700
1856       height: 700
1857       paper_bgcolor: "#fff"
1858       plot_bgcolor: "#fff"
1859       hoverlabel:
1860         namelength: -1
1861       annotations: [
1862         {
1863           text: "_ _          __          ...",
1864           align: "left",
1865           showarrow: False,
1866           xref: "paper",
1867           yref: "paper",
1868           xanchor: "left",
1869           yanchor: "top",
1870           x: 0,
1871           y: -0.14,
1872           font: {
1873             family: "Consolas, Courier New",
1874             size: 13
1875           },
1876         },
1877         {
1878           text: "    Perfect     Measured     Limit",
1879           align: "left",
1880           showarrow: False,
1881           xref: "paper",
1882           yref: "paper",
1883           xanchor: "left",
1884           yanchor: "top",
1885           x: 0,
1886           y: -0.15,
1887           font: {
1888             family: "Consolas, Courier New",
1889             size: 13
1890           },
1891         },
1892       ]
1893
1894     plot-latency:
1895       titlefont:
1896         size: 16
1897       xaxis:
1898         title: "<b>Direction</b>"
1899         titlefont:
1900           size: 14
1901         autorange: True
1902         fixedrange: False
1903         gridcolor: "rgb(230, 230, 230)"
1904         linecolor: "rgb(220, 220, 220)"
1905         linewidth: 1
1906         showgrid: True
1907         showline: True
1908         showticklabels: False
1909         tickcolor: "rgb(220, 220, 220)"
1910         tickmode: "linear"
1911         tickfont:
1912           size: 14
1913         zeroline: False
1914       yaxis:
1915         title: "<b>Packet Latency [uSec]</b>"
1916         titlefont:
1917           size: 14
1918         type: "linear"
1919         gridcolor: "rgb(230, 230, 230)"
1920         hoverformat: ".4s"
1921         linecolor: "rgb(220, 220, 220)"
1922         linewidth: 1
1923         showgrid: True
1924         showline: True
1925         showticklabels: True
1926         tickcolor: "rgb(220, 220, 220)"
1927         tickformat: ".4s"
1928         tickfont:
1929           size: 14
1930         zeroline: True
1931         rangemode: "tozero"
1932       legend:
1933         orientation: "h"
1934         font:
1935           size: 14
1936         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1937       autosize: False
1938       margin:
1939           't': 50
1940           'b': 150
1941           'l': 80
1942           'r': 10
1943       showlegend: True
1944       width: 700
1945       height: 700
1946       paper_bgcolor: "#fff"
1947       plot_bgcolor: "#fff"
1948       hoverlabel:
1949         namelength: -1
1950
1951     plot-hdrh-latency:
1952       title:
1953         text: ""
1954         xanchor: "center"
1955         x: 0.5
1956         font:
1957           size: 16
1958       width: 700
1959       plot_bgcolor: "white"
1960       annotations:
1961         - font:
1962             size: 14
1963           showarrow: False
1964           text: "<b>Packet Latency [uSec]</b>"
1965           x: 1
1966           xanchor: "right"
1967           xref: "paper"
1968           y: -0.045
1969           yanchor: "top"
1970           yref: "paper"
1971         - font:
1972             size: 14
1973           showarrow: False
1974           text: "<b>Probability [%]</b>"
1975           textangle: 270
1976           x: -0.06
1977           xanchor: "center"
1978           xref: "paper"
1979           y: 0.5
1980           yanchor: "middle"
1981           yref: "paper"
1982         - font:
1983             size: 14
1984           showarrow: False
1985           text: "<b>Direction: E-W</b>"
1986           x: 0.24
1987           xanchor: "center"
1988           xref: "paper"
1989           y: 1.05
1990           yanchor: "bottom"
1991           yref: "paper"
1992         - font:
1993             size: 14
1994           showarrow: False
1995           text: "<b>Direction: W-E</b>"
1996           x: 0.74
1997           xanchor: "center"
1998           xref: "paper"
1999           y: 1.05
2000           yanchor: "bottom"
2001           yref: "paper"
2002
2003     plot-hdrh-latency-percentile:
2004       title:
2005         text: ""
2006         xanchor: "center"
2007         x: 0.5
2008         font:
2009           size: 16
2010       xaxis:
2011         type: "log"
2012         title: "<b>Percentile [%]</b>"
2013         titlefont:
2014           size: 14
2015         autorange: True
2016         fixedrange: False
2017         gridcolor: "rgb(230, 230, 230)"
2018         linecolor: "rgb(220, 220, 220)"
2019         linewidth: 1
2020         showgrid: True
2021         showline: True
2022         showticklabels: True
2023         tickcolor: "rgb(220, 220, 220)"
2024         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2025         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2026         tickfont:
2027           size: 14
2028       yaxis:
2029         title: "<b>Packet Latency [uSec]</b>"
2030         titlefont:
2031           size: 14
2032         gridcolor: "rgb(230, 230, 230)"
2033         linecolor: "rgb(220, 220, 220)"
2034         linewidth: 1
2035         showgrid: True
2036         showline: True
2037         showticklabels: True
2038         tickcolor: "rgb(220, 220, 220)"
2039         tickfont:
2040           size: 14
2041       autosize: False
2042       showlegend: True
2043       legend:
2044         traceorder: "normal"
2045         orientation: "h"
2046         font:
2047           size: 14
2048         xanchor: "left"
2049         yanchor: "top"
2050         x: 0
2051         y: -0.15
2052         bgcolor: "rgba(255, 255, 255, 0)"
2053         bordercolor: "rgba(255, 255, 255, 0)"
2054       width: 700
2055       height: 700
2056       paper_bgcolor: "white"
2057       plot_bgcolor: "white"
2058
2059     plot-hdrh-latency-by-percentile:
2060       title:
2061         text: "<b>Latency by Percentile Distribution</b>"
2062         xanchor: "center"
2063         x: 0.5
2064         font:
2065           size: 18
2066       showlegend: True
2067       legend:
2068         traceorder: "normal"
2069         orientation: "h"
2070         font:
2071           size: 16
2072         xanchor: "left"
2073         yanchor: "top"
2074         x: 0
2075         y: -0.2
2076         bgcolor: "rgba(255, 255, 255, 0)"
2077         bordercolor: "rgba(255, 255, 255, 0)"
2078       xaxis:
2079         type: "linear"
2080         title: "<b>Percentile [%]</b>"
2081         titlefont:
2082           size: 14
2083         autorange: False
2084         fixedrange: False
2085         range: [0, 100]
2086         gridcolor: "rgb(230, 230, 230)"
2087         linecolor: "rgb(220, 220, 220)"
2088         linewidth: 1
2089         showgrid: True
2090         showline: True
2091         showticklabels: True
2092         tickcolor: "rgb(220, 220, 220)"
2093         tickvals: [0, 25, 50, 75, 100]
2094         ticktext: [0, 25, 50, 75, 100]
2095         tickfont:
2096           size: 14
2097       yaxis:
2098         title: "<b>One-Way Latency per Direction [uSec]</b>"
2099         titlefont:
2100           size: 14
2101         gridcolor: "rgb(230, 230, 230)"
2102         linecolor: "rgb(220, 220, 220)"
2103         linewidth: 1
2104         showgrid: True
2105         showline: True
2106         showticklabels: True
2107         tickcolor: "rgb(220, 220, 220)"
2108         tickfont:
2109           size: 14
2110       width: 700
2111       height: 700
2112       paper_bgcolor: "white"
2113       plot_bgcolor: "white"
2114
2115 - type: "static"
2116   src-path: "{DIR[RST]}"
2117   dst-path: "{DIR[WORKING,SRC]}"
2118
2119 - type: "input"
2120   general:
2121     file-name: "output_info.xml.gz"
2122     file-format: ".gz"
2123     arch-file-format:
2124       - ".gz"
2125       - ".zip"
2126     download-path: "{job}/{build}/archives/{filename}"
2127     extract: "output.xml"
2128
2129     zip-file-name: "robot-plugin.zip"
2130     zip-file-format: ".zip"
2131     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2132     zip-extract: "robot-plugin/output.xml"
2133
2134   builds:
2135
2136     csit-vpp-perf-verify-2001-3n-hsw:
2137       - 17  # MRR sel
2138     csit-vpp-perf-report-iterative-2005-3n-hsw:
2139       - 20  # NDRPDR sel env 4
2140       - 21  # NDRPDR sel env 4
2141       - 22  # NDRPDR sel env 4
2142       - 23  # NDRPDR sel env 4
2143       - 24  # NDRPDR sel env 4
2144       - 25  # NDRPDR sel env 4
2145       - 26  # NDRPDR sel env 4
2146       - 27  # NDRPDR sel env 4
2147       - 28  # NDRPDR sel env 4
2148       - 29  # NDRPDR sel env 4
2149       - 30  # MRR env 4
2150       - 31  # NDRPDR sel 2001.0-4
2151       - 32  # NDRPDR sel 2001.0-4
2152       - 33  # NDRPDR sel 2001.0-4
2153       - 34  # NDRPDR sel 2001.0-4
2154       - 35  # NDRPDR sel 2001.0-4
2155       - 36  # NDRPDR sel 2001.0-4
2156       - 38  # NDRPDR sel 2001.0-4
2157     csit-vpp-perf-report-iterative-2009-3n-hsw:
2158       - 18  # rls2005 MRR iter env 5
2159       - 9   # rls2005 NDRPDR iter env 5
2160       - 10  # rls2005 NDRPDR iter env 5
2161       - 11  # rls2005 NDRPDR iter env 5
2162       - 12  # rls2005 NDRPDR iter env 5
2163       - 13  # rls2005 NDRPDR iter env 5
2164       - 14  # rls2005 NDRPDR iter env 5
2165       - 15  # rls2005 NDRPDR iter env 5
2166       - 16  # rls2005 NDRPDR iter env 5
2167       - 17  # rls2005 NDRPDR iter env 5
2168       - 19  # rls2005 NDRPDR iter env 5
2169       - 23  # rls2009 MRR iter env 5
2170       - 21  # rls2009 NDRPDR iter env 5
2171       - 22  # rls2009 NDRPDR iter env 5
2172       - 24  # rls2009 NDRPDR iter env 5
2173       - 25  # rls2009 NDRPDR iter env 5
2174       - 26  # rls2009 NDRPDR iter env 5
2175       - 27  # rls2009 NDRPDR iter env 5
2176       - 28  # rls2009 NDRPDR iter env 5
2177       - 29  # rls2009 NDRPDR iter env 5
2178       - 30  # rls2009 NDRPDR iter env 5
2179       - 31  # rls2009 NDRPDR iter env 5
2180       - 32  # rls2009 Hoststack iter env 5
2181       - 33  # rls2009 Hoststack iter env 5
2182       - 34  # rls2009 Hoststack iter env 5
2183       - 35  # rls2009 Hoststack iter env 5
2184       - 36  # rls2009 Hoststack iter env 5
2185       - 37  # rls2009 Hoststack iter env 5
2186       - 38  # rls2009 Hoststack iter env 5
2187       - 39  # rls2009 Hoststack iter env 5
2188       - 40  # rls2009 Hoststack iter env 5
2189       - 41  # rls2009 Hoststack iter env 5
2190     csit-vpp-perf-report-coverage-2009-3n-hsw:
2191       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2192       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2193       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2194       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2195       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2196       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2197       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2198       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2199       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2200       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2201       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2202       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2203       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2204       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2205       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2206       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2207       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2208       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2209       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2210       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2211       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2212       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2213       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2214       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2215       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2216       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2217       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2218       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2219       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2220       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2221       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2222       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2223       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2224       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2225       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2226
2227     csit-vpp-perf-verify-2001-3n-skx:
2228       - 50  # MRR sel
2229       - 53  # MRR sel addition
2230     csit-vpp-perf-report-iterative-2005-3n-skx:
2231       - 4   # NDRPDR sel
2232       - 5   # NDRPDR sel ??? all x710 failed
2233       - 33  # NDRPDR sel
2234       - 28  # NDRPDR sel
2235       - 34  # NDRPDR sel
2236       - 42  # NDRPDR sel env 4
2237       - 43  # NDRPDR sel env 4
2238       - 44  # NDRPDR sel env 4
2239       - 45  # NDRPDR sel env 4
2240       - 47  # NDRPDR sel env 4
2241       - 55  # NDRPDR sel env 4
2242       - 56  # NDRPDR sel env 4
2243       - 57  # NDRPDR sel env 4
2244       - 61  # NDRPDR sel env 4
2245       - 62  # NDRPDR sel env 4
2246       - 50  # NDRPDR sel 2001.0-4
2247       - 51  # NDRPDR sel 2001.0-4
2248       - 52  # NDRPDR sel 2001.0-4
2249       - 53  # NDRPDR sel 2001.0-4
2250       - 54  # NDRPDR sel 2001.0-4
2251       - 49  # MRR sel env 4
2252     # TODO: Add:
2253     csit-vpp-perf-report-iterative-2009-3n-skx:
2254       - 17  # rls2005 MRR iter env 5
2255       - 13  # rls2005 NDRPDR iter env 5
2256       - 18  # rls2005 NDRPDR iter env 5
2257       - 19  # rls2005 NDRPDR iter env 5
2258       - 41  # rls2005 NDRPDR iter env 5
2259       - 24  # rls2009 MRR iter env 5
2260       - 26  # rls2009 NDRPDR iter env 5
2261       - 27  # rls2009 NDRPDR iter env 5
2262       - 28  # rls2009 NDRPDR iter env 5
2263       - 29  # rls2009 NDRPDR iter env 5
2264       - 35  # rls2009 NDRPDR iter env 5
2265       - 36  # rls2009 NDRPDR iter env 5
2266       - 37  # rls2009 NDRPDR iter env 5
2267       - 39  # rls2009 NDRPDR iter env 5
2268       - 40  # rls2009 NDRPDR iter env 5
2269     # TODO: Add:
2270     csit-vpp-perf-report-coverage-2009-3n-skx:
2271       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2272       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2273
2274     csit-vpp-perf-verify-2001-2n-skx:
2275       - 101  # MRR sel - old
2276       - 128  # MRR sel addition - old
2277     csit-vpp-perf-report-iterative-2005-2n-skx:
2278       - 88  # NDRPDR sel env 4
2279       - 89  # NDRPDR sel env 4
2280       - 90  # NDRPDR sel env 4
2281       - 91  # NDRPDR sel env 4
2282       - 92  # NDRPDR sel env 4
2283       - 93  # NDRPDR sel env 4
2284       - 94  # NDRPDR sel env 4
2285       - 125 # NDRPDR sel env 4
2286       - 126 # NDRPDR sel env 4
2287       - 127 # NDRPDR sel env 4
2288       - 100 # NDRPDR sel 2001.0-4
2289       - 101 # NDRPDR sel 2001.0-4
2290       - 102 # NDRPDR sel 2001.0-4
2291       - 103 # NDRPDR sel 2001.0-4
2292       - 104 # NDRPDR sel 2001.0-4
2293       - 105 # NDRPDR sel 2001.0-4
2294       - 99  # MRR sel env 4
2295     csit-vpp-perf-report-iterative-2009-2n-skx:
2296       - 20  # rls2005 MRR iter env 5
2297       - 13  # rls2005 NDRPDR iter env 5
2298       - 16  # rls2005 NDRPDR iter env 5
2299       - 17  # rls2005 NDRPDR iter env 5
2300       - 18  # rls2005 NDRPDR iter env 5
2301       - 19  # rls2005 NDRPDR iter env 5
2302       - 21  # rls2005 NDRPDR iter env 5
2303       - 22  # rls2005 NDRPDR iter env 5
2304       - 23  # rls2005 NDRPDR iter env 5
2305       - 24  # rls2005 NDRPDR iter env 5
2306       - 25  # rls2005 NDRPDR iter env 5
2307       - 26  # rls2009 MRR iter env 5
2308       - 35  # rls2009 NDRPDR iter env 5
2309       - 36  # rls2009 NDRPDR iter env 5
2310       - 37  # rls2009 NDRPDR iter env 5
2311       - 39  # rls2009 NDRPDR iter env 5
2312       - 40  # rls2009 NDRPDR iter env 5
2313       - 42  # rls2009 NDRPDR iter env 5
2314       - 43  # rls2009 NDRPDR iter env 5
2315       - 44  # rls2009 NDRPDR iter env 5
2316       - 46  # rls2009 NDRPDR iter env 5
2317       - 48  # rls2009 NDRPDR iter env 5
2318       - 51  # rls2009 NDRPDR iter NAT44 env 5
2319       - 52  # rls2009 NDRPDR iter NAT44 env 5
2320       - 53  # rls2009 NDRPDR iter NAT44 env 5
2321       - 54  # rls2009 NDRPDR iter NAT44 env 5
2322       - 55  # rls2009 NDRPDR iter NAT44 env 5
2323       - 56  # rls2009 NDRPDR iter NAT44 env 5
2324       - 57  # rls2009 NDRPDR iter NAT44 env 5
2325       - 58  # rls2009 NDRPDR iter NAT44 env 5
2326       - 59  # rls2009 NDRPDR iter NAT44 env 5
2327       - 60  # rls2009 NDRPDR iter NAT44 env 5
2328       - 38  # rls2009 nf-density iter env 5
2329       - 41  # rls2009 nf-density iter env 5
2330       - 45  # rls2009 nf-density iter env 5
2331       - 47  # rls2009 nf-density iter env 5
2332       - 49  # rls2009 nf-density iter env 5
2333       - 63  # rls2009 nf-density iter env 5
2334       - 65  # rls2009 nf-density iter env 5
2335       - 66  # rls2009 nf-density iter env 5
2336       - 71  # rls2009 nf-density iter env 5
2337       - 72  # rls2009 nf-density iter env 5
2338       - 50  # rls2009 MRR nf-density iter env 5
2339       - 27  # rls2009 reconf env 5
2340       - 28  # rls2009 reconf env 5
2341       - 29  # rls2009 reconf env 5
2342       - 30  # rls2009 reconf env 5
2343       - 31  # rls2009 reconf env 5
2344       - 32  # rls2009 reconf env 5
2345       - 61  # rls2009 reconf env 5
2346       - 62  # rls2009 reconf env 5
2347       - 68  # rls2009 reconf env 5
2348       - 70  # rls2009 reconf env 5
2349       - 33  # rls2009 soak env 5
2350       - 34  # rls2009 soak env 5
2351     csit-vpp-perf-report-coverage-2009-2n-skx:
2352       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2353       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2354       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2355       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2356       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2357       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2358       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2359       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2360       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2361       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2362       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2363       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2364       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2365       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2366       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2367
2368     csit-vpp-perf-verify-2001-2n-clx:
2369       - 39  # MRR
2370     csit-vpp-perf-report-iterative-2005-2n-clx:
2371       - 62  # NDRPDR sel env 4
2372       - 63  # NDRPDR sel env 4
2373       - 64  # NDRPDR sel env 4
2374       - 65  # NDRPDR sel env 4
2375       - 66  # NDRPDR sel env 4
2376       - 68  # NDRPDR sel env 4
2377       - 69  # NDRPDR sel env 4
2378       - 70  # NDRPDR sel env 4
2379       - 103 # NDRPDR sel env 4
2380       - 104 # NDRPDR sel env 4
2381       - 73  # NDRPDR sel 2001.0-4
2382       - 74  # NDRPDR sel 2001.0-4
2383       - 75  # NDRPDR sel 2001.0-4
2384       - 76  # NDRPDR sel 2001.0-4
2385       - 77  # NDRPDR sel 2001.0-4
2386       - 78  # NDRPDR sel 2001.0-4
2387       - 79  # NDRPDR sel 2001.0-4
2388       - 80  # NDRPDR sel 2001.0-4
2389       - 72  # MRR env 4
2390     # TODO: Add:
2391     csit-vpp-perf-report-iterative-2009-2n-clx:
2392       - 16  # rls2005 MRR iter env 5
2393       - 13  # rls2005 NDRPDR iter env 5
2394       - 15  # rls2005 NDRPDR iter env 5
2395       - 17  # rls2005 NDRPDR iter env 5
2396       - 18  # rls2005 NDRPDR iter env 5
2397       - 19  # rls2005 NDRPDR iter env 5
2398       - 20  # rls2005 NDRPDR iter env 5
2399       - 21  # rls2005 NDRPDR iter env 5
2400       - 22  # rls2005 NDRPDR iter env 5
2401       - 23  # rls2005 NDRPDR iter env 5
2402       - 24  # rls2005 NDRPDR iter env 5
2403       - 35  # rls2009 MRR iter env 5
2404       - 36  # rls2009 NDRPDR iter env 5
2405       - 38  # rls2009 NDRPDR iter env 5
2406       - 39  # rls2009 NDRPDR iter env 5
2407       - 40  # rls2009 NDRPDR iter env 5
2408       - 41  # rls2009 NDRPDR iter env 5
2409       - 42  # rls2009 NDRPDR iter env 5
2410       - 64  # rls2009 NDRPDR iter env 5
2411       - 65  # rls2009 NDRPDR iter env 5
2412       - 66  # rls2009 NDRPDR iter env 5
2413       - 67  # rls2009 NDRPDR iter env 5
2414       - 37  # rls2009 nf-density iter env 5
2415       - 43  # rls2009 nf-density iter env 5
2416       - 69  # rls2009 nf-density iter env 5
2417       - 70  # rls2009 nf-density iter env 5
2418       - 71  # rls2009 nf-density iter env 5
2419       - 72  # rls2009 nf-density iter env 5
2420       - 73  # rls2009 nf-density iter env 5
2421       - 74  # rls2009 nf-density iter env 5
2422       - 75  # rls2009 nf-density iter env 5
2423       - 45  # rls2009 MRR nf-density iter env 5
2424       - 25  # rls2009 reconf env 5
2425       - 27  # rls2009 reconf env 5
2426       - 28  # rls2009 reconf env 5
2427       - 29  # rls2009 reconf env 5
2428       - 30  # rls2009 reconf env 5
2429       - 30  # rls2009 reconf env 5
2430       - 32  # rls2009 reconf env 5
2431       - 48  # rls2009 reconf env 5
2432       - 53  # rls2009 reconf env 5
2433       - 68  # rls2009 reconf env 5
2434       - 33  # rls2009 soak env 5
2435       - 34  # rls2009 soak env 5
2436     # TODO: Add:
2437     csit-vpp-perf-report-coverage-2009-2n-clx:
2438       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2439       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2440       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2441       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2442       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2443       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2444       - 8   # rls2009 NDRPDR cov 2n-clx-ip6-00
2445       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2446       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2447 #      - 18  # rls2009 NDRPDR cov 2n-clx-l2-01
2448       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2449       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2450       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2451       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2452       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2453
2454     csit-vpp-perf-verify-2001-3n-tsh:
2455       - 9   # MRR sel
2456     csit-vpp-perf-report-iterative-2005-3n-tsh:
2457       - 23  # NDRPDR sel env 4
2458       - 25  # NDRPDR sel env 4
2459       - 33  # NDRPDR sel env 4
2460       - 34  # NDRPDR sel env 4
2461       - 35  # NDRPDR sel env 4
2462       - 36  # NDRPDR sel env 4
2463       - 37  # NDRPDR sel env 4
2464       - 38  # NDRPDR sel env 4
2465       - 39  # NDRPDR sel env 4
2466       - 40  # NDRPDR sel env 4
2467       - 28  # NDRPDR sel 2001.0-4
2468       - 29  # NDRPDR sel 2001.0-4
2469       - 31  # NDRPDR sel 2001.0-4
2470       - 27  # MRR sel env 4
2471     # TODO: Add:
2472     csit-vpp-perf-report-iterative-2009-3n-tsh:
2473       - 8   # rls2005 NDRPDR iter env 5
2474       - 11  # rls2005 NDRPDR iter env 5
2475       - 12  # rls2005 NDRPDR iter env 5
2476       - 13  # rls2005 MRR iter env 5
2477       - 14  # rls2009 NDRPDR iter env 5
2478       - 20  # rls2009 NDRPDR iter env 5
2479       - 23  # rls2009 NDRPDR iter env 5
2480       - 15  # rls2006 MRR iter env 5
2481 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2482 #      -
2483
2484     csit-vpp-perf-verify-2001-3n-dnv:
2485       - 5   # NDRPDR sel
2486       - 6   # NDRPDR sel
2487       - 7   # NDRPDR sel
2488       - 8   # NDRPDR sel
2489       - 9   # NDRPDR sel
2490       - 10  # NDRPDR sel
2491       - 12  # NDRPDR sel
2492       - 16  # NDRPDR sel
2493       - 17  # NDRPDR sel
2494       - 18  # NDRPDR sel
2495       - 11  # MRR sel
2496     csit-vpp-perf-report-iterative-2009-3n-dnv:
2497       - 16  # rls2005 NDRPDR iter env 5
2498       - 23  # rls2005 NDRPDR iter env 5
2499       - 25  # rls2005 NDRPDR iter env 5
2500       - 26  # rls2005 NDRPDR iter env 5
2501       - 27  # rls2005 NDRPDR iter env 5
2502       - 28  # rls2005 NDRPDR iter env 5
2503       - 29  # rls2005 NDRPDR iter env 5
2504       - 30  # rls2005 NDRPDR iter env 5
2505       - 31  # rls2005 NDRPDR iter env 5
2506       - 32  # rls2005 NDRPDR iter env 5
2507       - 19  # rls2005 MRR iter env 5
2508       - 3   # rls2009 NDRPDR iter env 5
2509       - 6   # rls2009 NDRPDR iter env 5
2510       - 7   # rls2009 NDRPDR iter env 5
2511       - 8   # rls2009 NDRPDR iter env 5
2512       - 10  # rls2009 NDRPDR iter env 5
2513       - 11  # rls2009 NDRPDR iter env 5
2514       - 12  # rls2009 NDRPDR iter env 5
2515       - 14  # rls2009 NDRPDR iter env 5
2516       - 15  # rls2009 NDRPDR iter env 5
2517       - 24  # rls2009 NDRPDR iter env 5
2518       - 22  # rls2009 MRR iter env 5
2519     csit-vpp-perf-report-coverage-2009-3n-dnv:
2520       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2521       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2522       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2523       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2524       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2525       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2526       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2527       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2528       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2529
2530     csit-vpp-perf-verify-2001-2n-dnv:
2531       - 4   # NDRPDR sel
2532       - 5   # NDRPDR sel
2533       - 6   # NDRPDR sel
2534       - 7   # NDRPDR sel
2535       - 8   # NDRPDR sel
2536       - 9   # NDRPDR sel
2537       - 10  # NDRPDR sel
2538       - 11  # NDRPDR sel
2539       - 13  # NDRPDR sel
2540       - 16  # NDRPDR sel
2541       - 12  # MRR sel
2542     csit-vpp-perf-report-iterative-2009-2n-dnv:
2543       - 16  # rls2005 NDRPDR iter env 5
2544       - 17  # rls2005 NDRPDR iter env 5
2545       - 18  # rls2005 NDRPDR iter env 5
2546       - 19  # rls2005 NDRPDR iter env 5
2547       - 21  # rls2005 NDRPDR iter env 5
2548       - 24  # rls2005 NDRPDR iter env 5
2549       - 27  # rls2005 NDRPDR iter env 5
2550       - 28  # rls2005 NDRPDR iter env 5
2551       - 29  # rls2005 NDRPDR iter env 5
2552       - 30  # rls2005 NDRPDR iter env 5
2553       - 23  # rls2005 MRR iter env 5
2554       - 3   # rls2009 NDRPDR iter env 5
2555       - 5   # rls2009 NDRPDR iter env 5
2556       - 6   # rls2009 NDRPDR iter env 5
2557       - 7   # rls2009 NDRPDR iter env 5
2558       - 9   # rls2009 NDRPDR iter env 5
2559       - 10  # rls2009 NDRPDR iter env 5
2560       - 11  # rls2009 NDRPDR iter env 5
2561       - 12  # rls2009 NDRPDR iter env 5
2562       - 14  # rls2009 NDRPDR iter env 5
2563       - 15  # rls2009 NDRPDR iter env 5
2564       - 13  # rls2009 MRR iter env 5
2565     csit-vpp-perf-report-coverage-2009-2n-dnv:
2566       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2567       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2568       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2569       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2570       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2571       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2572
2573     csit-dpdk-perf-verify-2001-3n-hsw:
2574       - 4   # NDRPDR sel
2575       - 5   # NDRPDR sel
2576       - 6   # NDRPDR sel
2577       - 7   # NDRPDR sel
2578       - 8   # NDRPDR sel
2579       - 9   # NDRPDR sel
2580       - 10  # NDRPDR sel
2581       - 11  # NDRPDR sel
2582       - 12  # NDRPDR sel
2583       - 13  # NDRPDR sel
2584       - 15  # NDRPDR sel
2585       - 16  # NDRPDR sel
2586       - 17  # NDRPDR sel
2587       - 18  # NDRPDR sel
2588       - 19  # NDRPDR sel
2589       - 20  # NDRPDR sel
2590       - 21  # NDRPDR sel
2591       - 22  # NDRPDR sel
2592       - 23  # NDRPDR sel
2593       - 24  # NDRPDR sel
2594     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2595       - 25  # NDRPDR iter
2596       - 26  # NDRPDR iter
2597       - 27  # NDRPDR iter
2598       - 28  # NDRPDR iter
2599       - 29  # NDRPDR iter
2600       - 30  # NDRPDR iter
2601       - 31  # NDRPDR iter
2602       - 32  # NDRPDR iter
2603       - 33  # NDRPDR iter
2604       - 34  # NDRPDR iter
2605     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2606       - 6   # NDRPDR iter env5
2607       - 7   # NDRPDR iter env5
2608       - 8   # NDRPDR iter env5
2609       - 9   # NDRPDR iter env5
2610       - 10  # NDRPDR iter env5
2611       - 11  # NDRPDR iter env5
2612       - 12  # NDRPDR iter env5
2613       - 13  # NDRPDR iter env5
2614       - 14  # NDRPDR iter env5
2615       - 15  # NDRPDR iter env5
2616
2617     csit-dpdk-perf-verify-2001-3n-skx:
2618       - 29  # NDRPDR sel xxv710
2619       - 33  # NDRPDR sel xxv710
2620       - 34  # NDRPDR sel xxv710
2621       - 35  # NDRPDR sel xxv710
2622       - 36  # NDRPDR sel xxv710
2623       - 37  # NDRPDR sel xxv710
2624       - 41  # NDRPDR sel xxv710
2625       - 42  # NDRPDR sel xxv710
2626       - 43  # NDRPDR sel xxv710
2627       - 45  # NDRPDR sel xxv710
2628       - 30  # NDRPDR sel x710
2629       - 31  # NDRPDR sel x710
2630       - 32  # NDRPDR sel x710
2631       - 38  # NDRPDR sel x710
2632       - 39  # NDRPDR sel x710
2633       - 40  # NDRPDR sel x710
2634       - 44  # NDRPDR sel x710
2635       - 46  # NDRPDR sel x710
2636       - 47  # NDRPDR sel x710
2637       - 48  # NDRPDR sel x710
2638     csit-dpdk-perf-report-iterative-2005-3n-skx:
2639       - 28  # NDRPDR iter
2640       - 29  # NDRPDR iter
2641       - 30  # NDRPDR iter
2642       - 31  # NDRPDR iter
2643       - 32  # NDRPDR iter
2644       - 33  # NDRPDR iter
2645       - 34  # NDRPDR iter
2646       - 35  # NDRPDR iter
2647       - 36  # NDRPDR iter
2648       - 37  # NDRPDR iter
2649     csit-dpdk-perf-report-iterative-2009-3n-skx:
2650       - 4   # NDRPDR sel env5
2651       - 5   # NDRPDR sel env5
2652       - 6   # NDRPDR sel env5
2653       - 7   # NDRPDR sel env5
2654       - 8   # NDRPDR sel env5
2655       - 9   # NDRPDR sel env5
2656       - 14  # NDRPDR sel env5
2657       - 11  # NDRPDR sel env5
2658       - 12  # NDRPDR sel env5
2659       - 13  # NDRPDR sel env5
2660
2661     csit-dpdk-perf-verify-2001-2n-skx:
2662       - 35  # NDRPDR sel xxv710
2663       - 36  # NDRPDR sel xxv710
2664       - 37  # NDRPDR sel xxv710
2665       - 41  # NDRPDR sel xxv710
2666       - 42  # NDRPDR sel xxv710
2667       - 43  # NDRPDR sel xxv710
2668       - 46  # NDRPDR sel xxv710
2669       - 47  # NDRPDR sel xxv710
2670       - 52  # NDRPDR sel xxv710
2671       - 53  # NDRPDR sel xxv710
2672       - 38  # NDRPDR sel x710
2673       - 39  # NDRPDR sel x710
2674       - 40  # NDRPDR sel x710
2675       - 44  # NDRPDR sel x710
2676       - 45  # NDRPDR sel x710
2677       - 48  # NDRPDR sel x710
2678       - 49  # NDRPDR sel x710
2679       - 50  # NDRPDR sel x710
2680       - 51  # NDRPDR sel x710
2681       - 54  # NDRPDR sel x710
2682     csit-dpdk-perf-report-iterative-2005-2n-skx:
2683       - 20  # NDRPDR iter
2684       - 21  # NDRPDR iter
2685       - 22  # NDRPDR iter
2686       - 23  # NDRPDR iter
2687       - 24  # NDRPDR iter
2688       - 25  # NDRPDR iter
2689       - 26  # NDRPDR iter
2690       - 27  # NDRPDR iter
2691       - 28  # NDRPDR iter
2692       - 29  # NDRPDR iter
2693     csit-dpdk-perf-report-iterative-2009-2n-skx:
2694       - 4   # NDRPDR iter env5
2695       - 5   # NDRPDR iter env5
2696       - 6   # NDRPDR iter env5
2697       - 7   # NDRPDR iter env5
2698       - 8   # NDRPDR iter env5
2699       - 9   # NDRPDR iter env5
2700       - 10  # NDRPDR iter env5
2701       - 11  # NDRPDR iter env5
2702       - 12  # NDRPDR iter env5
2703       - 13  # NDRPDR iter env5
2704
2705     csit-dpdk-perf-verify-2001-2n-clx:
2706       - 15  # NDRPDR sel
2707       - 16  # NDRPDR sel
2708       - 17  # NDRPDR sel
2709       - 18  # NDRPDR sel
2710       - 19  # NDRPDR sel
2711       - 20  # NDRPDR sel
2712       - 21  # NDRPDR sel
2713       - 22  # NDRPDR sel
2714       - 23  # NDRPDR sel
2715       - 24  # NDRPDR sel
2716       - 25  # NDRPDR sel
2717       - 26  # NDRPDR sel
2718       - 27  # NDRPDR sel
2719       - 28  # NDRPDR sel
2720       - 29  # NDRPDR sel
2721       - 30  # NDRPDR sel
2722       - 31  # NDRPDR sel
2723       - 32  # NDRPDR sel
2724       - 33  # NDRPDR sel
2725       - 34  # NDRPDR sel
2726     csit-dpdk-perf-report-iterative-2005-2n-clx:
2727       - 20  # NDRPDR iter
2728       - 21  # NDRPDR iter
2729       - 22  # NDRPDR iter
2730       - 23  # NDRPDR iter
2731       - 24  # NDRPDR iter
2732       - 25  # NDRPDR iter
2733       - 26  # NDRPDR iter
2734       - 27  # NDRPDR iter
2735       - 28  # NDRPDR iter
2736       - 29  # NDRPDR iter
2737     csit-dpdk-perf-report-iterative-2009-2n-clx:
2738       - 4   # NDRPDR iter env5
2739       - 5   # NDRPDR iter env5
2740       - 6   # NDRPDR iter env5
2741       - 7   # NDRPDR iter env5
2742       - 8   # NDRPDR iter env5
2743       - 9   # NDRPDR iter env5
2744       - 10  # NDRPDR iter env5
2745       - 11  # NDRPDR iter env5
2746       - 12  # NDRPDR iter env5
2747       - 13  # NDRPDR iter env5
2748
2749 #    csit-dpdk-perf-verify-2001-2n-dnv:
2750 #      - 9   # NDRPDR sel
2751 #      - 10  # NDRPDR sel
2752 #      - 11  # NDRPDR sel
2753 #      - 12  # NDRPDR sel
2754 #      - 13  # NDRPDR sel
2755 #      - 14  # NDRPDR sel
2756 #      - 15  # NDRPDR sel
2757 #      - 16  # NDRPDR sel
2758 #      - 17  # NDRPDR sel
2759 #      - 18  # NDRPDR sel
2760 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2761 #      # No data
2762 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2763 #      # No data
2764
2765 #    csit-dpdk-perf-verify-2001-3n-dnv:
2766 #      - 12  # NDRPDR sel
2767 #      - 13  # NDRPDR sel
2768 #      - 14  # NDRPDR sel
2769 #      - 15  # NDRPDR sel
2770 #      - 16  # NDRPDR sel
2771 #      - 17  # NDRPDR sel
2772 #      - 18  # NDRPDR sel
2773 #      - 19  # NDRPDR sel
2774 #      - 20  # NDRPDR sel
2775 #      - 22  # NDRPDR sel
2776 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2777 #      # No data
2778 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2779 #      # No data
2780
2781     csit-dpdk-perf-verify-2001-3n-tsh:
2782       - 3   # NDRPDR sel
2783       - 4   # NDRPDR sel
2784       - 5   # NDRPDR sel
2785       - 9   # NDRPDR sel
2786       - 10  # NDRPDR sel
2787       - 11  # NDRPDR sel
2788       - 12  # NDRPDR sel
2789       - 14  # NDRPDR sel
2790       - 15  # NDRPDR sel
2791       - 18  # NDRPDR sel
2792     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2793       - 5   # NDRPDR sel
2794     # TODO: Add:
2795     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2796       - 1   # NDRPDR iter env5
2797       - 2   # NDRPDR iter env5
2798       - 3   # NDRPDR iter env5
2799       - 4   # NDRPDR iter env5
2800       - 5   # NDRPDR iter env5
2801       - 6   # NDRPDR iter env5
2802       - 7   # NDRPDR iter env5
2803       - 9   # NDRPDR iter env5
2804       - 10  # NDRPDR iter env5
2805
2806     csit-vpp-device-2009-ubuntu1804-1n-skx:
2807       - 131 # rls2009 env 5
2808
2809 - type: "output"
2810   output: "report"
2811   format:
2812     html:
2813     - full
2814     pdf:
2815     - minimal
2816
2817 ################################################################################
2818 ###                               T A B L E S                                ###
2819 ################################################################################
2820
2821 # VPP Soak vs NDR - 2n-skx
2822 - type: "table"
2823   title: "VPP Soak vs NDR 2n-skx"
2824   algorithm: "table_soak_vs_ndr"
2825   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2826   reference:
2827     title: "NDR"
2828     data: "vpp-soak-vs-ndr-2n-skx-ref"
2829   compare:
2830     title: "Soak"
2831     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2832   data: "vpp-soak-vs-ndr-2n-skx"
2833   include-tests: "NDR"
2834   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2835   parameters:
2836     - "throughput"
2837     - "name"
2838     - "parent"
2839
2840 # VPP Soak vs NDR - 2n-clx
2841 - type: "table"
2842   title: "VPP Soak vs NDR 2n-clx"
2843   algorithm: "table_soak_vs_ndr"
2844   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2845   reference:
2846     title: "NDR"
2847     data: "vpp-soak-vs-ndr-2n-clx-ref"
2848   compare:
2849     title: "Soak"
2850     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2851   data: "vpp-soak-vs-ndr-2n-clx"
2852   include-tests: "NDR"
2853   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2854   parameters:
2855     - "throughput"
2856     - "name"
2857     - "parent"
2858
2859 ################################################################################
2860
2861 ## VPP Compare NICs 3n-skx 2t1c ndr
2862 #- type: "table"
2863 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2864 #  algorithm: "table_comparison"
2865 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2866 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2867 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2868 #  columns:
2869 #    - title: "x710"
2870 #      data-set: "vpp-nic-comparison-3n-skx"
2871 #      tag: "NIC_Intel-X710"
2872 #    - title: "xxv710"
2873 #      data-set: "vpp-nic-comparison-3n-skx"
2874 #      tag: "NIC_Intel-XXV710"
2875 #  comparisons:
2876 #    - title: "Diff"
2877 #      reference: 1
2878 #      compare: 2
2879 #  legend:
2880 #    - ""
2881 #    - "x710, xxv710 - NICs tested."
2882 #    - "Diff - difference between x710 and xxv710 NIC."
2883 #
2884 ## VPP Compare NICs 3n-skx 4t2c ndr
2885 #- type: "table"
2886 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2887 #  algorithm: "table_comparison"
2888 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2889 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2890 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2891 #  columns:
2892 #    - title: "x710"
2893 #      data-set: "vpp-nic-comparison-3n-skx"
2894 #      tag: "NIC_Intel-X710"
2895 #    - title: "xxv710"
2896 #      data-set: "vpp-nic-comparison-3n-skx"
2897 #      tag: "NIC_Intel-XXV710"
2898 #  comparisons:
2899 #    - title: "Diff"
2900 #      reference: 1
2901 #      compare: 2
2902 #  legend:
2903 #    - ""
2904 #    - "x710, xxv710 - NICs tested."
2905 #    - "Diff - difference between x710 and xxv710 NIC."
2906 #
2907 ## VPP Compare NICs 3n-skx 2t1c pdr
2908 #- type: "table"
2909 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2910 #  algorithm: "table_comparison"
2911 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2912 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2913 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2914 #  columns:
2915 #    - title: "x710"
2916 #      data-set: "vpp-nic-comparison-3n-skx"
2917 #      tag: "NIC_Intel-X710"
2918 #    - title: "xxv710"
2919 #      data-set: "vpp-nic-comparison-3n-skx"
2920 #      tag: "NIC_Intel-XXV710"
2921 #  comparisons:
2922 #    - title: "Diff"
2923 #      reference: 1
2924 #      compare: 2
2925 #  legend:
2926 #    - ""
2927 #    - "x710, xxv710 - NICs tested."
2928 #    - "Diff - difference between x710 and xxv710 NIC."
2929 #
2930 ## VPP Compare NICs 3n-skx 4t2c pdr
2931 #- type: "table"
2932 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2933 #  algorithm: "table_comparison"
2934 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2935 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2936 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2937 #  columns:
2938 #    - title: "x710"
2939 #      data-set: "vpp-nic-comparison-3n-skx"
2940 #      tag: "NIC_Intel-X710"
2941 #    - title: "xxv710"
2942 #      data-set: "vpp-nic-comparison-3n-skx"
2943 #      tag: "NIC_Intel-XXV710"
2944 #  comparisons:
2945 #    - title: "Diff"
2946 #      reference: 1
2947 #      compare: 2
2948 #  legend:
2949 #    - ""
2950 #    - "x710, xxv710 - NICs tested."
2951 #    - "Diff - difference between x710 and xxv710 NIC."
2952
2953 ## VPP Compare NICs 3n-skx 2t1c mrr
2954 #- type: "table"
2955 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2956 #  algorithm: "table_comparison"
2957 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2958 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2959 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2960 #  columns:
2961 #    - title: "x710"
2962 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2963 #      tag: "NIC_Intel-X710"
2964 #    - title: "xxv710"
2965 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2966 #      tag: "NIC_Intel-XXV710"
2967 #  comparisons:
2968 #    - title: "Diff"
2969 #      reference: 1
2970 #      compare: 2
2971 #  legend:
2972 #    - ""
2973 #    - "x710, xxv710 - NICs tested."
2974 #    - "Diff - difference between x710 and xxv710 NIC."
2975 #
2976 ## VPP Compare NICs 3n-skx 4t2c mrr
2977 #- type: "table"
2978 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2979 #  algorithm: "table_comparison"
2980 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2981 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2982 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2983 #  columns:
2984 #    - title: "x710"
2985 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2986 #      tag: "NIC_Intel-X710"
2987 #    - title: "xxv710"
2988 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2989 #      tag: "NIC_Intel-XXV710"
2990 #  comparisons:
2991 #    - title: "Diff"
2992 #      reference: 1
2993 #      compare: 2
2994 #  legend:
2995 #    - ""
2996 #    - "x710, xxv710 - NICs tested."
2997 #    - "Diff - difference between x710 and xxv710 NIC."
2998 #
2999 ## VPP Compare NICs 3n-skx 8t4c mrr
3000 #- type: "table"
3001 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3002 #  algorithm: "table_comparison"
3003 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3004 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3005 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3006 #  columns:
3007 #    - title: "x710"
3008 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3009 #      tag: "NIC_Intel-X710"
3010 #    - title: "xxv710"
3011 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3012 #      tag: "NIC_Intel-XXV710"
3013 #  comparisons:
3014 #    - title: "Diff"
3015 #      reference: 1
3016 #      compare: 2
3017 #  legend:
3018 #    - ""
3019 #    - "x710, xxv710 - NICs tested."
3020 #    - "Diff - difference between x710 and xxv710 NIC."
3021
3022 # VPP Compare NICs 2n-skx 2t1c ndr
3023 - type: "table"
3024   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3025   algorithm: "table_comparison"
3026   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3027   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3028   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3029   columns:
3030     - title: "x710"
3031       data-set: "vpp-nic-comparison-2n-skx"
3032       tag: "NIC_Intel-X710"
3033     - title: "xxv710"
3034       data-set: "vpp-nic-comparison-2n-skx"
3035       tag: "NIC_Intel-XXV710"
3036   comparisons:
3037     - title: "Diff"
3038       reference: 1
3039       compare: 2
3040   legend:
3041     - ""
3042     - "x710, xxv710 - NICs tested."
3043     - "Diff - difference between x710 and xxv710 NIC."
3044
3045 # VPP Compare NICs 2n-skx 4t2c ndr
3046 - type: "table"
3047   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3048   algorithm: "table_comparison"
3049   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3050   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3051   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3052   columns:
3053     - title: "x710"
3054       data-set: "vpp-nic-comparison-2n-skx"
3055       tag: "NIC_Intel-X710"
3056     - title: "xxv710"
3057       data-set: "vpp-nic-comparison-2n-skx"
3058       tag: "NIC_Intel-XXV710"
3059   comparisons:
3060     - title: "Diff"
3061       reference: 1
3062       compare: 2
3063   legend:
3064     - ""
3065     - "x710, xxv710 - NICs tested."
3066     - "Diff - difference between x710 and xxv710 NIC."
3067
3068 # VPP Compare NICs 2n-skx 2t1c pdr
3069 - type: "table"
3070   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3071   algorithm: "table_comparison"
3072   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3073   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3074   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3075   columns:
3076     - title: "x710"
3077       data-set: "vpp-nic-comparison-2n-skx"
3078       tag: "NIC_Intel-X710"
3079     - title: "xxv710"
3080       data-set: "vpp-nic-comparison-2n-skx"
3081       tag: "NIC_Intel-XXV710"
3082   comparisons:
3083     - title: "Diff"
3084       reference: 1
3085       compare: 2
3086   legend:
3087     - ""
3088     - "x710, xxv710 - NICs tested."
3089     - "Diff - difference between x710 and xxv710 NIC."
3090
3091 # VPP Compare NICs 2n-skx 4t2c pdr
3092 - type: "table"
3093   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3094   algorithm: "table_comparison"
3095   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3096   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3097   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3098   columns:
3099     - title: "x710"
3100       data-set: "vpp-nic-comparison-2n-skx"
3101       tag: "NIC_Intel-X710"
3102     - title: "xxv710"
3103       data-set: "vpp-nic-comparison-2n-skx"
3104       tag: "NIC_Intel-XXV710"
3105   comparisons:
3106     - title: "Diff"
3107       reference: 1
3108       compare: 2
3109   legend:
3110     - ""
3111     - "x710, xxv710 - NICs tested."
3112     - "Diff - difference between x710 and xxv710 NIC."
3113
3114 # VPP Compare NICs 2n-skx 2t1c mrr
3115 - type: "table"
3116   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3117   algorithm: "table_comparison"
3118   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3120   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3121   columns:
3122     - title: "x710"
3123       data-set: "vpp-nic-comparison-2n-skx-mrr"
3124       tag: "NIC_Intel-X710"
3125     - title: "xxv710"
3126       data-set: "vpp-nic-comparison-2n-skx-mrr"
3127       tag: "NIC_Intel-XXV710"
3128   comparisons:
3129     - title: "Diff"
3130       reference: 1
3131       compare: 2
3132   legend:
3133     - ""
3134     - "x710, xxv710 - NICs tested."
3135     - "Diff - difference between x710 and xxv710 NIC."
3136
3137 # VPP Compare NICs 2n-skx 4t2c mrr
3138 - type: "table"
3139   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3140   algorithm: "table_comparison"
3141   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3143   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3144   columns:
3145     - title: "x710"
3146       data-set: "vpp-nic-comparison-2n-skx-mrr"
3147       tag: "NIC_Intel-X710"
3148     - title: "xxv710"
3149       data-set: "vpp-nic-comparison-2n-skx-mrr"
3150       tag: "NIC_Intel-XXV710"
3151   comparisons:
3152     - title: "Diff"
3153       reference: 1
3154       compare: 2
3155   legend:
3156     - ""
3157     - "x710, xxv710 - NICs tested."
3158     - "Diff - difference between x710 and xxv710 NIC."
3159
3160 # VPP Compare NICs 2n-skx 8t4c mrr
3161 - type: "table"
3162   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3163   algorithm: "table_comparison"
3164   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3166   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3167   columns:
3168     - title: "x710"
3169       data-set: "vpp-nic-comparison-2n-skx-mrr"
3170       tag: "NIC_Intel-X710"
3171     - title: "xxv710"
3172       data-set: "vpp-nic-comparison-2n-skx-mrr"
3173       tag: "NIC_Intel-XXV710"
3174   comparisons:
3175     - title: "Diff"
3176       reference: 1
3177       compare: 2
3178   legend:
3179     - ""
3180     - "x710, xxv710 - NICs tested."
3181     - "Diff - difference between x710 and xxv710 NIC."
3182
3183 ################################################################################
3184 # VPP
3185
3186 # VPP Performance Changes 3n-hsw 1t1c pdr
3187 - type: "table"
3188   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3189   algorithm: "table_comparison"
3190   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3192   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3193   columns:
3194     - title: "2001.0-4"
3195       data-set: "vpp-performance-changes-3n-hsw-h1"
3196     - title: "2005.0-4"
3197       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3198     - title: "2005.0-5"
3199       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3200     - title: "2009.0-5"
3201       data-set: "vpp-performance-changes-3n-hsw-cmp"
3202   comparisons:
3203     - title: "2005.0-5 vs 2005.0-4"
3204       reference: 2
3205       compare: 3
3206 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3207     - title: "2009.0-5 vs 2005.0-5"
3208       reference: 3
3209       compare: 4
3210 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3211   legend:
3212     - ''
3213     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3214     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3215     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3216     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3217     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3218
3219 # VPP Performance Changes 3n-hsw 2t2c pdr
3220 - type: "table"
3221   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3222   algorithm: "table_comparison"
3223   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3225   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3226   columns:
3227     - title: "2001.0-4"
3228       data-set: "vpp-performance-changes-3n-hsw-h1"
3229     - title: "2005.0-4"
3230       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3231     - title: "2005.0-5"
3232       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3233     - title: "2009.0-5"
3234       data-set: "vpp-performance-changes-3n-hsw-cmp"
3235   comparisons:
3236     - title: "2005.0-5 vs 2005.0-4"
3237       reference: 2
3238       compare: 3
3239 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3240     - title: "2009.0-5 vs 2005.0-5"
3241       reference: 3
3242       compare: 4
3243 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3244   legend:
3245     - ''
3246     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3247     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3248     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3249     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3250     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3251
3252 # VPP Performance Changes 3n-hsw 1t1c ndr
3253 - type: "table"
3254   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3255   algorithm: "table_comparison"
3256   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3258   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3259   columns:
3260     - title: "2001.0-4"
3261       data-set: "vpp-performance-changes-3n-hsw-h1"
3262     - title: "2005.0-4"
3263       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3264     - title: "2005.0-5"
3265       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3266     - title: "2009.0-5"
3267       data-set: "vpp-performance-changes-3n-hsw-cmp"
3268   comparisons:
3269     - title: "2005.0-5 vs 2005.0-4"
3270       reference: 2
3271       compare: 3
3272 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3273     - title: "2009.0-5 vs 2005.0-5"
3274       reference: 3
3275       compare: 4
3276 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3277   legend:
3278     - ''
3279     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3280     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3281     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3282     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3283     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3284
3285 # VPP Performance Changes 3n-hsw 2t2c ndr
3286 - type: "table"
3287   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3288   algorithm: "table_comparison"
3289   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3290   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3291   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3292   columns:
3293     - title: "2001.0-4"
3294       data-set: "vpp-performance-changes-3n-hsw-h1"
3295     - title: "2005.0-4"
3296       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3297     - title: "2005.0-5"
3298       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3299     - title: "2009.0-5"
3300       data-set: "vpp-performance-changes-3n-hsw-cmp"
3301   comparisons:
3302     - title: "2005.0-5 vs 2005.0-4"
3303       reference: 2
3304       compare: 3
3305 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3306     - title: "2009.0-5 vs 2005.0-5"
3307       reference: 3
3308       compare: 4
3309 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3310   legend:
3311     - ''
3312     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3313     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3314     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3315     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3316     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3317
3318 # VPP Performance Changes 3n-skx 2t1c pdr
3319 - type: "table"
3320   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3321   algorithm: "table_comparison"
3322   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3323   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3324   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3325   columns:
3326     - title: "2001.0-4"
3327       data-set: "vpp-performance-changes-3n-skx-h1"
3328     - title: "2005.0-4"
3329       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3330     - title: "2005.0-5"
3331       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3332     - title: "2009.0-5"
3333       data-set: "vpp-performance-changes-3n-skx-cmp"
3334   comparisons:
3335     - title: "2005.0-5 vs 2005.0-4"
3336       reference: 2
3337       compare: 3
3338 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3339     - title: "2009.0-5 vs 2005.0-5"
3340       reference: 3
3341       compare: 4
3342 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3343   legend:
3344     - ''
3345     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3346     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3347     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3348     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3349     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3350
3351 # VPP Performance Changes 3n-skx 4t2c pdr
3352 - type: "table"
3353   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3354   algorithm: "table_comparison"
3355   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3357   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3358   columns:
3359     - title: "2001.0-4"
3360       data-set: "vpp-performance-changes-3n-skx-h1"
3361     - title: "2005.0-4"
3362       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3363     - title: "2005.0-5"
3364       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3365     - title: "2009.0-5"
3366       data-set: "vpp-performance-changes-3n-skx-cmp"
3367   comparisons:
3368     - title: "2005.0-5 vs 2005.0-4"
3369       reference: 2
3370       compare: 3
3371 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3372     - title: "2009.0-5 vs 2005.0-5"
3373       reference: 3
3374       compare: 4
3375 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3376   legend:
3377     - ''
3378     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3379     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3380     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3381     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3382     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3383
3384 # VPP Performance Changes 3n-skx 2t1c ndr
3385 - type: "table"
3386   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3387   algorithm: "table_comparison"
3388   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3390   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3391   columns:
3392     - title: "2001.0-4"
3393       data-set: "vpp-performance-changes-3n-skx-h1"
3394     - title: "2005.0-4"
3395       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3396     - title: "2005.0-5"
3397       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3398     - title: "2009.0-5"
3399       data-set: "vpp-performance-changes-3n-skx-cmp"
3400   comparisons:
3401     - title: "2005.0-5 vs 2005.0-4"
3402       reference: 2
3403       compare: 3
3404 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3405     - title: "2009.0-5 vs 2005.0-5"
3406       reference: 3
3407       compare: 4
3408 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3409   legend:
3410     - ''
3411     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3412     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3413     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3414     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3415     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3416
3417 # VPP Performance Changes 3n-skx 4t2c ndr
3418 - type: "table"
3419   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3420   algorithm: "table_comparison"
3421   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3423   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3424   columns:
3425     - title: "2001.0-4"
3426       data-set: "vpp-performance-changes-3n-skx-h1"
3427     - title: "2005.0-4"
3428       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3429     - title: "2005.0-5"
3430       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3431     - title: "2009.0-5"
3432       data-set: "vpp-performance-changes-3n-skx-cmp"
3433   comparisons:
3434     - title: "2005.0-5 vs 2005.0-4"
3435       reference: 2
3436       compare: 3
3437 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3438     - title: "2009.0-5 vs 2005.0-5"
3439       reference: 3
3440       compare: 4
3441 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3442   legend:
3443     - ''
3444     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3445     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3446     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3447     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3448     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3449
3450 # VPP Performance Changes 2n-skx 2t1c pdr
3451 - type: "table"
3452   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3453   algorithm: "table_comparison"
3454   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3455   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3456   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3457   columns:
3458     - title: "2001.0-4"
3459       data-set: "vpp-performance-changes-2n-skx-h1"
3460     - title: "2005.0-4"
3461       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3462     - title: "2005.0-5"
3463       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3464     - title: "2009.0-5"
3465       data-set: "vpp-performance-changes-2n-skx-cmp"
3466   comparisons:
3467     - title: "2005.0-5 vs 2005.0-4"
3468       reference: 2
3469       compare: 3
3470 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3471     - title: "2009.0-5 vs 2005.0-5"
3472       reference: 3
3473       compare: 4
3474 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3475   legend:
3476     - ''
3477     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3478     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3479     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3480     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3481     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3482
3483 # VPP Performance Changes 2n-skx 4t2c pdr
3484 - type: "table"
3485   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3486   algorithm: "table_comparison"
3487   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3489   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3490   columns:
3491     - title: "2001.0-4"
3492       data-set: "vpp-performance-changes-2n-skx-h1"
3493     - title: "2005.0-4"
3494       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3495     - title: "2005.0-5"
3496       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3497     - title: "2009.0-5"
3498       data-set: "vpp-performance-changes-2n-skx-cmp"
3499   comparisons:
3500     - title: "2005.0-5 vs 2005.0-4"
3501       reference: 2
3502       compare: 3
3503 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3504     - title: "2009.0-5 vs 2005.0-5"
3505       reference: 3
3506       compare: 4
3507 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3508   legend:
3509     - ''
3510     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3511     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3512     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3513     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3514     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3515
3516 # VPP Performance Changes 2n-skx 2t1c ndr
3517 - type: "table"
3518   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3519   algorithm: "table_comparison"
3520   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3522   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3523   columns:
3524     - title: "2001.0-4"
3525       data-set: "vpp-performance-changes-2n-skx-h1"
3526     - title: "2005.0-4"
3527       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3528     - title: "2005.0-5"
3529       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3530     - title: "2009.0-5"
3531       data-set: "vpp-performance-changes-2n-skx-cmp"
3532   comparisons:
3533     - title: "2005.0-5 vs 2005.0-4"
3534       reference: 2
3535       compare: 3
3536 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3537     - title: "2009.0-5 vs 2005.0-5"
3538       reference: 3
3539       compare: 4
3540 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3541   legend:
3542     - ''
3543     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3544     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3545     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3546     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3547     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3548
3549 # VPP Performance Changes 2n-skx 4t2c ndr
3550 - type: "table"
3551   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3552   algorithm: "table_comparison"
3553   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3554   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3555   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3556   columns:
3557     - title: "2001.0-4"
3558       data-set: "vpp-performance-changes-2n-skx-h1"
3559     - title: "2005.0-4"
3560       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3561     - title: "2005.0-5"
3562       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3563     - title: "2009.0-5"
3564       data-set: "vpp-performance-changes-2n-skx-cmp"
3565   comparisons:
3566     - title: "2005.0-5 vs 2005.0-4"
3567       reference: 2
3568       compare: 3
3569 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3570     - title: "2009.0-5 vs 2005.0-5"
3571       reference: 3
3572       compare: 4
3573 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3574   legend:
3575     - ''
3576     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3577     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3578     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3579     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3580     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3581
3582 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3583 - type: "table"
3584   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3585   algorithm: "table_comparison"
3586   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3588   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3589   columns:
3590     - title: "2001.0-4"
3591       data-set: "vpp-performance-changes-2n-clx-h1"
3592     - title: "2005.0-4"
3593       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3594     - title: "2005.0-5"
3595       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3596     - title: "2009.0-5"
3597       data-set: "vpp-performance-changes-2n-clx-cmp"
3598   comparisons:
3599     - title: "2005.0-5 vs 2005.0-4"
3600       reference: 2
3601       compare: 3
3602 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3603     - title: "2009.0-5 vs 2005.0-5"
3604       reference: 3
3605       compare: 4
3606 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3607   legend:
3608     - ''
3609     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3610     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3611     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3612     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3613     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3614
3615 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3616 - type: "table"
3617   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3618   algorithm: "table_comparison"
3619   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3620   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3621   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3622   columns:
3623     - title: "2001.0-4"
3624       data-set: "vpp-performance-changes-2n-clx-h1"
3625     - title: "2005.0-4"
3626       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3627     - title: "2005.0-5"
3628       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3629     - title: "2009.0-5"
3630       data-set: "vpp-performance-changes-2n-clx-cmp"
3631   comparisons:
3632     - title: "2005.0-5 vs 2005.0-4"
3633       reference: 2
3634       compare: 3
3635 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3636     - title: "2009.0-5 vs 2005.0-5"
3637       reference: 3
3638       compare: 4
3639 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3640   legend:
3641     - ''
3642     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3643     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3644     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3645     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3646     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3647
3648 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3649 - type: "table"
3650   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3651   algorithm: "table_comparison"
3652   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3653   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3654   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3655   columns:
3656     - title: "2001.0-4"
3657       data-set: "vpp-performance-changes-2n-clx-h1"
3658     - title: "2005.0-4"
3659       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3660     - title: "2005.0-5"
3661       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3662     - title: "2009.0-5"
3663       data-set: "vpp-performance-changes-2n-clx-cmp"
3664   comparisons:
3665     - title: "2005.0-5 vs 2005.0-4"
3666       reference: 2
3667       compare: 3
3668 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3669     - title: "2009.0-5 vs 2005.0-5"
3670       reference: 3
3671       compare: 4
3672 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3673   legend:
3674     - ''
3675     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3676     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3677     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3678     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3679     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3680
3681 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3682 - type: "table"
3683   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3684   algorithm: "table_comparison"
3685   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3687   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3688   columns:
3689     - title: "2001.0-4"
3690       data-set: "vpp-performance-changes-2n-clx-h1"
3691     - title: "2005.0-4"
3692       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3693     - title: "2005.0-5"
3694       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3695     - title: "2009.0-5"
3696       data-set: "vpp-performance-changes-2n-clx-cmp"
3697   comparisons:
3698     - title: "2005.0-5 vs 2005.0-4"
3699       reference: 2
3700       compare: 3
3701 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3702     - title: "2009.0-5 vs 2005.0-5"
3703       reference: 3
3704       compare: 4
3705 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3706   legend:
3707     - ''
3708     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3709     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3710     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3711     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3712     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3713
3714 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3715 #- type: "table"
3716 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3717 #  algorithm: "table_comparison"
3718 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3719 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3720 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3721 #  columns:
3722 #    - title: "2001.0-2"
3723 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3724 #    - title: "2005.0-3"
3725 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3726 #  comparisons:
3727 #    - title: "Diff"
3728 #      reference: 1
3729 #      compare: 2
3730 #  legend:
3731 #    - ''
3732 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3733 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3734 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3735 #    - '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.'
3736 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3737 #
3738 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3739 #- type: "table"
3740 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3741 #  algorithm: "table_comparison"
3742 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3743 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3744 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3745 #  columns:
3746 #    - title: "2001.0-2"
3747 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3748 #    - title: "2005.0-3"
3749 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3750 #  comparisons:
3751 #    - title: "Diff"
3752 #      reference: 1
3753 #      compare: 2
3754 #  legend:
3755 #    - ''
3756 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3757 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3758 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3759 #    - '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.'
3760 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3761 #
3762 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3763 #- type: "table"
3764 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3765 #  algorithm: "table_comparison"
3766 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3767 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3768 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3769 #  columns:
3770 #    - title: "2001.0-2"
3771 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3772 #    - title: "2005.0-3"
3773 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3774 #  comparisons:
3775 #    - title: "Diff"
3776 #      reference: 1
3777 #      compare: 2
3778 #  legend:
3779 #    - ''
3780 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3781 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3782 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3783 #    - '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.'
3784 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3785 #
3786 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3787 #- type: "table"
3788 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3789 #  algorithm: "table_comparison"
3790 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3791 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3792 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3793 #  columns:
3794 #    - title: "2001.0-2"
3795 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3796 #    - title: "2005.0-3"
3797 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3798 #  comparisons:
3799 #    - title: "Diff"
3800 #      reference: 1
3801 #      compare: 2
3802 #  legend:
3803 #    - ''
3804 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3805 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3806 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3807 #    - '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.'
3808 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3809
3810 # VPP Performance Changes 2n-dnv 1t1c pdr
3811 - type: "table"
3812   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3813   algorithm: "table_comparison"
3814   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3816   filter: "'1T1C'"
3817   columns:
3818     - title: "2001.0-2"
3819       data-set: "vpp-performance-changes-2n-dnv-h1"
3820     - title: "2005.0-5"
3821       data-set: "vpp-performance-changes-2n-dnv-ref"
3822     - title: "2009.0-5"
3823       data-set: "vpp-performance-changes-2n-dnv-cmp"
3824   comparisons:
3825     - title: "2009.0-5 vs 2005.0-5"
3826       reference: 2
3827       compare: 3
3828   legend:
3829     - ''
3830     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3831     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3832     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3833     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3834
3835 # VPP Performance Changes 2n-dnv 2t2c pdr
3836 - type: "table"
3837   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3838   algorithm: "table_comparison"
3839   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3840   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3841   filter: "'2T2C'"
3842   columns:
3843     - title: "2001.0-2"
3844       data-set: "vpp-performance-changes-2n-dnv-h1"
3845     - title: "2005.0-5"
3846       data-set: "vpp-performance-changes-2n-dnv-ref"
3847     - title: "2009.0-5"
3848       data-set: "vpp-performance-changes-2n-dnv-cmp"
3849   comparisons:
3850     - title: "2009.0-5 vs 2005.0-5"
3851       reference: 2
3852       compare: 3
3853   legend:
3854     - ''
3855     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3856     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3857     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3858     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3859
3860 # VPP Performance Changes 2n-dnv 1t1c ndr
3861 - type: "table"
3862   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3863   algorithm: "table_comparison"
3864   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3865   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3866   filter: "'1T1C'"
3867   columns:
3868     - title: "2001.0-2"
3869       data-set: "vpp-performance-changes-2n-dnv-h1"
3870     - title: "2005.0-5"
3871       data-set: "vpp-performance-changes-2n-dnv-ref"
3872     - title: "2009.0-5"
3873       data-set: "vpp-performance-changes-2n-dnv-cmp"
3874   comparisons:
3875     - title: "2009.0-5 vs 2005.0-5"
3876       reference: 2
3877       compare: 3
3878   legend:
3879     - ''
3880     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3881     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3882     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3883     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3884
3885 # VPP Performance Changes 2n-dnv 2t2c ndr
3886 - type: "table"
3887   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3888   algorithm: "table_comparison"
3889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3890   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3891   filter: "'2T2C'"
3892   columns:
3893     - title: "2001.0-2"
3894       data-set: "vpp-performance-changes-2n-dnv-h1"
3895     - title: "2005.0-5"
3896       data-set: "vpp-performance-changes-2n-dnv-ref"
3897     - title: "2009.0-5"
3898       data-set: "vpp-performance-changes-2n-dnv-cmp"
3899   comparisons:
3900     - title: "2009.0-5 vs 2005.0-5"
3901       reference: 2
3902       compare: 3
3903   legend:
3904     - ''
3905     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3906     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3907     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3908     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3909
3910 # VPP Performance Changes 3n-dnv 1t1c pdr
3911 - type: "table"
3912   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3913   algorithm: "table_comparison"
3914   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3916   filter: "'1T1C'"
3917   columns:
3918     - title: "2001.0-2"
3919       data-set: "vpp-performance-changes-3n-dnv-h1"
3920     - title: "2005.0-5"
3921       data-set: "vpp-performance-changes-3n-dnv-ref"
3922     - title: "2009.0-5"
3923       data-set: "vpp-performance-changes-3n-dnv-cmp"
3924   comparisons:
3925     - title: "2009.0-5 vs 2005.0-5"
3926       reference: 2
3927       compare: 3
3928   legend:
3929     - ''
3930     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3931     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3932     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3933     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3934
3935 # VPP Performance Changes 3n-dnv 2t2c pdr
3936 - type: "table"
3937   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3938   algorithm: "table_comparison"
3939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3940   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3941   filter: "'2T2C'"
3942   columns:
3943     - title: "2001.0-2"
3944       data-set: "vpp-performance-changes-3n-dnv-h1"
3945     - title: "2005.0-5"
3946       data-set: "vpp-performance-changes-3n-dnv-ref"
3947     - title: "2009.0-5"
3948       data-set: "vpp-performance-changes-3n-dnv-cmp"
3949   comparisons:
3950     - title: "2009.0-5 vs 2005.0-5"
3951       reference: 2
3952       compare: 3
3953   legend:
3954     - ''
3955     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3956     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3957     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3958     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3959
3960 # VPP Performance Changes 3n-dnv 1t1c ndr
3961 - type: "table"
3962   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3963   algorithm: "table_comparison"
3964   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3965   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3966   filter: "'1T1C'"
3967   columns:
3968     - title: "2001.0-2"
3969       data-set: "vpp-performance-changes-3n-dnv-h1"
3970     - title: "2005.0-5"
3971       data-set: "vpp-performance-changes-3n-dnv-ref"
3972     - title: "2009.0-5"
3973       data-set: "vpp-performance-changes-3n-dnv-cmp"
3974   comparisons:
3975     - title: "2009.0-5 vs 2005.0-5"
3976       reference: 2
3977       compare: 3
3978   legend:
3979     - ''
3980     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3981     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3982     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3983     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3984
3985 # VPP Performance Changes 3n-dnv 2t2c ndr
3986 - type: "table"
3987   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3988   algorithm: "table_comparison"
3989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3991   filter: "'2T2C'"
3992   columns:
3993     - title: "2001.0-2"
3994       data-set: "vpp-performance-changes-3n-dnv-h1"
3995     - title: "2005.0-5"
3996       data-set: "vpp-performance-changes-3n-dnv-ref"
3997     - title: "2009.0-5"
3998       data-set: "vpp-performance-changes-3n-dnv-cmp"
3999   comparisons:
4000     - title: "2009.0-5 vs 2005.0-5"
4001       reference: 2
4002       compare: 3
4003   legend:
4004     - ''
4005     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4006     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4007     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4008     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4009
4010 # VPP Performance Changes 3n-tsh 1t1c pdr
4011 - type: "table"
4012   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4013   algorithm: "table_comparison"
4014   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4016   filter: "'1T1C'"
4017   columns:
4018     - title: "2001.0-4"
4019       data-set: "vpp-performance-changes-3n-tsh-h1"
4020     - title: "2005.0-4"
4021       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4022     - title: "2005.0-5"
4023       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4024     - title: "2009.0-5"
4025       data-set: "vpp-performance-changes-3n-tsh-cmp"
4026   comparisons:
4027     - title: "2005.0-5 vs 2005.0-4"
4028       reference: 2
4029       compare: 3
4030 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4031     - title: "2009.0-5 vs 2005.0-5"
4032       reference: 3
4033       compare: 4
4034 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4035   legend:
4036     - ''
4037     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4038     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4039     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4040     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4041     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4042
4043 # VPP Performance Changes 3n-tsh 2t2c pdr
4044 - type: "table"
4045   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4046   algorithm: "table_comparison"
4047   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4049   filter: "'2T2C'"
4050   columns:
4051     - title: "2001.0-4"
4052       data-set: "vpp-performance-changes-3n-tsh-h1"
4053     - title: "2005.0-4"
4054       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4055     - title: "2005.0-5"
4056       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4057     - title: "2009.0-5"
4058       data-set: "vpp-performance-changes-3n-tsh-cmp"
4059   comparisons:
4060     - title: "2005.0-5 vs 2005.0-4"
4061       reference: 2
4062       compare: 3
4063 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4064     - title: "2009.0-5 vs 2005.0-5"
4065       reference: 3
4066       compare: 4
4067 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4068   legend:
4069     - ''
4070     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4071     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4072     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4073     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4074     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4075
4076 # VPP Performance Changes 3n-tsh 1t1c ndr
4077 - type: "table"
4078   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4079   algorithm: "table_comparison"
4080   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4082   filter: "'1T1C'"
4083   columns:
4084     - title: "2001.0-4"
4085       data-set: "vpp-performance-changes-3n-tsh-h1"
4086     - title: "2005.0-4"
4087       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4088     - title: "2005.0-5"
4089       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4090     - title: "2009.0-5"
4091       data-set: "vpp-performance-changes-3n-tsh-cmp"
4092   comparisons:
4093     - title: "2005.0-5 vs 2005.0-4"
4094       reference: 2
4095       compare: 3
4096 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4097     - title: "2009.0-5 vs 2005.0-5"
4098       reference: 3
4099       compare: 4
4100 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4101   legend:
4102     - ''
4103     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4104     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4105     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4106     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4107     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4108
4109 # VPP Performance Changes 3n-tsh 2t2c ndr
4110 - type: "table"
4111   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4112   algorithm: "table_comparison"
4113   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4115   filter: "'2T2C'"
4116   columns:
4117     - title: "2001.0-4"
4118       data-set: "vpp-performance-changes-3n-tsh-h1"
4119     - title: "2005.0-4"
4120       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4121     - title: "2005.0-5"
4122       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4123     - title: "2009.0-5"
4124       data-set: "vpp-performance-changes-3n-tsh-cmp"
4125   comparisons:
4126     - title: "2005.0-5 vs 2005.0-4"
4127       reference: 2
4128       compare: 3
4129 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4130     - title: "2009.0-5 vs 2005.0-5"
4131       reference: 3
4132       compare: 4
4133 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4134   legend:
4135     - ''
4136     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4137     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4138     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4139     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4140     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4141
4142 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4143 - type: "table"
4144   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4145   algorithm: "table_comparison"
4146   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4148   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4149   columns:
4150     - title: "3n-hsw xl710"
4151       data-set: "vpp-compare-testbeds-ref"
4152       tag: "NIC_Intel-XL710"
4153     - title: "3n-skx xxv710"
4154       data-set: "vpp-compare-testbeds-cmp"
4155       tag: "NIC_Intel-XXV710"
4156   comparisons:
4157     - title: "Diff"
4158       reference: 1
4159       compare: 2
4160   legend:
4161     - ""
4162     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4163     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4164
4165 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4166 - type: "table"
4167   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4168   algorithm: "table_comparison"
4169   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4171   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4172   columns:
4173     - title: "3n-hsw xl710"
4174       data-set: "vpp-compare-testbeds-ref"
4175       tag: "NIC_Intel-XL710"
4176     - title: "3n-skx xxv710"
4177       data-set: "vpp-compare-testbeds-cmp"
4178       tag: "NIC_Intel-XXV710"
4179   comparisons:
4180     - title: "Diff"
4181       reference: 1
4182       compare: 2
4183   legend:
4184     - ""
4185     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4186     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4187
4188 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4189 - type: "table"
4190   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4191   algorithm: "table_comparison"
4192   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4194   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4195   columns:
4196     - title: "3n-hsw xl710"
4197       data-set: "vpp-compare-testbeds-ref"
4198       tag: "NIC_Intel-XL710"
4199     - title: "3n-skx xxv710"
4200       data-set: "vpp-compare-testbeds-cmp"
4201       tag: "NIC_Intel-XXV710"
4202   comparisons:
4203     - title: "Diff"
4204       reference: 1
4205       compare: 2
4206   legend:
4207     - ""
4208     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4209     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4210
4211 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4212 - type: "table"
4213   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4214   algorithm: "table_comparison"
4215   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4217   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4218   columns:
4219     - title: "3n-hsw xl710"
4220       data-set: "vpp-compare-testbeds-ref"
4221       tag: "NIC_Intel-XL710"
4222     - title: "3n-skx xxv710"
4223       data-set: "vpp-compare-testbeds-cmp"
4224       tag: "NIC_Intel-XXV710"
4225   comparisons:
4226     - title: "Diff"
4227       reference: 1
4228       compare: 2
4229   legend:
4230     - ""
4231     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4232     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4233
4234 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4235 - type: "table"
4236   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4237   algorithm: "table_comparison"
4238   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4239   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4240   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4241   columns:
4242     - title: "2n-skx"
4243       data-set: "vpp-compare-testbeds-skx-clx-ref"
4244     - title: "2n-clx"
4245       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4246   comparisons:
4247     - title: "Diff"
4248       reference: 1
4249       compare: 2
4250   legend:
4251     - ""
4252     - "2n-skx, 2n-clx - testbeds and NICs tested."
4253     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4254
4255 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4256 - type: "table"
4257   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4258   algorithm: "table_comparison"
4259   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4260   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4261   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4262   columns:
4263     - title: "2n-skx"
4264       data-set: "vpp-compare-testbeds-skx-clx-ref"
4265     - title: "2n-clx"
4266       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4267   comparisons:
4268     - title: "Diff"
4269       reference: 1
4270       compare: 2
4271   legend:
4272     - ""
4273     - "2n-skx, 2n-clx - testbeds and NICs tested."
4274     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4275
4276 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4277 - type: "table"
4278   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4279   algorithm: "table_comparison"
4280   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4282   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4283   columns:
4284     - title: "2n-skx"
4285       data-set: "vpp-compare-testbeds-skx-clx-ref"
4286     - title: "2n-clx"
4287       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4288   comparisons:
4289     - title: "Diff"
4290       reference: 1
4291       compare: 2
4292   legend:
4293     - ""
4294     - "2n-skx, 2n-clx - testbeds and NICs tested."
4295     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4296
4297 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4298 - type: "table"
4299   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4300   algorithm: "table_comparison"
4301   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4303   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4304   columns:
4305     - title: "2n-skx"
4306       data-set: "vpp-compare-testbeds-skx-clx-ref"
4307     - title: "2n-clx"
4308       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4309   comparisons:
4310     - title: "Diff"
4311       reference: 1
4312       compare: 2
4313   legend:
4314     - ""
4315     - "2n-skx, 2n-clx - testbeds and NICs tested."
4316     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4317
4318 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4319 - type: "table"
4320   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4321   algorithm: "table_comparison"
4322   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4324   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4325   columns:
4326     - title: "3n-hsw xl710"
4327       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4328       tag: "NIC_Intel-XL710"
4329     - title: "2n-clx xxv710"
4330       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4331       tag: "NIC_Intel-XXV710"
4332   comparisons:
4333     - title: "Diff"
4334       reference: 1
4335       compare: 2
4336   legend:
4337     - ""
4338     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4339     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4340
4341 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4342 - type: "table"
4343   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4344   algorithm: "table_comparison"
4345   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4346   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4347   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4348   columns:
4349     - title: "3n-hsw xl710"
4350       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4351       tag: "NIC_Intel-XL710"
4352     - title: "2n-clx xxv710"
4353       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4354       tag: "NIC_Intel-XXV710"
4355   comparisons:
4356     - title: "Diff"
4357       reference: 1
4358       compare: 2
4359   legend:
4360     - ""
4361     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4362     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4363
4364 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4365 - type: "table"
4366   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4367   algorithm: "table_comparison"
4368   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4369   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4370   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4371   columns:
4372     - title: "3n-hsw xl710"
4373       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4374       tag: "NIC_Intel-XL710"
4375     - title: "2n-clx xxv710"
4376       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4377       tag: "NIC_Intel-XXV710"
4378   comparisons:
4379     - title: "Diff"
4380       reference: 1
4381       compare: 2
4382   legend:
4383     - ""
4384     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4385     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4386
4387 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4388 - type: "table"
4389   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4390   algorithm: "table_comparison"
4391   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4392   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4393   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4394   columns:
4395     - title: "3n-hsw xl710"
4396       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4397       tag: "NIC_Intel-XL710"
4398     - title: "2n-clx xxv710"
4399       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4400       tag: "NIC_Intel-XXV710"
4401   comparisons:
4402     - title: "Diff"
4403       reference: 1
4404       compare: 2
4405   legend:
4406     - ""
4407     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4408     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4409
4410 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4411 - type: "table"
4412   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4413   algorithm: "table_comparison"
4414   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4415   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4416   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4417   columns:
4418     - title: "3n-skx"
4419       data-set: "vpp-compare-topologies-ref"
4420     - title: "2n-skx"
4421       data-set: "vpp-compare-topologies-cmp"
4422   comparisons:
4423     - title: "Diff"
4424       reference: 1
4425       compare: 2
4426   legend:
4427     - ""
4428     - "3n-skx, 2n-skx - topologies tested."
4429     - "Diff - difference between 3n-skx and 2n-skx topologies."
4430
4431 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4432 - type: "table"
4433   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4434   algorithm: "table_comparison"
4435   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4437   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4438   columns:
4439     - title: "3n-skx"
4440       data-set: "vpp-compare-topologies-ref"
4441     - title: "2n-skx"
4442       data-set: "vpp-compare-topologies-cmp"
4443   comparisons:
4444     - title: "Diff"
4445       reference: 1
4446       compare: 2
4447   legend:
4448     - ""
4449     - "3n-skx, 2n-skx - topologies tested."
4450     - "Diff - difference between 3n-skx and 2n-skx topologies."
4451
4452 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4453 - type: "table"
4454   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4455   algorithm: "table_comparison"
4456   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4457   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4458   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4459   columns:
4460     - title: "3n-skx"
4461       data-set: "vpp-compare-topologies-ref"
4462     - title: "2n-skx"
4463       data-set: "vpp-compare-topologies-cmp"
4464   comparisons:
4465     - title: "Diff"
4466       reference: 1
4467       compare: 2
4468   legend:
4469     - ""
4470     - "3n-skx, 2n-skx - topologies tested."
4471     - "Diff - difference between 3n-skx and 2n-skx topologies."
4472
4473 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4474 - type: "table"
4475   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4476   algorithm: "table_comparison"
4477   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4478   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4479   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4480   columns:
4481     - title: "3n-skx"
4482       data-set: "vpp-compare-topologies-ref"
4483     - title: "2n-skx"
4484       data-set: "vpp-compare-topologies-cmp"
4485   comparisons:
4486     - title: "Diff"
4487       reference: 1
4488       compare: 2
4489   legend:
4490     - ""
4491     - "3n-skx, 2n-skx - topologies tested."
4492     - "Diff - difference between 3n-skx and 2n-skx topologies."
4493
4494 # VPP Performance Changes 3n-hsw 1t1c mrr
4495 - type: "table"
4496   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4497   algorithm: "table_comparison"
4498   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4500   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4501   columns:
4502     - title: "2001.0-2"
4503       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4504     - title: "2005.0-4"
4505       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4506     - title: "2005.0-5"
4507       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4508     - title: "2009.0-5"
4509       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4510   comparisons:
4511     - title: "2005.0-5 vs 2005.0-4"
4512       reference: 2
4513       compare: 3
4514 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4515     - title: "2009.0-5 vs 2005.0-5"
4516       reference: 3
4517       compare: 4
4518 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4519   legend:
4520     - ''
4521     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4522     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4523     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4524     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4525     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4526
4527 # VPP Performance Changes 3n-hsw 2t2c mrr
4528 - type: "table"
4529   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4530   algorithm: "table_comparison"
4531   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4533   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4534   columns:
4535     - title: "2001.0-2"
4536       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4537     - title: "2005.0-4"
4538       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4539     - title: "2005.0-5"
4540       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4541     - title: "2009.0-5"
4542       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4543   comparisons:
4544     - title: "2005.0-5 vs 2005.0-4"
4545       reference: 2
4546       compare: 3
4547 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4548     - title: "2009.0-5 vs 2005.0-5"
4549       reference: 3
4550       compare: 4
4551 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4552   legend:
4553     - ''
4554     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4555     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4556     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4557     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4558     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4559
4560 # VPP Performance Changes 3n-hsw 4t4c mrr
4561 - type: "table"
4562   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4563   algorithm: "table_comparison"
4564   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4566   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4567   columns:
4568     - title: "2001.0-2"
4569       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4570     - title: "2005.0-4"
4571       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4572     - title: "2005.0-5"
4573       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4574     - title: "2009.0-5"
4575       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4576   comparisons:
4577     - title: "2005.0-5 vs 2005.0-4"
4578       reference: 2
4579       compare: 3
4580 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4581     - title: "2009.0-5 vs 2005.0-5"
4582       reference: 3
4583       compare: 4
4584 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4585   legend:
4586     - ''
4587     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4588     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4589     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4590     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4591     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4592
4593 # VPP Performance Changes 3n-skx 2t1c mrr
4594 - type: "table"
4595   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4596   algorithm: "table_comparison"
4597   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4599   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4600   columns:
4601     - title: "2001.0-2"
4602       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4603     - title: "2005.0-4"
4604       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4605     - title: "2005.0-5"
4606       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4607     - title: "2009.0-5"
4608       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4609   comparisons:
4610     - title: "2005.0-5 vs 2005.0-4"
4611       reference: 2
4612       compare: 3
4613 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4614     - title: "2009.0-5 vs 2005.0-5"
4615       reference: 2
4616       compare: 3
4617 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4618   legend:
4619     - ''
4620     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4621     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4622     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4623     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4624     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4625
4626 # VPP Performance Changes 3n-skx 4t2c mrr
4627 - type: "table"
4628   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4629   algorithm: "table_comparison"
4630   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4632   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4633   columns:
4634     - title: "2001.0-2"
4635       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4636     - title: "2005.0-4"
4637       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4638     - title: "2005.0-5"
4639       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4640     - title: "2009.0-5"
4641       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4642   comparisons:
4643     - title: "2005.0-5 vs 2005.0-4"
4644       reference: 2
4645       compare: 3
4646 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4647     - title: "2009.0-5 vs 2005.0-5"
4648       reference: 2
4649       compare: 3
4650 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4651   legend:
4652     - ''
4653     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4654     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4655     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4656     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4657     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4658
4659 # VPP Performance Changes 3n-skx 8t4c mrr
4660 - type: "table"
4661   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4662   algorithm: "table_comparison"
4663   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4665   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4666   columns:
4667     - title: "2001.0-2"
4668       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4669     - title: "2005.0-4"
4670       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4671     - title: "2005.0-5"
4672       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4673     - title: "2009.0-5"
4674       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4675   comparisons:
4676     - title: "2005.0-5 vs 2005.0-4"
4677       reference: 2
4678       compare: 3
4679 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4680     - title: "2009.0-5 vs 2005.0-5"
4681       reference: 2
4682       compare: 3
4683 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4684   legend:
4685     - ''
4686     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4687     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4688     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4689     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4690     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4691
4692 # VPP Performance Changes 2n-skx 2t1c mrr
4693 - type: "table"
4694   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4695   algorithm: "table_comparison"
4696   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4697   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4698   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4699   columns:
4700     - title: "2001.0-2"
4701       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4702     - title: "2005.0-4"
4703       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4704     - title: "2005.0-5"
4705       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4706     - title: "2009.0-5"
4707       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4708   comparisons:
4709     - title: "2005.0-5 vs 2005.0-4"
4710       reference: 2
4711       compare: 3
4712 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4713     - title: "2009.0-5 vs 2005.0-4"
4714       reference: 3
4715       compare: 4
4716 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4717   legend:
4718     - ''
4719     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4720     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4721     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4722     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4723     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4724
4725 # VPP Performance Changes 2n-skx 4t2c mrr
4726 - type: "table"
4727   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4728   algorithm: "table_comparison"
4729   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4730   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4731   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4732   columns:
4733     - title: "2001.0-2"
4734       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4735     - title: "2005.0-4"
4736       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4737     - title: "2005.0-5"
4738       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4739     - title: "2009.0-5"
4740       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4741   comparisons:
4742     - title: "2005.0-5 vs 2005.0-4"
4743       reference: 2
4744       compare: 3
4745 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4746     - title: "2009.0-5 vs 2005.0-4"
4747       reference: 3
4748       compare: 4
4749 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4750   legend:
4751     - ''
4752     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4753     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4754     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4755     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4756     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4757
4758 # VPP Performance Changes 2n-skx 8t4c mrr
4759 - type: "table"
4760   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4761   algorithm: "table_comparison"
4762   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4764   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4765   columns:
4766     - title: "2001.0-2"
4767       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4768     - title: "2005.0-4"
4769       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4770     - title: "2005.0-5"
4771       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4772     - title: "2009.0-5"
4773       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4774   comparisons:
4775     - title: "2005.0-5 vs 2005.0-4"
4776       reference: 2
4777       compare: 3
4778 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4779     - title: "2009.0-5 vs 2005.0-4"
4780       reference: 3
4781       compare: 4
4782 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4783   legend:
4784     - ''
4785     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4786     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4787     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4788     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4789     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4790
4791 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4792 - type: "table"
4793   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4794   algorithm: "table_comparison"
4795   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4797   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4798   columns:
4799     - title: "2001.0-2"
4800       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4801     - title: "2005.0-4"
4802       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4803     - title: "2005.0-5"
4804       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4805     - title: "2009.0-5"
4806       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4807   comparisons:
4808     - title: "2005.0-5 vs 2005.0-4"
4809       reference: 2
4810       compare: 3
4811 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4812     - title: "2009.0-5 vs 2005.0-5"
4813       reference: 3
4814       compare: 4
4815 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4816   legend:
4817     - ''
4818     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4819     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4820     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4821     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4822     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4823
4824 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4825 - type: "table"
4826   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4827   algorithm: "table_comparison"
4828   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4830   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4831   columns:
4832     - title: "2001.0-2"
4833       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4834     - title: "2005.0-4"
4835       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4836     - title: "2005.0-5"
4837       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4838     - title: "2009.0-5"
4839       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4840   comparisons:
4841     - title: "2005.0-5 vs 2005.0-4"
4842       reference: 2
4843       compare: 3
4844 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4845     - title: "2009.0-5 vs 2005.0-5"
4846       reference: 3
4847       compare: 4
4848 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4849   legend:
4850     - ''
4851     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4852     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4853     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4854     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4855     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4856
4857 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4858 - type: "table"
4859   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4860   algorithm: "table_comparison"
4861   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4863   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4864   columns:
4865     - title: "2001.0-2"
4866       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4867     - title: "2005.0-4"
4868       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4869     - title: "2005.0-5"
4870       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4871     - title: "2009.0-5"
4872       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4873   comparisons:
4874     - title: "2005.0-5 vs 2005.0-4"
4875       reference: 2
4876       compare: 3
4877 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4878     - title: "2009.0-5 vs 2005.0-5"
4879       reference: 3
4880       compare: 4
4881 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4882   legend:
4883     - ''
4884     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4885     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4886     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4887     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4888     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4889
4890 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4891 #- type: "table"
4892 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4893 #  algorithm: "table_comparison"
4894 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4895 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4896 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4897 #  columns:
4898 #    - title: "2001"
4899 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4900 #    - title: "2005"
4901 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4902 #  comparisons:
4903 #    - title: "Diff"
4904 #      reference: 1
4905 #      compare: 2
4906 #  legend:
4907 #    - ""
4908 #    - "2001, 2005 - VPP versions tested."
4909 #    - "Diff - difference between 2001 and 2005 VPP version."
4910 #
4911 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4912 #- type: "table"
4913 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4914 #  algorithm: "table_comparison"
4915 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4916 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4917 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4918 #  columns:
4919 #    - title: "2001"
4920 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4921 #    - title: "2005"
4922 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4923 #  comparisons:
4924 #    - title: "Diff"
4925 #      reference: 1
4926 #      compare: 2
4927 #  legend:
4928 #    - ""
4929 #    - "2001, 2005 - VPP versions tested."
4930 #    - "Diff - difference between 2001 and 2005 VPP version."
4931 #
4932 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4933 #- type: "table"
4934 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4935 #  algorithm: "table_comparison"
4936 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4937 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4938 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4939 #  columns:
4940 #    - title: "2001"
4941 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4942 #    - title: "2005"
4943 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4944 #  comparisons:
4945 #    - title: "Diff"
4946 #      reference: 1
4947 #      compare: 2
4948 #  legend:
4949 #    - ""
4950 #    - "2001, 2005 - VPP versions tested."
4951 #    - "Diff - difference between 2001 and 2005 VPP version."
4952
4953 # VPP Performance Changes 2n-dnv 1t1c mrr
4954 - type: "table"
4955   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4956   algorithm: "table_comparison"
4957   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4958   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4959   filter: "'1T1C'"
4960   columns:
4961     - title: "2001.0-2"
4962       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4963     - title: "2005.0-5"
4964       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4965     - title: "2009.0-5"
4966       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4967   comparisons:
4968     - title: "2009.0-5 vs 2005.0-5"
4969       reference: 2
4970       compare: 3
4971   legend:
4972     - ''
4973     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4974     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4975     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4976     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4977
4978 # VPP Performance Changes 2n-dnv 2t2c mrr
4979 - type: "table"
4980   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4981   algorithm: "table_comparison"
4982   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4983   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4984   filter: "'2T2C'"
4985   columns:
4986     - title: "2001.0-2"
4987       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4988     - title: "2005.0-5"
4989       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4990     - title: "2009.0-5"
4991       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4992   comparisons:
4993     - title: "2009.0-5 vs 2005.0-5"
4994       reference: 2
4995       compare: 3
4996   legend:
4997     - ''
4998     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4999     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5000     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5001     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5002
5003 # VPP Performance Changes 2n-dnv 4t4c mrr
5004 - type: "table"
5005   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5006   algorithm: "table_comparison"
5007   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5008   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5009   filter: "'4T4C'"
5010   columns:
5011     - title: "2001.0-2"
5012       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5013     - title: "2005.0-5"
5014       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5015     - title: "2009.0-5"
5016       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5017   comparisons:
5018     - title: "2009.0-5 vs 2005.0-5"
5019       reference: 2
5020       compare: 3
5021   legend:
5022     - ''
5023     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5024     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5025     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5026     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5027
5028 # VPP Performance Changes 3n-dnv 1t1c mrr
5029 - type: "table"
5030   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5031   algorithm: "table_comparison"
5032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5034   filter: "'1T1C'"
5035   columns:
5036     - title: "2001.0-2"
5037       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5038     - title: "2005.0-5"
5039       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5040     - title: "2009.0-5"
5041       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5042   comparisons:
5043     - title: "2009.0-5 vs 2005.0-5"
5044       reference: 2
5045       compare: 3
5046   legend:
5047     - ''
5048     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5049     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5050     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5051     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5052
5053 # VPP Performance Changes 3n-dnv 2t2c mrr
5054 - type: "table"
5055   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5056   algorithm: "table_comparison"
5057   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5058   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5059   filter: "'2T2C'"
5060   columns:
5061     - title: "2001.0-2"
5062       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5063     - title: "2005.0-5"
5064       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5065     - title: "2009.0-5"
5066       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5067   comparisons:
5068     - title: "2009.0-5 vs 2005.0-5"
5069       reference: 2
5070       compare: 3
5071   legend:
5072     - ''
5073     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5074     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5075     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5076     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5077
5078 # VPP Performance Changes 3n-dnv 4t4c mrr
5079 - type: "table"
5080   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5081   algorithm: "table_comparison"
5082   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5084   filter: "'4T4C'"
5085   columns:
5086     - title: "2001.0-2"
5087       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5088     - title: "2005.0-5"
5089       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5090     - title: "2009.0-5"
5091       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5092   comparisons:
5093     - title: "2009.0-5 vs 2005.0-5"
5094       reference: 2
5095       compare: 3
5096   legend:
5097     - ''
5098     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5099     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5100     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5101     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5102
5103 # VPP Performance Changes 3n-tsh 1t1c mrr
5104 - type: "table"
5105   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5106   algorithm: "table_comparison"
5107   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5109   filter: "'1T1C'"
5110   columns:
5111     - title: "2001.0-2"
5112       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5113     - title: "2005.0-4"
5114       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5115     - title: "2005.0-5"
5116       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5117     - title: "2009.0-5"
5118       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5119   comparisons:
5120     - title: "2005.0-5 vs 2005.0-4"
5121       reference: 2
5122       compare: 3
5123 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5124     - title: "2009.0-5 vs 2005.0-5"
5125       reference: 3
5126       compare: 4
5127 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5128   legend:
5129     - ''
5130     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5131     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5132     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5133     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5134     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5135
5136 # VPP Performance Changes 3n-tsh 2t2c mrr
5137 - type: "table"
5138   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5139   algorithm: "table_comparison"
5140   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5141   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5142   filter: "'2T2C'"
5143   columns:
5144     - title: "2001.0-2"
5145       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5146     - title: "2005.0-4"
5147       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5148     - title: "2005.0-5"
5149       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5150     - title: "2009.0-5"
5151       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5152   comparisons:
5153     - title: "2005.0-5 vs 2005.0-4"
5154       reference: 2
5155       compare: 3
5156 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5157     - title: "2009.0-5 vs 2005.0-5"
5158       reference: 3
5159       compare: 4
5160 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5161   legend:
5162     - ''
5163     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5164     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5165     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5166     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5167     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5168
5169 # VPP Performance Changes 3n-tsh 4t4c mrr
5170 - type: "table"
5171   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5172   algorithm: "table_comparison"
5173   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5175   filter: "'4T4C'"
5176   columns:
5177     - title: "2001.0-2"
5178       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5179     - title: "2005.0-4"
5180       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5181     - title: "2005.0-5"
5182       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5183     - title: "2009.0-5"
5184       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5185   comparisons:
5186     - title: "2005.0-5 vs 2005.0-4"
5187       reference: 2
5188       compare: 3
5189 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5190     - title: "2009.0-5 vs 2005.0-5"
5191       reference: 3
5192       compare: 4
5193 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5194   legend:
5195     - ''
5196     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5197     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5198     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5199     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5200     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5201
5202 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5203 - type: "table"
5204   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5205   algorithm: "table_comparison"
5206   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5207   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5208   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5209   columns:
5210     - title: "3n-hsw xl710"
5211       data-set: "vpp-compare-testbeds-mrr-ref"
5212       tag: "NIC_Intel-XL710"
5213     - title: "3n-skx xxv710"
5214       data-set: "vpp-compare-testbeds-mrr-cmp"
5215       tag: "NIC_Intel-XXV710"
5216   comparisons:
5217     - title: "Diff"
5218       reference: 1
5219       compare: 2
5220   legend:
5221     - ""
5222     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5223     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5224
5225 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5226 - type: "table"
5227   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5228   algorithm: "table_comparison"
5229   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5230   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5231   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5232   columns:
5233     - title: "3n-hsw xl710"
5234       data-set: "vpp-compare-testbeds-mrr-ref"
5235       tag: "NIC_Intel-XL710"
5236     - title: "3n-skx xxv710"
5237       data-set: "vpp-compare-testbeds-mrr-cmp"
5238       tag: "NIC_Intel-XXV710"
5239   comparisons:
5240     - title: "Diff"
5241       reference: 1
5242       compare: 2
5243   legend:
5244     - ""
5245     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5246     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5247
5248 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5249 - type: "table"
5250   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5251   algorithm: "table_comparison"
5252   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5253   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5254   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5255   columns:
5256     - title: "3n-hsw xl710"
5257       data-set: "vpp-compare-testbeds-mrr-ref"
5258       tag: "NIC_Intel-XL710"
5259     - title: "3n-skx xxv710"
5260       data-set: "vpp-compare-testbeds-mrr-cmp"
5261       tag: "NIC_Intel-XXV710"
5262   comparisons:
5263     - title: "Diff"
5264       reference: 1
5265       compare: 2
5266   legend:
5267     - ""
5268     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5269     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5270
5271 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5272 - type: "table"
5273   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5274   algorithm: "table_comparison"
5275   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5276   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5277   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5278   columns:
5279     - title: "2n-skx"
5280       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5281     - title: "2n-clx"
5282       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5283   comparisons:
5284     - title: "Diff"
5285       reference: 1
5286       compare: 2
5287   legend:
5288     - ""
5289     - "2n-skx, 2n-clx - testbeds and NICs tested."
5290     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5291
5292 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5293 - type: "table"
5294   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5295   algorithm: "table_comparison"
5296   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5298   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5299   columns:
5300     - title: "2n-skx"
5301       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5302     - title: "2n-clx"
5303       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5304   comparisons:
5305     - title: "Diff"
5306       reference: 1
5307       compare: 2
5308   legend:
5309     - ""
5310     - "2n-skx, 2n-clx - testbeds and NICs tested."
5311     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5312
5313 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5314 - type: "table"
5315   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5316   algorithm: "table_comparison"
5317   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5318   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5319   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5320   columns:
5321     - title: "2n-skx"
5322       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5323     - title: "2n-clx"
5324       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5325   comparisons:
5326     - title: "Diff"
5327       reference: 1
5328       compare: 2
5329   legend:
5330     - ""
5331     - "2n-skx, 2n-clx - testbeds and NICs tested."
5332     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5333
5334 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5335 - type: "table"
5336   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5337   algorithm: "table_comparison"
5338   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5339   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5340   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5341   columns:
5342     - title: "3n-skx"
5343       data-set: "vpp-compare-topologies-mrr-ref"
5344     - title: "2n-skx"
5345       data-set: "vpp-compare-topologies-mrr-cmp"
5346   comparisons:
5347     - title: "Diff"
5348       reference: 1
5349       compare: 2
5350   legend:
5351     - ""
5352     - "3n-skx, 2n-skx - topologies tested."
5353     - "Diff - difference between 3n-skx and 2n-skx topologies."
5354
5355 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5356 - type: "table"
5357   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5358   algorithm: "table_comparison"
5359   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5360   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5361   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5362   columns:
5363     - title: "3n-skx"
5364       data-set: "vpp-compare-topologies-mrr-ref"
5365     - title: "2n-skx"
5366       data-set: "vpp-compare-topologies-mrr-cmp"
5367   comparisons:
5368     - title: "Diff"
5369       reference: 1
5370       compare: 2
5371   legend:
5372     - ""
5373     - "3n-skx, 2n-skx - topologies tested."
5374     - "Diff - difference between 3n-skx and 2n-skx topologies."
5375
5376 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5377 - type: "table"
5378   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5379   algorithm: "table_comparison"
5380   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5381   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5382   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5383   columns:
5384     - title: "3n-skx"
5385       data-set: "vpp-compare-topologies-mrr-ref"
5386     - title: "2n-skx"
5387       data-set: "vpp-compare-topologies-mrr-cmp"
5388   comparisons:
5389     - title: "Diff"
5390       reference: 1
5391       compare: 2
5392   legend:
5393     - ""
5394     - "3n-skx, 2n-skx - topologies tested."
5395     - "Diff - difference between 3n-skx and 2n-skx topologies."
5396
5397 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5398 - type: "table"
5399   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5400   algorithm: "table_comparison"
5401   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5402   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5403   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5404   columns:
5405     - title: "3n-hsw xl710"
5406       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5407       tag: "NIC_Intel-XL710"
5408     - title: "2n-clx xxv710"
5409       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5410       tag: "NIC_Intel-XXV710"
5411   comparisons:
5412     - title: "Diff"
5413       reference: 1
5414       compare: 2
5415   legend:
5416     - ""
5417     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5418     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5419
5420 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5421 - type: "table"
5422   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5423   algorithm: "table_comparison"
5424   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5425   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5426   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5427   columns:
5428     - title: "3n-hsw xl710"
5429       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5430       tag: "NIC_Intel-XL710"
5431     - title: "2n-clx xxv710"
5432       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5433       tag: "NIC_Intel-XXV710"
5434   comparisons:
5435     - title: "Diff"
5436       reference: 1
5437       compare: 2
5438   legend:
5439     - ""
5440     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5441     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5442
5443 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5444 - type: "table"
5445   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5446   algorithm: "table_comparison"
5447   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5448   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5449   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5450   columns:
5451     - title: "3n-hsw xl710"
5452       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5453       tag: "NIC_Intel-XL710"
5454     - title: "2n-clx xxv710"
5455       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5456       tag: "NIC_Intel-XXV710"
5457   comparisons:
5458     - title: "Diff"
5459       reference: 1
5460       compare: 2
5461   legend:
5462     - ""
5463     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5464     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5465
5466 # Detailed Test Results - VPP Performance Results 3n-hsw
5467 - type: "table"
5468   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5469   algorithm: "table_merged_details"
5470   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5471   columns:
5472     - title: " |prein| Test Name |preout| "
5473       data: "data name"
5474     - 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| "
5475       data: "data msg"
5476   data: "vpp-perf-results-3n-hsw"
5477   filter: "all"
5478   parameters:
5479   - "name"
5480   - "parent"
5481   - "msg"
5482
5483 # Detailed Test Results - VPP Performance Results 3n-skx
5484 - type: "table"
5485   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5486   algorithm: "table_merged_details"
5487   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5488   columns:
5489     - title: " |prein| Test Name |preout| "
5490       data: "data name"
5491     - 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| "
5492       data: "data msg"
5493   data: "vpp-perf-results-3n-skx"
5494   filter: "all"
5495   remove-ndr: False
5496   parameters:
5497   - "name"
5498   - "parent"
5499   - "msg"
5500
5501 # Detailed Test Results - VPP Performance Results 2n-skx
5502 - type: "table"
5503   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5504   algorithm: "table_merged_details"
5505   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5506   columns:
5507     - title: " |prein| Test Name |preout| "
5508       data: "data name"
5509     - 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| "
5510       data: "data msg"
5511   data: "vpp-perf-results-2n-skx"
5512   filter: "all"
5513   remove-ndr: False
5514   parameters:
5515   - "name"
5516   - "parent"
5517   - "msg"
5518
5519 # Detailed Test Results - VPP Performance Results 2n-clx
5520 - type: "table"
5521   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5522   algorithm: "table_merged_details"
5523   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5524   columns:
5525     - title: " |prein| Test Name |preout| "
5526       data: "data name"
5527     - 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| "
5528       data: "data msg"
5529   data: "vpp-perf-results-2n-clx"
5530   filter: "all"
5531   parameters:
5532   - "name"
5533   - "parent"
5534   - "msg"
5535
5536 # Detailed Test Results - VPP Performance Results 3n-tsh
5537 - type: "table"
5538   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5539   algorithm: "table_merged_details"
5540   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5541   columns:
5542     - title: " |prein| Test Name |preout| "
5543       data: "data name"
5544     - 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| "
5545       data: "data msg"
5546   data: "vpp-perf-results-3n-tsh"
5547   filter: "all"
5548   parameters:
5549   - "name"
5550   - "parent"
5551   - "msg"
5552
5553 # Detailed Test Results - VPP Performance Results 3n-dnv
5554 - type: "table"
5555   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5556   algorithm: "table_merged_details"
5557   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5558   columns:
5559     - title: " |prein| Test Name |preout| "
5560       data: "data name"
5561     - 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| "
5562       data: "data msg"
5563   data: "vpp-perf-results-3n-dnv"
5564   filter: "all"
5565   parameters:
5566   - "name"
5567   - "parent"
5568   - "msg"
5569
5570 # Detailed Test Results - VPP Performance Results 2n-dnv
5571 - type: "table"
5572   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5573   algorithm: "table_merged_details"
5574   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5575   columns:
5576     - title: " |prein| Test Name |preout| "
5577       data: "data name"
5578     - 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| "
5579       data: "data msg"
5580   data: "vpp-perf-results-2n-dnv"
5581   filter: "all"
5582   parameters:
5583   - "name"
5584   - "parent"
5585   - "msg"
5586
5587 # Test configuration - VPP Performance Test Configs 3n-hsw
5588 - type: "table"
5589   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5590   algorithm: "table_merged_details"
5591   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5592   columns:
5593     - title: " |prein| Test Name |preout| "
5594       data: "data name"
5595     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5596       data: "data conf-history"
5597   data: "vpp-perf-results-3n-hsw"
5598   filter: "all"
5599   parameters:
5600   - "parent"
5601   - "name"
5602   - "conf-history"
5603
5604 # Test configuration - VPP Performance Test Configs 3n-skx
5605 - type: "table"
5606   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5607   algorithm: "table_merged_details"
5608   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5609   columns:
5610     - title: " |prein| Test Name |preout| "
5611       data: "data name"
5612     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5613       data: "data conf-history"
5614   data: "vpp-perf-results-3n-skx"
5615   filter: "all"
5616   parameters:
5617   - "parent"
5618   - "name"
5619   - "conf-history"
5620
5621 # Test configuration - VPP Performance Test Configs 2n-skx
5622 - type: "table"
5623   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5624   algorithm: "table_merged_details"
5625   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5626   columns:
5627     - title: " |prein| Test Name |preout| "
5628       data: "data name"
5629     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5630       data: "data conf-history"
5631   data: "vpp-perf-results-2n-skx"
5632   filter: "all"
5633   parameters:
5634   - "parent"
5635   - "name"
5636   - "conf-history"
5637
5638 # Test configuration - VPP Performance Test Configs 2n-clx
5639 - type: "table"
5640   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5641   algorithm: "table_merged_details"
5642   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5643   columns:
5644     - title: " |prein| Test Name |preout| "
5645       data: "data name"
5646     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5647       data: "data conf-history"
5648   data: "vpp-perf-results-2n-clx"
5649   filter: "all"
5650   parameters:
5651   - "parent"
5652   - "name"
5653   - "conf-history"
5654
5655 # Test configuration - VPP Performance Test Configs 3n-tsh
5656 - type: "table"
5657   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5658   algorithm: "table_merged_details"
5659   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5660   columns:
5661     - title: " |prein| Test Name |preout| "
5662       data: "data name"
5663     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5664       data: "data conf-history"
5665   data: "vpp-perf-results-3n-tsh"
5666   filter: "all"
5667   parameters:
5668   - "parent"
5669   - "name"
5670   - "conf-history"
5671
5672 # Test configuration - VPP Performance Test Configs 3n-dnv
5673 - type: "table"
5674   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5675   algorithm: "table_merged_details"
5676   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5677   columns:
5678     - title: " |prein| Test Name |preout| "
5679       data: "data name"
5680     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5681       data: "data conf-history"
5682   data: "vpp-perf-results-3n-dnv"
5683   filter: "all"
5684   parameters:
5685   - "parent"
5686   - "name"
5687   - "conf-history"
5688
5689 # Test configuration - VPP Performance Test Configs 2n-dnv
5690 - type: "table"
5691   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5692   algorithm: "table_merged_details"
5693   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5694   columns:
5695     - title: " |prein| Test Name |preout| "
5696       data: "data name"
5697     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5698       data: "data conf-history"
5699   data: "vpp-perf-results-2n-dnv"
5700   filter: "all"
5701   parameters:
5702   - "parent"
5703   - "name"
5704   - "conf-history"
5705
5706 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5707 - type: "table"
5708   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5709   algorithm: "table_oper_data_html"
5710   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5711   data: "vpp-perf-results-3n-hsw"
5712   filter: "all"
5713
5714 # Test Operational Data - VPP Performance Operational Data 3n-skx
5715 - type: "table"
5716   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5717   algorithm: "table_oper_data_html"
5718   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5719   data: "vpp-perf-results-3n-skx"
5720   filter: "all"
5721
5722 # Test Operational Data - VPP Performance Operational Data 2n-skx
5723 - type: "table"
5724   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5725   algorithm: "table_oper_data_html"
5726   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5727   data: "vpp-perf-results-2n-skx"
5728   filter: "all"
5729
5730 # Test Operational Data - VPP Performance Operational Data 2n-clx
5731 - type: "table"
5732   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5733   algorithm: "table_oper_data_html"
5734   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5735   data: "vpp-perf-results-2n-clx"
5736   filter: "all"
5737
5738 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5739 - type: "table"
5740   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5741   algorithm: "table_oper_data_html"
5742   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5743   data: "vpp-perf-results-3n-tsh"
5744   filter: "all"
5745
5746 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5747 - type: "table"
5748   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5749   algorithm: "table_oper_data_html"
5750   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5751   data: "vpp-perf-results-3n-dnv"
5752   filter: "all"
5753
5754 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5755 - type: "table"
5756   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5757   algorithm: "table_oper_data_html"
5758   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5759   data: "vpp-perf-results-2n-dnv"
5760   filter: "all"
5761
5762 # Detailed Test Results - VPP MRR Results 3n-hsw
5763 - type: "table"
5764   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5765   algorithm: "table_merged_details"
5766   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5767   columns:
5768     - title: " |prein| Test Name |preout| "
5769       data: "data name"
5770     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5771       data: "data msg"
5772   data: "vpp-mrr-results-3n-hsw"
5773   filter: "all"
5774   parameters:
5775   - "name"
5776   - "parent"
5777   - "msg"
5778
5779 # Detailed Test Results - VPP MRR Results 3n-skx
5780 - type: "table"
5781   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5782   algorithm: "table_merged_details"
5783   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5784   columns:
5785     - title: " |prein| Test Name |preout| "
5786       data: "data name"
5787     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5788       data: "data msg"
5789   data: "vpp-mrr-results-3n-skx"
5790   filter: "all"
5791   parameters:
5792   - "name"
5793   - "parent"
5794   - "msg"
5795
5796 # Detailed Test Results - VPP MRR Results 2n-skx
5797 - type: "table"
5798   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5799   algorithm: "table_merged_details"
5800   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5801   columns:
5802     - title: " |prein| Test Name |preout| "
5803       data: "data name"
5804     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5805       data: "data msg"
5806   data: "vpp-mrr-results-2n-skx"
5807   filter: "all"
5808   parameters:
5809   - "name"
5810   - "parent"
5811   - "msg"
5812
5813 # Detailed Test Results - VPP MRR Results 2n-clx
5814 - type: "table"
5815   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5816   algorithm: "table_merged_details"
5817   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5818   columns:
5819     - title: " |prein| Test Name |preout| "
5820       data: "data name"
5821     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5822       data: "data msg"
5823   data: "vpp-mrr-results-2n-clx"
5824   filter: "all"
5825   parameters:
5826   - "name"
5827   - "parent"
5828   - "msg"
5829
5830 # Detailed Test Results - VPP MRR Results 3n-tsh
5831 - type: "table"
5832   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5833   algorithm: "table_merged_details"
5834   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5835   columns:
5836     - title: " |prein| Test Name |preout| "
5837       data: "data name"
5838     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5839       data: "data msg"
5840   data: "vpp-mrr-results-3n-tsh"
5841   filter: "all"
5842   parameters:
5843   - "name"
5844   - "parent"
5845   - "msg"
5846
5847 # Detailed Test Results - VPP MRR Results 3n-dnv
5848 - type: "table"
5849   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5850   algorithm: "table_merged_details"
5851   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5852   columns:
5853     - title: " |prein| Test Name |preout| "
5854       data: "data name"
5855     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5856       data: "data msg"
5857   data: "vpp-mrr-results-3n-dnv"
5858   filter: "all"
5859   parameters:
5860   - "name"
5861   - "parent"
5862   - "msg"
5863
5864 # Detailed Test Results - VPP MRR Results 2n-dnv
5865 - type: "table"
5866   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5867   algorithm: "table_merged_details"
5868   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5869   columns:
5870     - title: " |prein| Test Name |preout| "
5871       data: "data name"
5872     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5873       data: "data msg"
5874   data: "vpp-mrr-results-2n-dnv"
5875   filter: "all"
5876   parameters:
5877   - "name"
5878   - "parent"
5879   - "msg"
5880
5881 # Test configuration - VPP MRR Test Configs 3n-hsw
5882 - type: "table"
5883   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5884   algorithm: "table_merged_details"
5885   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5886   columns:
5887     - title: " |prein| Test Name |preout| "
5888       data: "data name"
5889     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5890       data: "data conf-history"
5891   data: "vpp-mrr-results-3n-hsw"
5892   filter: "all"
5893   parameters:
5894   - "parent"
5895   - "name"
5896   - "conf-history"
5897
5898 # Test configuration - VPP MRR Test Configs 3n-skx
5899 - type: "table"
5900   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5901   algorithm: "table_merged_details"
5902   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5903   columns:
5904     - title: " |prein| Test Name |preout| "
5905       data: "data name"
5906     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5907       data: "data conf-history"
5908   data: "vpp-mrr-results-3n-skx"
5909   filter: "all"
5910   parameters:
5911   - "parent"
5912   - "name"
5913   - "conf-history"
5914
5915 # Test configuration - VPP MRR Test Configs 2n-skx
5916 - type: "table"
5917   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5918   algorithm: "table_merged_details"
5919   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5920   columns:
5921     - title: " |prein| Test Name |preout| "
5922       data: "data name"
5923     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5924       data: "data conf-history"
5925   data: "vpp-mrr-results-2n-skx"
5926   filter: "all"
5927   parameters:
5928   - "parent"
5929   - "name"
5930   - "conf-history"
5931
5932 # Test configuration - VPP MRR Test Configs 2n-clx
5933 - type: "table"
5934   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5935   algorithm: "table_merged_details"
5936   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5937   columns:
5938     - title: " |prein| Test Name |preout| "
5939       data: "data name"
5940     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5941       data: "data conf-history"
5942   data: "vpp-mrr-results-2n-clx"
5943   filter: "all"
5944   parameters:
5945   - "parent"
5946   - "name"
5947   - "conf-history"
5948
5949 # Test configuration - VPP MRR Test Configs 3n-tsh
5950 - type: "table"
5951   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5952   algorithm: "table_merged_details"
5953   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5954   columns:
5955     - title: " |prein| Test Name |preout| "
5956       data: "data name"
5957     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5958       data: "data conf-history"
5959   data: "vpp-mrr-results-3n-tsh"
5960   filter: "all"
5961   parameters:
5962   - "parent"
5963   - "name"
5964   - "conf-history"
5965
5966 # Test configuration - VPP MRR Test Configs 3n-dnv
5967 - type: "table"
5968   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5969   algorithm: "table_merged_details"
5970   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5971   columns:
5972     - title: " |prein| Test Name |preout| "
5973       data: "data name"
5974     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5975       data: "data conf-history"
5976   data: "vpp-mrr-results-3n-dnv"
5977   filter: "all"
5978   parameters:
5979   - "parent"
5980   - "name"
5981   - "conf-history"
5982
5983 # Test configuration - VPP MRR Test Configs 2n-dnv
5984 - type: "table"
5985   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5986   algorithm: "table_merged_details"
5987   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5988   columns:
5989     - title: " |prein| Test Name |preout| "
5990       data: "data name"
5991     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5992       data: "data conf-history"
5993   data: "vpp-mrr-results-2n-dnv"
5994   filter: "all"
5995   parameters:
5996   - "parent"
5997   - "name"
5998   - "conf-history"
5999
6000 # Detailed Test Results - VPP Device Results - Ubuntu
6001 - type: "table"
6002   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6003   algorithm: "table_merged_details"
6004   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6005   columns:
6006     - title: " |prein| Test Name |preout| "
6007       data: "data name"
6008     - title: " |prein| Status |preout| "
6009       data: "data status"
6010   data: "vpp-device-results-ubuntu"
6011   filter: "all"
6012   parameters:
6013   - "name"
6014   - "parent"
6015   - "doc"
6016   - "status"
6017
6018 # Test configuration - VPP Device Test Configs - Ubuntu
6019 - type: "table"
6020   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6021   algorithm: "table_merged_details"
6022   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6023   columns:
6024     - title: " |prein| Test Name |preout| "
6025       data: "data name"
6026     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6027       data: "data conf-history"
6028   data: "vpp-device-results-ubuntu"
6029   filter: "all"
6030   parameters:
6031   - "parent"
6032   - "name"
6033   - "conf-history"
6034
6035 ################################################################################
6036
6037 # DPDK Performance Changes 3n-hsw 1t1c pdr
6038 - type: "table"
6039   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6040   algorithm: "table_comparison"
6041   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6043   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6044   columns:
6045     - title: "2001"
6046       data-set: "dpdk-performance-changes-3n-hsw-h1"
6047     - title: "2005"
6048       data-set: "dpdk-performance-changes-3n-hsw-ref"
6049     - title: "2009"
6050       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6051   comparisons:
6052     - title: "Diff"
6053       reference: 2
6054       compare: 3
6055   legend:
6056     - ""
6057     - "2001, 2005, 2009 - DPDK versions tested."
6058     - "Diff - difference between 2005 and 2009 DPDK version."
6059
6060 # DPDK Performance Changes 3n-hsw 2t2c pdr
6061 - type: "table"
6062   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6063   algorithm: "table_comparison"
6064   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6065   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6066   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6067   columns:
6068     - title: "2001"
6069       data-set: "dpdk-performance-changes-3n-hsw-h1"
6070     - title: "2005"
6071       data-set: "dpdk-performance-changes-3n-hsw-ref"
6072     - title: "2009"
6073       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6074   comparisons:
6075     - title: "Diff"
6076       reference: 2
6077       compare: 3
6078   legend:
6079     - ""
6080     - "2001, 2005, 2009 - DPDK versions tested."
6081     - "Diff - difference between 2005 and 2009 DPDK version."
6082
6083 # DPDK Performance Changes 3n-hsw 1t1c pdr
6084 - type: "table"
6085   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6086   algorithm: "table_comparison"
6087   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6088   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6089   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6090   columns:
6091     - title: "2001"
6092       data-set: "dpdk-performance-changes-3n-hsw-h1"
6093     - title: "2005"
6094       data-set: "dpdk-performance-changes-3n-hsw-ref"
6095     - title: "2009"
6096       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6097   comparisons:
6098     - title: "Diff"
6099       reference: 2
6100       compare: 3
6101   legend:
6102     - ""
6103     - "2001, 2005, 2009 - DPDK versions tested."
6104     - "Diff - difference between 2005 and 2009 DPDK version."
6105
6106 # DPDK Performance Changes 3n-hsw 2t2c ndr
6107 - type: "table"
6108   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6109   algorithm: "table_comparison"
6110   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6112   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6113   columns:
6114     - title: "2001"
6115       data-set: "dpdk-performance-changes-3n-hsw-h1"
6116     - title: "2005"
6117       data-set: "dpdk-performance-changes-3n-hsw-ref"
6118     - title: "2009"
6119       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6120   comparisons:
6121     - title: "Diff"
6122       reference: 2
6123       compare: 3
6124   legend:
6125     - ""
6126     - "2001, 2005, 2009 - DPDK versions tested."
6127     - "Diff - difference between 2005 and 2009 DPDK version."
6128
6129 # DPDK Performance Changes 3n-skx 2t1c pdr
6130 - type: "table"
6131   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6132   algorithm: "table_comparison"
6133   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6134   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6135   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6136   columns:
6137     - title: "2001"
6138       data-set: "dpdk-performance-changes-3n-skx-h1"
6139     - title: "2005"
6140       data-set: "dpdk-performance-changes-3n-skx-ref"
6141     - title: "2009"
6142       data-set: "dpdk-performance-changes-3n-skx-cmp"
6143   comparisons:
6144     - title: "Diff"
6145       reference: 2
6146       compare: 3
6147   legend:
6148     - ""
6149     - "2001, 2005, 2009 - DPDK versions tested."
6150     - "Diff - difference between 2005 and 2009 DPDK version."
6151
6152 # DPDK Performance Changes 3n-skx 4t2c pdr
6153 - type: "table"
6154   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6155   algorithm: "table_comparison"
6156   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6158   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6159   columns:
6160     - title: "2001"
6161       data-set: "dpdk-performance-changes-3n-skx-h1"
6162     - title: "2005"
6163       data-set: "dpdk-performance-changes-3n-skx-ref"
6164     - title: "2009"
6165       data-set: "dpdk-performance-changes-3n-skx-cmp"
6166   comparisons:
6167     - title: "Diff"
6168       reference: 2
6169       compare: 3
6170   legend:
6171     - ""
6172     - "2001, 2005, 2009 - DPDK versions tested."
6173     - "Diff - difference between 2005 and 2009 DPDK version."
6174
6175 # DPDK Performance Changes 3n-skx 2t1c ndr
6176 - type: "table"
6177   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6178   algorithm: "table_comparison"
6179   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6181   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6182   columns:
6183     - title: "2001"
6184       data-set: "dpdk-performance-changes-3n-skx-h1"
6185     - title: "2005"
6186       data-set: "dpdk-performance-changes-3n-skx-ref"
6187     - title: "2009"
6188       data-set: "dpdk-performance-changes-3n-skx-cmp"
6189   comparisons:
6190     - title: "Diff"
6191       reference: 2
6192       compare: 3
6193   legend:
6194     - ""
6195     - "2001, 2005, 2009 - DPDK versions tested."
6196     - "Diff - difference between 2005 and 2009 DPDK version."
6197
6198 # DPDK Performance Changes 3n-skx 4t2c ndr
6199 - type: "table"
6200   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6201   algorithm: "table_comparison"
6202   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6204   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6205   columns:
6206     - title: "2001"
6207       data-set: "dpdk-performance-changes-3n-skx-h1"
6208     - title: "2005"
6209       data-set: "dpdk-performance-changes-3n-skx-ref"
6210     - title: "2009"
6211       data-set: "dpdk-performance-changes-3n-skx-cmp"
6212   comparisons:
6213     - title: "Diff"
6214       reference: 2
6215       compare: 3
6216   legend:
6217     - ""
6218     - "2001, 2005, 2009 - DPDK versions tested."
6219     - "Diff - difference between 2005 and 2009 DPDK version."
6220
6221 # DPDK Performance Changes 2n-skx 2t1c pdr
6222 - type: "table"
6223   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6224   algorithm: "table_comparison"
6225   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6227   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6228   columns:
6229     - title: "2001"
6230       data-set: "dpdk-performance-changes-2n-skx-h1"
6231     - title: "2005"
6232       data-set: "dpdk-performance-changes-2n-skx-ref"
6233     - title: "2009"
6234       data-set: "dpdk-performance-changes-2n-skx-cmp"
6235   comparisons:
6236     - title: "Diff"
6237       reference: 2
6238       compare: 3
6239   legend:
6240     - ""
6241     - "2001, 2005, 2009 - DPDK versions tested."
6242     - "Diff - difference between 2005 and 2009 DPDK version."
6243
6244 # DPDK Performance Changes 2n-skx 4t2c pdr
6245 - type: "table"
6246   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6247   algorithm: "table_comparison"
6248   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6250   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6251   columns:
6252     - title: "2001"
6253       data-set: "dpdk-performance-changes-2n-skx-h1"
6254     - title: "2005"
6255       data-set: "dpdk-performance-changes-2n-skx-ref"
6256     - title: "2009"
6257       data-set: "dpdk-performance-changes-2n-skx-cmp"
6258   comparisons:
6259     - title: "Diff"
6260       reference: 2
6261       compare: 3
6262   legend:
6263     - ""
6264     - "2001, 2005, 2009 - DPDK versions tested."
6265     - "Diff - difference between 2005 and 2009 DPDK version."
6266
6267 # DPDK Performance Changes 2n-skx 2t1c ndr
6268 - type: "table"
6269   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6270   algorithm: "table_comparison"
6271   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6272   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6273   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6274   columns:
6275     - title: "2001"
6276       data-set: "dpdk-performance-changes-2n-skx-h1"
6277     - title: "2005"
6278       data-set: "dpdk-performance-changes-2n-skx-ref"
6279     - title: "2009"
6280       data-set: "dpdk-performance-changes-2n-skx-cmp"
6281   comparisons:
6282     - title: "Diff"
6283       reference: 2
6284       compare: 3
6285   legend:
6286     - ""
6287     - "2001, 2005, 2009 - DPDK versions tested."
6288     - "Diff - difference between 2005 and 2009 DPDK version."
6289
6290 # DPDK Performance Changes 2n-skx 4t2c ndr
6291 - type: "table"
6292   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6293   algorithm: "table_comparison"
6294   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6295   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6296   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6297   columns:
6298     - title: "2001"
6299       data-set: "dpdk-performance-changes-2n-skx-h1"
6300     - title: "2005"
6301       data-set: "dpdk-performance-changes-2n-skx-ref"
6302     - title: "2009"
6303       data-set: "dpdk-performance-changes-2n-skx-cmp"
6304   comparisons:
6305     - title: "Diff"
6306       reference: 2
6307       compare: 3
6308   legend:
6309     - ""
6310     - "2001, 2005, 2009 - DPDK versions tested."
6311     - "Diff - difference between 2005 and 2009 DPDK version."
6312
6313 # DPDK Performance Changes 2n-clx 2t1c pdr
6314 - type: "table"
6315   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6316   algorithm: "table_comparison"
6317   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6318   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6319   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6320   columns:
6321     - title: "2001"
6322       data-set: "dpdk-performance-changes-2n-clx-h1"
6323     - title: "2005"
6324       data-set: "dpdk-performance-changes-2n-clx-ref"
6325     - title: "2009"
6326       data-set: "dpdk-performance-changes-2n-clx-cmp"
6327   comparisons:
6328     - title: "Diff"
6329       reference: 2
6330       compare: 3
6331   legend:
6332     - ""
6333     - "2001, 2005, 2009 - DPDK versions tested."
6334     - "Diff - difference between 2005 and 2009 DPDK version."
6335
6336 # DPDK Performance Changes 2n-clx 4t2c pdr
6337 - type: "table"
6338   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6339   algorithm: "table_comparison"
6340   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6341   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6342   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6343   columns:
6344     - title: "2001"
6345       data-set: "dpdk-performance-changes-2n-clx-h1"
6346     - title: "2005"
6347       data-set: "dpdk-performance-changes-2n-clx-ref"
6348     - title: "2009"
6349       data-set: "dpdk-performance-changes-2n-clx-cmp"
6350   comparisons:
6351     - title: "Diff"
6352       reference: 2
6353       compare: 3
6354   legend:
6355     - ""
6356     - "2001, 2005, 2009 - DPDK versions tested."
6357     - "Diff - difference between 2005 and 2009 DPDK version."
6358
6359 # DPDK Performance Changes 2n-clx 2t1c ndr
6360 - type: "table"
6361   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6362   algorithm: "table_comparison"
6363   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6364   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6365   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6366   columns:
6367     - title: "2001"
6368       data-set: "dpdk-performance-changes-2n-clx-h1"
6369     - title: "2005"
6370       data-set: "dpdk-performance-changes-2n-clx-ref"
6371     - title: "2009"
6372       data-set: "dpdk-performance-changes-2n-clx-cmp"
6373   comparisons:
6374     - title: "Diff"
6375       reference: 2
6376       compare: 3
6377   legend:
6378     - ""
6379     - "2001, 2005, 2009 - DPDK versions tested."
6380     - "Diff - difference between 2005 and 2009 DPDK version."
6381
6382 # DPDK Performance Changes 2n-clx 4t2c ndr
6383 - type: "table"
6384   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6385   algorithm: "table_comparison"
6386   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6387   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6388   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6389   columns:
6390     - title: "2001"
6391       data-set: "dpdk-performance-changes-2n-clx-h1"
6392     - title: "2005"
6393       data-set: "dpdk-performance-changes-2n-clx-ref"
6394     - title: "2009"
6395       data-set: "dpdk-performance-changes-2n-clx-cmp"
6396   comparisons:
6397     - title: "Diff"
6398       reference: 2
6399       compare: 3
6400   legend:
6401     - ""
6402     - "2001, 2005, 2009 - DPDK versions tested."
6403     - "Diff - difference between 2005 and 2009 DPDK version."
6404
6405 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6406 #- type: "table"
6407 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6408 #  algorithm: "table_comparison"
6409 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6410 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6411 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6412 #  columns:
6413 #    - title: "2001"
6414 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6415 #    - title: "2005"
6416 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6417 #    - title: "2009"
6418 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6419 #  comparisons:
6420 #    - title: "Diff"
6421 #      reference: 2
6422 #      compare: 3
6423 #  legend:
6424 #    - ""
6425 #    - "2001, 2005, 2009 - DPDK versions tested."
6426 #    - "Diff - difference between 2005 and 2009 DPDK version."
6427 #
6428 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6429 #- type: "table"
6430 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6431 #  algorithm: "table_comparison"
6432 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6433 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6434 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6435 #  columns:
6436 #    - title: "2001"
6437 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6438 #    - title: "2005"
6439 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6440 #    - title: "2009"
6441 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6442 #  comparisons:
6443 #    - title: "Diff"
6444 #      reference: 2
6445 #      compare: 3
6446 #  legend:
6447 #    - ""
6448 #    - "2001, 2005, 2009 - DPDK versions tested."
6449 #    - "Diff - difference between 2005 and 2009 DPDK version."
6450 #
6451 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6452 #- type: "table"
6453 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6454 #  algorithm: "table_comparison"
6455 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6456 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6457 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6458 #  columns:
6459 #    - title: "2001"
6460 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6461 #    - title: "2005"
6462 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6463 #    - title: "2009"
6464 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6465 #  comparisons:
6466 #    - title: "Diff"
6467 #      reference: 2
6468 #      compare: 3
6469 #  legend:
6470 #    - ""
6471 #    - "2001, 2005, 2009 - DPDK versions tested."
6472 #    - "Diff - difference between 2005 and 2009 DPDK version."
6473 #
6474 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6475 #- type: "table"
6476 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6477 #  algorithm: "table_comparison"
6478 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6479 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6480 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6481 #  columns:
6482 #    - title: "2001"
6483 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6484 #    - title: "2005"
6485 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6486 #    - title: "2009"
6487 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6488 #  comparisons:
6489 #    - title: "Diff"
6490 #      reference: 2
6491 #      compare: 3
6492 #  legend:
6493 #    - ""
6494 #    - "2001, 2005, 2009 - DPDK versions tested."
6495 #    - "Diff - difference between 2005 and 2009 DPDK version."
6496 #
6497 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6498 #- type: "table"
6499 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6500 #  algorithm: "table_comparison"
6501 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6502 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6503 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6504 #  columns:
6505 #    - title: "2001"
6506 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6507 #    - title: "2005"
6508 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6509 #    - title: "2009"
6510 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6511 #  comparisons:
6512 #    - title: "Diff"
6513 #      reference: 2
6514 #      compare: 3
6515 #  legend:
6516 #    - ""
6517 #    - "2001, 2005, 2009 - DPDK versions tested."
6518 #    - "Diff - difference between 2005 and 2009 DPDK version."
6519 #
6520 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6521 #- type: "table"
6522 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6523 #  algorithm: "table_comparison"
6524 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6525 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6526 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6527 #  columns:
6528 #    - title: "2001"
6529 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6530 #    - title: "2005"
6531 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6532 #    - title: "2009"
6533 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6534 #  comparisons:
6535 #    - title: "Diff"
6536 #      reference: 2
6537 #      compare: 3
6538 #  legend:
6539 #    - ""
6540 #    - "2001, 2005, 2009 - DPDK versions tested."
6541 #    - "Diff - difference between 2005 and 2009 DPDK version."
6542 #
6543 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6544 #- type: "table"
6545 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6546 #  algorithm: "table_comparison"
6547 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6548 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6549 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6550 #  columns:
6551 #    - title: "2001"
6552 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6553 #    - title: "2005"
6554 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6555 #    - title: "2009"
6556 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6557 #  comparisons:
6558 #    - title: "Diff"
6559 #      reference: 2
6560 #      compare: 3
6561 #  legend:
6562 #    - ""
6563 #    - "2001, 2005, 2009 - DPDK versions tested."
6564 #    - "Diff - difference between 2005 and 2009 DPDK version."
6565 #
6566 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6567 #- type: "table"
6568 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6569 #  algorithm: "table_comparison"
6570 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6571 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6572 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6573 #  columns:
6574 #    - title: "2001"
6575 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6576 #    - title: "2005"
6577 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6578 #    - title: "2009"
6579 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6580 #  comparisons:
6581 #    - title: "Diff"
6582 #      reference: 2
6583 #      compare: 3
6584 #  legend:
6585 #    - ""
6586 #    - "2001, 2005, 2009 - DPDK versions tested."
6587 #    - "Diff - difference between 2005 and 2009 DPDK version."
6588
6589 # DPDK Performance Changes 3n-tsh 1t1c pdr
6590 - type: "table"
6591   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6592   algorithm: "table_comparison"
6593   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6595   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6596   columns:
6597     - title: "2001"
6598       data-set: "dpdk-performance-changes-3n-tsh-h1"
6599     - title: "2005"
6600       data-set: "dpdk-performance-changes-3n-tsh-ref"
6601     - title: "2009"
6602       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6603   comparisons:
6604     - title: "Diff"
6605       reference: 2
6606       compare: 3
6607   legend:
6608     - ""
6609     - "2001, 2005, 2009 - DPDK versions tested."
6610     - "Diff - difference between 2005 and 2009 DPDK version."
6611
6612 # DPDK Performance Changes 3n-tsh 2t2c pdr
6613 - type: "table"
6614   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6615   algorithm: "table_comparison"
6616   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6617   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6618   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6619   columns:
6620     - title: "2001"
6621       data-set: "dpdk-performance-changes-3n-tsh-h1"
6622     - title: "2005"
6623       data-set: "dpdk-performance-changes-3n-tsh-ref"
6624     - title: "2009"
6625       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6626   comparisons:
6627     - title: "Diff"
6628       reference: 2
6629       compare: 3
6630   legend:
6631     - ""
6632     - "2001, 2005, 2009 - DPDK versions tested."
6633     - "Diff - difference between 2005 and 2009 DPDK version."
6634
6635 # DPDK Performance Changes 3n-tsh 1t1c ndr
6636 - type: "table"
6637   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6638   algorithm: "table_comparison"
6639   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6640   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6641   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6642   columns:
6643     - title: "2001"
6644       data-set: "dpdk-performance-changes-3n-tsh-h1"
6645     - title: "2005"
6646       data-set: "dpdk-performance-changes-3n-tsh-ref"
6647     - title: "2009"
6648       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6649   comparisons:
6650     - title: "Diff"
6651       reference: 2
6652       compare: 3
6653   legend:
6654     - ""
6655     - "2001, 2005, 2009 - DPDK versions tested."
6656     - "Diff - difference between 2005 and 2009 DPDK version."
6657
6658 # DPDK Performance Changes 3n-tsh 2t2c ndr
6659 - type: "table"
6660   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6661   algorithm: "table_comparison"
6662   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6664   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6665   columns:
6666     - title: "2001"
6667       data-set: "dpdk-performance-changes-3n-tsh-h1"
6668     - title: "2005"
6669       data-set: "dpdk-performance-changes-3n-tsh-ref"
6670     - title: "2009"
6671       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6672   comparisons:
6673     - title: "Diff"
6674       reference: 2
6675       compare: 3
6676   legend:
6677     - ""
6678     - "2001, 2005, 2009 - DPDK versions tested."
6679     - "Diff - difference between 2005 and 2009 DPDK version."
6680
6681 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6682 - type: "table"
6683   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6684   algorithm: "table_comparison"
6685   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6687   filter: "'NIC_Intel-X710'"
6688   columns:
6689     - title: "3n-hsw x710"
6690       data-set: "dpdk-compare-testbeds-ref"
6691     - title: "3n-skx x710"
6692       data-set: "dpdk-compare-testbeds-cmp"
6693   comparisons:
6694     - title: "Diff"
6695       reference: 1
6696       compare: 2
6697   legend:
6698     - ""
6699     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6700     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6701
6702 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6703 - type: "table"
6704   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6705   algorithm: "table_comparison"
6706   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6707   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6708   filter: "'NIC_Intel-X710'"
6709   columns:
6710     - title: "3n-hsw x710"
6711       data-set: "dpdk-compare-testbeds-ref"
6712     - title: "3n-skx x710"
6713       data-set: "dpdk-compare-testbeds-cmp"
6714   comparisons:
6715     - title: "Diff"
6716       reference: 1
6717       compare: 2
6718   legend:
6719     - ""
6720     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6721     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6722
6723 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6724 - type: "table"
6725   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6726   algorithm: "table_comparison"
6727   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6729   filter: "'NIC_Intel-XXV710'"
6730   columns:
6731     - title: "2n-skx"
6732       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6733     - title: "2n-clx"
6734       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6735   comparisons:
6736     - title: "Diff"
6737       reference: 1
6738       compare: 2
6739   legend:
6740     - ""
6741     - "2n-skx, 2n-clx - testbeds and NICs tested."
6742     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6743
6744 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6745 - type: "table"
6746   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6747   algorithm: "table_comparison"
6748   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6749   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6750   filter: "'NIC_Intel-XXV710'"
6751   columns:
6752     - title: "2n-skx"
6753       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6754     - title: "2n-clx"
6755       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6756   comparisons:
6757     - title: "Diff"
6758       reference: 1
6759       compare: 2
6760   legend:
6761     - ""
6762     - "2n-skx, 2n-clx - testbeds and NICs tested."
6763     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6764
6765 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6766 - type: "table"
6767   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6768   algorithm: "table_comparison"
6769   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6771   filter: "'NIC_Intel-XXV710'"
6772   columns:
6773     - title: "3n-skx"
6774       data-set: "dpdk-compare-topologies-ref"
6775     - title: "2n-skx"
6776       data-set: "dpdk-compare-topologies-cmp"
6777   comparisons:
6778     - title: "Diff"
6779       reference: 1
6780       compare: 2
6781   legend:
6782     - ""
6783     - "3n-skx, 2n-skx - topologies tested."
6784     - "Diff - difference between 3n-skx and 2n-skx topologies."
6785
6786 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6787 - type: "table"
6788   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6789   algorithm: "table_comparison"
6790   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6792   filter: "'NIC_Intel-XXV710'"
6793   columns:
6794     - title: "3n-skx"
6795       data-set: "dpdk-compare-topologies-ref"
6796     - title: "2n-skx"
6797       data-set: "dpdk-compare-topologies-cmp"
6798   comparisons:
6799     - title: "Diff"
6800       reference: 1
6801       compare: 2
6802   legend:
6803     - ""
6804     - "3n-skx, 2n-skx - topologies tested."
6805     - "Diff - difference between 3n-skx and 2n-skx topologies."
6806
6807 # Detailed Test Results - DPDK Performance Results 3n-hsw
6808 - type: "table"
6809   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6810   algorithm: "table_merged_details"
6811   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6812   columns:
6813     - title: " |prein| Test Name |preout| "
6814       data: "data name"
6815     - 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| "
6816       data: "data msg"
6817   data: "dpdk-perf-results-3n-hsw"
6818   filter: "all"
6819   parameters:
6820   - "name"
6821   - "parent"
6822   - "msg"
6823
6824 # Detailed Test Results - DPDK Performance Results 3n-skx
6825 - type: "table"
6826   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6827   algorithm: "table_merged_details"
6828   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6829   columns:
6830     - title: " |prein| Test Name |preout| "
6831       data: "data name"
6832     - 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| "
6833       data: "data msg"
6834   data: "dpdk-perf-results-3n-skx"
6835   filter: "all"
6836   remove-ndr: False
6837   parameters:
6838   - "name"
6839   - "parent"
6840   - "msg"
6841
6842 # Detailed Test Results - DPDK Performance Results 2n-skx
6843 - type: "table"
6844   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6845   algorithm: "table_merged_details"
6846   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6847   columns:
6848     - title: " |prein| Test Name |preout| "
6849       data: "data name"
6850     - 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| "
6851       data: "data msg"
6852   data: "dpdk-perf-results-2n-skx"
6853   filter: "all"
6854   remove-ndr: False
6855   parameters:
6856   - "name"
6857   - "parent"
6858   - "msg"
6859
6860 # Detailed Test Results - DPDK Performance Results 2n-clx
6861 - type: "table"
6862   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6863   algorithm: "table_merged_details"
6864   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6865   columns:
6866     - title: " |prein| Test Name |preout| "
6867       data: "data name"
6868     - 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| "
6869       data: "data msg"
6870   data: "dpdk-perf-results-2n-clx"
6871   filter: "all"
6872   parameters:
6873   - "name"
6874   - "parent"
6875   - "msg"
6876
6877 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6878 #- type: "table"
6879 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6880 #  algorithm: "table_merged_details"
6881 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6882 #  columns:
6883 #    - title: " |prein| Test Name |preout| "
6884 #      data: "data name"
6885 #    - 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| "
6886 #      data: "data msg"
6887 #  data: "dpdk-perf-results-2n-dnv"
6888 #  filter: "all"
6889 #  parameters:
6890 #  - "name"
6891 #  - "parent"
6892 #  - "msg"
6893 #
6894 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6895 #- type: "table"
6896 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6897 #  algorithm: "table_merged_details"
6898 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6899 #  columns:
6900 #    - title: " |prein| Test Name |preout| "
6901 #      data: "data name"
6902 #    - 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| "
6903 #      data: "data msg"
6904 #  data: "dpdk-perf-results-3n-dnv"
6905 #  filter: "all"
6906 #  parameters:
6907 #  - "name"
6908 #  - "parent"
6909 #  - "msg"
6910
6911 # Detailed Test Results - DPDK Performance Results 3n-tsh
6912 - type: "table"
6913   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6914   algorithm: "table_merged_details"
6915   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6916   columns:
6917     - title: " |prein| Test Name |preout| "
6918       data: "data name"
6919     - 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| "
6920       data: "data msg"
6921   data: "dpdk-perf-results-3n-tsh"
6922   filter: "all"
6923   parameters:
6924   - "name"
6925   - "parent"
6926   - "msg"
6927
6928 ################################################################################
6929 ###                                F I L E S                                 ###
6930 ################################################################################
6931
6932 # VPP Performance Results
6933 - type: "file"
6934   title: "VPP Performance Results"
6935   algorithm: "file_details_split"
6936   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6937   dir-tables:
6938     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6939     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6940     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6941     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6942     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6943     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6944     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6945   data:
6946     - "vpp-perf-results-2n-skx"
6947     - "vpp-perf-results-3n-skx"
6948     - "vpp-perf-results-2n-clx"
6949     - "vpp-perf-results-3n-hsw"
6950     - "vpp-perf-results-3n-tsh"
6951     - "vpp-perf-results-2n-dnv"
6952     - "vpp-perf-results-3n-dnv"
6953   filter: "all"
6954   data-start-level: 4
6955   order-chapters:
6956     level-1:
6957       - "l2"
6958       - "ip4"
6959       - "ip6"
6960       - "srv6"
6961       - "ip4_tunnels"
6962       - "ip6_tunnels"
6963       - "vm_vhost"
6964       - "container_memif"
6965       - "crypto"
6966       - "vts"
6967       - "lb"
6968       - "nfv_density"
6969       - "hoststack"
6970     level-2:
6971       - "2n-skx"
6972       - "3n-skx"
6973       - "2n-clx"
6974       - "3n-hsw"
6975       - "3n-tsh"
6976       - "2n-dnv"
6977       - "3n-dnv"
6978     level-3:
6979       - "xl710"
6980       - "x520"
6981       - "xxv710"
6982       - "x710"
6983       - "x553"
6984       - "cx556a"
6985       - "vic1227"
6986       - "vic1385"
6987
6988 # VPP Performance Configuration
6989 - type: "file"
6990   title: "VPP Performance Configuration"
6991   algorithm: "file_details_split"
6992   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6993   dir-tables:
6994     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6995     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6996     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6997     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6998     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6999     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7000     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7001   data:
7002     - "vpp-perf-results-2n-skx"
7003     - "vpp-perf-results-3n-skx"
7004     - "vpp-perf-results-2n-clx"
7005     - "vpp-perf-results-3n-hsw"
7006     - "vpp-perf-results-3n-tsh"
7007     - "vpp-perf-results-2n-dnv"
7008     - "vpp-perf-results-3n-dnv"
7009   filter: "all"
7010   data-start-level: 4
7011   order-chapters:
7012     level-1:
7013       - "l2"
7014       - "ip4"
7015       - "ip6"
7016       - "srv6"
7017       - "ip4_tunnels"
7018       - "ip6_tunnels"
7019       - "vm_vhost"
7020       - "container_memif"
7021       - "crypto"
7022       - "vts"
7023       - "lb"
7024       - "nfv_density"
7025       - "hoststack"
7026     level-2:
7027       - "2n-skx"
7028       - "3n-skx"
7029       - "2n-clx"
7030       - "3n-hsw"
7031       - "3n-tsh"
7032       - "2n-dnv"
7033       - "3n-dnv"
7034     level-3:
7035       - "xl710"
7036       - "x520"
7037       - "xxv710"
7038       - "x710"
7039       - "x553"
7040       - "cx556a"
7041       - "vic1227"
7042       - "vic1385"
7043
7044 # VPP Performance Operational
7045 - type: "file"
7046   title: "VPP Performance Operational"
7047   algorithm: "file_details_split_html"
7048   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7049   dir-tables:
7050     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7051     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7052     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7053     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7054     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7055     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7056     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7057   data:
7058     - "vpp-perf-results-2n-skx"
7059     - "vpp-perf-results-3n-skx"
7060     - "vpp-perf-results-2n-clx"
7061     - "vpp-perf-results-3n-hsw"
7062     - "vpp-perf-results-3n-tsh"
7063     - "vpp-perf-results-2n-dnv"
7064     - "vpp-perf-results-3n-dnv"
7065   filter: "all"
7066   data-start-level: 4
7067   order-chapters:
7068     level-1:
7069       - "l2"
7070       - "ip4"
7071       - "ip6"
7072       - "srv6"
7073       - "ip4_tunnels"
7074       - "ip6_tunnels"
7075       - "vm_vhost"
7076       - "container_memif"
7077       - "crypto"
7078       - "vts"
7079       - "lb"
7080       - "nfv_density"
7081       - "hoststack"
7082     level-2:
7083       - "2n-skx"
7084       - "3n-skx"
7085       - "2n-clx"
7086       - "3n-hsw"
7087       - "3n-tsh"
7088       - "2n-dnv"
7089       - "3n-dnv"
7090     level-3:
7091       - "xl710"
7092       - "x520"
7093       - "xxv710"
7094       - "x710"
7095       - "x553"
7096       - "cx556a"
7097       - "vic1227"
7098       - "vic1385"
7099
7100 # VPP MRR Results
7101 - type: "file"
7102   title: "VPP MRR Results"
7103   algorithm: "file_details_split"
7104   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7105   dir-tables:
7106     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7107     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7108     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7109     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7110     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7111     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7112     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7113   data:
7114     - "vpp-mrr-results-2n-skx"
7115     - "vpp-mrr-results-3n-skx"
7116     - "vpp-mrr-results-2n-clx"
7117     - "vpp-mrr-results-3n-hsw"
7118     - "vpp-mrr-results-3n-tsh"
7119     - "vpp-mrr-results-2n-dnv"
7120     - "vpp-mrr-results-3n-dnv"
7121   filter: "all"
7122   data-start-level: 4
7123   order-chapters:
7124     level-1:
7125       - "l2"
7126       - "ip4"
7127       - "ip6"
7128       - "srv6"
7129       - "ip4_tunnels"
7130       - "ip6_tunnels"
7131       - "vm_vhost"
7132       - "container_memif"
7133       - "crypto"
7134       - "vts"
7135       - "lb"
7136       - "nfv_density"
7137       - "hoststack"
7138     level-2:
7139       - "2n-skx"
7140       - "3n-skx"
7141       - "2n-clx"
7142       - "3n-hsw"
7143       - "3n-tsh"
7144       - "2n-dnv"
7145       - "3n-dnv"
7146     level-3:
7147       - "xl710"
7148       - "x520"
7149       - "xxv710"
7150       - "x710"
7151       - "x553"
7152       - "cx556a"
7153       - "vic1227"
7154       - "vic1385"
7155
7156 # VPP MRR Configuration
7157 - type: "file"
7158   title: "VPP MRR Configuration"
7159   algorithm: "file_details_split"
7160   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7161   dir-tables:
7162     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7163     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7164     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7165     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7166     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7167     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7168     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7169   data:
7170     - "vpp-mrr-results-2n-skx"
7171     - "vpp-mrr-results-3n-skx"
7172     - "vpp-mrr-results-2n-clx"
7173     - "vpp-mrr-results-3n-hsw"
7174     - "vpp-mrr-results-3n-tsh"
7175     - "vpp-mrr-results-2n-dnv"
7176     - "vpp-mrr-results-3n-dnv"
7177   filter: "all"
7178   data-start-level: 4
7179   order-chapters:
7180     level-1:
7181       - "l2"
7182       - "ip4"
7183       - "ip6"
7184       - "srv6"
7185       - "ip4_tunnels"
7186       - "ip6_tunnels"
7187       - "vm_vhost"
7188       - "container_memif"
7189       - "crypto"
7190       - "vts"
7191       - "lb"
7192       - "nfv_density"
7193       - "hoststack"
7194     level-2:
7195       - "2n-skx"
7196       - "3n-skx"
7197       - "2n-clx"
7198       - "3n-hsw"
7199       - "3n-tsh"
7200       - "2n-dnv"
7201       - "3n-dnv"
7202     level-3:
7203       - "xl710"
7204       - "x520"
7205       - "xxv710"
7206       - "x710"
7207       - "x553"
7208       - "cx556a"
7209       - "vic1227"
7210       - "vic1385"
7211
7212 # VPP Device Results - Ubuntu
7213 - type: "file"
7214   title: "VPP Device Results - Ubuntu"
7215   algorithm: "file_test_results"
7216   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7217   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7218   data: "vpp-device-results-ubuntu"
7219   filter: "all"
7220   data-start-level: 4
7221
7222 # VPP Device Configuration - Ubuntu
7223 - type: "file"
7224   title: "VPP Device Configuration - Ubuntu"
7225   algorithm: "file_test_results"
7226   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7227   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7228   data: "vpp-device-results-ubuntu"
7229   filter: "all"
7230   data-start-level: 4
7231
7232 # DPDK Performance Results 3n-hsw
7233 - type: "file"
7234   title: "DPDK Performance Results 3n-hsw"
7235   algorithm: "file_test_results"
7236   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7237   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7238   data: "dpdk-perf-results-3n-hsw"
7239   filter: "all"
7240   data-start-level: 4
7241
7242 # DPDK Performance Results 3n-skx
7243 - type: "file"
7244   title: "DPDK Performance Results 3n-skx"
7245   algorithm: "file_test_results"
7246   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7247   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7248   data: "dpdk-perf-results-3n-skx"
7249   filter: "all"
7250   data-start-level: 4
7251
7252 # DPDK Performance Results 2n-skx
7253 - type: "file"
7254   title: "DPDK Performance Results 2n-skx"
7255   algorithm: "file_test_results"
7256   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7257   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7258   data: "dpdk-perf-results-2n-skx"
7259   filter: "all"
7260   data-start-level: 4
7261
7262 # DPDK Performance Results 2n-clx
7263 - type: "file"
7264   title: "DPDK Performance Results 2n-clx"
7265   algorithm: "file_test_results"
7266   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7267   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7268   data: "dpdk-perf-results-2n-clx"
7269   filter: "all"
7270   data-start-level: 4
7271
7272 ## DPDK Performance Results 2n-dnv
7273 #- type: "file"
7274 #  title: "DPDK Performance Results 2n-dnv"
7275 #  algorithm: "file_test_results"
7276 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7277 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7278 #  data: "dpdk-perf-results-2n-dnv"
7279 #  filter: "all"
7280 #  data-start-level: 4
7281 #
7282 ## DPDK Performance Results 3n-dnv
7283 #- type: "file"
7284 #  title: "DPDK Performance Results 3n-dnv"
7285 #  algorithm: "file_test_results"
7286 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7287 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7288 #  data: "dpdk-perf-results-3n-dnv"
7289 #  filter: "all"
7290 #  data-start-level: 4
7291
7292 # DPDK Performance Results 3n-tsh
7293 - type: "file"
7294   title: "DPDK Performance Results 3n-tsh"
7295   algorithm: "file_test_results"
7296   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7297   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7298   data: "dpdk-perf-results-3n-tsh"
7299   filter: "all"
7300   data-start-level: 4
7301
7302 ################################################################################
7303 ###                                P L O T S                                 ###
7304 ################################################################################
7305
7306 # Hoststack tests 3n-hsw
7307
7308 - type: "plot"
7309   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7310   algorithm: "plot_perf_box_name"
7311   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7312   data: "plot-vpp-hoststack-3n-hsw"
7313   include:
7314     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7315     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7316   layout:
7317     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7318     layout: "plot-hoststack"
7319
7320 - type: "plot"
7321   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7322   algorithm: "plot_perf_box_name"
7323   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7324   data: "plot-vpp-hoststack-3n-hsw"
7325   include:
7326     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7327     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7328   layout:
7329     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7330     layout: "plot-hoststack"
7331
7332 - type: "plot"
7333   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7334   algorithm: "plot_perf_box_name"
7335   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7336   data: "plot-vpp-hoststack-3n-hsw"
7337   include:
7338     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7339     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7340     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7341     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7342   layout:
7343     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7344     layout: "plot-hoststack"
7345
7346 ################################################################################
7347
7348 # Soak Test (PLRsearch), boxes - 2n-clx
7349 - type: "plot"
7350   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7351   algorithm: "plot_perf_box_name"
7352   output-file-type: ".html"
7353   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7354   data: "plot-vpp-soak-2n-clx"
7355   include:
7356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7362   layout:
7363     title: "30 Minutes Soak Test (PLRsearch)"
7364     layout: "plot-soak-throughput"
7365
7366 # Soak Test (PLRsearch), boxes - 2n-clx
7367 - type: "plot"
7368   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7369   algorithm: "plot_perf_box_name"
7370   output-file-type: ".html"
7371   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7372   data: "plot-vpp-soak-2n-clx"
7373   include:
7374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7376     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7377     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7379     - "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"
7380   layout:
7381     title: "30 Minutes Soak Test (PLRsearch)"
7382     layout: "plot-soak-throughput"
7383
7384 # Soak Test (PLRsearch), boxes - 2n-skx
7385 - type: "plot"
7386   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7387   algorithm: "plot_perf_box_name"
7388   output-file-type: ".html"
7389   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7390   data: "plot-vpp-soak-2n-skx"
7391   include:
7392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7398   layout:
7399     title: "30 Minutes Soak Test (PLRsearch)"
7400     layout: "plot-soak-throughput"
7401
7402 # Soak Test (PLRsearch), boxes - 2n-skx
7403 - type: "plot"
7404   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7405   algorithm: "plot_perf_box_name"
7406   output-file-type: ".html"
7407   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7408   data: "plot-vpp-soak-2n-skx"
7409   include:
7410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7411     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7413     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7415     - "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"
7416   layout:
7417     title: "30 Minutes Soak Test (PLRsearch)"
7418     layout: "plot-soak-throughput"
7419
7420 ###############################################################################
7421
7422 # Reconf tests 2n-skx
7423
7424 - type: "plot"
7425   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7426   algorithm: "plot_nf_reconf_box_name"
7427   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7428   data: "plot-vpp-nfv-reconf-2n-skx"
7429   include:
7430     - "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"
7431     - "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"
7432     - "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"
7433     - "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"
7434     - "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"
7435     - "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"
7436   layout:
7437     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7438     layout: "plot-throughput"
7439
7440 - type: "plot"
7441   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7442   algorithm: "plot_nf_reconf_box_name"
7443   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7444   data: "plot-vpp-nfv-reconf-2n-skx"
7445   include:
7446     - "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"
7447     - "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"
7448     - "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"
7449     - "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"
7450     - "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"
7451     - "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"
7452   layout:
7453     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7454     layout: "plot-throughput"
7455
7456 - type: "plot"
7457   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7458   algorithm: "plot_nf_reconf_box_name"
7459   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7460   data: "plot-vpp-nfv-reconf-2n-skx"
7461   include:
7462     - "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"
7463     - "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"
7464     - "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"
7465     - "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"
7466     - "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"
7467     - "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"
7468   layout:
7469     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7470     layout: "plot-throughput"
7471
7472 ###############################################################################
7473
7474 # Reconf tests 2n-clx
7475
7476 - type: "plot"
7477   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7478   algorithm: "plot_nf_reconf_box_name"
7479   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7480   data: "plot-vpp-nfv-reconf-2n-clx"
7481   include:
7482     - "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"
7483     - "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"
7484     - "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"
7485     - "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"
7486   layout:
7487     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7488     layout: "plot-throughput"
7489
7490 - type: "plot"
7491   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7492   algorithm: "plot_nf_reconf_box_name"
7493   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7494   data: "plot-vpp-nfv-reconf-2n-clx"
7495   include:
7496     - "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"
7497     - "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"
7498     - "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"
7499     - "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"
7500   layout:
7501     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7502     layout: "plot-throughput"
7503
7504 - type: "plot"
7505   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7506   algorithm: "plot_nf_reconf_box_name"
7507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7508   data: "plot-vpp-nfv-reconf-2n-clx"
7509   include:
7510     - "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"
7511     - "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"
7512     - "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"
7513     - "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"
7514   layout:
7515     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7516     layout: "plot-throughput"
7517
7518 ###############################################################################
7519
7520 # Plots - NF Density - VSC - MRR IMIX
7521 - type: "plot"
7522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7523   algorithm: "plot_nf_heatmap"
7524   output-file-type: ".html"
7525   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7526   data: "plot-vpp-nfv-2n-skx-mrr"
7527   filter: "'NIC_Intel-XXV710' and
7528            'NF_DENSITY' and
7529            'VHOST' and
7530            not 'VXLAN' and
7531            'CHAIN' and
7532            'NF_VPPIP4' and
7533            'IMIX' and
7534            '2T1C' and
7535            'MRR'"
7536   parameters:
7537   - "result"
7538   - "name"
7539   - "tags"
7540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7541   x-axis: "X = VNFs per Service Chain"
7542   y-axis: "Y = Number of Service Chains"
7543   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7544   layout:
7545     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7546     layout: "plot-service-density"
7547
7548 - type: "plot"
7549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7550   algorithm: "plot_nf_heatmap"
7551   output-file-type: ".html"
7552   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7553   data: "plot-vpp-nfv-2n-skx-mrr"
7554   filter: "'NIC_Intel-XXV710' and
7555            'NF_DENSITY' and
7556            'VHOST' and
7557            not 'VXLAN' and
7558            'CHAIN' and
7559            'NF_VPPIP4' and
7560            'IMIX' and
7561            '4T2C' and
7562            'MRR'"
7563   parameters:
7564   - "result"
7565   - "name"
7566   - "tags"
7567   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7568   x-axis: "X = VNFs per Service Chain"
7569   y-axis: "Y = Number of Service Chains"
7570   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7571   layout:
7572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7573     layout: "plot-service-density"
7574
7575 - type: "plot"
7576   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7577   algorithm: "plot_nf_heatmap"
7578   output-file-type: ".html"
7579   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7580   data: "plot-vpp-nfv-2n-skx-mrr"
7581   filter: "'NIC_Intel-XXV710' and
7582            'NF_DENSITY' and
7583            'VHOST' and
7584            not 'VXLAN' and
7585            'CHAIN' and
7586            'NF_VPPIP4' and
7587            'IMIX' and
7588            '8T4C' and
7589            'MRR'"
7590   parameters:
7591   - "result"
7592   - "name"
7593   - "tags"
7594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7595   x-axis: "X = VNFs per Service Chain"
7596   y-axis: "Y = Number of Service Chains"
7597   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7598   layout:
7599     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7600     layout: "plot-service-density"
7601
7602 # Plots - NF Density - VSC - NDR IMIX
7603 - type: "plot"
7604   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7605   algorithm: "plot_nf_heatmap"
7606   output-file-type: ".html"
7607   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7608   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7609   filter: "'NIC_Intel-XXV710' and
7610            'NF_DENSITY' and
7611            'VHOST' and
7612            not 'VXLAN' and
7613            'CHAIN' and
7614            'NF_VPPIP4' and
7615            'IMIX' and
7616            '2T1C' and
7617            'NDRPDR'"
7618   parameters:
7619   - "throughput"
7620   - "name"
7621   - "tags"
7622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7623   x-axis: "X = VNFs per Service Chain"
7624   y-axis: "Y = Number of Service Chains"
7625   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7626   layout:
7627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7628     layout: "plot-service-density"
7629
7630 - type: "plot"
7631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7632   algorithm: "plot_nf_heatmap"
7633   output-file-type: ".html"
7634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7635   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7636   filter: "'NIC_Intel-XXV710' and
7637            'NF_DENSITY' and
7638            'VHOST' and
7639            not 'VXLAN' and
7640            'CHAIN' and
7641            'NF_VPPIP4' and
7642            'IMIX' and
7643            '4T2C' and
7644            'NDRPDR'"
7645   parameters:
7646   - "throughput"
7647   - "name"
7648   - "tags"
7649   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7650   x-axis: "X = VNFs per Service Chain"
7651   y-axis: "Y = Number of Service Chains"
7652   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7653   layout:
7654     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7655     layout: "plot-service-density"
7656
7657 - type: "plot"
7658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7659   algorithm: "plot_nf_heatmap"
7660   output-file-type: ".html"
7661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7662   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7663   filter: "'NIC_Intel-XXV710' and
7664            'NF_DENSITY' and
7665            'VHOST' and
7666            not 'VXLAN' and
7667            'CHAIN' and
7668            'NF_VPPIP4' and
7669            'IMIX' and
7670            '8T4C' and
7671            'NDRPDR'"
7672   parameters:
7673   - "throughput"
7674   - "name"
7675   - "tags"
7676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7677   x-axis: "X = VNFs per Service Chain"
7678   y-axis: "Y = Number of Service Chains"
7679   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7680   layout:
7681     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7682     layout: "plot-service-density"
7683
7684 # Plots - NF Density - VSC - PDR IMIX
7685 - type: "plot"
7686   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7687   algorithm: "plot_nf_heatmap"
7688   output-file-type: ".html"
7689   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7690   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7691   filter: "'NIC_Intel-XXV710' and
7692            'NF_DENSITY' and
7693            'VHOST' and
7694            not 'VXLAN' and
7695            'CHAIN' and
7696            'NF_VPPIP4' and
7697            'IMIX' and
7698            '2T1C' and
7699            'NDRPDR'"
7700   parameters:
7701   - "throughput"
7702   - "name"
7703   - "tags"
7704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7705   x-axis: "X = VNFs per Service Chain"
7706   y-axis: "Y = Number of Service Chains"
7707   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7708   layout:
7709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7710     layout: "plot-service-density"
7711
7712 - type: "plot"
7713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7714   algorithm: "plot_nf_heatmap"
7715   output-file-type: ".html"
7716   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7717   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7718   filter: "'NIC_Intel-XXV710' and
7719            'NF_DENSITY' and
7720            'VHOST' and
7721            not 'VXLAN' and
7722            'CHAIN' and
7723            'NF_VPPIP4' and
7724            'IMIX' and
7725            '4T2C' and
7726            'NDRPDR'"
7727   parameters:
7728   - "throughput"
7729   - "name"
7730   - "tags"
7731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7732   x-axis: "X = VNFs per Service Chain"
7733   y-axis: "Y = Number of Service Chains"
7734   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7735   layout:
7736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7737     layout: "plot-service-density"
7738
7739 - type: "plot"
7740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7741   algorithm: "plot_nf_heatmap"
7742   output-file-type: ".html"
7743   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7744   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7745   filter: "'NIC_Intel-XXV710' and
7746            'NF_DENSITY' and
7747            'VHOST' and
7748            not 'VXLAN' and
7749            'CHAIN' and
7750            'NF_VPPIP4' and
7751            'IMIX' and
7752            '8T4C' and
7753            'NDRPDR'"
7754   parameters:
7755   - "throughput"
7756   - "name"
7757   - "tags"
7758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7759   x-axis: "X = VNFs per Service Chain"
7760   y-axis: "Y = Number of Service Chains"
7761   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7762   layout:
7763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7764     layout: "plot-service-density"
7765
7766 ###############################################################################
7767
7768 # Plots - NF Density - VSC - MRR IMIX
7769 - type: "plot"
7770   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7771   algorithm: "plot_nf_heatmap"
7772   output-file-type: ".html"
7773   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7774   data: "plot-vpp-nfv-2n-skx-mrr"
7775   filter: "'NIC_Intel-XXV710' and
7776            'NF_DENSITY' and
7777            'VHOST' and
7778            'VXLAN' and
7779            'CHAIN' and
7780            'IMIX' and
7781            '2T1C' and
7782            'MRR'"
7783   parameters:
7784   - "result"
7785   - "name"
7786   - "tags"
7787   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7788   x-axis: "X = VNFs per Service Chain"
7789   y-axis: "Y = Number of Service Chains"
7790   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7791   layout:
7792     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7793     layout: "plot-service-density"
7794
7795 - type: "plot"
7796   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7797   algorithm: "plot_nf_heatmap"
7798   output-file-type: ".html"
7799   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7800   data: "plot-vpp-nfv-2n-skx-mrr"
7801   filter: "'NIC_Intel-XXV710' and
7802            'NF_DENSITY' and
7803            'VHOST' and
7804            'VXLAN' and
7805            'CHAIN' and
7806            'IMIX' and
7807            '4T2C' and
7808            'MRR'"
7809   parameters:
7810   - "result"
7811   - "name"
7812   - "tags"
7813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7814   x-axis: "X = VNFs per Service Chain"
7815   y-axis: "Y = Number of Service Chains"
7816   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7817   layout:
7818     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7819     layout: "plot-service-density"
7820
7821 - type: "plot"
7822   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7823   algorithm: "plot_nf_heatmap"
7824   output-file-type: ".html"
7825   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7826   data: "plot-vpp-nfv-2n-skx-mrr"
7827   filter: "'NIC_Intel-XXV710' and
7828            'NF_DENSITY' and
7829            'VHOST' and
7830            'VXLAN' and
7831            'CHAIN' and
7832            'IMIX' and
7833            '8T4C' and
7834            'MRR'"
7835   parameters:
7836   - "result"
7837   - "name"
7838   - "tags"
7839   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7840   x-axis: "X = VNFs per Service Chain"
7841   y-axis: "Y = Number of Service Chains"
7842   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7843   layout:
7844     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7845     layout: "plot-service-density"
7846
7847 # Plots - NF Density - VSC - NDR IMIX
7848 - type: "plot"
7849   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7850   algorithm: "plot_nf_heatmap"
7851   output-file-type: ".html"
7852   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7853   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7854   filter: "'NIC_Intel-XXV710' and
7855            'NF_DENSITY' and
7856            'VHOST' and
7857            'VXLAN' and
7858            'CHAIN' and
7859            'IMIX' and
7860            '2T1C' and
7861            'NDRPDR'"
7862   parameters:
7863   - "throughput"
7864   - "name"
7865   - "tags"
7866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7867   x-axis: "X = VNFs per Service Chain"
7868   y-axis: "Y = Number of Service Chains"
7869   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7870   layout:
7871     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7872     layout: "plot-service-density"
7873
7874 - type: "plot"
7875   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7876   algorithm: "plot_nf_heatmap"
7877   output-file-type: ".html"
7878   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7879   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7880   filter: "'NIC_Intel-XXV710' and
7881            'NF_DENSITY' and
7882            'VHOST' and
7883            'VXLAN' and
7884            'CHAIN' and
7885            'IMIX' and
7886            '4T2C' and
7887            'NDRPDR'"
7888   parameters:
7889   - "throughput"
7890   - "name"
7891   - "tags"
7892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7893   x-axis: "X = VNFs per Service Chain"
7894   y-axis: "Y = Number of Service Chains"
7895   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7896   layout:
7897     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7898     layout: "plot-service-density"
7899
7900 - type: "plot"
7901   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7902   algorithm: "plot_nf_heatmap"
7903   output-file-type: ".html"
7904   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7905   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7906   filter: "'NIC_Intel-XXV710' and
7907            'NF_DENSITY' and
7908            'VHOST' and
7909            'VXLAN' and
7910            'CHAIN' and
7911            'IMIX' and
7912            '8T4C' and
7913            'NDRPDR'"
7914   parameters:
7915   - "throughput"
7916   - "name"
7917   - "tags"
7918   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7919   x-axis: "X = VNFs per Service Chain"
7920   y-axis: "Y = Number of Service Chains"
7921   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7922   layout:
7923     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7924     layout: "plot-service-density"
7925
7926 # Plots - NF Density - VSC - PDR IMIX
7927 - type: "plot"
7928   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7929   algorithm: "plot_nf_heatmap"
7930   output-file-type: ".html"
7931   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7932   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7933   filter: "'NIC_Intel-XXV710' and
7934            'NF_DENSITY' and
7935            'VHOST' and
7936            'VXLAN' and
7937            'CHAIN' and
7938            'IMIX' and
7939            '2T1C' and
7940            'NDRPDR'"
7941   parameters:
7942   - "throughput"
7943   - "name"
7944   - "tags"
7945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7946   x-axis: "X = VNFs per Service Chain"
7947   y-axis: "Y = Number of Service Chains"
7948   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7949   layout:
7950     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7951     layout: "plot-service-density"
7952
7953 - type: "plot"
7954   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7955   algorithm: "plot_nf_heatmap"
7956   output-file-type: ".html"
7957   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7958   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7959   filter: "'NIC_Intel-XXV710' and
7960            'NF_DENSITY' and
7961            'VHOST' and
7962            'VXLAN' and
7963            'CHAIN' and
7964            'IMIX' and
7965            '4T2C' and
7966            'NDRPDR'"
7967   parameters:
7968   - "throughput"
7969   - "name"
7970   - "tags"
7971   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7972   x-axis: "X = VNFs per Service Chain"
7973   y-axis: "Y = Number of Service Chains"
7974   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7975   layout:
7976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7977     layout: "plot-service-density"
7978
7979 - type: "plot"
7980   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7981   algorithm: "plot_nf_heatmap"
7982   output-file-type: ".html"
7983   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7984   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7985   filter: "'NIC_Intel-XXV710' and
7986            'NF_DENSITY' and
7987            'VHOST' and
7988            'VXLAN' and
7989            'CHAIN' and
7990            'IMIX' and
7991            '8T4C' and
7992            'NDRPDR'"
7993   parameters:
7994   - "throughput"
7995   - "name"
7996   - "tags"
7997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7998   x-axis: "X = VNFs per Service Chain"
7999   y-axis: "Y = Number of Service Chains"
8000   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8001   layout:
8002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8003     layout: "plot-service-density"
8004
8005 ###############################################################################
8006
8007 # Plots - NF Density - CSC - MRR IMIX
8008 - type: "plot"
8009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8010   algorithm: "plot_nf_heatmap"
8011   output-file-type: ".html"
8012   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8013   data: "plot-vpp-nfv-2n-skx-mrr"
8014   filter: "'NIC_Intel-XXV710' and
8015            'NF_DENSITY' and
8016            'DOCKER' and
8017            'CHAIN' and
8018            'NF_VPPIP4' and
8019            'IMIX' and
8020            '2T1C' and
8021            'MRR'"
8022   parameters:
8023   - "result"
8024   - "name"
8025   - "tags"
8026   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8027   x-axis: "X = CNFs per Service Chain"
8028   y-axis: "Y = Number of Service Chains"
8029   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8030   layout:
8031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8032     layout: "plot-service-density"
8033
8034 - type: "plot"
8035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8036   algorithm: "plot_nf_heatmap"
8037   output-file-type: ".html"
8038   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8039   data: "plot-vpp-nfv-2n-skx-mrr"
8040   filter: "'NIC_Intel-XXV710' and
8041            'NF_DENSITY' and
8042            'DOCKER' and
8043            'CHAIN' and
8044            'NF_VPPIP4' and
8045            'IMIX' and
8046            '4T2C' and
8047            'MRR'"
8048   parameters:
8049   - "result"
8050   - "name"
8051   - "tags"
8052   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8053   x-axis: "X = CNFs per Service Chain"
8054   y-axis: "Y = Number of Service Chains"
8055   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8056   layout:
8057     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8058     layout: "plot-service-density"
8059
8060 - type: "plot"
8061   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8062   algorithm: "plot_nf_heatmap"
8063   output-file-type: ".html"
8064   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8065   data: "plot-vpp-nfv-2n-skx-mrr"
8066   filter: "'NIC_Intel-XXV710' and
8067            'NF_DENSITY' and
8068            'DOCKER' and
8069            'CHAIN' and
8070            'NF_VPPIP4' and
8071            'IMIX' and
8072            '8T4C' and
8073            'MRR'"
8074   parameters:
8075   - "result"
8076   - "name"
8077   - "tags"
8078   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8079   x-axis: "X = CNFs per Service Chain"
8080   y-axis: "Y = Number of Service Chains"
8081   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8082   layout:
8083     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8084     layout: "plot-service-density"
8085
8086 # Plots - NF Density - CSC - NDR IMIX
8087 - type: "plot"
8088   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8089   algorithm: "plot_nf_heatmap"
8090   output-file-type: ".html"
8091   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8092   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8093   filter: "'NIC_Intel-XXV710' and
8094            'NF_DENSITY' and
8095            'DOCKER' and
8096            'CHAIN' and
8097            'NF_VPPIP4' and
8098            'IMIX' and
8099            '2T1C' and
8100            'NDRPDR'"
8101   parameters:
8102   - "throughput"
8103   - "name"
8104   - "tags"
8105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8106   x-axis: "X = CNFs per Service Chain"
8107   y-axis: "Y = Number of Service Chains"
8108   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8109   layout:
8110     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8111     layout: "plot-service-density"
8112
8113 - type: "plot"
8114   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8115   algorithm: "plot_nf_heatmap"
8116   output-file-type: ".html"
8117   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8118   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8119   filter: "'NIC_Intel-XXV710' and
8120            'NF_DENSITY' and
8121            'DOCKER' and
8122            'CHAIN' and
8123            'NF_VPPIP4' and
8124            'IMIX' and
8125            '4T2C' and
8126            'NDRPDR'"
8127   parameters:
8128   - "throughput"
8129   - "name"
8130   - "tags"
8131   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8132   x-axis: "X = CNFs per Service Chain"
8133   y-axis: "Y = Number of Service Chains"
8134   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8135   layout:
8136     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8137     layout: "plot-service-density"
8138
8139 - type: "plot"
8140   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8141   algorithm: "plot_nf_heatmap"
8142   output-file-type: ".html"
8143   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8144   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8145   filter: "'NIC_Intel-XXV710' and
8146            'NF_DENSITY' and
8147            'DOCKER' and
8148            'CHAIN' and
8149            'NF_VPPIP4' and
8150            'IMIX' and
8151            '8T4C' and
8152            'NDRPDR'"
8153   parameters:
8154   - "throughput"
8155   - "name"
8156   - "tags"
8157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8158   x-axis: "X = CNFs per Service Chain"
8159   y-axis: "Y = Number of Service Chains"
8160   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8161   layout:
8162     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8163     layout: "plot-service-density"
8164
8165 # Plots - NF Density - CSC - PDR IMIX
8166 - type: "plot"
8167   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8168   algorithm: "plot_nf_heatmap"
8169   output-file-type: ".html"
8170   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8171   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8172   filter: "'NIC_Intel-XXV710' and
8173            'NF_DENSITY' and
8174            'DOCKER' and
8175            'CHAIN' and
8176            'NF_VPPIP4' and
8177            'IMIX' and
8178            '2T1C' and
8179            'NDRPDR'"
8180   parameters:
8181   - "throughput"
8182   - "name"
8183   - "tags"
8184   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8185   x-axis: "X = CNFs per Service Chain"
8186   y-axis: "Y = Number of Service Chains"
8187   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8188   layout:
8189     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8190     layout: "plot-service-density"
8191
8192 - type: "plot"
8193   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8194   algorithm: "plot_nf_heatmap"
8195   output-file-type: ".html"
8196   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8197   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8198   filter: "'NIC_Intel-XXV710' and
8199            'NF_DENSITY' and
8200            'DOCKER' and
8201            'CHAIN' and
8202            'NF_VPPIP4' and
8203            'IMIX' and
8204            '4T2C' and
8205            'NDRPDR'"
8206   parameters:
8207   - "throughput"
8208   - "name"
8209   - "tags"
8210   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8211   x-axis: "X = CNFs per Service Chain"
8212   y-axis: "Y = Number of Service Chains"
8213   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8214   layout:
8215     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8216     layout: "plot-service-density"
8217
8218 - type: "plot"
8219   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8220   algorithm: "plot_nf_heatmap"
8221   output-file-type: ".html"
8222   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8223   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8224   filter: "'NIC_Intel-XXV710' and
8225            'NF_DENSITY' and
8226            'DOCKER' and
8227            'CHAIN' and
8228            'NF_VPPIP4' and
8229            'IMIX' and
8230            '8T4C' and
8231            'NDRPDR'"
8232   parameters:
8233   - "throughput"
8234   - "name"
8235   - "tags"
8236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8237   x-axis: "X = CNFs per Service Chain"
8238   y-axis: "Y = Number of Service Chains"
8239   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8240   layout:
8241     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8242     layout: "plot-service-density"
8243
8244 ################################################################################
8245 #
8246 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8247 #- type: "plot"
8248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8249 #  algorithm: "plot_nf_heatmap"
8250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8251 #  data: "plot-vpp-nfv-3n-skx-mrr"
8252 #  filter: "'NIC_Intel-XXV710' and
8253 #           'NF_DENSITY' and
8254 #           'DOCKER' and
8255 #           'CHAIN' and
8256 #           'NF_VPPIP4' and
8257 #           'IPSEC' and
8258 #           'TNL_4' and
8259 #           'IMIX' and
8260 #           '2T1C' and
8261 #           'MRR'"
8262 #  parameters:
8263 #  - "result"
8264 #  - "name"
8265 #  - "tags"
8266 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8267 #  x-axis: "X = CNFs per Service Chain"
8268 #  y-axis: "Y = Number of Service Chains"
8269 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8270 #  layout:
8271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8272 #    layout: "plot-service-density"
8273 #
8274 #- type: "plot"
8275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8276 #  algorithm: "plot_nf_heatmap"
8277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8278 #  data: "plot-vpp-nfv-3n-skx-mrr"
8279 #  filter: "'NIC_Intel-XXV710' and
8280 #           'NF_DENSITY' and
8281 #           'DOCKER' and
8282 #           'CHAIN' and
8283 #           'NF_VPPIP4' and
8284 #           'IPSEC' and
8285 #           'TNL_4' and
8286 #           'IMIX' and
8287 #           '4T2C' and
8288 #           'MRR'"
8289 #  parameters:
8290 #  - "result"
8291 #  - "name"
8292 #  - "tags"
8293 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8294 #  x-axis: "X = CNFs per Service Chain"
8295 #  y-axis: "Y = Number of Service Chains"
8296 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8297 #  layout:
8298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8299 #    layout: "plot-service-density"
8300 #
8301 #- type: "plot"
8302 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8303 #  algorithm: "plot_nf_heatmap"
8304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8305 #  data: "plot-vpp-nfv-3n-skx-mrr"
8306 #  filter: "'NIC_Intel-XXV710' and
8307 #           'NF_DENSITY' and
8308 #           'DOCKER' and
8309 #           'CHAIN' and
8310 #           'NF_VPPIP4' and
8311 #           'IPSEC' and
8312 #           'TNL_4' and
8313 #           'IMIX' and
8314 #           '8T4C' and
8315 #           'MRR'"
8316 #  parameters:
8317 #  - "result"
8318 #  - "name"
8319 #  - "tags"
8320 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8321 #  x-axis: "X = CNFs per Service Chain"
8322 #  y-axis: "Y = Number of Service Chains"
8323 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8324 #  layout:
8325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8326 #    layout: "plot-service-density"
8327
8328 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8329 #- type: "plot"
8330 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8331 #  algorithm: "plot_nf_heatmap"
8332 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8333 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8334 #  filter: "'NIC_Intel-XXV710' and
8335 #           'NF_DENSITY' and
8336 #           'DOCKER' and
8337 #           'CHAIN' and
8338 #           'NF_VPPIP4' and
8339 #           'IPSEC' and
8340 #           'TNL_4' and
8341 #           'IMIX' and
8342 #           '2T1C' and
8343 #           'NDRPDR'"
8344 #  parameters:
8345 #  - "throughput"
8346 #  - "name"
8347 #  - "tags"
8348 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8349 #  x-axis: "X = CNFs per Service Chain"
8350 #  y-axis: "Y = Number of Service Chains"
8351 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8352 #  layout:
8353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8354 #    layout: "plot-service-density"
8355 #
8356 #- type: "plot"
8357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8358 #  algorithm: "plot_nf_heatmap"
8359 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8360 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8361 #  filter: "'NIC_Intel-XXV710' and
8362 #           'NF_DENSITY' and
8363 #           'DOCKER' and
8364 #           'CHAIN' and
8365 #           'NF_VPPIP4' and
8366 #           'IPSEC' and
8367 #           'TNL_4' and
8368 #           'IMIX' and
8369 #           '4T2C' and
8370 #           'NDRPDR'"
8371 #  parameters:
8372 #  - "throughput"
8373 #  - "name"
8374 #  - "tags"
8375 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8376 #  x-axis: "X = CNFs per Service Chain"
8377 #  y-axis: "Y = Number of Service Chains"
8378 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8379 #  layout:
8380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8381 #    layout: "plot-service-density"
8382 #
8383 #- type: "plot"
8384 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8385 #  algorithm: "plot_nf_heatmap"
8386 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8387 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8388 #  filter: "'NIC_Intel-XXV710' and
8389 #           'NF_DENSITY' and
8390 #           'DOCKER' and
8391 #           'CHAIN' and
8392 #           'NF_VPPIP4' and
8393 #           'IPSEC' and
8394 #           'TNL_4' and
8395 #           'IMIX' and
8396 #           '8T4C' and
8397 #           'NDRPDR'"
8398 #  parameters:
8399 #  - "throughput"
8400 #  - "name"
8401 #  - "tags"
8402 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8403 #  x-axis: "X = CNFs per Service Chain"
8404 #  y-axis: "Y = Number of Service Chains"
8405 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8406 #  layout:
8407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8408 #    layout: "plot-service-density"
8409 #
8410 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8411 #- type: "plot"
8412 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8413 #  algorithm: "plot_nf_heatmap"
8414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8415 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8416 #  filter: "'NIC_Intel-XXV710' and
8417 #           'NF_DENSITY' and
8418 #           'DOCKER' and
8419 #           'CHAIN' and
8420 #           'NF_VPPIP4' and
8421 #           'IPSEC' and
8422 #           'TNL_4' and
8423 #           'IMIX' and
8424 #           '2T1C' and
8425 #           'NDRPDR'"
8426 #  parameters:
8427 #  - "throughput"
8428 #  - "name"
8429 #  - "tags"
8430 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8431 #  x-axis: "X = CNFs per Service Chain"
8432 #  y-axis: "Y = Number of Service Chains"
8433 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8434 #  layout:
8435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8436 #    layout: "plot-service-density"
8437 #
8438 #- type: "plot"
8439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8440 #  algorithm: "plot_nf_heatmap"
8441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8442 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8443 #  filter: "'NIC_Intel-XXV710' and
8444 #           'NF_DENSITY' and
8445 #           'DOCKER' and
8446 #           'CHAIN' and
8447 #           'NF_VPPIP4' and
8448 #           'IPSEC' and
8449 #           'TNL_4' and
8450 #           'IMIX' and
8451 #           '4T2C' and
8452 #           'NDRPDR'"
8453 #  parameters:
8454 #  - "throughput"
8455 #  - "name"
8456 #  - "tags"
8457 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8458 #  x-axis: "X = CNFs per Service Chain"
8459 #  y-axis: "Y = Number of Service Chains"
8460 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8461 #  layout:
8462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8463 #    layout: "plot-service-density"
8464 #
8465 #- type: "plot"
8466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8467 #  algorithm: "plot_nf_heatmap"
8468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8469 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8470 #  filter: "'NIC_Intel-XXV710' and
8471 #           'NF_DENSITY' and
8472 #           'DOCKER' and
8473 #           'CHAIN' and
8474 #           'NF_VPPIP4' and
8475 #           'IPSEC' and
8476 #           'TNL_4' and
8477 #           'IMIX' and
8478 #           '8T4C' and
8479 #           'NDRPDR'"
8480 #  parameters:
8481 #  - "throughput"
8482 #  - "name"
8483 #  - "tags"
8484 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8485 #  x-axis: "X = CNFs per Service Chain"
8486 #  y-axis: "Y = Number of Service Chains"
8487 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8488 #  layout:
8489 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8490 #    layout: "plot-service-density"
8491
8492 ###############################################################################
8493
8494 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8495 #- type: "plot"
8496 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8497 #  algorithm: "plot_nf_heatmap"
8498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8499 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8500 #  filter: "'NIC_Intel-XL710' and
8501 #           'NF_DENSITY' and
8502 #           'DOCKER' and
8503 #           'CHAIN' and
8504 #           'NF_VPPIP4' and
8505 #           'IMIX' and
8506 #           'TNL_4' and
8507 #           '1T1C' and
8508 #           'MRR'"
8509 #  parameters:
8510 #  - "result"
8511 #  - "name"
8512 #  - "tags"
8513 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8514 #  x-axis: "X = CNFs per Service Chain"
8515 #  y-axis: "Y = Number of Service Chains"
8516 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8517 #  layout:
8518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8519 #    layout: "plot-service-density"
8520 #
8521 #- type: "plot"
8522 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8523 #  algorithm: "plot_nf_heatmap"
8524 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8525 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8526 #  filter: "'NIC_Intel-XL710' and
8527 #           'NF_DENSITY' and
8528 #           'DOCKER' and
8529 #           'CHAIN' and
8530 #           'NF_VPPIP4' and
8531 #           'IPSEC' and
8532 #           'TNL_4' and
8533 #           'IMIX' and
8534 #           '2T2C' and
8535 #           'MRR'"
8536 #  parameters:
8537 #  - "result"
8538 #  - "name"
8539 #  - "tags"
8540 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8541 #  x-axis: "X = CNFs per Service Chain"
8542 #  y-axis: "Y = Number of Service Chains"
8543 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8544 #  layout:
8545 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8546 #    layout: "plot-service-density"
8547 #
8548 #- type: "plot"
8549 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8550 #  algorithm: "plot_nf_heatmap"
8551 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8552 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8553 #  filter: "'NIC_Intel-XL710' and
8554 #           'NF_DENSITY' and
8555 #           'DOCKER' and
8556 #           'CHAIN' and
8557 #           'NF_VPPIP4' and
8558 #           'IPSEC' and
8559 #           'TNL_4' and
8560 #           'IMIX' and
8561 #           '4T4C' and
8562 #           'MRR'"
8563 #  parameters:
8564 #  - "result"
8565 #  - "name"
8566 #  - "tags"
8567 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8568 #  x-axis: "X = CNFs per Service Chain"
8569 #  y-axis: "Y = Number of Service Chains"
8570 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8571 #  layout:
8572 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8573 #    layout: "plot-service-density"
8574
8575 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8576 #- type: "plot"
8577 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8578 #  algorithm: "plot_nf_heatmap"
8579 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8580 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8581 #  filter: "'NIC_Intel-XL710' and
8582 #           'NF_DENSITY' and
8583 #           'DOCKER' and
8584 #           'CHAIN' and
8585 #           'NF_VPPIP4' and
8586 #           'IPSEC' and
8587 #           'TNL_4' and
8588 #           'IMIX' and
8589 #           '1T1C' and
8590 #           'NDRPDR'"
8591 #  parameters:
8592 #  - "throughput"
8593 #  - "name"
8594 #  - "tags"
8595 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8596 #  x-axis: "X = CNFs per Service Chain"
8597 #  y-axis: "Y = Number of Service Chains"
8598 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8599 #  layout:
8600 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8601 #    layout: "plot-service-density"
8602 #
8603 #- type: "plot"
8604 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8605 #  algorithm: "plot_nf_heatmap"
8606 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8607 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8608 #  filter: "'NIC_Intel-XL710' and
8609 #           'NF_DENSITY' and
8610 #           'DOCKER' and
8611 #           'CHAIN' and
8612 #           'NF_VPPIP4' and
8613 #           'IPSEC' and
8614 #           'TNL_4' and
8615 #           'IMIX' and
8616 #           '2T2C' and
8617 #           'NDRPDR'"
8618 #  parameters:
8619 #  - "throughput"
8620 #  - "name"
8621 #  - "tags"
8622 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8623 #  x-axis: "X = CNFs per Service Chain"
8624 #  y-axis: "Y = Number of Service Chains"
8625 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8626 #  layout:
8627 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8628 #    layout: "plot-service-density"
8629 #
8630 #- type: "plot"
8631 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8632 #  algorithm: "plot_nf_heatmap"
8633 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8634 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8635 #  filter: "'NIC_Intel-XL710' and
8636 #           'NF_DENSITY' and
8637 #           'DOCKER' and
8638 #           'CHAIN' and
8639 #           'NF_VPPIP4' and
8640 #           'IPSEC' and
8641 #           'TNL_4' and
8642 #           'IMIX' and
8643 #           '4T4C' and
8644 #           'NDRPDR'"
8645 #  parameters:
8646 #  - "throughput"
8647 #  - "name"
8648 #  - "tags"
8649 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8650 #  x-axis: "X = CNFs per Service Chain"
8651 #  y-axis: "Y = Number of Service Chains"
8652 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8653 #  layout:
8654 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8655 #    layout: "plot-service-density"
8656 #
8657 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8658 #- type: "plot"
8659 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8660 #  algorithm: "plot_nf_heatmap"
8661 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8662 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8663 #  filter: "'NIC_Intel-XL710' and
8664 #           'NF_DENSITY' and
8665 #           'DOCKER' and
8666 #           'CHAIN' and
8667 #           'NF_VPPIP4' and
8668 #           'IPSEC' and
8669 #           'TNL_4' and
8670 #           'IMIX' and
8671 #           '1T1C' and
8672 #           'NDRPDR'"
8673 #  parameters:
8674 #  - "throughput"
8675 #  - "name"
8676 #  - "tags"
8677 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8678 #  x-axis: "X = CNFs per Service Chain"
8679 #  y-axis: "Y = Number of Service Chains"
8680 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8681 #  layout:
8682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8683 #    layout: "plot-service-density"
8684 #
8685 #- type: "plot"
8686 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8687 #  algorithm: "plot_nf_heatmap"
8688 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8689 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8690 #  filter: "'NIC_Intel-XL710' and
8691 #           'NF_DENSITY' and
8692 #           'DOCKER' and
8693 #           'CHAIN' and
8694 #           'NF_VPPIP4' and
8695 #           'IPSEC' and
8696 #           'TNL_4' and
8697 #           'IMIX' and
8698 #           '2T2C' and
8699 #           'NDRPDR'"
8700 #  parameters:
8701 #  - "throughput"
8702 #  - "name"
8703 #  - "tags"
8704 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8705 #  x-axis: "X = CNFs per Service Chain"
8706 #  y-axis: "Y = Number of Service Chains"
8707 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8708 #  layout:
8709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8710 #    layout: "plot-service-density"
8711 #
8712 #- type: "plot"
8713 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8714 #  algorithm: "plot_nf_heatmap"
8715 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8716 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8717 #  filter: "'NIC_Intel-XL710' and
8718 #           'NF_DENSITY' and
8719 #           'DOCKER' and
8720 #           'CHAIN' and
8721 #           'NF_VPPIP4' and
8722 #           'IPSEC' and
8723 #           'TNL_4' and
8724 #           'IMIX' and
8725 #           '4T4C' and
8726 #           'NDRPDR'"
8727 #  parameters:
8728 #  - "throughput"
8729 #  - "name"
8730 #  - "tags"
8731 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8732 #  x-axis: "X = CNFs per Service Chain"
8733 #  y-axis: "Y = Number of Service Chains"
8734 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8735 #  layout:
8736 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8737 #    layout: "plot-service-density"
8738
8739 ###############################################################################
8740
8741 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8742 #- type: "plot"
8743 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8744 #  algorithm: "plot_nf_heatmap"
8745 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8746 #  data: "plot-vpp-nfv-3n-skx-mrr"
8747 #  filter: "'NIC_Intel-XXV710' and
8748 #           'NF_DENSITY' and
8749 #           'DOCKER' and
8750 #           'CHAIN' and
8751 #           'NF_VPPIP4' and
8752 #           'IPSEC' and
8753 #           'TNL_1000' and
8754 #           'IMIX' and
8755 #           '2T1C' and
8756 #           'MRR'"
8757 #  parameters:
8758 #  - "result"
8759 #  - "name"
8760 #  - "tags"
8761 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8762 #  x-axis: "X = CNFs per Service Chain"
8763 #  y-axis: "Y = Number of Service Chains"
8764 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8765 #  layout:
8766 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8767 #    layout: "plot-service-density"
8768 #
8769 #- type: "plot"
8770 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8771 #  algorithm: "plot_nf_heatmap"
8772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8773 #  data: "plot-vpp-nfv-3n-skx-mrr"
8774 #  filter: "'NIC_Intel-XXV710' and
8775 #           'NF_DENSITY' and
8776 #           'DOCKER' and
8777 #           'CHAIN' and
8778 #           'NF_VPPIP4' and
8779 #           'IPSEC' and
8780 #           'TNL_1000' and
8781 #           'IMIX' and
8782 #           '4T2C' and
8783 #           'MRR'"
8784 #  parameters:
8785 #  - "result"
8786 #  - "name"
8787 #  - "tags"
8788 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8789 #  x-axis: "X = CNFs per Service Chain"
8790 #  y-axis: "Y = Number of Service Chains"
8791 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8792 #  layout:
8793 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8794 #    layout: "plot-service-density"
8795 #
8796 #- type: "plot"
8797 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8798 #  algorithm: "plot_nf_heatmap"
8799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8800 #  data: "plot-vpp-nfv-3n-skx-mrr"
8801 #  filter: "'NIC_Intel-XXV710' and
8802 #           'NF_DENSITY' and
8803 #           'DOCKER' and
8804 #           'CHAIN' and
8805 #           'NF_VPPIP4' and
8806 #           'IPSEC' and
8807 #           'TNL_1000' and
8808 #           'IMIX' and
8809 #           '8T4C' and
8810 #           'MRR'"
8811 #  parameters:
8812 #  - "result"
8813 #  - "name"
8814 #  - "tags"
8815 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8816 #  x-axis: "X = CNFs per Service Chain"
8817 #  y-axis: "Y = Number of Service Chains"
8818 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8819 #  layout:
8820 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8821 #    layout: "plot-service-density"
8822
8823 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8824 #- type: "plot"
8825 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8826 #  algorithm: "plot_nf_heatmap"
8827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8828 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8829 #  filter: "'NIC_Intel-XXV710' and
8830 #           'NF_DENSITY' and
8831 #           'DOCKER' and
8832 #           'CHAIN' and
8833 #           'NF_VPPIP4' and
8834 #           'IPSEC' and
8835 #           'TNL_1000' and
8836 #           'IMIX' and
8837 #           '2T1C' and
8838 #           'NDRPDR'"
8839 #  parameters:
8840 #  - "throughput"
8841 #  - "name"
8842 #  - "tags"
8843 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8844 #  x-axis: "X = CNFs per Service Chain"
8845 #  y-axis: "Y = Number of Service Chains"
8846 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8847 #  layout:
8848 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8849 #    layout: "plot-service-density"
8850 #
8851 #- type: "plot"
8852 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8853 #  algorithm: "plot_nf_heatmap"
8854 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8855 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8856 #  filter: "'NIC_Intel-XXV710' and
8857 #           'NF_DENSITY' and
8858 #           'DOCKER' and
8859 #           'CHAIN' and
8860 #           'NF_VPPIP4' and
8861 #           'IPSEC' and
8862 #           'TNL_1000' and
8863 #           'IMIX' and
8864 #           '4T2C' and
8865 #           'NDRPDR'"
8866 #  parameters:
8867 #  - "throughput"
8868 #  - "name"
8869 #  - "tags"
8870 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8871 #  x-axis: "X = CNFs per Service Chain"
8872 #  y-axis: "Y = Number of Service Chains"
8873 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8874 #  layout:
8875 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8876 #    layout: "plot-service-density"
8877 #
8878 #- type: "plot"
8879 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8880 #  algorithm: "plot_nf_heatmap"
8881 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8882 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8883 #  filter: "'NIC_Intel-XXV710' and
8884 #           'NF_DENSITY' and
8885 #           'DOCKER' and
8886 #           'CHAIN' and
8887 #           'NF_VPPIP4' and
8888 #           'IPSEC' and
8889 #           'TNL_1000' and
8890 #           'IMIX' and
8891 #           '8T4C' and
8892 #           'NDRPDR'"
8893 #  parameters:
8894 #  - "throughput"
8895 #  - "name"
8896 #  - "tags"
8897 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8898 #  x-axis: "X = CNFs per Service Chain"
8899 #  y-axis: "Y = Number of Service Chains"
8900 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8901 #  layout:
8902 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8903 #    layout: "plot-service-density"
8904 #
8905 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8906 #- type: "plot"
8907 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8908 #  algorithm: "plot_nf_heatmap"
8909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8910 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8911 #  filter: "'NIC_Intel-XXV710' and
8912 #           'NF_DENSITY' and
8913 #           'DOCKER' and
8914 #           'CHAIN' and
8915 #           'NF_VPPIP4' and
8916 #           'IPSEC' and
8917 #           'TNL_1000' and
8918 #           'IMIX' and
8919 #           '2T1C' and
8920 #           'NDRPDR'"
8921 #  parameters:
8922 #  - "throughput"
8923 #  - "name"
8924 #  - "tags"
8925 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8926 #  x-axis: "X = CNFs per Service Chain"
8927 #  y-axis: "Y = Number of Service Chains"
8928 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8929 #  layout:
8930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8931 #    layout: "plot-service-density"
8932 #
8933 #- type: "plot"
8934 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8935 #  algorithm: "plot_nf_heatmap"
8936 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8937 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8938 #  filter: "'NIC_Intel-XXV710' and
8939 #           'NF_DENSITY' and
8940 #           'DOCKER' and
8941 #           'CHAIN' and
8942 #           'NF_VPPIP4' and
8943 #           'IPSEC' and
8944 #           'TNL_1000' and
8945 #           'IMIX' and
8946 #           '4T2C' and
8947 #           'NDRPDR'"
8948 #  parameters:
8949 #  - "throughput"
8950 #  - "name"
8951 #  - "tags"
8952 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8953 #  x-axis: "X = CNFs per Service Chain"
8954 #  y-axis: "Y = Number of Service Chains"
8955 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8956 #  layout:
8957 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8958 #    layout: "plot-service-density"
8959 #
8960 #- type: "plot"
8961 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8962 #  algorithm: "plot_nf_heatmap"
8963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8964 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8965 #  filter: "'NIC_Intel-XXV710' and
8966 #           'NF_DENSITY' and
8967 #           'DOCKER' and
8968 #           'CHAIN' and
8969 #           'NF_VPPIP4' and
8970 #           'IPSEC' and
8971 #           'TNL_1000' and
8972 #           'IMIX' and
8973 #           '8T4C' and
8974 #           'NDRPDR'"
8975 #  parameters:
8976 #  - "throughput"
8977 #  - "name"
8978 #  - "tags"
8979 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8980 #  x-axis: "X = CNFs per Service Chain"
8981 #  y-axis: "Y = Number of Service Chains"
8982 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8983 #  layout:
8984 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8985 #    layout: "plot-service-density"
8986
8987 ###############################################################################
8988
8989 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8990 #- type: "plot"
8991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8992 #  algorithm: "plot_nf_heatmap"
8993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8994 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8995 #  filter: "'NIC_Intel-XL710' and
8996 #           'NF_DENSITY' and
8997 #           'DOCKER' and
8998 #           'CHAIN' and
8999 #           'NF_VPPIP4' and
9000 #           'IMIX' and
9001 #           'TNL_1000' and
9002 #           '1T1C' and
9003 #           'MRR'"
9004 #  parameters:
9005 #  - "result"
9006 #  - "name"
9007 #  - "tags"
9008 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9009 #  x-axis: "X = CNFs per Service Chain"
9010 #  y-axis: "Y = Number of Service Chains"
9011 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9012 #  layout:
9013 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9014 #    layout: "plot-service-density"
9015 #
9016 #- type: "plot"
9017 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9018 #  algorithm: "plot_nf_heatmap"
9019 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9020 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9021 #  filter: "'NIC_Intel-XL710' and
9022 #           'NF_DENSITY' and
9023 #           'DOCKER' and
9024 #           'CHAIN' and
9025 #           'NF_VPPIP4' and
9026 #           'IPSEC' and
9027 #           'TNL_1000' and
9028 #           'IMIX' and
9029 #           '2T2C' and
9030 #           'MRR'"
9031 #  parameters:
9032 #  - "result"
9033 #  - "name"
9034 #  - "tags"
9035 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9036 #  x-axis: "X = CNFs per Service Chain"
9037 #  y-axis: "Y = Number of Service Chains"
9038 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9039 #  layout:
9040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9041 #    layout: "plot-service-density"
9042 #
9043 #- type: "plot"
9044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9045 #  algorithm: "plot_nf_heatmap"
9046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9047 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9048 #  filter: "'NIC_Intel-XL710' and
9049 #           'NF_DENSITY' and
9050 #           'DOCKER' and
9051 #           'CHAIN' and
9052 #           'NF_VPPIP4' and
9053 #           'IPSEC' and
9054 #           'TNL_1000' and
9055 #           'IMIX' and
9056 #           '4T4C' and
9057 #           'MRR'"
9058 #  parameters:
9059 #  - "result"
9060 #  - "name"
9061 #  - "tags"
9062 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9063 #  x-axis: "X = CNFs per Service Chain"
9064 #  y-axis: "Y = Number of Service Chains"
9065 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9066 #  layout:
9067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9068 #    layout: "plot-service-density"
9069
9070 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9071 #- type: "plot"
9072 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9073 #  algorithm: "plot_nf_heatmap"
9074 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9075 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9076 #  filter: "'NIC_Intel-XL710' and
9077 #           'NF_DENSITY' and
9078 #           'DOCKER' and
9079 #           'CHAIN' and
9080 #           'NF_VPPIP4' and
9081 #           'IPSEC' and
9082 #           'TNL_1000' and
9083 #           'IMIX' and
9084 #           '1T1C' and
9085 #           'NDRPDR'"
9086 #  parameters:
9087 #  - "throughput"
9088 #  - "name"
9089 #  - "tags"
9090 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9091 #  x-axis: "X = CNFs per Service Chain"
9092 #  y-axis: "Y = Number of Service Chains"
9093 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9094 #  layout:
9095 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9096 #    layout: "plot-service-density"
9097 #
9098 #- type: "plot"
9099 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9100 #  algorithm: "plot_nf_heatmap"
9101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9102 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9103 #  filter: "'NIC_Intel-XL710' and
9104 #           'NF_DENSITY' and
9105 #           'DOCKER' and
9106 #           'CHAIN' and
9107 #           'NF_VPPIP4' and
9108 #           'IPSEC' and
9109 #           'TNL_1000' and
9110 #           'IMIX' and
9111 #           '2T2C' and
9112 #           'NDRPDR'"
9113 #  parameters:
9114 #  - "throughput"
9115 #  - "name"
9116 #  - "tags"
9117 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9118 #  x-axis: "X = CNFs per Service Chain"
9119 #  y-axis: "Y = Number of Service Chains"
9120 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9121 #  layout:
9122 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9123 #    layout: "plot-service-density"
9124 #
9125 #- type: "plot"
9126 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9127 #  algorithm: "plot_nf_heatmap"
9128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9129 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9130 #  filter: "'NIC_Intel-XL710' and
9131 #           'NF_DENSITY' and
9132 #           'DOCKER' and
9133 #           'CHAIN' and
9134 #           'NF_VPPIP4' and
9135 #           'IPSEC' and
9136 #           'TNL_1000' and
9137 #           'IMIX' and
9138 #           '4T4C' and
9139 #           'NDRPDR'"
9140 #  parameters:
9141 #  - "throughput"
9142 #  - "name"
9143 #  - "tags"
9144 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9145 #  x-axis: "X = CNFs per Service Chain"
9146 #  y-axis: "Y = Number of Service Chains"
9147 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9148 #  layout:
9149 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9150 #    layout: "plot-service-density"
9151 #
9152 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9153 #- type: "plot"
9154 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9155 #  algorithm: "plot_nf_heatmap"
9156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9157 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9158 #  filter: "'NIC_Intel-XL710' and
9159 #           'NF_DENSITY' and
9160 #           'DOCKER' and
9161 #           'CHAIN' and
9162 #           'NF_VPPIP4' and
9163 #           'IPSEC' and
9164 #           'TNL_1000' and
9165 #           'IMIX' and
9166 #           '1T1C' and
9167 #           'NDRPDR'"
9168 #  parameters:
9169 #  - "throughput"
9170 #  - "name"
9171 #  - "tags"
9172 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9173 #  x-axis: "X = CNFs per Service Chain"
9174 #  y-axis: "Y = Number of Service Chains"
9175 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9176 #  layout:
9177 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9178 #    layout: "plot-service-density"
9179 #
9180 #- type: "plot"
9181 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9182 #  algorithm: "plot_nf_heatmap"
9183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9184 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9185 #  filter: "'NIC_Intel-XL710' and
9186 #           'NF_DENSITY' and
9187 #           'DOCKER' and
9188 #           'CHAIN' and
9189 #           'NF_VPPIP4' and
9190 #           'IPSEC' and
9191 #           'TNL_1000' and
9192 #           'IMIX' and
9193 #           '2T2C' and
9194 #           'NDRPDR'"
9195 #  parameters:
9196 #  - "throughput"
9197 #  - "name"
9198 #  - "tags"
9199 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9200 #  x-axis: "X = CNFs per Service Chain"
9201 #  y-axis: "Y = Number of Service Chains"
9202 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9203 #  layout:
9204 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9205 #    layout: "plot-service-density"
9206 #
9207 #- type: "plot"
9208 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9209 #  algorithm: "plot_nf_heatmap"
9210 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9211 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9212 #  filter: "'NIC_Intel-XL710' and
9213 #           'NF_DENSITY' and
9214 #           'DOCKER' and
9215 #           'CHAIN' and
9216 #           'NF_VPPIP4' and
9217 #           'IPSEC' and
9218 #           'TNL_1000' and
9219 #           'IMIX' and
9220 #           '4T4C' and
9221 #           'NDRPDR'"
9222 #  parameters:
9223 #  - "throughput"
9224 #  - "name"
9225 #  - "tags"
9226 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9227 #  x-axis: "X = CNFs per Service Chain"
9228 #  y-axis: "Y = Number of Service Chains"
9229 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9230 #  layout:
9231 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9232 #    layout: "plot-service-density"
9233
9234 ###############################################################################
9235
9236 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9237 #- type: "plot"
9238 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9239 #  algorithm: "plot_nf_heatmap"
9240 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9241 #  data: "plot-vpp-nfv-3n-skx-mrr"
9242 #  filter: "'NIC_Intel-XXV710' and
9243 #           'NF_DENSITY' and
9244 #           'DOCKER' and
9245 #           'CHAIN' and
9246 #           'NF_VPPIP4' and
9247 #           'IPSEC' and
9248 #           'TNL_10000' and
9249 #           'IMIX' and
9250 #           '2T1C' and
9251 #           'MRR'"
9252 #  parameters:
9253 #  - "result"
9254 #  - "name"
9255 #  - "tags"
9256 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9257 #  x-axis: "X = CNFs per Service Chain"
9258 #  y-axis: "Y = Number of Service Chains"
9259 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9260 #  layout:
9261 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9262 #    layout: "plot-service-density"
9263 #
9264 #- type: "plot"
9265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9266 #  algorithm: "plot_nf_heatmap"
9267 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9268 #  data: "plot-vpp-nfv-3n-skx-mrr"
9269 #  filter: "'NIC_Intel-XXV710' and
9270 #           'NF_DENSITY' and
9271 #           'DOCKER' and
9272 #           'CHAIN' and
9273 #           'NF_VPPIP4' and
9274 #           'IPSEC' and
9275 #           'TNL_10000' and
9276 #           'IMIX' and
9277 #           '4T2C' and
9278 #           'MRR'"
9279 #  parameters:
9280 #  - "result"
9281 #  - "name"
9282 #  - "tags"
9283 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9284 #  x-axis: "X = CNFs per Service Chain"
9285 #  y-axis: "Y = Number of Service Chains"
9286 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9287 #  layout:
9288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9289 #    layout: "plot-service-density"
9290 #
9291 #- type: "plot"
9292 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9293 #  algorithm: "plot_nf_heatmap"
9294 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9295 #  data: "plot-vpp-nfv-3n-skx-mrr"
9296 #  filter: "'NIC_Intel-XXV710' and
9297 #           'NF_DENSITY' and
9298 #           'DOCKER' and
9299 #           'CHAIN' and
9300 #           'NF_VPPIP4' and
9301 #           'IPSEC' and
9302 #           'TNL_10000' and
9303 #           'IMIX' and
9304 #           '8T4C' and
9305 #           'MRR'"
9306 #  parameters:
9307 #  - "result"
9308 #  - "name"
9309 #  - "tags"
9310 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9311 #  x-axis: "X = CNFs per Service Chain"
9312 #  y-axis: "Y = Number of Service Chains"
9313 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9314 #  layout:
9315 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9316 #    layout: "plot-service-density"
9317
9318 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9319 #- type: "plot"
9320 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9321 #  algorithm: "plot_nf_heatmap"
9322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9323 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9324 #  filter: "'NIC_Intel-XXV710' and
9325 #           'NF_DENSITY' and
9326 #           'DOCKER' and
9327 #           'CHAIN' and
9328 #           'NF_VPPIP4' and
9329 #           'IPSEC' and
9330 #           'TNL_10000' and
9331 #           'IMIX' and
9332 #           '2T1C' and
9333 #           'NDRPDR'"
9334 #  parameters:
9335 #  - "throughput"
9336 #  - "name"
9337 #  - "tags"
9338 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9339 #  x-axis: "X = CNFs per Service Chain"
9340 #  y-axis: "Y = Number of Service Chains"
9341 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9342 #  layout:
9343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9344 #    layout: "plot-service-density"
9345 #
9346 #- type: "plot"
9347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9348 #  algorithm: "plot_nf_heatmap"
9349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9350 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9351 #  filter: "'NIC_Intel-XXV710' and
9352 #           'NF_DENSITY' and
9353 #           'DOCKER' and
9354 #           'CHAIN' and
9355 #           'NF_VPPIP4' and
9356 #           'IPSEC' and
9357 #           'TNL_10000' and
9358 #           'IMIX' and
9359 #           '4T2C' and
9360 #           'NDRPDR'"
9361 #  parameters:
9362 #  - "throughput"
9363 #  - "name"
9364 #  - "tags"
9365 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9366 #  x-axis: "X = CNFs per Service Chain"
9367 #  y-axis: "Y = Number of Service Chains"
9368 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9369 #  layout:
9370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9371 #    layout: "plot-service-density"
9372 #
9373 #- type: "plot"
9374 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9375 #  algorithm: "plot_nf_heatmap"
9376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9377 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9378 #  filter: "'NIC_Intel-XXV710' and
9379 #           'NF_DENSITY' and
9380 #           'DOCKER' and
9381 #           'CHAIN' and
9382 #           'NF_VPPIP4' and
9383 #           'IPSEC' and
9384 #           'TNL_10000' and
9385 #           'IMIX' and
9386 #           '8T4C' and
9387 #           'NDRPDR'"
9388 #  parameters:
9389 #  - "throughput"
9390 #  - "name"
9391 #  - "tags"
9392 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9393 #  x-axis: "X = CNFs per Service Chain"
9394 #  y-axis: "Y = Number of Service Chains"
9395 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9396 #  layout:
9397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9398 #    layout: "plot-service-density"
9399 #
9400 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9401 #- type: "plot"
9402 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9403 #  algorithm: "plot_nf_heatmap"
9404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9405 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9406 #  filter: "'NIC_Intel-XXV710' and
9407 #           'NF_DENSITY' and
9408 #           'DOCKER' and
9409 #           'CHAIN' and
9410 #           'NF_VPPIP4' and
9411 #           'IPSEC' and
9412 #           'TNL_10000' and
9413 #           'IMIX' and
9414 #           '2T1C' and
9415 #           'NDRPDR'"
9416 #  parameters:
9417 #  - "throughput"
9418 #  - "name"
9419 #  - "tags"
9420 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9421 #  x-axis: "X = CNFs per Service Chain"
9422 #  y-axis: "Y = Number of Service Chains"
9423 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9424 #  layout:
9425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9426 #    layout: "plot-service-density"
9427 #
9428 #- type: "plot"
9429 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9430 #  algorithm: "plot_nf_heatmap"
9431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9432 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9433 #  filter: "'NIC_Intel-XXV710' and
9434 #           'NF_DENSITY' and
9435 #           'DOCKER' and
9436 #           'CHAIN' and
9437 #           'NF_VPPIP4' and
9438 #           'IPSEC' and
9439 #           'TNL_10000' and
9440 #           'IMIX' and
9441 #           '4T2C' and
9442 #           'NDRPDR'"
9443 #  parameters:
9444 #  - "throughput"
9445 #  - "name"
9446 #  - "tags"
9447 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9448 #  x-axis: "X = CNFs per Service Chain"
9449 #  y-axis: "Y = Number of Service Chains"
9450 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9451 #  layout:
9452 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9453 #    layout: "plot-service-density"
9454 #
9455 #- type: "plot"
9456 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9457 #  algorithm: "plot_nf_heatmap"
9458 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9459 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9460 #  filter: "'NIC_Intel-XXV710' and
9461 #           'NF_DENSITY' and
9462 #           'DOCKER' and
9463 #           'CHAIN' and
9464 #           'NF_VPPIP4' and
9465 #           'IPSEC' and
9466 #           'TNL_10000' and
9467 #           'IMIX' and
9468 #           '8T4C' and
9469 #           'NDRPDR'"
9470 #  parameters:
9471 #  - "throughput"
9472 #  - "name"
9473 #  - "tags"
9474 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9475 #  x-axis: "X = CNFs per Service Chain"
9476 #  y-axis: "Y = Number of Service Chains"
9477 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9478 #  layout:
9479 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9480 #    layout: "plot-service-density"
9481
9482 ###############################################################################
9483
9484 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9485 #- type: "plot"
9486 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9487 #  algorithm: "plot_nf_heatmap"
9488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9489 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9490 #  filter: "'NIC_Intel-XL710' and
9491 #           'NF_DENSITY' and
9492 #           'DOCKER' and
9493 #           'CHAIN' and
9494 #           'NF_VPPIP4' and
9495 #           'IMIX' and
9496 #           'TNL_10000' and
9497 #           '1T1C' and
9498 #           'MRR'"
9499 #  parameters:
9500 #  - "result"
9501 #  - "name"
9502 #  - "tags"
9503 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9504 #  x-axis: "X = CNFs per Service Chain"
9505 #  y-axis: "Y = Number of Service Chains"
9506 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9507 #  layout:
9508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9509 #    layout: "plot-service-density"
9510 #
9511 #- type: "plot"
9512 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9513 #  algorithm: "plot_nf_heatmap"
9514 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9515 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9516 #  filter: "'NIC_Intel-XL710' and
9517 #           'NF_DENSITY' and
9518 #           'DOCKER' and
9519 #           'CHAIN' and
9520 #           'NF_VPPIP4' and
9521 #           'IPSEC' and
9522 #           'TNL_10000' and
9523 #           'IMIX' and
9524 #           '2T2C' and
9525 #           'MRR'"
9526 #  parameters:
9527 #  - "result"
9528 #  - "name"
9529 #  - "tags"
9530 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9531 #  x-axis: "X = CNFs per Service Chain"
9532 #  y-axis: "Y = Number of Service Chains"
9533 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9534 #  layout:
9535 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9536 #    layout: "plot-service-density"
9537 #
9538 #- type: "plot"
9539 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9540 #  algorithm: "plot_nf_heatmap"
9541 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9542 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9543 #  filter: "'NIC_Intel-XL710' and
9544 #           'NF_DENSITY' and
9545 #           'DOCKER' and
9546 #           'CHAIN' and
9547 #           'NF_VPPIP4' and
9548 #           'IPSEC' and
9549 #           'TNL_10000' and
9550 #           'IMIX' and
9551 #           '4T4C' and
9552 #           'MRR'"
9553 #  parameters:
9554 #  - "result"
9555 #  - "name"
9556 #  - "tags"
9557 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9558 #  x-axis: "X = CNFs per Service Chain"
9559 #  y-axis: "Y = Number of Service Chains"
9560 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9561 #  layout:
9562 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9563 #    layout: "plot-service-density"
9564
9565 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9566 #- type: "plot"
9567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9568 #  algorithm: "plot_nf_heatmap"
9569 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9570 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9571 #  filter: "'NIC_Intel-XL710' and
9572 #           'NF_DENSITY' and
9573 #           'DOCKER' and
9574 #           'CHAIN' and
9575 #           'NF_VPPIP4' and
9576 #           'IPSEC' and
9577 #           'TNL_10000' and
9578 #           'IMIX' and
9579 #           '1T1C' and
9580 #           'NDRPDR'"
9581 #  parameters:
9582 #  - "throughput"
9583 #  - "name"
9584 #  - "tags"
9585 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9586 #  x-axis: "X = CNFs per Service Chain"
9587 #  y-axis: "Y = Number of Service Chains"
9588 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9589 #  layout:
9590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9591 #    layout: "plot-service-density"
9592 #
9593 #- type: "plot"
9594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9595 #  algorithm: "plot_nf_heatmap"
9596 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9597 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9598 #  filter: "'NIC_Intel-XL710' and
9599 #           'NF_DENSITY' and
9600 #           'DOCKER' and
9601 #           'CHAIN' and
9602 #           'NF_VPPIP4' and
9603 #           'IPSEC' and
9604 #           'TNL_10000' and
9605 #           'IMIX' and
9606 #           '2T2C' and
9607 #           'NDRPDR'"
9608 #  parameters:
9609 #  - "throughput"
9610 #  - "name"
9611 #  - "tags"
9612 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9613 #  x-axis: "X = CNFs per Service Chain"
9614 #  y-axis: "Y = Number of Service Chains"
9615 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9616 #  layout:
9617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9618 #    layout: "plot-service-density"
9619 #
9620 #- type: "plot"
9621 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9622 #  algorithm: "plot_nf_heatmap"
9623 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9624 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9625 #  filter: "'NIC_Intel-XL710' and
9626 #           'NF_DENSITY' and
9627 #           'DOCKER' and
9628 #           'CHAIN' and
9629 #           'NF_VPPIP4' and
9630 #           'IPSEC' and
9631 #           'TNL_10000' and
9632 #           'IMIX' and
9633 #           '4T4C' and
9634 #           'NDRPDR'"
9635 #  parameters:
9636 #  - "throughput"
9637 #  - "name"
9638 #  - "tags"
9639 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9640 #  x-axis: "X = CNFs per Service Chain"
9641 #  y-axis: "Y = Number of Service Chains"
9642 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9643 #  layout:
9644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9645 #    layout: "plot-service-density"
9646 #
9647 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9648 #- type: "plot"
9649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9650 #  algorithm: "plot_nf_heatmap"
9651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9652 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9653 #  filter: "'NIC_Intel-XL710' and
9654 #           'NF_DENSITY' and
9655 #           'DOCKER' and
9656 #           'CHAIN' and
9657 #           'NF_VPPIP4' and
9658 #           'IPSEC' and
9659 #           'TNL_10000' and
9660 #           'IMIX' and
9661 #           '1T1C' and
9662 #           'NDRPDR'"
9663 #  parameters:
9664 #  - "throughput"
9665 #  - "name"
9666 #  - "tags"
9667 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9668 #  x-axis: "X = CNFs per Service Chain"
9669 #  y-axis: "Y = Number of Service Chains"
9670 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9671 #  layout:
9672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9673 #    layout: "plot-service-density"
9674 #
9675 #- type: "plot"
9676 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9677 #  algorithm: "plot_nf_heatmap"
9678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9679 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9680 #  filter: "'NIC_Intel-XL710' and
9681 #           'NF_DENSITY' and
9682 #           'DOCKER' and
9683 #           'CHAIN' and
9684 #           'NF_VPPIP4' and
9685 #           'IPSEC' and
9686 #           'TNL_10000' and
9687 #           'IMIX' and
9688 #           '2T2C' and
9689 #           'NDRPDR'"
9690 #  parameters:
9691 #  - "throughput"
9692 #  - "name"
9693 #  - "tags"
9694 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9695 #  x-axis: "X = CNFs per Service Chain"
9696 #  y-axis: "Y = Number of Service Chains"
9697 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9698 #  layout:
9699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9700 #    layout: "plot-service-density"
9701 #
9702 #- type: "plot"
9703 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9704 #  algorithm: "plot_nf_heatmap"
9705 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9706 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9707 #  filter: "'NIC_Intel-XL710' and
9708 #           'NF_DENSITY' and
9709 #           'DOCKER' and
9710 #           'CHAIN' and
9711 #           'NF_VPPIP4' and
9712 #           'IPSEC' and
9713 #           'TNL_10000' and
9714 #           'IMIX' and
9715 #           '4T4C' and
9716 #           'NDRPDR'"
9717 #  parameters:
9718 #  - "throughput"
9719 #  - "name"
9720 #  - "tags"
9721 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9722 #  x-axis: "X = CNFs per Service Chain"
9723 #  y-axis: "Y = Number of Service Chains"
9724 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9725 #  layout:
9726 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9727 #    layout: "plot-service-density"
9728
9729 ###############################################################################
9730
9731 # Plots - NF Density - CSP - MRR IMIX
9732 - type: "plot"
9733   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9734   algorithm: "plot_nf_heatmap"
9735   output-file-type: ".html"
9736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9737   data: "plot-vpp-nfv-2n-skx-mrr"
9738   filter: "'NIC_Intel-XXV710' and
9739            'NF_DENSITY' and
9740            'DOCKER' and
9741            'PIPELINE' and
9742            'NF_VPPIP4' and
9743            'IMIX' and
9744            '2T1C' and
9745            'MRR'"
9746   parameters:
9747   - "result"
9748   - "name"
9749   - "tags"
9750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9751   x-axis: "X = CNFs per Service Pipeline"
9752   y-axis: "Y = Number of Service Pipelines"
9753   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9754   layout:
9755     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9756     layout: "plot-service-density"
9757
9758 - type: "plot"
9759   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9760   algorithm: "plot_nf_heatmap"
9761   output-file-type: ".html"
9762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9763   data: "plot-vpp-nfv-2n-skx-mrr"
9764   filter: "'NIC_Intel-XXV710' and
9765            'NF_DENSITY' and
9766            'DOCKER' and
9767            'PIPELINE' and
9768            'NF_VPPIP4' and
9769            'IMIX' and
9770            '4T2C' and
9771            'MRR'"
9772   parameters:
9773   - "result"
9774   - "name"
9775   - "tags"
9776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9777   x-axis: "X = CNFs per Service Pipeline"
9778   y-axis: "Y = Number of Service Pipelines"
9779   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9780   layout:
9781     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9782     layout: "plot-service-density"
9783
9784 - type: "plot"
9785   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9786   algorithm: "plot_nf_heatmap"
9787   output-file-type: ".html"
9788   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9789   data: "plot-vpp-nfv-2n-skx-mrr"
9790   filter: "'NIC_Intel-XXV710' and
9791            'NF_DENSITY' and
9792            'DOCKER' and
9793            'PIPELINE' and
9794            'NF_VPPIP4' and
9795            'IMIX' and
9796            '8T4C' and
9797            'MRR'"
9798   parameters:
9799   - "result"
9800   - "name"
9801   - "tags"
9802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9803   x-axis: "X = CNFs per Service Pipeline"
9804   y-axis: "Y = Number of Service Pipelines"
9805   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9806   layout:
9807     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9808     layout: "plot-service-density"
9809
9810 # Plots - NF Density - CSP - NDR IMIX
9811 - type: "plot"
9812   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9813   algorithm: "plot_nf_heatmap"
9814   output-file-type: ".html"
9815   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9816   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9817   filter: "'NIC_Intel-XXV710' and
9818            'NF_DENSITY' and
9819            'DOCKER' and
9820            'PIPELINE' and
9821            'NF_VPPIP4' and
9822            'IMIX' and
9823            '2T1C' and
9824            'NDRPDR'"
9825   parameters:
9826   - "throughput"
9827   - "name"
9828   - "tags"
9829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9830   x-axis: "X = CNFs per Service Pipeline"
9831   y-axis: "Y = Number of Service Pipelines"
9832   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9833   layout:
9834     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9835     layout: "plot-service-density"
9836
9837 - type: "plot"
9838   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9839   algorithm: "plot_nf_heatmap"
9840   output-file-type: ".html"
9841   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9842   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9843   filter: "'NIC_Intel-XXV710' and
9844            'NF_DENSITY' and
9845            'DOCKER' and
9846            'PIPELINE' and
9847            'NF_VPPIP4' and
9848            'IMIX' and
9849            '4T2C' and
9850            'NDRPDR'"
9851   parameters:
9852   - "throughput"
9853   - "name"
9854   - "tags"
9855   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9856   x-axis: "X = CNFs per Service Pipeline"
9857   y-axis: "Y = Number of Service Pipelines"
9858   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9859   layout:
9860     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9861     layout: "plot-service-density"
9862
9863 - type: "plot"
9864   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9865   algorithm: "plot_nf_heatmap"
9866   output-file-type: ".html"
9867   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9868   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9869   filter: "'NIC_Intel-XXV710' and
9870            'NF_DENSITY' and
9871            'DOCKER' and
9872            'PIPELINE' and
9873            'NF_VPPIP4' and
9874            'IMIX' and
9875            '8T4C' and
9876            'NDRPDR'"
9877   parameters:
9878   - "throughput"
9879   - "name"
9880   - "tags"
9881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9882   x-axis: "X = CNFs per Service Pipeline"
9883   y-axis: "Y = Number of Service Pipelines"
9884   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9885   layout:
9886     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9887     layout: "plot-service-density"
9888
9889 # Plots - NF Density - CSP - PDR IMIX
9890 - type: "plot"
9891   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9892   algorithm: "plot_nf_heatmap"
9893   output-file-type: ".html"
9894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9895   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9896   filter: "'NIC_Intel-XXV710' and
9897            'NF_DENSITY' and
9898            'DOCKER' and
9899            'PIPELINE' and
9900            'NF_VPPIP4' and
9901            'IMIX' and
9902            '2T1C' and
9903            'NDRPDR'"
9904   parameters:
9905   - "throughput"
9906   - "name"
9907   - "tags"
9908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9909   x-axis: "X = CNFs per Service Pipeline"
9910   y-axis: "Y = Number of Service Pipelines"
9911   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9912   layout:
9913     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9914     layout: "plot-service-density"
9915
9916 - type: "plot"
9917   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9918   algorithm: "plot_nf_heatmap"
9919   output-file-type: ".html"
9920   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9921   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9922   filter: "'NIC_Intel-XXV710' and
9923            'NF_DENSITY' and
9924            'DOCKER' and
9925            'PIPELINE' and
9926            'NF_VPPIP4' and
9927            'IMIX' and
9928            '4T2C' and
9929            'NDRPDR'"
9930   parameters:
9931   - "throughput"
9932   - "name"
9933   - "tags"
9934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9935   x-axis: "X = CNFs per Service Pipeline"
9936   y-axis: "Y = Number of Service Pipelines"
9937   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9938   layout:
9939     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9940     layout: "plot-service-density"
9941
9942 - type: "plot"
9943   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9944   algorithm: "plot_nf_heatmap"
9945   output-file-type: ".html"
9946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9947   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9948   filter: "'NIC_Intel-XXV710' and
9949            'NF_DENSITY' and
9950            'DOCKER' and
9951            'PIPELINE' and
9952            'NF_VPPIP4' and
9953            'IMIX' and
9954            '8T4C' and
9955            'NDRPDR'"
9956   parameters:
9957   - "throughput"
9958   - "name"
9959   - "tags"
9960   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9961   x-axis: "X = CNFs per Service Pipeline"
9962   y-axis: "Y = Number of Service Pipelines"
9963   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9964   layout:
9965     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9966     layout: "plot-service-density"
9967
9968 ###############################################################################
9969 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9970
9971 - type: "plot"
9972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9973   algorithm: "plot_nf_heatmap"
9974   output-file-type: ".html"
9975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9976   data: "plot-vpp-nfv-2n-clx-mrr"
9977   filter: "'NIC_Intel-XXV710' and
9978            'NF_DENSITY' and
9979            'VHOST' and
9980            not 'VXLAN' and
9981            'CHAIN' and
9982            'NF_VPPIP4' and
9983            'IMIX' and
9984            '2T1C' and
9985            'MRR'"
9986   parameters:
9987   - "result"
9988   - "name"
9989   - "tags"
9990   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9991   x-axis: "X = VNFs per Service Chain"
9992   y-axis: "Y = Number of Service Chains"
9993   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9994   layout:
9995     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9996     layout: "plot-service-density"
9997
9998 - type: "plot"
9999   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10000   algorithm: "plot_nf_heatmap"
10001   output-file-type: ".html"
10002   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10003   data: "plot-vpp-nfv-2n-clx-mrr"
10004   filter: "'NIC_Intel-XXV710' and
10005            'NF_DENSITY' and
10006            'VHOST' and
10007            not 'VXLAN' and
10008            'CHAIN' and
10009            'NF_VPPIP4' and
10010            'IMIX' and
10011            '4T2C' and
10012            'MRR'"
10013   parameters:
10014   - "result"
10015   - "name"
10016   - "tags"
10017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10018   x-axis: "X = VNFs per Service Chain"
10019   y-axis: "Y = Number of Service Chains"
10020   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10021   layout:
10022     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10023     layout: "plot-service-density"
10024
10025 - type: "plot"
10026   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10027   algorithm: "plot_nf_heatmap"
10028   output-file-type: ".html"
10029   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10030   data: "plot-vpp-nfv-2n-clx-mrr"
10031   filter: "'NIC_Intel-XXV710' and
10032            'NF_DENSITY' and
10033            'VHOST' and
10034            not 'VXLAN' and
10035            'CHAIN' and
10036            'NF_VPPIP4' and
10037            'IMIX' and
10038            '8T4C' and
10039            'MRR'"
10040   parameters:
10041   - "result"
10042   - "name"
10043   - "tags"
10044   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10045   x-axis: "X = VNFs per Service Chain"
10046   y-axis: "Y = Number of Service Chains"
10047   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10048   layout:
10049     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10050     layout: "plot-service-density"
10051
10052 # Plots - NF Density - VSC - NDR IMIX
10053 - type: "plot"
10054   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10055   algorithm: "plot_nf_heatmap"
10056   output-file-type: ".html"
10057   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10058   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10059   filter: "'NIC_Intel-XXV710' and
10060            'NF_DENSITY' and
10061            'VHOST' and
10062            not 'VXLAN' and
10063            'CHAIN' and
10064            'NF_VPPIP4' and
10065            'IMIX' and
10066            '2T1C' and
10067            'NDRPDR'"
10068   parameters:
10069   - "throughput"
10070   - "name"
10071   - "tags"
10072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10073   x-axis: "X = VNFs per Service Chain"
10074   y-axis: "Y = Number of Service Chains"
10075   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10076   layout:
10077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10078     layout: "plot-service-density"
10079
10080 - type: "plot"
10081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10082   algorithm: "plot_nf_heatmap"
10083   output-file-type: ".html"
10084   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10085   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10086   filter: "'NIC_Intel-XXV710' and
10087            'NF_DENSITY' and
10088            'VHOST' and
10089            not 'VXLAN' and
10090            'CHAIN' and
10091            'NF_VPPIP4' and
10092            'IMIX' and
10093            '4T2C' and
10094            'NDRPDR'"
10095   parameters:
10096   - "throughput"
10097   - "name"
10098   - "tags"
10099   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10100   x-axis: "X = VNFs per Service Chain"
10101   y-axis: "Y = Number of Service Chains"
10102   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10103   layout:
10104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10105     layout: "plot-service-density"
10106
10107 - type: "plot"
10108   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10109   algorithm: "plot_nf_heatmap"
10110   output-file-type: ".html"
10111   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10112   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10113   filter: "'NIC_Intel-XXV710' and
10114            'NF_DENSITY' and
10115            'VHOST' and
10116            not 'VXLAN' and
10117            'CHAIN' and
10118            'NF_VPPIP4' and
10119            'IMIX' and
10120            '8T4C' and
10121            'NDRPDR'"
10122   parameters:
10123   - "throughput"
10124   - "name"
10125   - "tags"
10126   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10127   x-axis: "X = VNFs per Service Chain"
10128   y-axis: "Y = Number of Service Chains"
10129   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10130   layout:
10131     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10132     layout: "plot-service-density"
10133
10134 # Plots - NF Density - VSC - PDR IMIX
10135 - type: "plot"
10136   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10137   algorithm: "plot_nf_heatmap"
10138   output-file-type: ".html"
10139   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10140   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10141   filter: "'NIC_Intel-XXV710' and
10142            'NF_DENSITY' and
10143            'VHOST' and
10144            not 'VXLAN' and
10145            'CHAIN' and
10146            'NF_VPPIP4' and
10147            'IMIX' and
10148            '2T1C' and
10149            'NDRPDR'"
10150   parameters:
10151   - "throughput"
10152   - "name"
10153   - "tags"
10154   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10155   x-axis: "X = VNFs per Service Chain"
10156   y-axis: "Y = Number of Service Chains"
10157   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10158   layout:
10159     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10160     layout: "plot-service-density"
10161
10162 - type: "plot"
10163   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10164   algorithm: "plot_nf_heatmap"
10165   output-file-type: ".html"
10166   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10167   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10168   filter: "'NIC_Intel-XXV710' and
10169            'NF_DENSITY' and
10170            'VHOST' and
10171            not 'VXLAN' and
10172            'CHAIN' and
10173            'NF_VPPIP4' and
10174            'IMIX' and
10175            '4T2C' and
10176            'NDRPDR'"
10177   parameters:
10178   - "throughput"
10179   - "name"
10180   - "tags"
10181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10182   x-axis: "X = VNFs per Service Chain"
10183   y-axis: "Y = Number of Service Chains"
10184   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10185   layout:
10186     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10187     layout: "plot-service-density"
10188
10189 - type: "plot"
10190   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10191   algorithm: "plot_nf_heatmap"
10192   output-file-type: ".html"
10193   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10194   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10195   filter: "'NIC_Intel-XXV710' and
10196            'NF_DENSITY' and
10197            'VHOST' and
10198            not 'VXLAN' and
10199            'CHAIN' and
10200            'NF_VPPIP4' and
10201            'IMIX' and
10202            '8T4C' and
10203            'NDRPDR'"
10204   parameters:
10205   - "throughput"
10206   - "name"
10207   - "tags"
10208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10209   x-axis: "X = VNFs per Service Chain"
10210   y-axis: "Y = Number of Service Chains"
10211   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10212   layout:
10213     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10214     layout: "plot-service-density"
10215
10216 # Plots - NF Density - VSC - MRR IMIX
10217 - type: "plot"
10218   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10219   algorithm: "plot_nf_heatmap"
10220   output-file-type: ".html"
10221   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10222   data: "plot-vpp-nfv-2n-clx-mrr"
10223   filter: "'NIC_Intel-XXV710' and
10224            'NF_DENSITY' and
10225            'VHOST' and
10226            'VXLAN' and
10227            'CHAIN' and
10228            'IMIX' and
10229            '2T1C' and
10230            'MRR'"
10231   parameters:
10232   - "result"
10233   - "name"
10234   - "tags"
10235   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10236   x-axis: "X = VNFs per Service Chain"
10237   y-axis: "Y = Number of Service Chains"
10238   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10239   layout:
10240     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10241     layout: "plot-service-density"
10242
10243 - type: "plot"
10244   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10245   algorithm: "plot_nf_heatmap"
10246   output-file-type: ".html"
10247   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10248   data: "plot-vpp-nfv-2n-clx-mrr"
10249   filter: "'NIC_Intel-XXV710' and
10250            'NF_DENSITY' and
10251            'VHOST' and
10252            'VXLAN' and
10253            'CHAIN' and
10254            'IMIX' and
10255            '4T2C' and
10256            'MRR'"
10257   parameters:
10258   - "result"
10259   - "name"
10260   - "tags"
10261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10262   x-axis: "X = VNFs per Service Chain"
10263   y-axis: "Y = Number of Service Chains"
10264   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10265   layout:
10266     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10267     layout: "plot-service-density"
10268
10269 - type: "plot"
10270   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10271   algorithm: "plot_nf_heatmap"
10272   output-file-type: ".html"
10273   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10274   data: "plot-vpp-nfv-2n-clx-mrr"
10275   filter: "'NIC_Intel-XXV710' and
10276            'NF_DENSITY' and
10277            'VHOST' and
10278            'VXLAN' and
10279            'CHAIN' and
10280            'IMIX' and
10281            '8T4C' and
10282            'MRR'"
10283   parameters:
10284   - "result"
10285   - "name"
10286   - "tags"
10287   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10288   x-axis: "X = VNFs per Service Chain"
10289   y-axis: "Y = Number of Service Chains"
10290   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10291   layout:
10292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10293     layout: "plot-service-density"
10294
10295 # Plots - NF Density - VSC - NDR IMIX
10296 - type: "plot"
10297   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10298   algorithm: "plot_nf_heatmap"
10299   output-file-type: ".html"
10300   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10301   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10302   filter: "'NIC_Intel-XXV710' and
10303            'NF_DENSITY' and
10304            'VHOST' and
10305            'VXLAN' and
10306            'CHAIN' and
10307            'IMIX' and
10308            '2T1C' and
10309            'NDRPDR'"
10310   parameters:
10311   - "throughput"
10312   - "name"
10313   - "tags"
10314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10315   x-axis: "X = VNFs per Service Chain"
10316   y-axis: "Y = Number of Service Chains"
10317   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10318   layout:
10319     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10320     layout: "plot-service-density"
10321
10322 - type: "plot"
10323   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10324   algorithm: "plot_nf_heatmap"
10325   output-file-type: ".html"
10326   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10327   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10328   filter: "'NIC_Intel-XXV710' and
10329            'NF_DENSITY' and
10330            'VHOST' and
10331            'VXLAN' and
10332            'CHAIN' and
10333            'IMIX' and
10334            '4T2C' and
10335            'NDRPDR'"
10336   parameters:
10337   - "throughput"
10338   - "name"
10339   - "tags"
10340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10341   x-axis: "X = VNFs per Service Chain"
10342   y-axis: "Y = Number of Service Chains"
10343   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10344   layout:
10345     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10346     layout: "plot-service-density"
10347
10348 - type: "plot"
10349   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10350   algorithm: "plot_nf_heatmap"
10351   output-file-type: ".html"
10352   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10353   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10354   filter: "'NIC_Intel-XXV710' and
10355            'NF_DENSITY' and
10356            'VHOST' and
10357            'VXLAN' and
10358            'CHAIN' and
10359            'IMIX' and
10360            '8T4C' and
10361            'NDRPDR'"
10362   parameters:
10363   - "throughput"
10364   - "name"
10365   - "tags"
10366   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10367   x-axis: "X = VNFs per Service Chain"
10368   y-axis: "Y = Number of Service Chains"
10369   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10370   layout:
10371     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10372     layout: "plot-service-density"
10373
10374 # Plots - NF Density - VSC - PDR IMIX
10375 - type: "plot"
10376   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10377   algorithm: "plot_nf_heatmap"
10378   output-file-type: ".html"
10379   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10380   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10381   filter: "'NIC_Intel-XXV710' and
10382            'NF_DENSITY' and
10383            'VHOST' and
10384            'VXLAN' and
10385            'CHAIN' and
10386            'IMIX' and
10387            '2T1C' and
10388            'NDRPDR'"
10389   parameters:
10390   - "throughput"
10391   - "name"
10392   - "tags"
10393   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10394   x-axis: "X = VNFs per Service Chain"
10395   y-axis: "Y = Number of Service Chains"
10396   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10397   layout:
10398     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10399     layout: "plot-service-density"
10400
10401 - type: "plot"
10402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10403   algorithm: "plot_nf_heatmap"
10404   output-file-type: ".html"
10405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10406   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10407   filter: "'NIC_Intel-XXV710' and
10408            'NF_DENSITY' and
10409            'VHOST' and
10410            'VXLAN' and
10411            'CHAIN' and
10412            'IMIX' and
10413            '4T2C' and
10414            'NDRPDR'"
10415   parameters:
10416   - "throughput"
10417   - "name"
10418   - "tags"
10419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10420   x-axis: "X = VNFs per Service Chain"
10421   y-axis: "Y = Number of Service Chains"
10422   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10423   layout:
10424     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10425     layout: "plot-service-density"
10426
10427 - type: "plot"
10428   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10429   algorithm: "plot_nf_heatmap"
10430   output-file-type: ".html"
10431   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10432   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10433   filter: "'NIC_Intel-XXV710' and
10434            'NF_DENSITY' and
10435            'VHOST' and
10436            'VXLAN' and
10437            'CHAIN' and
10438            'IMIX' and
10439            '8T4C' and
10440            'NDRPDR'"
10441   parameters:
10442   - "throughput"
10443   - "name"
10444   - "tags"
10445   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10446   x-axis: "X = VNFs per Service Chain"
10447   y-axis: "Y = Number of Service Chains"
10448   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10449   layout:
10450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10451     layout: "plot-service-density"
10452
10453 # Plots - NF Density - CSC - MRR IMIX
10454 - type: "plot"
10455   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10456   algorithm: "plot_nf_heatmap"
10457   output-file-type: ".html"
10458   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10459   data: "plot-vpp-nfv-2n-clx-mrr"
10460   filter: "'NIC_Intel-XXV710' and
10461            'NF_DENSITY' and
10462            'DOCKER' and
10463            'CHAIN' and
10464            'NF_VPPIP4' and
10465            'IMIX' and
10466            '2T1C' and
10467            'MRR'"
10468   parameters:
10469   - "result"
10470   - "name"
10471   - "tags"
10472   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10473   x-axis: "X = CNFs per Service Chain"
10474   y-axis: "Y = Number of Service Chains"
10475   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10476   layout:
10477     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10478     layout: "plot-service-density"
10479
10480 - type: "plot"
10481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10482   algorithm: "plot_nf_heatmap"
10483   output-file-type: ".html"
10484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10485   data: "plot-vpp-nfv-2n-clx-mrr"
10486   filter: "'NIC_Intel-XXV710' and
10487            'NF_DENSITY' and
10488            'DOCKER' and
10489            'CHAIN' and
10490            'NF_VPPIP4' and
10491            'IMIX' and
10492            '4T2C' and
10493            'MRR'"
10494   parameters:
10495   - "result"
10496   - "name"
10497   - "tags"
10498   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10499   x-axis: "X = CNFs per Service Chain"
10500   y-axis: "Y = Number of Service Chains"
10501   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10502   layout:
10503     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10504     layout: "plot-service-density"
10505
10506 - type: "plot"
10507   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10508   algorithm: "plot_nf_heatmap"
10509   output-file-type: ".html"
10510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10511   data: "plot-vpp-nfv-2n-clx-mrr"
10512   filter: "'NIC_Intel-XXV710' and
10513            'NF_DENSITY' and
10514            'DOCKER' and
10515            'CHAIN' and
10516            'NF_VPPIP4' and
10517            'IMIX' and
10518            '8T4C' and
10519            'MRR'"
10520   parameters:
10521   - "result"
10522   - "name"
10523   - "tags"
10524   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10525   x-axis: "X = CNFs per Service Chain"
10526   y-axis: "Y = Number of Service Chains"
10527   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10528   layout:
10529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10530     layout: "plot-service-density"
10531
10532 # Plots - NF Density - CSC - NDR IMIX
10533 - type: "plot"
10534   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10535   algorithm: "plot_nf_heatmap"
10536   output-file-type: ".html"
10537   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10538   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10539   filter: "'NIC_Intel-XXV710' and
10540            'NF_DENSITY' and
10541            'DOCKER' and
10542            'CHAIN' and
10543            'NF_VPPIP4' and
10544            'IMIX' and
10545            '2T1C' and
10546            'NDRPDR'"
10547   parameters:
10548   - "throughput"
10549   - "name"
10550   - "tags"
10551   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10552   x-axis: "X = CNFs per Service Chain"
10553   y-axis: "Y = Number of Service Chains"
10554   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10555   layout:
10556     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10557     layout: "plot-service-density"
10558
10559 - type: "plot"
10560   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10561   algorithm: "plot_nf_heatmap"
10562   output-file-type: ".html"
10563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10564   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10565   filter: "'NIC_Intel-XXV710' and
10566            'NF_DENSITY' and
10567            'DOCKER' and
10568            'CHAIN' and
10569            'NF_VPPIP4' and
10570            'IMIX' and
10571            '4T2C' and
10572            'NDRPDR'"
10573   parameters:
10574   - "throughput"
10575   - "name"
10576   - "tags"
10577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10578   x-axis: "X = CNFs per Service Chain"
10579   y-axis: "Y = Number of Service Chains"
10580   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10581   layout:
10582     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10583     layout: "plot-service-density"
10584
10585 - type: "plot"
10586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10587   algorithm: "plot_nf_heatmap"
10588   output-file-type: ".html"
10589   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10590   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10591   filter: "'NIC_Intel-XXV710' and
10592            'NF_DENSITY' and
10593            'DOCKER' and
10594            'CHAIN' and
10595            'NF_VPPIP4' and
10596            'IMIX' and
10597            '8T4C' and
10598            'NDRPDR'"
10599   parameters:
10600   - "throughput"
10601   - "name"
10602   - "tags"
10603   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10604   x-axis: "X = CNFs per Service Chain"
10605   y-axis: "Y = Number of Service Chains"
10606   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10607   layout:
10608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10609     layout: "plot-service-density"
10610
10611 # Plots - NF Density - CSC - PDR IMIX
10612 - type: "plot"
10613   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10614   algorithm: "plot_nf_heatmap"
10615   output-file-type: ".html"
10616   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10617   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10618   filter: "'NIC_Intel-XXV710' and
10619            'NF_DENSITY' and
10620            'DOCKER' and
10621            'CHAIN' and
10622            'NF_VPPIP4' and
10623            'IMIX' and
10624            '2T1C' and
10625            'NDRPDR'"
10626   parameters:
10627   - "throughput"
10628   - "name"
10629   - "tags"
10630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10631   x-axis: "X = CNFs per Service Chain"
10632   y-axis: "Y = Number of Service Chains"
10633   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10634   layout:
10635     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10636     layout: "plot-service-density"
10637
10638 - type: "plot"
10639   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10640   algorithm: "plot_nf_heatmap"
10641   output-file-type: ".html"
10642   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10643   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10644   filter: "'NIC_Intel-XXV710' and
10645            'NF_DENSITY' and
10646            'DOCKER' and
10647            'CHAIN' and
10648            'NF_VPPIP4' and
10649            'IMIX' and
10650            '4T2C' and
10651            'NDRPDR'"
10652   parameters:
10653   - "throughput"
10654   - "name"
10655   - "tags"
10656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10657   x-axis: "X = CNFs per Service Chain"
10658   y-axis: "Y = Number of Service Chains"
10659   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10660   layout:
10661     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10662     layout: "plot-service-density"
10663
10664 - type: "plot"
10665   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10666   algorithm: "plot_nf_heatmap"
10667   output-file-type: ".html"
10668   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10669   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10670   filter: "'NIC_Intel-XXV710' and
10671            'NF_DENSITY' and
10672            'DOCKER' and
10673            'CHAIN' and
10674            'NF_VPPIP4' and
10675            'IMIX' and
10676            '8T4C' and
10677            'NDRPDR'"
10678   parameters:
10679   - "throughput"
10680   - "name"
10681   - "tags"
10682   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10683   x-axis: "X = CNFs per Service Chain"
10684   y-axis: "Y = Number of Service Chains"
10685   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10686   layout:
10687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10688     layout: "plot-service-density"
10689
10690 # Plots - NF Density - CSP - MRR IMIX
10691 - type: "plot"
10692   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10693   algorithm: "plot_nf_heatmap"
10694   output-file-type: ".html"
10695   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10696   data: "plot-vpp-nfv-2n-clx-mrr"
10697   filter: "'NIC_Intel-XXV710' and
10698            'NF_DENSITY' and
10699            'DOCKER' and
10700            'PIPELINE' and
10701            'NF_VPPIP4' and
10702            'IMIX' and
10703            '2T1C' and
10704            'MRR'"
10705   parameters:
10706   - "result"
10707   - "name"
10708   - "tags"
10709   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10710   x-axis: "X = CNFs per Service Pipeline"
10711   y-axis: "Y = Number of Service Pipelines"
10712   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10713   layout:
10714     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10715     layout: "plot-service-density"
10716
10717 - type: "plot"
10718   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10719   algorithm: "plot_nf_heatmap"
10720   output-file-type: ".html"
10721   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10722   data: "plot-vpp-nfv-2n-clx-mrr"
10723   filter: "'NIC_Intel-XXV710' and
10724            'NF_DENSITY' and
10725            'DOCKER' and
10726            'PIPELINE' and
10727            'NF_VPPIP4' and
10728            'IMIX' and
10729            '4T2C' and
10730            'MRR'"
10731   parameters:
10732   - "result"
10733   - "name"
10734   - "tags"
10735   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10736   x-axis: "X = CNFs per Service Pipeline"
10737   y-axis: "Y = Number of Service Pipelines"
10738   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10739   layout:
10740     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10741     layout: "plot-service-density"
10742
10743 - type: "plot"
10744   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10745   algorithm: "plot_nf_heatmap"
10746   output-file-type: ".html"
10747   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10748   data: "plot-vpp-nfv-2n-clx-mrr"
10749   filter: "'NIC_Intel-XXV710' and
10750            'NF_DENSITY' and
10751            'DOCKER' and
10752            'PIPELINE' and
10753            'NF_VPPIP4' and
10754            'IMIX' and
10755            '8T4C' and
10756            'MRR'"
10757   parameters:
10758   - "result"
10759   - "name"
10760   - "tags"
10761   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10762   x-axis: "X = CNFs per Service Pipeline"
10763   y-axis: "Y = Number of Service Pipelines"
10764   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10765   layout:
10766     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10767     layout: "plot-service-density"
10768
10769 # Plots - NF Density - CSP - NDR IMIX
10770 - type: "plot"
10771   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10772   algorithm: "plot_nf_heatmap"
10773   output-file-type: ".html"
10774   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10775   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10776   filter: "'NIC_Intel-XXV710' and
10777            'NF_DENSITY' and
10778            'DOCKER' and
10779            'PIPELINE' and
10780            'NF_VPPIP4' and
10781            'IMIX' and
10782            '2T1C' and
10783            'NDRPDR'"
10784   parameters:
10785   - "throughput"
10786   - "name"
10787   - "tags"
10788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10789   x-axis: "X = CNFs per Service Pipeline"
10790   y-axis: "Y = Number of Service Pipelines"
10791   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10792   layout:
10793     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10794     layout: "plot-service-density"
10795
10796 - type: "plot"
10797   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10798   algorithm: "plot_nf_heatmap"
10799   output-file-type: ".html"
10800   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10801   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10802   filter: "'NIC_Intel-XXV710' and
10803            'NF_DENSITY' and
10804            'DOCKER' and
10805            'PIPELINE' and
10806            'NF_VPPIP4' and
10807            'IMIX' and
10808            '4T2C' and
10809            'NDRPDR'"
10810   parameters:
10811   - "throughput"
10812   - "name"
10813   - "tags"
10814   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10815   x-axis: "X = CNFs per Service Pipeline"
10816   y-axis: "Y = Number of Service Pipelines"
10817   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10818   layout:
10819     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10820     layout: "plot-service-density"
10821
10822 - type: "plot"
10823   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10824   algorithm: "plot_nf_heatmap"
10825   output-file-type: ".html"
10826   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10827   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10828   filter: "'NIC_Intel-XXV710' and
10829            'NF_DENSITY' and
10830            'DOCKER' and
10831            'PIPELINE' and
10832            'NF_VPPIP4' and
10833            'IMIX' and
10834            '8T4C' and
10835            'NDRPDR'"
10836   parameters:
10837   - "throughput"
10838   - "name"
10839   - "tags"
10840   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10841   x-axis: "X = CNFs per Service Pipeline"
10842   y-axis: "Y = Number of Service Pipelines"
10843   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10844   layout:
10845     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10846     layout: "plot-service-density"
10847
10848 # Plots - NF Density - CSP - PDR IMIX
10849 - type: "plot"
10850   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10851   algorithm: "plot_nf_heatmap"
10852   output-file-type: ".html"
10853   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10854   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10855   filter: "'NIC_Intel-XXV710' and
10856            'NF_DENSITY' and
10857            'DOCKER' and
10858            'PIPELINE' and
10859            'NF_VPPIP4' and
10860            'IMIX' and
10861            '2T1C' and
10862            'NDRPDR'"
10863   parameters:
10864   - "throughput"
10865   - "name"
10866   - "tags"
10867   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10868   x-axis: "X = CNFs per Service Pipeline"
10869   y-axis: "Y = Number of Service Pipelines"
10870   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10871   layout:
10872     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10873     layout: "plot-service-density"
10874
10875 - type: "plot"
10876   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10877   algorithm: "plot_nf_heatmap"
10878   output-file-type: ".html"
10879   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10880   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10881   filter: "'NIC_Intel-XXV710' and
10882            'NF_DENSITY' and
10883            'DOCKER' and
10884            'PIPELINE' and
10885            'NF_VPPIP4' and
10886            'IMIX' and
10887            '4T2C' and
10888            'NDRPDR'"
10889   parameters:
10890   - "throughput"
10891   - "name"
10892   - "tags"
10893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10894   x-axis: "X = CNFs per Service Pipeline"
10895   y-axis: "Y = Number of Service Pipelines"
10896   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10897   layout:
10898     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10899     layout: "plot-service-density"
10900
10901 - type: "plot"
10902   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10903   algorithm: "plot_nf_heatmap"
10904   output-file-type: ".html"
10905   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10906   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10907   filter: "'NIC_Intel-XXV710' and
10908            'NF_DENSITY' and
10909            'DOCKER' and
10910            'PIPELINE' and
10911            'NF_VPPIP4' and
10912            'IMIX' and
10913            '8T4C' and
10914            'NDRPDR'"
10915   parameters:
10916   - "throughput"
10917   - "name"
10918   - "tags"
10919   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10920   x-axis: "X = CNFs per Service Pipeline"
10921   y-axis: "Y = Number of Service Pipelines"
10922   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10923   layout:
10924     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10925     layout: "plot-service-density"
10926
10927 ################################################################################
10928
10929 # Packet Throughput
10930
10931 - type: "plot"
10932   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10933   algorithm: "plot_perf_box_name"
10934   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10935   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10936   include:
10937     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10938     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10939     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10940     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10941   layout:
10942     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10943     layout: "plot-throughput"
10944
10945 - type: "plot"
10946   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10947   algorithm: "plot_perf_box_name"
10948   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10950   include:
10951     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10952     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10953     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10954     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10955   layout:
10956     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10957     layout: "plot-throughput"
10958
10959 - type: "plot"
10960   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10961   algorithm: "plot_perf_box_name"
10962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10964   include:
10965     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10966     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10967     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10968     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10969   layout:
10970     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10971     layout: "plot-throughput"
10972
10973 - type: "plot"
10974   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10975   algorithm: "plot_perf_box_name"
10976   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10978   include:
10979     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10980     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10981     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10982     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10983   layout:
10984     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10985     layout: "plot-throughput"
10986
10987 - type: "plot"
10988   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10989   algorithm: "plot_perf_box_name"
10990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10992   include:
10993     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10994     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10995     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10996     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10997     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10998   layout:
10999     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11000     layout: "plot-throughput"
11001
11002 - type: "plot"
11003   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11004   algorithm: "plot_perf_box_name"
11005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11007   include:
11008     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11010     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11011     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11012     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11013   layout:
11014     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11015     layout: "plot-throughput"
11016
11017 - type: "plot"
11018   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11019   algorithm: "plot_perf_box_name"
11020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11022   include:
11023     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11024     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11025     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11026     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11027     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11028   layout:
11029     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11030     layout: "plot-throughput"
11031
11032 - type: "plot"
11033   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11034   algorithm: "plot_perf_box_name"
11035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11037   include:
11038     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11039     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11040     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11041     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11042     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11043   layout:
11044     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11045     layout: "plot-throughput"
11046
11047 - type: "plot"
11048   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11049   algorithm: "plot_perf_box_name"
11050   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11051   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11052   include:
11053     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11054     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11055     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11056     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11057     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11058   layout:
11059     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11060     layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11064   algorithm: "plot_perf_box_name"
11065   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11066   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11067   include:
11068     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11069     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11070     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11071     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11072     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11073   layout:
11074     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11075     layout: "plot-throughput"
11076
11077 - type: "plot"
11078   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11079   algorithm: "plot_perf_box_name"
11080   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11082   include:
11083     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11089   layout:
11090     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11091     layout: "plot-throughput"
11092
11093 - type: "plot"
11094   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11095   algorithm: "plot_perf_box_name"
11096   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11098   include:
11099     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11105   layout:
11106     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11107     layout: "plot-throughput"
11108
11109 - type: "plot"
11110   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11111   algorithm: "plot_perf_box_name"
11112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11114   include:
11115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11120   layout:
11121     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11122     layout: "plot-throughput"
11123
11124 - type: "plot"
11125   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11126   algorithm: "plot_perf_box_name"
11127   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11129   include:
11130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11135   layout:
11136     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11137     layout: "plot-throughput"
11138
11139 - type: "plot"
11140   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11141   algorithm: "plot_perf_box_name"
11142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11144   include:
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11148   layout:
11149     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11150     layout: "plot-throughput"
11151
11152 - type: "plot"
11153   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11154   algorithm: "plot_perf_box_name"
11155   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11156   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11157   include:
11158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11161   layout:
11162     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11163     layout: "plot-throughput"
11164
11165 - type: "plot"
11166   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11167   algorithm: "plot_perf_box_name"
11168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11170   include:
11171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11176   layout:
11177     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11178     layout: "plot-throughput"
11179
11180 - type: "plot"
11181   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11182   algorithm: "plot_perf_box_name"
11183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11185   include:
11186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11191   layout:
11192     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11193     layout: "plot-throughput"
11194
11195 - type: "plot"
11196   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11197   algorithm: "plot_perf_box_name"
11198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11200   include:
11201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11204   layout:
11205     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11206     layout: "plot-throughput"
11207
11208 - type: "plot"
11209   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11210   algorithm: "plot_perf_box_name"
11211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11213   include:
11214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11217   layout:
11218     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11219     layout: "plot-throughput"
11220
11221 - type: "plot"
11222   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11223   algorithm: "plot_perf_box_name"
11224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11226   include:
11227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11233   layout:
11234     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11235     layout: "plot-throughput"
11236
11237 - type: "plot"
11238   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11239   algorithm: "plot_perf_box_name"
11240   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11242   include:
11243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11249   layout:
11250     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11251     layout: "plot-throughput"
11252
11253 - type: "plot"
11254   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11255   algorithm: "plot_perf_box_name"
11256   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11258   include:
11259     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11260     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11261     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11262     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11263     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11264   layout:
11265     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11266     layout: "plot-throughput"
11267
11268 - type: "plot"
11269   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11270   algorithm: "plot_perf_box_name"
11271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11273   include:
11274     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11275     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11276     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11277     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11278     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11279   layout:
11280     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11281     layout: "plot-throughput"
11282
11283 #- type: "plot"
11284 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11285 #  algorithm: "plot_perf_box_name"
11286 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11287 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11288 #  include:
11289 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11290 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11291 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11292 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11293 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11294 #  layout:
11295 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11296 #    layout: "plot-throughput"
11297 #
11298 #- type: "plot"
11299 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11300 #  algorithm: "plot_perf_box_name"
11301 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11302 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11303 #  include:
11304 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11305 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11306 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11307 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11308 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11309 #  layout:
11310 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11311 #    layout: "plot-throughput"
11312 #
11313 #- type: "plot"
11314 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11315 #  algorithm: "plot_perf_box_name"
11316 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11317 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11318 #  include:
11319 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11320 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11321 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11322 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11323 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11324 #  layout:
11325 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11326 #    layout: "plot-throughput"
11327 #
11328 #- type: "plot"
11329 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11330 #  algorithm: "plot_perf_box_name"
11331 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11332 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11333 #  include:
11334 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11335 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11336 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11337 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11338 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11339 #  layout:
11340 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11341 #    layout: "plot-throughput"
11342
11343 - type: "plot"
11344   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11345   algorithm: "plot_perf_box_name"
11346   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11347   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11348   include:
11349     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11350     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11351     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11352     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11353     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11354   layout:
11355     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11356     layout: "plot-throughput"
11357
11358 - type: "plot"
11359   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11360   algorithm: "plot_perf_box_name"
11361   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11363   include:
11364     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11365     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11366     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11367     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11368     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11369   layout:
11370     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11371     layout: "plot-throughput"
11372
11373 #- type: "plot"
11374 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11375 #  algorithm: "plot_perf_box_name"
11376 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11377 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11378 #  include:
11379 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11380 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11381 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11382 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11383 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11384 #  layout:
11385 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11386 #    layout: "plot-throughput"
11387 #
11388 #- type: "plot"
11389 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11390 #  algorithm: "plot_perf_box_name"
11391 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11392 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11393 #  include:
11394 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11395 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11396 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11397 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11398 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11399 #  layout:
11400 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11401 #    layout: "plot-throughput"
11402 #
11403 #- type: "plot"
11404 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11405 #  algorithm: "plot_perf_box_name"
11406 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11407 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11408 #  include:
11409 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11410 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11411 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11412 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11413 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11414 #  layout:
11415 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11416 #    layout: "plot-throughput"
11417 #
11418 #- type: "plot"
11419 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11420 #  algorithm: "plot_perf_box_name"
11421 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11422 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11423 #  include:
11424 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11425 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11426 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11427 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11428 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11429 #  layout:
11430 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11431 #    layout: "plot-throughput"
11432
11433 - type: "plot"
11434   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11435   algorithm: "plot_perf_box_name"
11436   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11438   include:
11439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11445   layout:
11446     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11447     layout: "plot-throughput"
11448
11449 - type: "plot"
11450   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11451   algorithm: "plot_perf_box_name"
11452   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11454   include:
11455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11461   layout:
11462     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11463     layout: "plot-throughput"
11464
11465 - type: "plot"
11466   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11467   algorithm: "plot_perf_box_name"
11468   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11469   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11470   include:
11471     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11474   layout:
11475     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11476     layout: "plot-throughput"
11477
11478 - type: "plot"
11479   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11480   algorithm: "plot_perf_box_name"
11481   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11482   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11483   include:
11484     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11487   layout:
11488     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11489     layout: "plot-throughput"
11490
11491 - type: "plot"
11492   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11493   algorithm: "plot_perf_box_name"
11494   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11496   include:
11497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11499 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11500 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11501 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11502   layout:
11503     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11504     layout: "plot-throughput"
11505
11506 - type: "plot"
11507   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11508   algorithm: "plot_perf_box_name"
11509   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11511   include:
11512     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11514 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11515 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11516 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11517   layout:
11518     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11519     layout: "plot-throughput"
11520
11521 - type: "plot"
11522   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11523   algorithm: "plot_perf_box_name"
11524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11526   include:
11527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11532   layout:
11533     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11534     layout: "plot-throughput"
11535
11536 - type: "plot"
11537   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11538   algorithm: "plot_perf_box_name"
11539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11541   include:
11542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11547   layout:
11548     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11549     layout: "plot-throughput"
11550
11551 - type: "plot"
11552   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11553   algorithm: "plot_perf_box_name"
11554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11556   include:
11557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11562   layout:
11563     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11564     layout: "plot-throughput"
11565
11566 - type: "plot"
11567   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11568   algorithm: "plot_perf_box_name"
11569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11571   include:
11572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11577   layout:
11578     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11579     layout: "plot-throughput"
11580
11581 - type: "plot"
11582   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11583   algorithm: "plot_perf_box_name"
11584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11586   include:
11587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11591   layout:
11592     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11593     layout: "plot-throughput"
11594
11595 - type: "plot"
11596   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11597   algorithm: "plot_perf_box_name"
11598   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11600   include:
11601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11605   layout:
11606     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11607     layout: "plot-throughput"
11608
11609 - type: "plot"
11610   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11611   algorithm: "plot_perf_box_name"
11612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11614   include:
11615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11620   layout:
11621     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11622     layout: "plot-throughput"
11623
11624 - type: "plot"
11625   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11626   algorithm: "plot_perf_box_name"
11627   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11629   include:
11630     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11635   layout:
11636     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11637     layout: "plot-throughput"
11638
11639 - type: "plot"
11640   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11641   algorithm: "plot_perf_box_name"
11642   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11643   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11644   include:
11645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11650   layout:
11651     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11652     layout: "plot-throughput"
11653
11654 - type: "plot"
11655   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11656   algorithm: "plot_perf_box_name"
11657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11659   include:
11660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11665   layout:
11666     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11667     layout: "plot-throughput"
11668
11669 - type: "plot"
11670   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11671   algorithm: "plot_perf_box_name"
11672   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11673   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11674   include:
11675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11679   layout:
11680     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11681     layout: "plot-throughput"
11682
11683 - type: "plot"
11684   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11685   algorithm: "plot_perf_box_name"
11686   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11687   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11688   include:
11689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11693   layout:
11694     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11695     layout: "plot-throughput"
11696
11697 - type: "plot"
11698   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11699   algorithm: "plot_perf_box_name"
11700   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11701   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11702   include:
11703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11708   layout:
11709     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11710     layout: "plot-throughput"
11711
11712 - type: "plot"
11713   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11714   algorithm: "plot_perf_box_name"
11715   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11716   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11717   include:
11718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11723   layout:
11724     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11725     layout: "plot-throughput"
11726
11727 - type: "plot"
11728   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11729   algorithm: "plot_perf_box_name"
11730   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11731   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11732   include:
11733     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11739   layout:
11740     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11747   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11748   include:
11749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11755   layout:
11756     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11757     layout: "plot-throughput"
11758
11759 - type: "plot"
11760   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11761   algorithm: "plot_perf_box_name"
11762   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11763   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11764   include:
11765     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11770   layout:
11771     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11772     layout: "plot-throughput"
11773
11774 - type: "plot"
11775   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11776   algorithm: "plot_perf_box_name"
11777   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11778   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11779   include:
11780     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11785   layout:
11786     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11787     layout: "plot-throughput"
11788
11789 - type: "plot"
11790   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11791   algorithm: "plot_perf_box_name"
11792   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11793   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11794   include:
11795     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11800   layout:
11801     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11802     layout: "plot-throughput"
11803
11804 - type: "plot"
11805   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11806   algorithm: "plot_perf_box_name"
11807   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11808   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11809   include:
11810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11815   layout:
11816     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11824   include:
11825     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11827   layout:
11828     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11829     layout: "plot-throughput"
11830
11831 - type: "plot"
11832   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11833   algorithm: "plot_perf_box_name"
11834   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11835   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11836   include:
11837     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11839   layout:
11840     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11841     layout: "plot-throughput"
11842
11843 - type: "plot"
11844   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11845   algorithm: "plot_perf_box_name"
11846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11848   include:
11849     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11853   layout:
11854     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11855     layout: "plot-throughput"
11856
11857 - type: "plot"
11858   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11859   algorithm: "plot_perf_box_name"
11860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11862   include:
11863     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11867   layout:
11868     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11869     layout: "plot-throughput"
11870
11871 - type: "plot"
11872   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11873   algorithm: "plot_perf_box_name"
11874   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11875   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11876   include:
11877     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11881   layout:
11882     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11887   algorithm: "plot_perf_box_name"
11888   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11890   include:
11891     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11895   layout:
11896     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11897     layout: "plot-throughput"
11898
11899 - type: "plot"
11900   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11901   algorithm: "plot_perf_box_name"
11902   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11903   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11904   include:
11905     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11909   layout:
11910     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11911     layout: "plot-throughput"
11912
11913 - type: "plot"
11914   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11915   algorithm: "plot_perf_box_name"
11916   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11917   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11918   include:
11919     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11923   layout:
11924     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11925     layout: "plot-throughput"
11926
11927 - type: "plot"
11928   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11929   algorithm: "plot_perf_box_name"
11930   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11931   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11932   include:
11933     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11937   layout:
11938     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11945   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11946   include:
11947     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11951   layout:
11952     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11957   algorithm: "plot_perf_box_name"
11958   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11960   include:
11961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11967   layout:
11968     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11969     layout: "plot-throughput"
11970
11971 - type: "plot"
11972   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11973   algorithm: "plot_perf_box_name"
11974   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11976   include:
11977     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11983   layout:
11984     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11985     layout: "plot-throughput"
11986
11987 - type: "plot"
11988   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11989   algorithm: "plot_perf_box_name"
11990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11992   include:
11993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11998   layout:
11999     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12000     layout: "plot-throughput"
12001
12002 - type: "plot"
12003   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12004   algorithm: "plot_perf_box_name"
12005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12007   include:
12008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12013   layout:
12014     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12015     layout: "plot-throughput"
12016
12017 - type: "plot"
12018   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12019   algorithm: "plot_perf_box_name"
12020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12022   include:
12023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12028   layout:
12029     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12030     layout: "plot-throughput"
12031
12032 - type: "plot"
12033   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12034   algorithm: "plot_perf_box_name"
12035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12037   include:
12038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12043   layout:
12044     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12045     layout: "plot-throughput"
12046
12047 - type: "plot"
12048   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12049   algorithm: "plot_perf_box_name"
12050   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12052   include:
12053     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12056   layout:
12057     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12058     layout: "plot-throughput"
12059
12060 - type: "plot"
12061   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12062   algorithm: "plot_perf_box_name"
12063   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12065   include:
12066     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12069   layout:
12070     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12071     layout: "plot-throughput"
12072
12073 - type: "plot"
12074   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12075   algorithm: "plot_perf_box_name"
12076   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12078   include:
12079     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12082   layout:
12083     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12088   algorithm: "plot_perf_box_name"
12089   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12091   include:
12092     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12095   layout:
12096     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12097     layout: "plot-throughput"
12098
12099 - type: "plot"
12100   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12101   algorithm: "plot_perf_box_name"
12102   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12104   include:
12105     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12110   layout:
12111     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12112     layout: "plot-throughput"
12113
12114 - type: "plot"
12115   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12116   algorithm: "plot_perf_box_name"
12117   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12119   include:
12120     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12125   layout:
12126     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12127     layout: "plot-throughput"
12128
12129 - type: "plot"
12130   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12131   algorithm: "plot_perf_box_name"
12132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12134   include:
12135     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12140   layout:
12141     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12142     layout: "plot-throughput"
12143
12144 - type: "plot"
12145   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12146   algorithm: "plot_perf_box_name"
12147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12149   include:
12150     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12155   layout:
12156     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12157     layout: "plot-throughput"
12158
12159 - type: "plot"
12160   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12161   algorithm: "plot_perf_box_name"
12162   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12163   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12164   include:
12165     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12170   layout:
12171     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12172     layout: "plot-throughput"
12173
12174 - type: "plot"
12175   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12176   algorithm: "plot_perf_box_name"
12177   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12178   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12179   include:
12180     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12185   layout:
12186     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12187     layout: "plot-throughput"
12188
12189 - type: "plot"
12190   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12191   algorithm: "plot_perf_box_name"
12192   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12193   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12194   include:
12195     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12200   layout:
12201     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12202     layout: "plot-throughput"
12203
12204 - type: "plot"
12205   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12206   algorithm: "plot_perf_box_name"
12207   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12208   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12209   include:
12210     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12215   layout:
12216     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12217     layout: "plot-throughput"
12218
12219 - type: "plot"
12220   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12221   algorithm: "plot_perf_box_name"
12222   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12223   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12224   include:
12225     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12230   layout:
12231     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12238   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12239   include:
12240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12245   layout:
12246     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12247     layout: "plot-throughput"
12248
12249 - type: "plot"
12250   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12251   algorithm: "plot_perf_box_name"
12252   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12254   include:
12255     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12256     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12257     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12258     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12259     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12261   layout:
12262     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12263     layout: "plot-throughput"
12264
12265 - type: "plot"
12266   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12267   algorithm: "plot_perf_box_name"
12268   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12269   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12270   include:
12271     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12272     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12273     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12277   layout:
12278     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12279     layout: "plot-throughput"
12280
12281 - type: "plot"
12282   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12283   algorithm: "plot_perf_box_name"
12284   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12286   include:
12287     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12288     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12290     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12291   layout:
12292     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12293     layout: "plot-throughput"
12294
12295 - type: "plot"
12296   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12297   algorithm: "plot_perf_box_name"
12298   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12300   include:
12301     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12302     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12303     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12305   layout:
12306     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12307     layout: "plot-throughput"
12308
12309 - type: "plot"
12310   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12311   algorithm: "plot_perf_box_name"
12312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12314   include:
12315     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12316     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12317     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12318     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12319     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12320     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12321   layout:
12322     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12323     layout: "plot-throughput"
12324
12325 - type: "plot"
12326   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12327   algorithm: "plot_perf_box_name"
12328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12330   include:
12331     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12332     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12333     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12337   layout:
12338     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12339     layout: "plot-throughput"
12340
12341 - type: "plot"
12342   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12343   algorithm: "plot_perf_box_name"
12344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12346   include:
12347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12353   layout:
12354     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12355     layout: "plot-throughput"
12356
12357 - type: "plot"
12358   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12359   algorithm: "plot_perf_box_name"
12360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12362   include:
12363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12369   layout:
12370     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12371     layout: "plot-throughput"
12372
12373 - type: "plot"
12374   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12375   algorithm: "plot_perf_box_name"
12376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12378   include:
12379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12381     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12382     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12383     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12384     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12385   layout:
12386     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12387     layout: "plot-throughput"
12388
12389 - type: "plot"
12390   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12391   algorithm: "plot_perf_box_name"
12392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12394   include:
12395     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12396     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12397     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12398     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12399     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12400     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12401   layout:
12402     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12403     layout: "plot-throughput"
12404
12405 - type: "plot"
12406   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12407   algorithm: "plot_perf_box_name"
12408   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12409   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12410   include:
12411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12413     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12416     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12417   layout:
12418     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12419     layout: "plot-throughput"
12420
12421 - type: "plot"
12422   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12423   algorithm: "plot_perf_box_name"
12424   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12425   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12426   include:
12427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12433   layout:
12434     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12435     layout: "plot-throughput"
12436
12437 - type: "plot"
12438   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12439   algorithm: "plot_perf_box_name"
12440   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12441   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12442   include:
12443     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12444     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12445     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12446     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12447     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12448     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12449   layout:
12450     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12451     layout: "plot-throughput"
12452
12453 - type: "plot"
12454   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12455   algorithm: "plot_perf_box_name"
12456   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12457   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12458   include:
12459     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12460     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12461     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12462     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12463     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12464     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12465   layout:
12466     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12467     layout: "plot-throughput"
12468
12469 - type: "plot"
12470   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12471   algorithm: "plot_perf_box_name"
12472   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12474   include:
12475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12481   layout:
12482     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12483     layout: "plot-throughput"
12484
12485 - type: "plot"
12486   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12487   algorithm: "plot_perf_box_name"
12488   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12490   include:
12491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12497   layout:
12498     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12499     layout: "plot-throughput"
12500
12501 - type: "plot"
12502   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12503   algorithm: "plot_perf_box_name"
12504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12506   include:
12507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12513   layout:
12514     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12515     layout: "plot-throughput"
12516
12517 - type: "plot"
12518   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12519   algorithm: "plot_perf_box_name"
12520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12522   include:
12523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12529   layout:
12530     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12531     layout: "plot-throughput"
12532
12533 - type: "plot"
12534   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12535   algorithm: "plot_perf_box_name"
12536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12538   include:
12539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12545   layout:
12546     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12547     layout: "plot-throughput"
12548
12549 - type: "plot"
12550   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12551   algorithm: "plot_perf_box_name"
12552   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12553   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12554   include:
12555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12561   layout:
12562     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12563     layout: "plot-throughput"
12564
12565 - type: "plot"
12566   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12567   algorithm: "plot_perf_box_name"
12568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12570   include:
12571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12575   layout:
12576     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12577     layout: "plot-throughput"
12578
12579 - type: "plot"
12580   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12581   algorithm: "plot_perf_box_name"
12582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12584   include:
12585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12589   layout:
12590     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12591     layout: "plot-throughput"
12592
12593 - type: "plot"
12594   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12595   algorithm: "plot_perf_box_name"
12596   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12597   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12598   include:
12599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12603   layout:
12604     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12605     layout: "plot-throughput"
12606
12607 - type: "plot"
12608   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12609   algorithm: "plot_perf_box_name"
12610   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12612   include:
12613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12617   layout:
12618     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12619     layout: "plot-throughput"
12620
12621 - type: "plot"
12622   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12623   algorithm: "plot_perf_box_name"
12624   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12625   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12626   include:
12627     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12631     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12633   layout:
12634     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12635     layout: "plot-throughput"
12636
12637 - type: "plot"
12638   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12639   algorithm: "plot_perf_box_name"
12640   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12641   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12642   include:
12643     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12647     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12649   layout:
12650     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12651     layout: "plot-throughput"
12652
12653 - type: "plot"
12654   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12655   algorithm: "plot_perf_box_name"
12656   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12658   include:
12659     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12664   layout:
12665     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12666     layout: "plot-throughput"
12667
12668 - type: "plot"
12669   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12670   algorithm: "plot_perf_box_name"
12671   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12673   include:
12674     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12679   layout:
12680     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12681     layout: "plot-throughput"
12682
12683 - type: "plot"
12684   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12685   algorithm: "plot_perf_box_name"
12686   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12688   include:
12689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12694   layout:
12695     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12696     layout: "plot-throughput"
12697
12698 - type: "plot"
12699   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12700   algorithm: "plot_perf_box_name"
12701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12703   include:
12704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12709   layout:
12710     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12711     layout: "plot-throughput"
12712
12713 - type: "plot"
12714   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12715   algorithm: "plot_perf_box_name"
12716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12718   include:
12719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12723   layout:
12724     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12725     layout: "plot-throughput"
12726
12727 - type: "plot"
12728   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12729   algorithm: "plot_perf_box_name"
12730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12732   include:
12733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12737   layout:
12738     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12739     layout: "plot-throughput"
12740
12741 - type: "plot"
12742   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12743   algorithm: "plot_perf_box_name"
12744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12746   include:
12747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12753   layout:
12754     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12755     layout: "plot-throughput"
12756
12757 - type: "plot"
12758   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12759   algorithm: "plot_perf_box_name"
12760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12762   include:
12763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12769   layout:
12770     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12771     layout: "plot-throughput"
12772
12773 - type: "plot"
12774   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12775   algorithm: "plot_perf_box_name"
12776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12778   include:
12779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12785   layout:
12786     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12791   algorithm: "plot_perf_box_name"
12792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12794   include:
12795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12801   layout:
12802     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12803     layout: "plot-throughput"
12804
12805 - type: "plot"
12806   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12807   algorithm: "plot_perf_box_name"
12808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12810   include:
12811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12817   layout:
12818     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12819     layout: "plot-throughput"
12820
12821 - type: "plot"
12822   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12823   algorithm: "plot_perf_box_name"
12824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12826   include:
12827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12833   layout:
12834     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12835     layout: "plot-throughput"
12836
12837 - type: "plot"
12838   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12839   algorithm: "plot_perf_box_name"
12840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12842   include:
12843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12849   layout:
12850     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12851     layout: "plot-throughput"
12852
12853 - type: "plot"
12854   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12855   algorithm: "plot_perf_box_name"
12856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12858   include:
12859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12865   layout:
12866     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12867     layout: "plot-throughput"
12868
12869 - type: "plot"
12870   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12871   algorithm: "plot_perf_box_name"
12872   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12873   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12874   include:
12875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12879   layout:
12880     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12887   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12888   include:
12889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12893   layout:
12894     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12902   include:
12903     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12909   layout:
12910     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12911     layout: "plot-throughput"
12912
12913 - type: "plot"
12914   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12915   algorithm: "plot_perf_box_name"
12916   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12917   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12918   include:
12919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12923     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12925   layout:
12926     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12927     layout: "plot-throughput"
12928
12929 - type: "plot"
12930   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12931   algorithm: "plot_perf_box_name"
12932   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12933   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12934   include:
12935     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12938     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12939     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12940     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12941   layout:
12942     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12943     layout: "plot-throughput"
12944
12945 - type: "plot"
12946   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12947   algorithm: "plot_perf_box_name"
12948   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12949   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12950   include:
12951     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12955     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12956     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12957   layout:
12958     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12959     layout: "plot-throughput"
12960
12961 - type: "plot"
12962   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12963   algorithm: "plot_perf_box_name"
12964   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12965   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12966   include:
12967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12971   layout:
12972     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12973     layout: "plot-throughput"
12974
12975 - type: "plot"
12976   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12977   algorithm: "plot_perf_box_name"
12978   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12979   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12980   include:
12981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12985   layout:
12986     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12987     layout: "plot-throughput"
12988
12989 - type: "plot"
12990   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12991   algorithm: "plot_perf_box_name"
12992   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12993   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12994   include:
12995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13001   layout:
13002     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13003     layout: "plot-throughput"
13004
13005 - type: "plot"
13006   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13007   algorithm: "plot_perf_box_name"
13008   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13009   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13010   include:
13011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13017   layout:
13018     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13019     layout: "plot-throughput"
13020
13021 - type: "plot"
13022   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13023   algorithm: "plot_perf_box_name"
13024   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13025   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13026   include:
13027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13031   layout:
13032     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13033     layout: "plot-throughput"
13034
13035 - type: "plot"
13036   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13037   algorithm: "plot_perf_box_name"
13038   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13039   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13040   include:
13041     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13042     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13043     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13044     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13045   layout:
13046     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13047     layout: "plot-throughput"
13048
13049 - type: "plot"
13050   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13051   algorithm: "plot_perf_box_name"
13052   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13053   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13054   include:
13055     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13061   layout:
13062     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13063     layout: "plot-throughput"
13064
13065 - type: "plot"
13066   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13067   algorithm: "plot_perf_box_name"
13068   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13069   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13070   include:
13071     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13077   layout:
13078     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13079     layout: "plot-throughput"
13080
13081 - type: "plot"
13082   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13083   algorithm: "plot_perf_box_name"
13084   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13085   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13086   include:
13087     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13093   layout:
13094     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13095     layout: "plot-throughput"
13096
13097 - type: "plot"
13098   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13099   algorithm: "plot_perf_box_name"
13100   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13101   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13102   include:
13103     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13105     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13109   layout:
13110     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13111     layout: "plot-throughput"
13112
13113 - type: "plot"
13114   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13115   algorithm: "plot_perf_box_name"
13116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13118   include:
13119     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13120     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13121     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13122     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13123     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13124     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13125   layout:
13126     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13127     layout: "plot-throughput"
13128
13129 - type: "plot"
13130   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13131   algorithm: "plot_perf_box_name"
13132   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13133   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13134   include:
13135     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13136     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13137     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13138     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13139     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13140     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13141   layout:
13142     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13143     layout: "plot-throughput"
13144
13145 - type: "plot"
13146   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13147   algorithm: "plot_perf_box_name"
13148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13150   include:
13151     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13152     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13153     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13154 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13155 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13156 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13157   layout:
13158     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13159     layout: "plot-throughput"
13160
13161 - type: "plot"
13162   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13163   algorithm: "plot_perf_box_name"
13164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13166   include:
13167     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13168     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13169     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13170 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13171 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13172 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13173   layout:
13174     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13175     layout: "plot-throughput"
13176
13177 - type: "plot"
13178   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13179   algorithm: "plot_perf_box_name"
13180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13182   include:
13183     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13184     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13185     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13186     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13187     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13188     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13189   layout:
13190     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13191     layout: "plot-throughput"
13192
13193 - type: "plot"
13194   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13195   algorithm: "plot_perf_box_name"
13196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13198   include:
13199     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13200     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13201     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13202     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13203     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13204     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13205   layout:
13206     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13207     layout: "plot-throughput"
13208
13209 - type: "plot"
13210   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13211   algorithm: "plot_perf_box_name"
13212   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13213   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13214   include:
13215     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13216     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13217     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13218     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13219     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13220     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13221   layout:
13222     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13223     layout: "plot-throughput"
13224
13225 - type: "plot"
13226   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13227   algorithm: "plot_perf_box_name"
13228   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13229   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13230   include:
13231     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13232     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13233     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13234     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13235     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13236     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13237   layout:
13238     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13239     layout: "plot-throughput"
13240
13241 #- type: "plot"
13242 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13243 #  algorithm: "plot_perf_box_name"
13244 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13245 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13246 #  include:
13247 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13248 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13249 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13250 #  layout:
13251 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13252 #    layout: "plot-throughput"
13253 #
13254 #- type: "plot"
13255 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13256 #  algorithm: "plot_perf_box_name"
13257 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13258 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13259 #  include:
13260 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13261 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13262 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13263 #  layout:
13264 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13265 #    layout: "plot-throughput"
13266
13267 - type: "plot"
13268   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13269   algorithm: "plot_perf_box_name"
13270   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13272   include:
13273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13278   layout:
13279     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13280     layout: "plot-throughput"
13281
13282 - type: "plot"
13283   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13284   algorithm: "plot_perf_box_name"
13285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13287   include:
13288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13293   layout:
13294     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13295     layout: "plot-throughput"
13296
13297 - type: "plot"
13298   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13299   algorithm: "plot_perf_box_name"
13300   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13302   include:
13303     - "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"
13304     - "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"
13305     - "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"
13306     - "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"
13307     - "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"
13308   layout:
13309     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13310     layout: "plot-throughput"
13311
13312 - type: "plot"
13313   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13314   algorithm: "plot_perf_box_name"
13315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13316   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13317   include:
13318     - "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"
13319     - "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"
13320     - "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"
13321     - "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"
13322     - "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"
13323   layout:
13324     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13325     layout: "plot-throughput"
13326
13327 - type: "plot"
13328   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13329   algorithm: "plot_perf_box_name"
13330   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13332   include:
13333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13338   layout:
13339     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13340     layout: "plot-throughput"
13341
13342 - type: "plot"
13343   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13344   algorithm: "plot_perf_box_name"
13345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13347   include:
13348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13353   layout:
13354     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13355     layout: "plot-throughput"
13356
13357 - type: "plot"
13358   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13359   algorithm: "plot_perf_box_name"
13360   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13362   include:
13363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13368   layout:
13369     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13370     layout: "plot-throughput"
13371
13372 - type: "plot"
13373   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13374   algorithm: "plot_perf_box_name"
13375   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13377   include:
13378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13383   layout:
13384     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13385     layout: "plot-throughput"
13386
13387 - type: "plot"
13388   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13389   algorithm: "plot_perf_box_name"
13390   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13392   include:
13393     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13394     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13395     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13396     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13397     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13398   layout:
13399     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13400     layout: "plot-throughput"
13401
13402 - type: "plot"
13403   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13404   algorithm: "plot_perf_box_name"
13405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13407   include:
13408     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13409     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13411     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13412     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13413   layout:
13414     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13415     layout: "plot-throughput"
13416
13417 - type: "plot"
13418   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13419   algorithm: "plot_perf_box_name"
13420   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13422   include:
13423     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13424     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13425     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13426     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13427     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13428   layout:
13429     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13430     layout: "plot-throughput"
13431
13432 - type: "plot"
13433   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13434   algorithm: "plot_perf_box_name"
13435   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13437   include:
13438     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13439     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13440     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13442     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13443   layout:
13444     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13445     layout: "plot-throughput"
13446
13447 - type: "plot"
13448   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13449   algorithm: "plot_perf_box_name"
13450   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13452   include:
13453     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13455     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13456     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13457   layout:
13458     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13459     layout: "plot-throughput"
13460
13461 - type: "plot"
13462   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13463   algorithm: "plot_perf_box_name"
13464   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13466   include:
13467     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13468     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13470     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13471   layout:
13472     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13473     layout: "plot-throughput"
13474
13475 - type: "plot"
13476   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13477   algorithm: "plot_perf_box_name"
13478   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13480   include:
13481     - "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"
13482     - "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"
13483     - "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"
13484     - "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"
13485   layout:
13486     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13487     layout: "plot-throughput"
13488
13489 - type: "plot"
13490   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13491   algorithm: "plot_perf_box_name"
13492   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13494   include:
13495     - "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"
13496     - "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"
13497     - "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"
13498     - "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"
13499   layout:
13500     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13501     layout: "plot-throughput"
13502
13503 - type: "plot"
13504   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13505   algorithm: "plot_perf_box_name"
13506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13508   include:
13509     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13515   layout:
13516     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13517     layout: "plot-throughput"
13518
13519 - type: "plot"
13520   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13521   algorithm: "plot_perf_box_name"
13522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13524   include:
13525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13527     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13528     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13529     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13530     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13531   layout:
13532     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13533     layout: "plot-throughput"
13534
13535 - type: "plot"
13536   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13537   algorithm: "plot_perf_box_name"
13538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13540   include:
13541     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13542     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13543     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13544     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13547   layout:
13548     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13553   algorithm: "plot_perf_box_name"
13554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13556   include:
13557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13558     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13559     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13560     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13562     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13563   layout:
13564     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13565     layout: "plot-throughput"
13566
13567 - type: "plot"
13568   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13569   algorithm: "plot_perf_box_name"
13570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13572   include:
13573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13577     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13578     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13579   layout:
13580     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13581     layout: "plot-throughput"
13582
13583 - type: "plot"
13584   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13585   algorithm: "plot_perf_box_name"
13586   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13588   include:
13589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13595   layout:
13596     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13597     layout: "plot-throughput"
13598
13599 - type: "plot"
13600   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13601   algorithm: "plot_perf_box_name"
13602   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13604   include:
13605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13610   layout:
13611     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13612     layout: "plot-throughput"
13613
13614 - type: "plot"
13615   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13616   algorithm: "plot_perf_box_name"
13617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13619   include:
13620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13625   layout:
13626     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13627     layout: "plot-throughput"
13628
13629 - type: "plot"
13630   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13631   algorithm: "plot_perf_box_name"
13632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13634   include:
13635     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13636     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13637   layout:
13638     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13639     layout: "plot-throughput"
13640
13641 - type: "plot"
13642   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13643   algorithm: "plot_perf_box_name"
13644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13646   include:
13647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13648     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13649   layout:
13650     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13651     layout: "plot-throughput"
13652
13653 - type: "plot"
13654   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13655   algorithm: "plot_perf_box_name"
13656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13658   include:
13659     - "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"
13660     - "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"
13661   layout:
13662     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13663     layout: "plot-throughput"
13664
13665 - type: "plot"
13666   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13667   algorithm: "plot_perf_box_name"
13668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13670   include:
13671     - "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"
13672     - "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"
13673   layout:
13674     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13675     layout: "plot-throughput"
13676
13677 - type: "plot"
13678   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13679   algorithm: "plot_perf_box_name"
13680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13682   include:
13683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13685   layout:
13686     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13687     layout: "plot-throughput"
13688
13689 - type: "plot"
13690   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13691   algorithm: "plot_perf_box_name"
13692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13694   include:
13695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13697   layout:
13698     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13699     layout: "plot-throughput"
13700
13701 - type: "plot"
13702   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13703   algorithm: "plot_perf_box_name"
13704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13706   include:
13707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13709   layout:
13710     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13711     layout: "plot-throughput"
13712
13713 - type: "plot"
13714   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13715   algorithm: "plot_perf_box_name"
13716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13718   include:
13719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13721   layout:
13722     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13723     layout: "plot-throughput"
13724
13725 - type: "plot"
13726   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13727   algorithm: "plot_perf_box_name"
13728   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13729   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13730   include:
13731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13737   layout:
13738     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13739     layout: "plot-throughput"
13740
13741 - type: "plot"
13742   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13743   algorithm: "plot_perf_box_name"
13744   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13745   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13746   include:
13747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13753   layout:
13754     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13755     layout: "plot-throughput"
13756
13757 - type: "plot"
13758   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13759   algorithm: "plot_perf_box_name"
13760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13762   include:
13763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13764     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13765     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13766     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13767     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13769   layout:
13770     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13771     layout: "plot-throughput"
13772
13773 - type: "plot"
13774   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13775   algorithm: "plot_perf_box_name"
13776   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13777   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13778   include:
13779     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13780     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13781     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13782     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13783     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13784     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13785   layout:
13786     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13787     layout: "plot-throughput"
13788
13789 #- type: "plot"
13790 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13791 #  algorithm: "plot_perf_box_name"
13792 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13793 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13794 #  include:
13795 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13796 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13797 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13798 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13799 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13800 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13801 #  layout:
13802 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13803 #    layout: "plot-throughput"
13804 #
13805 #- type: "plot"
13806 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13807 #  algorithm: "plot_perf_box_name"
13808 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13809 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13810 #  include:
13811 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13812 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13813 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13814 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13815 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13816 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13817 #  layout:
13818 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13819 #    layout: "plot-throughput"
13820
13821 - type: "plot"
13822   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13823   algorithm: "plot_perf_box_name"
13824   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13825   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13826   include:
13827     - "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"
13828     - "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"
13829     - "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"
13830     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13831     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13832     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13833   layout:
13834     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13835     layout: "plot-throughput"
13836
13837 - type: "plot"
13838   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13839   algorithm: "plot_perf_box_name"
13840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13842   include:
13843     - "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"
13844     - "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"
13845     - "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"
13846     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13847     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13848     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13849   layout:
13850     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13851     layout: "plot-throughput"
13852
13853 ################################################################################
13854
13855 # Packet Speedup
13856
13857 - type: "plot"
13858   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13859   algorithm: "plot_tsa_name"
13860   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13862   include:
13863     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13864     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13865     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13866     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13867   layout:
13868     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13869     layout: "plot-throughput-speedup-analysis"
13870
13871 - type: "plot"
13872   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13873   algorithm: "plot_tsa_name"
13874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13876   include:
13877     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13878     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13879     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13880     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13881   layout:
13882     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13883     layout: "plot-throughput-speedup-analysis"
13884
13885 - type: "plot"
13886   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13887   algorithm: "plot_tsa_name"
13888   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13890   include:
13891     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13892     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13893     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13894     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13895   layout:
13896     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13897     layout: "plot-throughput-speedup-analysis"
13898
13899 - type: "plot"
13900   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13901   algorithm: "plot_tsa_name"
13902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13904   include:
13905     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13907     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13908     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13909   layout:
13910     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13911     layout: "plot-throughput-speedup-analysis"
13912
13913 - type: "plot"
13914   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13915   algorithm: "plot_tsa_name"
13916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13918   include:
13919     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13920     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13921     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13922     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13923     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13924   layout:
13925     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13926     layout: "plot-throughput-speedup-analysis"
13927
13928 - type: "plot"
13929   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13930   algorithm: "plot_tsa_name"
13931   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13933   include:
13934     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13935     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13936     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13937     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13938     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13939   layout:
13940     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13941     layout: "plot-throughput-speedup-analysis"
13942
13943 - type: "plot"
13944   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13945   algorithm: "plot_tsa_name"
13946   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13948   include:
13949     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13950     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13951     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13952     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13953     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13954   layout:
13955     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13956     layout: "plot-throughput-speedup-analysis"
13957
13958 - type: "plot"
13959   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13960   algorithm: "plot_tsa_name"
13961   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13963   include:
13964     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13965     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13966     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13967     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13968     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13969   layout:
13970     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13971     layout: "plot-throughput-speedup-analysis"
13972
13973 - type: "plot"
13974   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13975   algorithm: "plot_tsa_name"
13976   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13978   include:
13979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13985   layout:
13986     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13987     layout: "plot-throughput-speedup-analysis"
13988
13989 - type: "plot"
13990   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13991   algorithm: "plot_tsa_name"
13992   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13994   include:
13995     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14001   layout:
14002     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14003     layout: "plot-throughput-speedup-analysis"
14004
14005 - type: "plot"
14006   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14007   algorithm: "plot_tsa_name"
14008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14010   include:
14011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14016   layout:
14017     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14018     layout: "plot-throughput-speedup-analysis"
14019
14020 - type: "plot"
14021   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14022   algorithm: "plot_tsa_name"
14023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14025   include:
14026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14031   layout:
14032     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14033     layout: "plot-throughput-speedup-analysis"
14034
14035 - type: "plot"
14036   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14037   algorithm: "plot_tsa_name"
14038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14040   include:
14041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14044   layout:
14045     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14046     layout: "plot-throughput-speedup-analysis"
14047
14048 - type: "plot"
14049   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14050   algorithm: "plot_tsa_name"
14051   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14053   include:
14054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14057   layout:
14058     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14059     layout: "plot-throughput-speedup-analysis"
14060
14061 - type: "plot"
14062   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14063   algorithm: "plot_tsa_name"
14064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14066   include:
14067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14072   layout:
14073     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14074     layout: "plot-throughput-speedup-analysis"
14075
14076 - type: "plot"
14077   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14078   algorithm: "plot_tsa_name"
14079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14081   include:
14082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14087   layout:
14088     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14089     layout: "plot-throughput-speedup-analysis"
14090
14091 - type: "plot"
14092   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14093   algorithm: "plot_tsa_name"
14094   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14096   include:
14097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14100   layout:
14101     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14102     layout: "plot-throughput-speedup-analysis"
14103
14104 - type: "plot"
14105   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14106   algorithm: "plot_tsa_name"
14107   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14109   include:
14110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14113   layout:
14114     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14115     layout: "plot-throughput-speedup-analysis"
14116
14117 - type: "plot"
14118   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14119   algorithm: "plot_tsa_name"
14120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14122   include:
14123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14129   layout:
14130     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14131     layout: "plot-throughput-speedup-analysis"
14132
14133 - type: "plot"
14134   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14135   algorithm: "plot_tsa_name"
14136   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14138   include:
14139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14145   layout:
14146     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14147     layout: "plot-throughput-speedup-analysis"
14148
14149 - type: "plot"
14150   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14151   algorithm: "plot_tsa_name"
14152   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14154   include:
14155     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14156     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14157     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14158     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14159     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14160   layout:
14161     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14162     layout: "plot-throughput-speedup-analysis"
14163
14164 - type: "plot"
14165   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14166   algorithm: "plot_tsa_name"
14167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14169   include:
14170     - "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"
14171     - "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"
14172     - "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"
14173     - "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"
14174     - "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"
14175   layout:
14176     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14177     layout: "plot-throughput-speedup-analysis"
14178
14179 #- type: "plot"
14180 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14181 #  algorithm: "plot_tsa_name"
14182 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14183 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14184 #  include:
14185 #    - "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"
14186 #    - "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"
14187 #    - "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"
14188 #    - "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"
14189 #    - "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"
14190 #  layout:
14191 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14192 #    layout: "plot-throughput-speedup-analysis"
14193 #
14194 #- type: "plot"
14195 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14196 #  algorithm: "plot_tsa_name"
14197 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14198 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14199 #  include:
14200 #    - "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"
14201 #    - "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"
14202 #    - "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"
14203 #    - "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"
14204 #    - "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"
14205 #  layout:
14206 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14207 #    layout: "plot-throughput-speedup-analysis"
14208 #
14209 #- type: "plot"
14210 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14211 #  algorithm: "plot_tsa_name"
14212 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14213 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14214 #  include:
14215 #    - "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"
14216 #    - "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"
14217 #    - "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"
14218 #    - "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"
14219 #    - "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"
14220 #  layout:
14221 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14222 #    layout: "plot-throughput-speedup-analysis"
14223 #
14224 #- type: "plot"
14225 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14226 #  algorithm: "plot_tsa_name"
14227 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14228 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14229 #  include:
14230 #    - "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"
14231 #    - "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"
14232 #    - "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"
14233 #    - "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"
14234 #    - "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"
14235 #  layout:
14236 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14237 #    layout: "plot-throughput-speedup-analysis"
14238
14239 - type: "plot"
14240   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14241   algorithm: "plot_tsa_name"
14242   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14243   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14244   include:
14245     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14248     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14249     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14250   layout:
14251     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14252     layout: "plot-throughput-speedup-analysis"
14253
14254 - type: "plot"
14255   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14256   algorithm: "plot_tsa_name"
14257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14259   include:
14260     - "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"
14261     - "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"
14262     - "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"
14263     - "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"
14264     - "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"
14265   layout:
14266     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14267     layout: "plot-throughput-speedup-analysis"
14268
14269 #- type: "plot"
14270 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14271 #  algorithm: "plot_tsa_name"
14272 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14273 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14274 #  include:
14275 #    - "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"
14276 #    - "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"
14277 #    - "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"
14278 #    - "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"
14279 #    - "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"
14280 #  layout:
14281 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14282 #    layout: "plot-throughput-speedup-analysis"
14283 #
14284 #- type: "plot"
14285 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14286 #  algorithm: "plot_tsa_name"
14287 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14288 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14289 #  include:
14290 #    - "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"
14291 #    - "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"
14292 #    - "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"
14293 #    - "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"
14294 #    - "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"
14295 #  layout:
14296 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14297 #    layout: "plot-throughput-speedup-analysis"
14298 #
14299 #- type: "plot"
14300 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14301 #  algorithm: "plot_tsa_name"
14302 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14303 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14304 #  include:
14305 #    - "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"
14306 #    - "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"
14307 #    - "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"
14308 #    - "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"
14309 #    - "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"
14310 #  layout:
14311 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14312 #    layout: "plot-throughput-speedup-analysis"
14313 #
14314 #- type: "plot"
14315 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14316 #  algorithm: "plot_tsa_name"
14317 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14318 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14319 #  include:
14320 #    - "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"
14321 #    - "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"
14322 #    - "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"
14323 #    - "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"
14324 #    - "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"
14325 #  layout:
14326 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14327 #    layout: "plot-throughput-speedup-analysis"
14328
14329 - type: "plot"
14330   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14331   algorithm: "plot_tsa_name"
14332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14334   include:
14335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14341   layout:
14342     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14343     layout: "plot-throughput-speedup-analysis"
14344
14345 - type: "plot"
14346   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14347   algorithm: "plot_tsa_name"
14348   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14349   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14350   include:
14351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14357   layout:
14358     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14359     layout: "plot-throughput-speedup-analysis"
14360
14361 - type: "plot"
14362   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14363   algorithm: "plot_tsa_name"
14364   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14366   include:
14367     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14370   layout:
14371     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14372     layout: "plot-throughput-speedup-analysis"
14373
14374 - type: "plot"
14375   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14376   algorithm: "plot_tsa_name"
14377   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14378   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14379   include:
14380     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14381     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14383   layout:
14384     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14385     layout: "plot-throughput-speedup-analysis"
14386
14387 - type: "plot"
14388   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14389   algorithm: "plot_tsa_name"
14390   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14392   include:
14393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14396 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14397 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14398   layout:
14399     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14400     layout: "plot-throughput-speedup-analysis"
14401
14402 - type: "plot"
14403   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14404   algorithm: "plot_tsa_name"
14405   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14407   include:
14408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14411 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14412 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14413   layout:
14414     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14415     layout: "plot-throughput-speedup-analysis"
14416
14417 - type: "plot"
14418   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14419   algorithm: "plot_tsa_name"
14420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14422   include:
14423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14428   layout:
14429     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14430     layout: "plot-throughput-speedup-analysis"
14431
14432 - type: "plot"
14433   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14434   algorithm: "plot_tsa_name"
14435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14437   include:
14438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14443   layout:
14444     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14445     layout: "plot-throughput-speedup-analysis"
14446
14447 - type: "plot"
14448   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14449   algorithm: "plot_tsa_name"
14450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14452   include:
14453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14458   layout:
14459     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14460     layout: "plot-throughput-speedup-analysis"
14461
14462 - type: "plot"
14463   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14464   algorithm: "plot_tsa_name"
14465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14467   include:
14468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14473   layout:
14474     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14482   include:
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14487   layout:
14488     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14489     layout: "plot-throughput-speedup-analysis"
14490
14491 - type: "plot"
14492   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14493   algorithm: "plot_tsa_name"
14494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14496   include:
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14501   layout:
14502     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14503     layout: "plot-throughput-speedup-analysis"
14504
14505 - type: "plot"
14506   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14507   algorithm: "plot_tsa_name"
14508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14510   include:
14511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14516   layout:
14517     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14518     layout: "plot-throughput-speedup-analysis"
14519
14520 - type: "plot"
14521   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14522   algorithm: "plot_tsa_name"
14523   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14525   include:
14526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14531   layout:
14532     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14533     layout: "plot-throughput-speedup-analysis"
14534
14535 - type: "plot"
14536   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14537   algorithm: "plot_tsa_name"
14538   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14539   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14540   include:
14541     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14543   layout:
14544     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14545     layout: "plot-throughput-speedup-analysis"
14546
14547 - type: "plot"
14548   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14549   algorithm: "plot_tsa_name"
14550   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14551   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14552   include:
14553     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14555   layout:
14556     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14557     layout: "plot-throughput-speedup-analysis"
14558
14559 - type: "plot"
14560   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14561   algorithm: "plot_tsa_name"
14562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14564   include:
14565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14569   layout:
14570     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14571     layout: "plot-throughput-speedup-analysis"
14572
14573 - type: "plot"
14574   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14575   algorithm: "plot_tsa_name"
14576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14578   include:
14579     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14583   layout:
14584     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14585     layout: "plot-throughput-speedup-analysis"
14586
14587 - type: "plot"
14588   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14589   algorithm: "plot_tsa_name"
14590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14592   include:
14593     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14597   layout:
14598     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14599     layout: "plot-throughput-speedup-analysis"
14600
14601 - type: "plot"
14602   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14603   algorithm: "plot_tsa_name"
14604   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14606   include:
14607     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14611   layout:
14612     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14613     layout: "plot-throughput-speedup-analysis"
14614
14615 - type: "plot"
14616   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14617   algorithm: "plot_tsa_name"
14618   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14619   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14620   include:
14621     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14627   layout:
14628     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14629     layout: "plot-throughput-speedup-analysis"
14630
14631 - type: "plot"
14632   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14633   algorithm: "plot_tsa_name"
14634   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14636   include:
14637     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14643   layout:
14644     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14645     layout: "plot-throughput-speedup-analysis"
14646
14647 - type: "plot"
14648   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14649   algorithm: "plot_tsa_name"
14650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14652   include:
14653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14658   layout:
14659     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14660     layout: "plot-throughput-speedup-analysis"
14661
14662 - type: "plot"
14663   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14664   algorithm: "plot_tsa_name"
14665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14667   include:
14668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14673   layout:
14674     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14675     layout: "plot-throughput-speedup-analysis"
14676
14677 - type: "plot"
14678   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14679   algorithm: "plot_tsa_name"
14680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14682   include:
14683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14688   layout:
14689     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14690     layout: "plot-throughput-speedup-analysis"
14691
14692 - type: "plot"
14693   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14694   algorithm: "plot_tsa_name"
14695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14697   include:
14698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14703   layout:
14704     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14705     layout: "plot-throughput-speedup-analysis"
14706
14707 - type: "plot"
14708   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14709   algorithm: "plot_tsa_name"
14710   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14711   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14712   include:
14713     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14716   layout:
14717     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14718     layout: "plot-throughput-speedup-analysis"
14719
14720 - type: "plot"
14721   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14722   algorithm: "plot_tsa_name"
14723   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14724   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14725   include:
14726     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14729   layout:
14730     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14731     layout: "plot-throughput-speedup-analysis"
14732
14733 - type: "plot"
14734   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14735   algorithm: "plot_tsa_name"
14736   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14738   include:
14739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14742   layout:
14743     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14744     layout: "plot-throughput-speedup-analysis"
14745
14746 - type: "plot"
14747   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14748   algorithm: "plot_tsa_name"
14749   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14751   include:
14752     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14755   layout:
14756     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14757     layout: "plot-throughput-speedup-analysis"
14758
14759 - type: "plot"
14760   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14761   algorithm: "plot_tsa_name"
14762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14764   include:
14765     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14770   layout:
14771     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14779   include:
14780     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14785   layout:
14786     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14787     layout: "plot-throughput-speedup-analysis"
14788
14789 - type: "plot"
14790   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14791   algorithm: "plot_tsa_name"
14792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14794   include:
14795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14800   layout:
14801     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14802     layout: "plot-throughput-speedup-analysis"
14803
14804 - type: "plot"
14805   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14806   algorithm: "plot_tsa_name"
14807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14809   include:
14810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14815   layout:
14816     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14817     layout: "plot-throughput-speedup-analysis"
14818
14819 - type: "plot"
14820   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14821   algorithm: "plot_tsa_name"
14822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14824   include:
14825     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14826     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14831   layout:
14832     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14833     layout: "plot-throughput-speedup-analysis"
14834
14835 - type: "plot"
14836   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14837   algorithm: "plot_tsa_name"
14838   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14840   include:
14841     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14847   layout:
14848     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14849     layout: "plot-throughput-speedup-analysis"
14850
14851 - type: "plot"
14852   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14853   algorithm: "plot_tsa_name"
14854   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14855   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14856   include:
14857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14861   layout:
14862     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14863     layout: "plot-throughput-speedup-analysis"
14864
14865 - type: "plot"
14866   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14867   algorithm: "plot_tsa_name"
14868   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14869   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14870   include:
14871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14875   layout:
14876     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14877     layout: "plot-throughput-speedup-analysis"
14878
14879 - type: "plot"
14880   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14881   algorithm: "plot_tsa_name"
14882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14884   include:
14885     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14886     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14891   layout:
14892     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14893     layout: "plot-throughput-speedup-analysis"
14894
14895 - type: "plot"
14896   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14897   algorithm: "plot_tsa_name"
14898   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14900   include:
14901     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14907   layout:
14908     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14909     layout: "plot-throughput-speedup-analysis"
14910
14911 - type: "plot"
14912   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14913   algorithm: "plot_tsa_name"
14914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14916   include:
14917     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14923   layout:
14924     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14925     layout: "plot-throughput-speedup-analysis"
14926
14927 - type: "plot"
14928   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14929   algorithm: "plot_tsa_name"
14930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14932   include:
14933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14939   layout:
14940     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14941     layout: "plot-throughput-speedup-analysis"
14942
14943 - type: "plot"
14944   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14945   algorithm: "plot_tsa_name"
14946   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14948   include:
14949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14955   layout:
14956     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14957     layout: "plot-throughput-speedup-analysis"
14958
14959 - type: "plot"
14960   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14961   algorithm: "plot_tsa_name"
14962   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14964   include:
14965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14971   layout:
14972     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14973     layout: "plot-throughput-speedup-analysis"
14974
14975 - type: "plot"
14976   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14977   algorithm: "plot_tsa_name"
14978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14980   include:
14981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14987   layout:
14988     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14989     layout: "plot-throughput-speedup-analysis"
14990
14991 - type: "plot"
14992   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14993   algorithm: "plot_tsa_name"
14994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14996   include:
14997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15003   layout:
15004     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15005     layout: "plot-throughput-speedup-analysis"
15006
15007 - type: "plot"
15008   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15009   algorithm: "plot_tsa_name"
15010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15012   include:
15013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15019   layout:
15020     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15021     layout: "plot-throughput-speedup-analysis"
15022
15023 - type: "plot"
15024   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15025   algorithm: "plot_tsa_name"
15026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15028   include:
15029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15035   layout:
15036     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15037     layout: "plot-throughput-speedup-analysis"
15038
15039 - type: "plot"
15040   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15041   algorithm: "plot_tsa_name"
15042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15044   include:
15045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15049   layout:
15050     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15051     layout: "plot-throughput-speedup-analysis"
15052
15053 - type: "plot"
15054   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15055   algorithm: "plot_tsa_name"
15056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15058   include:
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15063   layout:
15064     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15072   include:
15073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15077   layout:
15078     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15079     layout: "plot-throughput-speedup-analysis"
15080
15081 - type: "plot"
15082   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15083   algorithm: "plot_tsa_name"
15084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15086   include:
15087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15091   layout:
15092     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15093     layout: "plot-throughput-speedup-analysis"
15094
15095 - type: "plot"
15096   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15097   algorithm: "plot_tsa_name"
15098   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15100   include:
15101     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15102     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15107   layout:
15108     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15109     layout: "plot-throughput-speedup-analysis"
15110
15111 - type: "plot"
15112   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15113   algorithm: "plot_tsa_name"
15114   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15116   include:
15117     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15123   layout:
15124     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15132   include:
15133     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15136     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15138   layout:
15139     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15140     layout: "plot-throughput-speedup-analysis"
15141
15142 - type: "plot"
15143   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15144   algorithm: "plot_tsa_name"
15145   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15147   include:
15148     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15153   layout:
15154     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15155     layout: "plot-throughput-speedup-analysis"
15156
15157 - type: "plot"
15158   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15159   algorithm: "plot_tsa_name"
15160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15162   include:
15163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15168   layout:
15169     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15170     layout: "plot-throughput-speedup-analysis"
15171
15172 - type: "plot"
15173   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15174   algorithm: "plot_tsa_name"
15175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15177   include:
15178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15183   layout:
15184     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15185     layout: "plot-throughput-speedup-analysis"
15186
15187 - type: "plot"
15188   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15189   algorithm: "plot_tsa_name"
15190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15192   include:
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15197   layout:
15198     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15199     layout: "plot-throughput-speedup-analysis"
15200
15201 - type: "plot"
15202   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15203   algorithm: "plot_tsa_name"
15204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15206   include:
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15211   layout:
15212     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15220   include:
15221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15227   layout:
15228     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15229     layout: "plot-throughput-speedup-analysis"
15230
15231 - type: "plot"
15232   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15233   algorithm: "plot_tsa_name"
15234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15236   include:
15237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15243   layout:
15244     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 - type: "plot"
15248   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15249   algorithm: "plot_tsa_name"
15250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15252   include:
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15259   layout:
15260     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15261     layout: "plot-throughput-speedup-analysis"
15262
15263 - type: "plot"
15264   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15265   algorithm: "plot_tsa_name"
15266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15268   include:
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15275   layout:
15276     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15277     layout: "plot-throughput-speedup-analysis"
15278
15279 - type: "plot"
15280   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15281   algorithm: "plot_tsa_name"
15282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15284   include:
15285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15291   layout:
15292     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15293     layout: "plot-throughput-speedup-analysis"
15294
15295 - type: "plot"
15296   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15297   algorithm: "plot_tsa_name"
15298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15300   include:
15301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15307   layout:
15308     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15309     layout: "plot-throughput-speedup-analysis"
15310
15311 - type: "plot"
15312   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15313   algorithm: "plot_tsa_name"
15314   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15316   include:
15317     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15318     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15319     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15320     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15321     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15323   layout:
15324     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15325     layout: "plot-throughput-speedup-analysis"
15326
15327 - type: "plot"
15328   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15329   algorithm: "plot_tsa_name"
15330   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15331   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15332   include:
15333     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15334     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15335     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15336     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15337     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15338     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15339   layout:
15340     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15341     layout: "plot-throughput-speedup-analysis"
15342
15343 - type: "plot"
15344   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15345   algorithm: "plot_tsa_name"
15346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15348   include:
15349     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15350     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15351     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15355   layout:
15356     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15357     layout: "plot-throughput-speedup-analysis"
15358
15359 - type: "plot"
15360   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15361   algorithm: "plot_tsa_name"
15362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15364   include:
15365     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15366     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15367     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15368     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15369     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15370     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15371   layout:
15372     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15373     layout: "plot-throughput-speedup-analysis"
15374
15375 - type: "plot"
15376   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15377   algorithm: "plot_tsa_name"
15378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15380   include:
15381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15386   layout:
15387     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15388     layout: "plot-throughput-speedup-analysis"
15389
15390 - type: "plot"
15391   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15392   algorithm: "plot_tsa_name"
15393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15395   include:
15396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15401   layout:
15402     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15403     layout: "plot-throughput-speedup-analysis"
15404
15405 - type: "plot"
15406   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15407   algorithm: "plot_tsa_name"
15408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15410   include:
15411     - "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"
15412     - "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"
15413     - "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"
15414     - "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"
15415     - "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"
15416   layout:
15417     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15418     layout: "plot-throughput-speedup-analysis"
15419
15420 - type: "plot"
15421   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15422   algorithm: "plot_tsa_name"
15423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15425   include:
15426     - "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"
15427     - "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"
15428     - "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"
15429     - "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"
15430     - "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"
15431   layout:
15432     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15433     layout: "plot-throughput-speedup-analysis"
15434
15435 - type: "plot"
15436   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15437   algorithm: "plot_tsa_name"
15438   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15440   include:
15441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15446   layout:
15447     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15448     layout: "plot-throughput-speedup-analysis"
15449
15450 - type: "plot"
15451   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15452   algorithm: "plot_tsa_name"
15453   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15455   include:
15456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15461   layout:
15462     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15463     layout: "plot-throughput-speedup-analysis"
15464
15465 - type: "plot"
15466   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15467   algorithm: "plot_tsa_name"
15468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15470   include:
15471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15476   layout:
15477     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15485   include:
15486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15491   layout:
15492     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15500   include:
15501     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15506   layout:
15507     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15508     layout: "plot-throughput-speedup-analysis"
15509
15510 - type: "plot"
15511   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15512   algorithm: "plot_tsa_name"
15513   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15515   include:
15516     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15521   layout:
15522     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15530   include:
15531     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15532     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15533     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15534     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15535     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15536   layout:
15537     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15545   include:
15546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15547     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15548     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15549     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15550     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15551   layout:
15552     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15553     layout: "plot-throughput-speedup-analysis"
15554
15555 - type: "plot"
15556   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15557   algorithm: "plot_tsa_name"
15558   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15560   include:
15561     - "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"
15562     - "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"
15563     - "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"
15564     - "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"
15565   layout:
15566     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15567     layout: "plot-throughput-speedup-analysis"
15568
15569 - type: "plot"
15570   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15571   algorithm: "plot_tsa_name"
15572   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15574   include:
15575     - "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"
15576     - "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"
15577     - "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"
15578     - "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"
15579   layout:
15580     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15581     layout: "plot-throughput-speedup-analysis"
15582
15583 - type: "plot"
15584   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15585   algorithm: "plot_tsa_name"
15586   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15588   include:
15589     - "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"
15590     - "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"
15591     - "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"
15592     - "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"
15593   layout:
15594     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15595     layout: "plot-throughput-speedup-analysis"
15596
15597 - type: "plot"
15598   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15599   algorithm: "plot_tsa_name"
15600   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15602   include:
15603     - "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"
15604     - "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"
15605     - "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"
15606     - "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"
15607   layout:
15608     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15609     layout: "plot-throughput-speedup-analysis"
15610
15611 - type: "plot"
15612   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15613   algorithm: "plot_tsa_name"
15614   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15616   include:
15617     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15623   layout:
15624     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15625     layout: "plot-throughput-speedup-analysis"
15626
15627 - type: "plot"
15628   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15629   algorithm: "plot_tsa_name"
15630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15632   include:
15633     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15634     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15635     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15636     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15637     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15638     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15639   layout:
15640     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15641     layout: "plot-throughput-speedup-analysis"
15642
15643 - type: "plot"
15644   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15645   algorithm: "plot_tsa_name"
15646   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15648   include:
15649     - "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"
15650     - "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"
15651     - "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"
15652     - "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"
15653     - "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"
15654     - "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"
15655   layout:
15656     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15657     layout: "plot-throughput-speedup-analysis"
15658
15659 - type: "plot"
15660   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15661   algorithm: "plot_tsa_name"
15662   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15664   include:
15665     - "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"
15666     - "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"
15667     - "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"
15668     - "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"
15669     - "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"
15670     - "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"
15671   layout:
15672     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15673     layout: "plot-throughput-speedup-analysis"
15674
15675 - type: "plot"
15676   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15677   algorithm: "plot_tsa_name"
15678   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15680   include:
15681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15687   layout:
15688     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15689     layout: "plot-throughput-speedup-analysis"
15690
15691 - type: "plot"
15692   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15693   algorithm: "plot_tsa_name"
15694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15696   include:
15697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15703   layout:
15704     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15705     layout: "plot-throughput-speedup-analysis"
15706
15707 - type: "plot"
15708   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15709   algorithm: "plot_tsa_name"
15710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15712   include:
15713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15718   layout:
15719     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15720     layout: "plot-throughput-speedup-analysis"
15721
15722 - type: "plot"
15723   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15724   algorithm: "plot_tsa_name"
15725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15727   include:
15728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15733   layout:
15734     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15735     layout: "plot-throughput-speedup-analysis"
15736
15737 - type: "plot"
15738   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15739   algorithm: "plot_tsa_name"
15740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15742   include:
15743     - "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"
15744     - "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"
15745   layout:
15746     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15747     layout: "plot-throughput-speedup-analysis"
15748
15749 - type: "plot"
15750   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15751   algorithm: "plot_tsa_name"
15752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15754   include:
15755     - "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"
15756     - "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"
15757   layout:
15758     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15759     layout: "plot-throughput-speedup-analysis"
15760
15761 - type: "plot"
15762   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15763   algorithm: "plot_tsa_name"
15764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15766   include:
15767     - "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"
15768     - "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"
15769   layout:
15770     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15771     layout: "plot-throughput-speedup-analysis"
15772
15773 - type: "plot"
15774   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15775   algorithm: "plot_tsa_name"
15776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15778   include:
15779     - "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"
15780     - "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"
15781   layout:
15782     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15783     layout: "plot-throughput-speedup-analysis"
15784
15785 - type: "plot"
15786   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15787   algorithm: "plot_tsa_name"
15788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15790   include:
15791     - "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"
15792     - "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"
15793     - "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"
15794     - "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"
15795     - "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"
15796     - "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"
15797   layout:
15798     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15799     layout: "plot-throughput-speedup-analysis"
15800
15801 - type: "plot"
15802   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15803   algorithm: "plot_tsa_name"
15804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15806   include:
15807     - "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"
15808     - "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"
15809     - "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"
15810     - "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"
15811     - "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"
15812     - "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"
15813   layout:
15814     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15815     layout: "plot-throughput-speedup-analysis"
15816
15817 - type: "plot"
15818   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15819   algorithm: "plot_tsa_name"
15820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15822   include:
15823     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15824     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15825     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15826     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15827     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15828   layout:
15829     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15830     layout: "plot-throughput-speedup-analysis"
15831
15832 - type: "plot"
15833   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15834   algorithm: "plot_tsa_name"
15835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15837   include:
15838     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15839     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15840     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15841     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15842     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15843   layout:
15844     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15845     layout: "plot-throughput-speedup-analysis"
15846
15847 - type: "plot"
15848   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15849   algorithm: "plot_tsa_name"
15850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15852   include:
15853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15858   layout:
15859     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15860     layout: "plot-throughput-speedup-analysis"
15861
15862 - type: "plot"
15863   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15864   algorithm: "plot_tsa_name"
15865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15867   include:
15868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15873   layout:
15874     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15875     layout: "plot-throughput-speedup-analysis"
15876
15877 - type: "plot"
15878   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15879   algorithm: "plot_tsa_name"
15880   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15881   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15882   include:
15883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15887   layout:
15888     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15889     layout: "plot-throughput-speedup-analysis"
15890
15891 - type: "plot"
15892   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15893   algorithm: "plot_tsa_name"
15894   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15895   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15896   include:
15897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15901   layout:
15902     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15903     layout: "plot-throughput-speedup-analysis"
15904
15905 - type: "plot"
15906   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15907   algorithm: "plot_tsa_name"
15908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15910   include:
15911     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15915   layout:
15916     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15917     layout: "plot-throughput-speedup-analysis"
15918
15919 - type: "plot"
15920   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15921   algorithm: "plot_tsa_name"
15922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15924   include:
15925     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15929   layout:
15930     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15931     layout: "plot-throughput-speedup-analysis"
15932
15933 - type: "plot"
15934   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15935   algorithm: "plot_tsa_name"
15936   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15937   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15938   include:
15939     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15944   layout:
15945     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15946     layout: "plot-throughput-speedup-analysis"
15947
15948 - type: "plot"
15949   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15950   algorithm: "plot_tsa_name"
15951   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15952   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15953   include:
15954     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15955     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15959   layout:
15960     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15968   include:
15969     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15970     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15971     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15972     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15973     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15974     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15975   layout:
15976     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15977     layout: "plot-throughput-speedup-analysis"
15978
15979 - type: "plot"
15980   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15981   algorithm: "plot_tsa_name"
15982   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15983   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15984   include:
15985     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15986     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15987     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15989     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15990     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15991   layout:
15992     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15993     layout: "plot-throughput-speedup-analysis"
15994
15995 - type: "plot"
15996   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15997   algorithm: "plot_tsa_name"
15998   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15999   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16000   include:
16001     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16005   layout:
16006     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16007     layout: "plot-throughput-speedup-analysis"
16008
16009 - type: "plot"
16010   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16011   algorithm: "plot_tsa_name"
16012   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16013   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16014   include:
16015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16019   layout:
16020     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16028   include:
16029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16035   layout:
16036     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16037     layout: "plot-throughput-speedup-analysis"
16038
16039 - type: "plot"
16040   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16041   algorithm: "plot_tsa_name"
16042   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16043   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16044   include:
16045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16051   layout:
16052     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16053     layout: "plot-throughput-speedup-analysis"
16054
16055 - type: "plot"
16056   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16057   algorithm: "plot_tsa_name"
16058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16060   include:
16061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16067   layout:
16068     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16069     layout: "plot-throughput-speedup-analysis"
16070
16071 - type: "plot"
16072   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16073   algorithm: "plot_tsa_name"
16074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16076   include:
16077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16083   layout:
16084     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16085     layout: "plot-throughput-speedup-analysis"
16086
16087 - type: "plot"
16088   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16089   algorithm: "plot_tsa_name"
16090   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16091   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16092   include:
16093     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16094     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16095     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16096     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16097     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16098     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16099   layout:
16100     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16101     layout: "plot-throughput-speedup-analysis"
16102
16103 - type: "plot"
16104   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16105   algorithm: "plot_tsa_name"
16106   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16107   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16108   include:
16109     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16110     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16111     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16112     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16113     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16114     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16115   layout:
16116     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16117     layout: "plot-throughput-speedup-analysis"
16118
16119 - type: "plot"
16120   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16121   algorithm: "plot_tsa_name"
16122   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16123   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16124   include:
16125     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16131   layout:
16132     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16133     layout: "plot-throughput-speedup-analysis"
16134
16135 - type: "plot"
16136   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16137   algorithm: "plot_tsa_name"
16138   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16139   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16140   include:
16141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16147   layout:
16148     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16149     layout: "plot-throughput-speedup-analysis"
16150
16151 - type: "plot"
16152   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16153   algorithm: "plot_tsa_name"
16154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16156   include:
16157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16163   layout:
16164     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16165     layout: "plot-throughput-speedup-analysis"
16166
16167 - type: "plot"
16168   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16169   algorithm: "plot_tsa_name"
16170   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16171   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16172   include:
16173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16179   layout:
16180     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16181     layout: "plot-throughput-speedup-analysis"
16182
16183 #- type: "plot"
16184 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16185 #  algorithm: "plot_tsa_name"
16186 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16187 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16188 #  include:
16189 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16190 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16191 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16192 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16193 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16194 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16195 #  layout:
16196 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16197 #    layout: "plot-throughput-speedup-analysis"
16198 #
16199 #- type: "plot"
16200 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16201 #  algorithm: "plot_tsa_name"
16202 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16203 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16204 #  include:
16205 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16206 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16207 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16208 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16209 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16210 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16211 #  layout:
16212 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16213 #    layout: "plot-throughput-speedup-analysis"
16214
16215 - type: "plot"
16216   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16217   algorithm: "plot_tsa_name"
16218   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16219   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16220   include:
16221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16226   layout:
16227     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16228     layout: "plot-throughput-speedup-analysis"
16229
16230 - type: "plot"
16231   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16232   algorithm: "plot_tsa_name"
16233   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16234   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16235   include:
16236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16241   layout:
16242     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16243     layout: "plot-throughput-speedup-analysis"
16244
16245 - type: "plot"
16246   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16247   algorithm: "plot_tsa_name"
16248   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16249   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16250   include:
16251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16257   layout:
16258     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16259     layout: "plot-throughput-speedup-analysis"
16260
16261 - type: "plot"
16262   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16263   algorithm: "plot_tsa_name"
16264   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16265   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16266   include:
16267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16273   layout:
16274     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16275     layout: "plot-throughput-speedup-analysis"
16276
16277 - type: "plot"
16278   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16279   algorithm: "plot_tsa_name"
16280   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16281   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16282   include:
16283     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16286     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16287     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16288   layout:
16289     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16290     layout: "plot-throughput-speedup-analysis"
16291
16292 - type: "plot"
16293   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16294   algorithm: "plot_tsa_name"
16295   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16296   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16297   include:
16298     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16303   layout:
16304     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16305     layout: "plot-throughput-speedup-analysis"
16306
16307 - type: "plot"
16308   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16309   algorithm: "plot_tsa_name"
16310   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16311   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16312   include:
16313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16316     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16317   layout:
16318     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16319     layout: "plot-throughput-speedup-analysis"
16320
16321 - type: "plot"
16322   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16323   algorithm: "plot_tsa_name"
16324   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16325   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16326   include:
16327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16331   layout:
16332     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16333     layout: "plot-throughput-speedup-analysis"
16334
16335 - type: "plot"
16336   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16337   algorithm: "plot_tsa_name"
16338   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16339   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16340   include:
16341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16345     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16346     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16347   layout:
16348     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16349     layout: "plot-throughput-speedup-analysis"
16350
16351 - type: "plot"
16352   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16353   algorithm: "plot_tsa_name"
16354   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16355   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16356   include:
16357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16361     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16362     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16363   layout:
16364     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16365     layout: "plot-throughput-speedup-analysis"
16366
16367 - type: "plot"
16368   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16369   algorithm: "plot_tsa_name"
16370   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16371   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16372   include:
16373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16378   layout:
16379     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16380     layout: "plot-throughput-speedup-analysis"
16381
16382 - type: "plot"
16383   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16384   algorithm: "plot_tsa_name"
16385   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16386   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16387   include:
16388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16393   layout:
16394     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16395     layout: "plot-throughput-speedup-analysis"
16396
16397 - type: "plot"
16398   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16399   algorithm: "plot_tsa_name"
16400   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16401   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16402   include:
16403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16408   layout:
16409     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16410     layout: "plot-throughput-speedup-analysis"
16411
16412 - type: "plot"
16413   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16414   algorithm: "plot_tsa_name"
16415   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16416   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16417   include:
16418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16423   layout:
16424     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16425     layout: "plot-throughput-speedup-analysis"
16426
16427 - type: "plot"
16428   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16429   algorithm: "plot_tsa_name"
16430   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16431   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16432   include:
16433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16437   layout:
16438     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16439     layout: "plot-throughput-speedup-analysis"
16440
16441 - type: "plot"
16442   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16443   algorithm: "plot_tsa_name"
16444   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16445   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16446   include:
16447     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16451   layout:
16452     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16453     layout: "plot-throughput-speedup-analysis"
16454
16455 - type: "plot"
16456   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16457   algorithm: "plot_tsa_name"
16458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16460   include:
16461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16466   layout:
16467     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16468     layout: "plot-throughput-speedup-analysis"
16469
16470 - type: "plot"
16471   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16472   algorithm: "plot_tsa_name"
16473   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16474   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16475   include:
16476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16477     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16481   layout:
16482     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16483     layout: "plot-throughput-speedup-analysis"
16484
16485 - type: "plot"
16486   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16487   algorithm: "plot_tsa_name"
16488   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16489   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16490   include:
16491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16497   layout:
16498     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16499     layout: "plot-throughput-speedup-analysis"
16500
16501 - type: "plot"
16502   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16503   algorithm: "plot_tsa_name"
16504   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16505   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16506   include:
16507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16509     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16513   layout:
16514     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16515     layout: "plot-throughput-speedup-analysis"
16516
16517 - type: "plot"
16518   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16519   algorithm: "plot_tsa_name"
16520   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16521   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16522   include:
16523     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16527   layout:
16528     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16529     layout: "plot-throughput-speedup-analysis"
16530
16531 - type: "plot"
16532   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16533   algorithm: "plot_tsa_name"
16534   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16535   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16536   include:
16537     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16541   layout:
16542     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16543     layout: "plot-throughput-speedup-analysis"
16544
16545 - type: "plot"
16546   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16547   algorithm: "plot_tsa_name"
16548   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16549   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16550   include:
16551     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16557   layout:
16558     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16559     layout: "plot-throughput-speedup-analysis"
16560
16561 - type: "plot"
16562   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16563   algorithm: "plot_tsa_name"
16564   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16565   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16566   include:
16567     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16573   layout:
16574     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16575     layout: "plot-throughput-speedup-analysis"
16576
16577 - type: "plot"
16578   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16579   algorithm: "plot_tsa_name"
16580   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16581   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16582   include:
16583     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16589   layout:
16590     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16591     layout: "plot-throughput-speedup-analysis"
16592
16593 - type: "plot"
16594   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16595   algorithm: "plot_tsa_name"
16596   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16597   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16598   include:
16599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16605   layout:
16606     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16607     layout: "plot-throughput-speedup-analysis"
16608
16609 #- type: "plot"
16610 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16611 #  algorithm: "plot_tsa_name"
16612 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16613 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16614 #  include:
16615 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16616 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16617 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16618 #  layout:
16619 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16620 #    layout: "plot-throughput-speedup-analysis"
16621 #
16622 #- type: "plot"
16623 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16624 #  algorithm: "plot_tsa_name"
16625 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16626 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16627 #  include:
16628 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16629 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16630 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16631 #  layout:
16632 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16633 #    layout: "plot-throughput-speedup-analysis"
16634
16635 ################################################################################
16636
16637 # Packet Throughput - DPDK
16638
16639 # 2n-skx-xxv710
16640
16641 - type: "plot"
16642   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16643   algorithm: "plot_perf_box_name"
16644   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16645   data: "plot-dpdk-throughput-latency-2n-skx"
16646   include:
16647     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16648     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16649   layout:
16650     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16651     layout: "plot-throughput"
16652
16653 - type: "plot"
16654   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16655   algorithm: "plot_perf_box_name"
16656   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16657   data: "plot-dpdk-throughput-latency-2n-skx"
16658   include:
16659     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16660     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16661   layout:
16662     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16663     layout: "plot-throughput"
16664
16665 - type: "plot"
16666   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16667   algorithm: "plot_perf_box_name"
16668   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16669   data: "plot-dpdk-throughput-latency-2n-skx"
16670   include:
16671     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16672     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16673   layout:
16674     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16675     layout: "plot-throughput"
16676
16677 - type: "plot"
16678   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16679   algorithm: "plot_perf_box_name"
16680   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16681   data: "plot-dpdk-throughput-latency-2n-skx"
16682   include:
16683     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16684     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16685   layout:
16686     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16687     layout: "plot-throughput"
16688
16689 # 2n-skx-x710
16690
16691 - type: "plot"
16692   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16693   algorithm: "plot_perf_box_name"
16694   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16695   data: "plot-dpdk-throughput-latency-2n-skx"
16696   include:
16697     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16698     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16699   layout:
16700     title: "2n-skx-x710-64b-2t1c-base-ndr"
16701     layout: "plot-throughput"
16702
16703 - type: "plot"
16704   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16705   algorithm: "plot_perf_box_name"
16706   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16707   data: "plot-dpdk-throughput-latency-2n-skx"
16708   include:
16709     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16710     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16711   layout:
16712     title: "2n-skx-x710-64b-4t2c-base-ndr"
16713     layout: "plot-throughput"
16714
16715 - type: "plot"
16716   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16717   algorithm: "plot_perf_box_name"
16718   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16719   data: "plot-dpdk-throughput-latency-2n-skx"
16720   include:
16721     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16722     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16723   layout:
16724     title: "2n-skx-x710-64b-2t1c-base-pdr"
16725     layout: "plot-throughput"
16726
16727 - type: "plot"
16728   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16729   algorithm: "plot_perf_box_name"
16730   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16731   data: "plot-dpdk-throughput-latency-2n-skx"
16732   include:
16733     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16734     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16735   layout:
16736     title: "2n-skx-x710-64b-4t2c-base-pdr"
16737     layout: "plot-throughput"
16738
16739 # 3n-skx-xxv710
16740
16741 - type: "plot"
16742   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16743   algorithm: "plot_perf_box_name"
16744   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16745   data: "plot-dpdk-throughput-latency-3n-skx"
16746   include:
16747     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16748     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16749   layout:
16750     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16751     layout: "plot-throughput"
16752
16753 - type: "plot"
16754   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16755   algorithm: "plot_perf_box_name"
16756   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16757   data: "plot-dpdk-throughput-latency-3n-skx"
16758   include:
16759     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16760     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16761   layout:
16762     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16763     layout: "plot-throughput"
16764
16765 - type: "plot"
16766   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16767   algorithm: "plot_perf_box_name"
16768   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16769   data: "plot-dpdk-throughput-latency-3n-skx"
16770   include:
16771     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16772     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16773   layout:
16774     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16775     layout: "plot-throughput"
16776
16777 - type: "plot"
16778   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16779   algorithm: "plot_perf_box_name"
16780   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16781   data: "plot-dpdk-throughput-latency-3n-skx"
16782   include:
16783     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16784     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16785   layout:
16786     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16787     layout: "plot-throughput"
16788
16789 # 3n-skx-x710
16790
16791 - type: "plot"
16792   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16793   algorithm: "plot_perf_box_name"
16794   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16795   data: "plot-dpdk-throughput-latency-3n-skx"
16796   include:
16797     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16798     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16799   layout:
16800     title: "3n-skx-x710-64b-2t1c-base-ndr"
16801     layout: "plot-throughput"
16802
16803 - type: "plot"
16804   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16805   algorithm: "plot_perf_box_name"
16806   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16807   data: "plot-dpdk-throughput-latency-3n-skx"
16808   include:
16809     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16810     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16811   layout:
16812     title: "3n-skx-x710-64b-4t2c-base-ndr"
16813     layout: "plot-throughput"
16814
16815 - type: "plot"
16816   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16817   algorithm: "plot_perf_box_name"
16818   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16819   data: "plot-dpdk-throughput-latency-3n-skx"
16820   include:
16821     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16822     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16823   layout:
16824     title: "3n-skx-x710-64b-2t1c-base-pdr"
16825     layout: "plot-throughput"
16826
16827 - type: "plot"
16828   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16829   algorithm: "plot_perf_box_name"
16830   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16831   data: "plot-dpdk-throughput-latency-3n-skx"
16832   include:
16833     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16834     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16835   layout:
16836     title: "3n-skx-x710-64b-4t2c-base-pdr"
16837     layout: "plot-throughput"
16838
16839 # 3n-hsw-xl710
16840
16841 - type: "plot"
16842   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16843   algorithm: "plot_perf_box_name"
16844   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16845   data: "plot-dpdk-throughput-latency-3n-hsw"
16846   include:
16847     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16848     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16849   layout:
16850     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16851     layout: "plot-throughput"
16852
16853 - type: "plot"
16854   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16855   algorithm: "plot_perf_box_name"
16856   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16857   data: "plot-dpdk-throughput-latency-3n-hsw"
16858   include:
16859     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16860     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16861   layout:
16862     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16863     layout: "plot-throughput"
16864
16865 - type: "plot"
16866   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16867   algorithm: "plot_perf_box_name"
16868   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16869   data: "plot-dpdk-throughput-latency-3n-hsw"
16870   include:
16871     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16872     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16873   layout:
16874     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16875     layout: "plot-throughput"
16876
16877 - type: "plot"
16878   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16879   algorithm: "plot_perf_box_name"
16880   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16881   data: "plot-dpdk-throughput-latency-3n-hsw"
16882   include:
16883     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16884     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16885   layout:
16886     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16887     layout: "plot-throughput"
16888
16889 # 3n-hsw-x710
16890
16891 - type: "plot"
16892   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16893   algorithm: "plot_perf_box_name"
16894   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16895   data: "plot-dpdk-throughput-latency-3n-hsw"
16896   include:
16897     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16898     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16899   layout:
16900     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16901     layout: "plot-throughput"
16902
16903 - type: "plot"
16904   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16905   algorithm: "plot_perf_box_name"
16906   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16907   data: "plot-dpdk-throughput-latency-3n-hsw"
16908   include:
16909     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16910     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16911   layout:
16912     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16913     layout: "plot-throughput"
16914
16915 - type: "plot"
16916   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16917   algorithm: "plot_perf_box_name"
16918   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16919   data: "plot-dpdk-throughput-latency-3n-hsw"
16920   include:
16921     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16922     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16923   layout:
16924     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16925     layout: "plot-throughput"
16926
16927 - type: "plot"
16928   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16929   algorithm: "plot_perf_box_name"
16930   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16931   data: "plot-dpdk-throughput-latency-3n-hsw"
16932   include:
16933     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16934     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16935   layout:
16936     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16937     layout: "plot-throughput"
16938
16939 ## 2n-dnv-x553
16940 #
16941 #- type: "plot"
16942 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16943 #  algorithm: "plot_perf_box_name"
16944 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16945 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16946 #  include:
16947 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16948 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16949 #  layout:
16950 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16951 #    layout: "plot-throughput"
16952 #
16953 #- type: "plot"
16954 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16955 #  algorithm: "plot_perf_box_name"
16956 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16957 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16958 #  include:
16959 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16960 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16961 #  layout:
16962 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16963 #    layout: "plot-throughput"
16964 #
16965 #- type: "plot"
16966 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16967 #  algorithm: "plot_perf_box_name"
16968 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16969 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16970 #  include:
16971 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16972 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16973 #  layout:
16974 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16975 #    layout: "plot-throughput"
16976 #
16977 #- type: "plot"
16978 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16979 #  algorithm: "plot_perf_box_name"
16980 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16981 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16982 #  include:
16983 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16984 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16985 #  layout:
16986 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16987 #    layout: "plot-throughput"
16988 #
16989 ## 3n-dnv-x553
16990 #
16991 #- type: "plot"
16992 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16993 #  algorithm: "plot_perf_box_name"
16994 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16995 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16996 #  include:
16997 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16998 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16999 #  layout:
17000 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17001 #    layout: "plot-throughput"
17002 #
17003 #- type: "plot"
17004 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17005 #  algorithm: "plot_perf_box_name"
17006 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17007 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17008 #  include:
17009 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17010 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17011 #  layout:
17012 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17013 #    layout: "plot-throughput"
17014 #
17015 #- type: "plot"
17016 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17017 #  algorithm: "plot_perf_box_name"
17018 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17019 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17020 #  include:
17021 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17022 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17023 #  layout:
17024 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17025 #    layout: "plot-throughput"
17026 #
17027 #- type: "plot"
17028 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17029 #  algorithm: "plot_perf_box_name"
17030 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17031 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17032 #  include:
17033 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17034 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17035 #  layout:
17036 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17037 #    layout: "plot-throughput"
17038
17039 # 3n-tsh-x520
17040
17041 - type: "plot"
17042   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17043   algorithm: "plot_perf_box_name"
17044   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17045   data: "plot-dpdk-throughput-latency-3n-tsh"
17046   include:
17047     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17048     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17049   layout:
17050     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17051     layout: "plot-throughput"
17052
17053 - type: "plot"
17054   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17055   algorithm: "plot_perf_box_name"
17056   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17057   data: "plot-dpdk-throughput-latency-3n-tsh"
17058   include:
17059     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17060     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17061   layout:
17062     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17063     layout: "plot-throughput"
17064
17065 - type: "plot"
17066   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17067   algorithm: "plot_perf_box_name"
17068   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17069   data: "plot-dpdk-throughput-latency-3n-tsh"
17070   include:
17071     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17072     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17073   layout:
17074     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17075     layout: "plot-throughput"
17076
17077 - type: "plot"
17078   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17079   algorithm: "plot_perf_box_name"
17080   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17081   data: "plot-dpdk-throughput-latency-3n-tsh"
17082   include:
17083     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17084     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17085   layout:
17086     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17087     layout: "plot-throughput"
17088
17089 ################################################################################
17090 ###   2n-clx                                                                 ###
17091 ################################################################################
17092
17093 # Packet Throughput
17094
17095 - type: "plot"
17096   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17097   algorithm: "plot_perf_box_name"
17098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17100   include:
17101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17105   layout:
17106     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17107     layout: "plot-throughput"
17108
17109 - type: "plot"
17110   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17111   algorithm: "plot_perf_box_name"
17112   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17114   include:
17115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17119   layout:
17120     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17121     layout: "plot-throughput"
17122
17123 - type: "plot"
17124   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17125   algorithm: "plot_perf_box_name"
17126   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17128   include:
17129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17133   layout:
17134     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17135     layout: "plot-throughput"
17136
17137 - type: "plot"
17138   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17142   include:
17143     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17147   layout:
17148     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17149     layout: "plot-throughput"
17150
17151 - type: "plot"
17152   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17153   algorithm: "plot_perf_box_name"
17154   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17156   include:
17157     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17158     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17159     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17160     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17161   layout:
17162     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17163     layout: "plot-throughput"
17164
17165 - type: "plot"
17166   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17167   algorithm: "plot_perf_box_name"
17168   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17170   include:
17171     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17172     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17173     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17174     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17175   layout:
17176     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17177     layout: "plot-throughput"
17178
17179 - type: "plot"
17180   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17181   algorithm: "plot_perf_box_name"
17182   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17184   include:
17185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17191   layout:
17192     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17193     layout: "plot-throughput"
17194
17195 - type: "plot"
17196   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17197   algorithm: "plot_perf_box_name"
17198   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17200   include:
17201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17207   layout:
17208     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17209     layout: "plot-throughput"
17210
17211 - type: "plot"
17212   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17213   algorithm: "plot_perf_box_name"
17214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17216   include:
17217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17221   layout:
17222     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17223     layout: "plot-throughput"
17224
17225 - type: "plot"
17226   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17227   algorithm: "plot_perf_box_name"
17228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17230   include:
17231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17235   layout:
17236     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17237     layout: "plot-throughput"
17238
17239 - type: "plot"
17240   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17241   algorithm: "plot_perf_box_name"
17242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17244   include:
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17248   layout:
17249     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17250     layout: "plot-throughput"
17251
17252 - type: "plot"
17253   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17254   algorithm: "plot_perf_box_name"
17255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17257   include:
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17261   layout:
17262     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17263     layout: "plot-throughput"
17264
17265 - type: "plot"
17266   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17267   algorithm: "plot_perf_box_name"
17268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17270   include:
17271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17276   layout:
17277     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17278     layout: "plot-throughput"
17279
17280 - type: "plot"
17281   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17282   algorithm: "plot_perf_box_name"
17283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17285   include:
17286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17291   layout:
17292     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17293     layout: "plot-throughput"
17294
17295 - type: "plot"
17296   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17297   algorithm: "plot_perf_box_name"
17298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17300   include:
17301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17304   layout:
17305     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17306     layout: "plot-throughput"
17307
17308 - type: "plot"
17309   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17310   algorithm: "plot_perf_box_name"
17311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17313   include:
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17317   layout:
17318     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17319     layout: "plot-throughput"
17320
17321 - type: "plot"
17322   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17323   algorithm: "plot_perf_box_name"
17324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17326   include:
17327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17333   layout:
17334     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17335     layout: "plot-throughput"
17336
17337 - type: "plot"
17338   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17339   algorithm: "plot_perf_box_name"
17340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17342   include:
17343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17349   layout:
17350     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17351     layout: "plot-throughput"
17352
17353 - type: "plot"
17354   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17355   algorithm: "plot_perf_box_name"
17356   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17358   include:
17359     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17360     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17361     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17362     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17363     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17364   layout:
17365     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17366     layout: "plot-throughput"
17367
17368 - type: "plot"
17369   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17370   algorithm: "plot_perf_box_name"
17371   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17373   include:
17374     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17375     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17376     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17377     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17378     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17379   layout:
17380     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17381     layout: "plot-throughput"
17382
17383 #- type: "plot"
17384 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17385 #  algorithm: "plot_perf_box_name"
17386 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17387 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17388 #  include:
17389 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17390 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17391 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17392 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17393 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17394 #  layout:
17395 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17396 #    layout: "plot-throughput"
17397 #
17398 #- type: "plot"
17399 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17400 #  algorithm: "plot_perf_box_name"
17401 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17402 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17403 #  include:
17404 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17405 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17406 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17407 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17408 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17409 #  layout:
17410 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17411 #    layout: "plot-throughput"
17412 #
17413 #- type: "plot"
17414 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17415 #  algorithm: "plot_perf_box_name"
17416 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17417 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17418 #  include:
17419 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17420 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17421 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17422 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17423 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17424 #  layout:
17425 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17426 #    layout: "plot-throughput"
17427 #
17428 #- type: "plot"
17429 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17430 #  algorithm: "plot_perf_box_name"
17431 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17432 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17433 #  include:
17434 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17435 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17436 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17437 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17438 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17439 #  layout:
17440 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17441 #    layout: "plot-throughput"
17442
17443 - type: "plot"
17444   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17445   algorithm: "plot_perf_box_name"
17446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17448   include:
17449     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17450     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17451     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17452     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17453     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17454   layout:
17455     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17456     layout: "plot-throughput"
17457
17458 - type: "plot"
17459   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17460   algorithm: "plot_perf_box_name"
17461   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17463   include:
17464     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17465     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17466     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17467     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17468     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17469   layout:
17470     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17471     layout: "plot-throughput"
17472
17473 #- type: "plot"
17474 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17475 #  algorithm: "plot_perf_box_name"
17476 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17477 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17478 #  include:
17479 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17480 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17481 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17482 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17483 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17484 #  layout:
17485 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17486 #    layout: "plot-throughput"
17487 #
17488 #- type: "plot"
17489 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17490 #  algorithm: "plot_perf_box_name"
17491 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17492 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17493 #  include:
17494 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17495 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17496 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17497 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17498 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17499 #  layout:
17500 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17501 #    layout: "plot-throughput"
17502 #
17503 #- type: "plot"
17504 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17505 #  algorithm: "plot_perf_box_name"
17506 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17507 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17508 #  include:
17509 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17510 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17511 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17512 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17513 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17514 #  layout:
17515 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17516 #    layout: "plot-throughput"
17517 #
17518 #- type: "plot"
17519 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17520 #  algorithm: "plot_perf_box_name"
17521 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17522 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17523 #  include:
17524 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17525 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17526 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17527 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17528 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17529 #  layout:
17530 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17531 #    layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17535   algorithm: "plot_perf_box_name"
17536   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17538   include:
17539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17545   layout:
17546     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17547     layout: "plot-throughput"
17548
17549 - type: "plot"
17550   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17551   algorithm: "plot_perf_box_name"
17552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17554   include:
17555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17561   layout:
17562     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17563     layout: "plot-throughput"
17564
17565 - type: "plot"
17566   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17567   algorithm: "plot_perf_box_name"
17568   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17570   include:
17571     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17572     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17573   layout:
17574     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17575     layout: "plot-throughput"
17576
17577 - type: "plot"
17578   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17579   algorithm: "plot_perf_box_name"
17580   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17582   include:
17583     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17584     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17585   layout:
17586     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17587     layout: "plot-throughput"
17588
17589 - type: "plot"
17590   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17591   algorithm: "plot_perf_box_name"
17592   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17594   include:
17595     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17596     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17601   layout:
17602     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17603     layout: "plot-throughput"
17604
17605 - type: "plot"
17606   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17607   algorithm: "plot_perf_box_name"
17608   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17610   include:
17611     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17612     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17613     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17614     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17615     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17616     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17617   layout:
17618     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17619     layout: "plot-throughput"
17620
17621 - type: "plot"
17622   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17623   algorithm: "plot_perf_box_name"
17624   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17625   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17626   include:
17627     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17628     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17633   layout:
17634     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17635     layout: "plot-throughput"
17636
17637 - type: "plot"
17638   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17639   algorithm: "plot_perf_box_name"
17640   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17642   include:
17643     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17647     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17649   layout:
17650     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17651     layout: "plot-throughput"
17652
17653 - type: "plot"
17654   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17655   algorithm: "plot_perf_box_name"
17656   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17658   include:
17659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17665   layout:
17666     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17667     layout: "plot-throughput"
17668
17669 - type: "plot"
17670   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17671   algorithm: "plot_perf_box_name"
17672   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17674   include:
17675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17681   layout:
17682     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17683     layout: "plot-throughput"
17684
17685 - type: "plot"
17686   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17687   algorithm: "plot_perf_box_name"
17688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17690   include:
17691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17696   layout:
17697     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17698     layout: "plot-throughput"
17699
17700 - type: "plot"
17701   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17702   algorithm: "plot_perf_box_name"
17703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17705   include:
17706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17711   layout:
17712     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17713     layout: "plot-throughput"
17714
17715 - type: "plot"
17716   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17717   algorithm: "plot_perf_box_name"
17718   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17720   include:
17721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17726   layout:
17727     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17728     layout: "plot-throughput"
17729
17730 - type: "plot"
17731   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17732   algorithm: "plot_perf_box_name"
17733   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17735   include:
17736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17741   layout:
17742     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17743     layout: "plot-throughput"
17744
17745 - type: "plot"
17746   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17747   algorithm: "plot_perf_box_name"
17748   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17750   include:
17751     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17752     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17753     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17756   layout:
17757     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17758     layout: "plot-throughput"
17759
17760 - type: "plot"
17761   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17762   algorithm: "plot_perf_box_name"
17763   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17765   include:
17766     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17767     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17771   layout:
17772     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17773     layout: "plot-throughput"
17774
17775 - type: "plot"
17776   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17777   algorithm: "plot_perf_box_name"
17778   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17780   include:
17781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17786   layout:
17787     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17788     layout: "plot-throughput"
17789
17790 - type: "plot"
17791   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17792   algorithm: "plot_perf_box_name"
17793   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17795   include:
17796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17801   layout:
17802     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17803     layout: "plot-throughput"
17804
17805 - type: "plot"
17806   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17807   algorithm: "plot_perf_box_name"
17808   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17810   include:
17811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17814     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17815     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17816   layout:
17817     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17818     layout: "plot-throughput"
17819
17820 - type: "plot"
17821   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17822   algorithm: "plot_perf_box_name"
17823   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17825   include:
17826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17828     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17829     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17830     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17831   layout:
17832     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17833     layout: "plot-throughput"
17834
17835 - type: "plot"
17836   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17837   algorithm: "plot_perf_box_name"
17838   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17840   include:
17841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17847   layout:
17848     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17849     layout: "plot-throughput"
17850
17851 - type: "plot"
17852   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17853   algorithm: "plot_perf_box_name"
17854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17856   include:
17857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17863   layout:
17864     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17865     layout: "plot-throughput"
17866
17867 - type: "plot"
17868   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17869   algorithm: "plot_perf_box_name"
17870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17872   include:
17873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17876     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17877   layout:
17878     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17879     layout: "plot-throughput"
17880
17881 - type: "plot"
17882   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17883   algorithm: "plot_perf_box_name"
17884   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17886   include:
17887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17891   layout:
17892     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17893     layout: "plot-throughput"
17894
17895 - type: "plot"
17896   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17897   algorithm: "plot_perf_box_name"
17898   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17900   include:
17901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17907   layout:
17908     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17909     layout: "plot-throughput"
17910
17911 - type: "plot"
17912   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17913   algorithm: "plot_perf_box_name"
17914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17916   include:
17917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17919     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17923   layout:
17924     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17925     layout: "plot-throughput"
17926
17927 - type: "plot"
17928   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17929   algorithm: "plot_perf_box_name"
17930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17932   include:
17933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17935     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17937   layout:
17938     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17939     layout: "plot-throughput"
17940
17941 - type: "plot"
17942   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17943   algorithm: "plot_perf_box_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17946   include:
17947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17951   layout:
17952     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17953     layout: "plot-throughput"
17954
17955 - type: "plot"
17956   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17957   algorithm: "plot_perf_box_name"
17958   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17960   include:
17961     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17962     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17963     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17964     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17965     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17966     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17967   layout:
17968     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17969     layout: "plot-throughput"
17970
17971 - type: "plot"
17972   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17973   algorithm: "plot_perf_box_name"
17974   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17976   include:
17977     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17978     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17979     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17980     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17981     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17982     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17983   layout:
17984     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17985     layout: "plot-throughput"
17986
17987 - type: "plot"
17988   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17989   algorithm: "plot_perf_box_name"
17990   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17992   include:
17993     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17994     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17995     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17996     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17997   layout:
17998     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17999     layout: "plot-throughput"
18000
18001 - type: "plot"
18002   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18003   algorithm: "plot_perf_box_name"
18004   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18006   include:
18007     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18008     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18009     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18010     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18011   layout:
18012     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18013     layout: "plot-throughput"
18014
18015 - type: "plot"
18016   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18017   algorithm: "plot_perf_box_name"
18018   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18020   include:
18021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18026   layout:
18027     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18028     layout: "plot-throughput"
18029
18030 - type: "plot"
18031   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18032   algorithm: "plot_perf_box_name"
18033   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18035   include:
18036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18041   layout:
18042     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18043     layout: "plot-throughput"
18044
18045 - type: "plot"
18046   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18047   algorithm: "plot_perf_box_name"
18048   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18050   include:
18051     - "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"
18052     - "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"
18053     - "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"
18054     - "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"
18055     - "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"
18056   layout:
18057     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18058     layout: "plot-throughput"
18059
18060 - type: "plot"
18061   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18062   algorithm: "plot_perf_box_name"
18063   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18065   include:
18066     - "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"
18067     - "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"
18068     - "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"
18069     - "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"
18070     - "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"
18071   layout:
18072     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18073     layout: "plot-throughput"
18074
18075 - type: "plot"
18076   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18077   algorithm: "plot_perf_box_name"
18078   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18080   include:
18081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18086   layout:
18087     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18088     layout: "plot-throughput"
18089
18090 - type: "plot"
18091   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18092   algorithm: "plot_perf_box_name"
18093   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18095   include:
18096     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18101   layout:
18102     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18103     layout: "plot-throughput"
18104
18105 - type: "plot"
18106   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18107   algorithm: "plot_perf_box_name"
18108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18110   include:
18111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18116   layout:
18117     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18118     layout: "plot-throughput"
18119
18120 - type: "plot"
18121   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18122   algorithm: "plot_perf_box_name"
18123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18125   include:
18126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18131   layout:
18132     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18133     layout: "plot-throughput"
18134
18135 - type: "plot"
18136   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18137   algorithm: "plot_perf_box_name"
18138   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18140   include:
18141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18145   layout:
18146     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18147     layout: "plot-throughput"
18148
18149 - type: "plot"
18150   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18151   algorithm: "plot_perf_box_name"
18152   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18154   include:
18155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18159   layout:
18160     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18161     layout: "plot-throughput"
18162
18163 - type: "plot"
18164   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18165   algorithm: "plot_perf_box_name"
18166   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18168   include:
18169     - "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"
18170     - "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"
18171     - "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"
18172     - "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"
18173   layout:
18174     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18175     layout: "plot-throughput"
18176
18177 - type: "plot"
18178   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18179   algorithm: "plot_perf_box_name"
18180   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18182   include:
18183     - "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"
18184     - "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"
18185     - "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"
18186     - "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"
18187   layout:
18188     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18189     layout: "plot-throughput"
18190
18191 - type: "plot"
18192   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18193   algorithm: "plot_perf_box_name"
18194   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18196   include:
18197     - "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"
18198     - "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"
18199     - "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"
18200     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18201     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18202     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18203   layout:
18204     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18205     layout: "plot-throughput"
18206
18207 - type: "plot"
18208   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18209   algorithm: "plot_perf_box_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "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"
18214     - "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"
18215     - "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"
18216     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18217     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18218     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18219   layout:
18220     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18221     layout: "plot-throughput"
18222
18223 ################################################################################
18224
18225 # Packet Speedup
18226
18227 - type: "plot"
18228   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18229   algorithm: "plot_tsa_name"
18230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18232   include:
18233     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18236     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18237   layout:
18238     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18239     layout: "plot-throughput-speedup-analysis"
18240
18241 - type: "plot"
18242   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18243   algorithm: "plot_tsa_name"
18244   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18246   include:
18247     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18248     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18249     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18250     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18251   layout:
18252     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18253     layout: "plot-throughput-speedup-analysis"
18254
18255 - type: "plot"
18256   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18257   algorithm: "plot_tsa_name"
18258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18260   include:
18261     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18262     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18263     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18264     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18265   layout:
18266     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18267     layout: "plot-throughput-speedup-analysis"
18268
18269 - type: "plot"
18270   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18271   algorithm: "plot_tsa_name"
18272   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18274   include:
18275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18279   layout:
18280     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18281     layout: "plot-throughput-speedup-analysis"
18282
18283 - type: "plot"
18284   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18285   algorithm: "plot_tsa_name"
18286   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18288   include:
18289     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18290     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18291     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18292     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18293   layout:
18294     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18295     layout: "plot-throughput-speedup-analysis"
18296
18297 - type: "plot"
18298   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18299   algorithm: "plot_tsa_name"
18300   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18302   include:
18303     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18304     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18305     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18306     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18307   layout:
18308     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18309     layout: "plot-throughput-speedup-analysis"
18310
18311 - type: "plot"
18312   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18313   algorithm: "plot_tsa_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18323   layout:
18324     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18325     layout: "plot-throughput-speedup-analysis"
18326
18327 - type: "plot"
18328   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18329   algorithm: "plot_tsa_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18339   layout:
18340     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18341     layout: "plot-throughput-speedup-analysis"
18342
18343 - type: "plot"
18344   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18345   algorithm: "plot_tsa_name"
18346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18348   include:
18349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18353   layout:
18354     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18355     layout: "plot-throughput-speedup-analysis"
18356
18357 - type: "plot"
18358   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18359   algorithm: "plot_tsa_name"
18360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18362   include:
18363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18367   layout:
18368     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18369     layout: "plot-throughput-speedup-analysis"
18370
18371 - type: "plot"
18372   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18373   algorithm: "plot_tsa_name"
18374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18376   include:
18377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18380   layout:
18381     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18382     layout: "plot-throughput-speedup-analysis"
18383
18384 - type: "plot"
18385   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18386   algorithm: "plot_tsa_name"
18387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18389   include:
18390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18393   layout:
18394     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18395     layout: "plot-throughput-speedup-analysis"
18396
18397 - type: "plot"
18398   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18399   algorithm: "plot_tsa_name"
18400   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18402   include:
18403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18408   layout:
18409     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18410     layout: "plot-throughput-speedup-analysis"
18411
18412 - type: "plot"
18413   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18414   algorithm: "plot_tsa_name"
18415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18417   include:
18418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18423   layout:
18424     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18425     layout: "plot-throughput-speedup-analysis"
18426
18427 - type: "plot"
18428   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18429   algorithm: "plot_tsa_name"
18430   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18432   include:
18433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18436   layout:
18437     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18438     layout: "plot-throughput-speedup-analysis"
18439
18440 - type: "plot"
18441   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18442   algorithm: "plot_tsa_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18449   layout:
18450     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18451     layout: "plot-throughput-speedup-analysis"
18452
18453 - type: "plot"
18454   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18455   algorithm: "plot_tsa_name"
18456   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18458   include:
18459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18465   layout:
18466     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18467     layout: "plot-throughput-speedup-analysis"
18468
18469 - type: "plot"
18470   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18471   algorithm: "plot_tsa_name"
18472   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18473   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18474   include:
18475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18481   layout:
18482     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18483     layout: "plot-throughput-speedup-analysis"
18484
18485 - type: "plot"
18486   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18487   algorithm: "plot_tsa_name"
18488   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18490   include:
18491     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18492     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18493     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18494     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18495     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18496   layout:
18497     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18498     layout: "plot-throughput-speedup-analysis"
18499
18500 - type: "plot"
18501   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18502   algorithm: "plot_tsa_name"
18503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18505   include:
18506     - "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"
18507     - "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"
18508     - "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"
18509     - "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"
18510     - "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"
18511   layout:
18512     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18513     layout: "plot-throughput-speedup-analysis"
18514
18515 #- type: "plot"
18516 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18517 #  algorithm: "plot_tsa_name"
18518 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18519 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18520 #  include:
18521 #    - "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"
18522 #    - "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"
18523 #    - "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"
18524 #    - "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"
18525 #    - "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"
18526 #  layout:
18527 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18528 #    layout: "plot-throughput-speedup-analysis"
18529 #
18530 #- type: "plot"
18531 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18532 #  algorithm: "plot_tsa_name"
18533 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18534 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18535 #  include:
18536 #    - "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"
18537 #    - "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"
18538 #    - "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"
18539 #    - "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"
18540 #    - "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"
18541 #  layout:
18542 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18543 #    layout: "plot-throughput-speedup-analysis"
18544 #
18545 #- type: "plot"
18546 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18547 #  algorithm: "plot_tsa_name"
18548 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18549 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18550 #  include:
18551 #    - "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"
18552 #    - "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"
18553 #    - "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"
18554 #    - "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"
18555 #    - "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"
18556 #  layout:
18557 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18558 #    layout: "plot-throughput-speedup-analysis"
18559 #
18560 #- type: "plot"
18561 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18562 #  algorithm: "plot_tsa_name"
18563 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18564 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18565 #  include:
18566 #    - "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"
18567 #    - "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"
18568 #    - "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"
18569 #    - "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"
18570 #    - "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"
18571 #  layout:
18572 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18573 #    layout: "plot-throughput-speedup-analysis"
18574
18575 - type: "plot"
18576   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18577   algorithm: "plot_tsa_name"
18578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18580   include:
18581     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18582     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18583     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18584     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18585     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18586   layout:
18587     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18588     layout: "plot-throughput-speedup-analysis"
18589
18590 - type: "plot"
18591   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18592   algorithm: "plot_tsa_name"
18593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18595   include:
18596     - "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"
18597     - "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"
18598     - "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"
18599     - "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"
18600     - "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"
18601   layout:
18602     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18603     layout: "plot-throughput-speedup-analysis"
18604
18605 #- type: "plot"
18606 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18607 #  algorithm: "plot_tsa_name"
18608 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18609 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18610 #  include:
18611 #    - "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"
18612 #    - "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"
18613 #    - "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"
18614 #    - "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"
18615 #    - "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"
18616 #  layout:
18617 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18618 #    layout: "plot-throughput-speedup-analysis"
18619 #
18620 #- type: "plot"
18621 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18622 #  algorithm: "plot_tsa_name"
18623 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18624 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18625 #  include:
18626 #    - "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"
18627 #    - "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"
18628 #    - "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"
18629 #    - "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"
18630 #    - "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"
18631 #  layout:
18632 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18633 #    layout: "plot-throughput-speedup-analysis"
18634 #
18635 #- type: "plot"
18636 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18637 #  algorithm: "plot_tsa_name"
18638 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18639 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18640 #  include:
18641 #    - "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"
18642 #    - "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"
18643 #    - "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"
18644 #    - "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"
18645 #    - "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"
18646 #  layout:
18647 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18648 #    layout: "plot-throughput-speedup-analysis"
18649 #
18650 #- type: "plot"
18651 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18652 #  algorithm: "plot_tsa_name"
18653 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18654 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18655 #  include:
18656 #    - "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"
18657 #    - "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"
18658 #    - "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"
18659 #    - "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"
18660 #    - "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"
18661 #  layout:
18662 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18663 #    layout: "plot-throughput-speedup-analysis"
18664
18665 - type: "plot"
18666   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18667   algorithm: "plot_tsa_name"
18668   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18670   include:
18671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18677   layout:
18678     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18679     layout: "plot-throughput-speedup-analysis"
18680
18681 - type: "plot"
18682   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18683   algorithm: "plot_tsa_name"
18684   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18686   include:
18687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18693   layout:
18694     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18695     layout: "plot-throughput-speedup-analysis"
18696
18697 - type: "plot"
18698   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18699   algorithm: "plot_tsa_name"
18700   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18702   include:
18703     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18704     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18705   layout:
18706     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18707     layout: "plot-throughput-speedup-analysis"
18708
18709 - type: "plot"
18710   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18711   algorithm: "plot_tsa_name"
18712   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18714   include:
18715     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18716     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18717   layout:
18718     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18719     layout: "plot-throughput-speedup-analysis"
18720
18721 - type: "plot"
18722   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18723   algorithm: "plot_tsa_name"
18724   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18726   include:
18727     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18731     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18732     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18733   layout:
18734     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18735     layout: "plot-throughput-speedup-analysis"
18736
18737 - type: "plot"
18738   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18739   algorithm: "plot_tsa_name"
18740   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18742   include:
18743     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18744     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18745     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18746     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18747     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18748     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18749   layout:
18750     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18751     layout: "plot-throughput-speedup-analysis"
18752
18753 - type: "plot"
18754   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18755   algorithm: "plot_tsa_name"
18756   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18758   include:
18759     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18760     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18763     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18765   layout:
18766     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18767     layout: "plot-throughput-speedup-analysis"
18768
18769 - type: "plot"
18770   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18771   algorithm: "plot_tsa_name"
18772   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18774   include:
18775     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18776     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18778     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18779     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18781   layout:
18782     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18783     layout: "plot-throughput-speedup-analysis"
18784
18785 - type: "plot"
18786   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18787   algorithm: "plot_tsa_name"
18788   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18790   include:
18791     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18797   layout:
18798     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18799     layout: "plot-throughput-speedup-analysis"
18800
18801 - type: "plot"
18802   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18803   algorithm: "plot_tsa_name"
18804   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18806   include:
18807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18813   layout:
18814     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18815     layout: "plot-throughput-speedup-analysis"
18816
18817 - type: "plot"
18818   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18819   algorithm: "plot_tsa_name"
18820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18822   include:
18823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18828   layout:
18829     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18830     layout: "plot-throughput-speedup-analysis"
18831
18832 - type: "plot"
18833   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18834   algorithm: "plot_tsa_name"
18835   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18837   include:
18838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18843   layout:
18844     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18845     layout: "plot-throughput-speedup-analysis"
18846
18847 - type: "plot"
18848   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18849   algorithm: "plot_tsa_name"
18850   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18852   include:
18853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18858   layout:
18859     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18860     layout: "plot-throughput-speedup-analysis"
18861
18862 - type: "plot"
18863   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18864   algorithm: "plot_tsa_name"
18865   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18867   include:
18868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18873   layout:
18874     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18875     layout: "plot-throughput-speedup-analysis"
18876
18877 - type: "plot"
18878   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18879   algorithm: "plot_tsa_name"
18880   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18882   include:
18883     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18884     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18886     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18888   layout:
18889     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18890     layout: "plot-throughput-speedup-analysis"
18891
18892 - type: "plot"
18893   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18894   algorithm: "plot_tsa_name"
18895   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18897   include:
18898     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18899     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18900     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18901     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18902     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18903   layout:
18904     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18905     layout: "plot-throughput-speedup-analysis"
18906
18907 - type: "plot"
18908   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18909   algorithm: "plot_tsa_name"
18910   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18912   include:
18913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18918   layout:
18919     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18920     layout: "plot-throughput-speedup-analysis"
18921
18922 - type: "plot"
18923   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18924   algorithm: "plot_tsa_name"
18925   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18927   include:
18928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18933   layout:
18934     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18935     layout: "plot-throughput-speedup-analysis"
18936
18937 - type: "plot"
18938   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18939   algorithm: "plot_tsa_name"
18940   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18942   include:
18943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18948   layout:
18949     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18950     layout: "plot-throughput-speedup-analysis"
18951
18952 - type: "plot"
18953   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18954   algorithm: "plot_tsa_name"
18955   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18957   include:
18958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18963   layout:
18964     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18965     layout: "plot-throughput-speedup-analysis"
18966
18967 - type: "plot"
18968   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18969   algorithm: "plot_tsa_name"
18970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18972   include:
18973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18979   layout:
18980     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18981     layout: "plot-throughput-speedup-analysis"
18982
18983 - type: "plot"
18984   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18985   algorithm: "plot_tsa_name"
18986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18988   include:
18989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18995   layout:
18996     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18997     layout: "plot-throughput-speedup-analysis"
18998
18999 - type: "plot"
19000   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19001   algorithm: "plot_tsa_name"
19002   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19004   include:
19005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19009   layout:
19010     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19011     layout: "plot-throughput-speedup-analysis"
19012
19013 - type: "plot"
19014   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19015   algorithm: "plot_tsa_name"
19016   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19018   include:
19019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19023   layout:
19024     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19025     layout: "plot-throughput-speedup-analysis"
19026
19027 - type: "plot"
19028   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19029   algorithm: "plot_tsa_name"
19030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19032   include:
19033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19039   layout:
19040     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19041     layout: "plot-throughput-speedup-analysis"
19042
19043 - type: "plot"
19044   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19045   algorithm: "plot_tsa_name"
19046   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19048   include:
19049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19055   layout:
19056     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19057     layout: "plot-throughput-speedup-analysis"
19058
19059 - type: "plot"
19060   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19061   algorithm: "plot_tsa_name"
19062   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19064   include:
19065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19069   layout:
19070     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19071     layout: "plot-throughput-speedup-analysis"
19072
19073 - type: "plot"
19074   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19075   algorithm: "plot_tsa_name"
19076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19078   include:
19079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19083   layout:
19084     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19085     layout: "plot-throughput-speedup-analysis"
19086
19087 - type: "plot"
19088   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19089   algorithm: "plot_tsa_name"
19090   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19092   include:
19093     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19095     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19096     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19097     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19098     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19099   layout:
19100     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19101     layout: "plot-throughput-speedup-analysis"
19102
19103 - type: "plot"
19104   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19105   algorithm: "plot_tsa_name"
19106   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19108   include:
19109     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19110     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19111     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19112     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19115   layout:
19116     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19117     layout: "plot-throughput-speedup-analysis"
19118
19119 - type: "plot"
19120   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19121   algorithm: "plot_tsa_name"
19122   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19124   include:
19125     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19126     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19127     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19128     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19129   layout:
19130     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19131     layout: "plot-throughput-speedup-analysis"
19132
19133 - type: "plot"
19134   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19135   algorithm: "plot_tsa_name"
19136   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19138   include:
19139     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19140     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19141     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19142     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19143   layout:
19144     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19145     layout: "plot-throughput-speedup-analysis"
19146
19147 - type: "plot"
19148   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19149   algorithm: "plot_tsa_name"
19150   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19152   include:
19153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19158   layout:
19159     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19160     layout: "plot-throughput-speedup-analysis"
19161
19162 - type: "plot"
19163   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19164   algorithm: "plot_tsa_name"
19165   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19167   include:
19168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19173   layout:
19174     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19175     layout: "plot-throughput-speedup-analysis"
19176
19177 - type: "plot"
19178   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19179   algorithm: "plot_tsa_name"
19180   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19182   include:
19183     - "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"
19184     - "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"
19185     - "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"
19186     - "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"
19187     - "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"
19188   layout:
19189     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19190     layout: "plot-throughput-speedup-analysis"
19191
19192 - type: "plot"
19193   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19194   algorithm: "plot_tsa_name"
19195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19197   include:
19198     - "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"
19199     - "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"
19200     - "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"
19201     - "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"
19202     - "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"
19203   layout:
19204     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19205     layout: "plot-throughput-speedup-analysis"
19206
19207 - type: "plot"
19208   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19209   algorithm: "plot_tsa_name"
19210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19212   include:
19213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19218   layout:
19219     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19220     layout: "plot-throughput-speedup-analysis"
19221
19222 - type: "plot"
19223   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19224   algorithm: "plot_tsa_name"
19225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19227   include:
19228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19231     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19233   layout:
19234     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19235     layout: "plot-throughput-speedup-analysis"
19236
19237 - type: "plot"
19238   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19239   algorithm: "plot_tsa_name"
19240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19242   include:
19243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19248   layout:
19249     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19250     layout: "plot-throughput-speedup-analysis"
19251
19252 - type: "plot"
19253   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19254   algorithm: "plot_tsa_name"
19255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19257   include:
19258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19263   layout:
19264     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19265     layout: "plot-throughput-speedup-analysis"
19266
19267 - type: "plot"
19268   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19269   algorithm: "plot_tsa_name"
19270   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19272   include:
19273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19277   layout:
19278     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19279     layout: "plot-throughput-speedup-analysis"
19280
19281 - type: "plot"
19282   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19283   algorithm: "plot_tsa_name"
19284   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19286   include:
19287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19291   layout:
19292     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19293     layout: "plot-throughput-speedup-analysis"
19294
19295 - type: "plot"
19296   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19297   algorithm: "plot_tsa_name"
19298   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19300   include:
19301     - "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"
19302     - "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"
19303     - "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"
19304     - "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"
19305   layout:
19306     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19307     layout: "plot-throughput-speedup-analysis"
19308
19309 - type: "plot"
19310   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19311   algorithm: "plot_tsa_name"
19312   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19314   include:
19315     - "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"
19316     - "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"
19317     - "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"
19318     - "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"
19319   layout:
19320     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19321     layout: "plot-throughput-speedup-analysis"
19322
19323 - type: "plot"
19324   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19325   algorithm: "plot_tsa_name"
19326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19328   include:
19329     - "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"
19330     - "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"
19331     - "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"
19332     - "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"
19333     - "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"
19334     - "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"
19335   layout:
19336     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19337     layout: "plot-throughput-speedup-analysis"
19338
19339 - type: "plot"
19340   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19341   algorithm: "plot_tsa_name"
19342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19344   include:
19345     - "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"
19346     - "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"
19347     - "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"
19348     - "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"
19349     - "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"
19350     - "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"
19351   layout:
19352     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19353     layout: "plot-throughput-speedup-analysis"
19354
19355 ################################################################################
19356
19357 # Packet Throughput - DPDK
19358
19359 # 2n-clx-xxv710
19360
19361 - type: "plot"
19362   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19363   algorithm: "plot_perf_box_name"
19364   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19365   data: "plot-dpdk-throughput-latency-2n-clx"
19366   include:
19367     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19368     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19369   layout:
19370     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19371     layout: "plot-throughput"
19372
19373 - type: "plot"
19374   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19375   algorithm: "plot_perf_box_name"
19376   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19377   data: "plot-dpdk-throughput-latency-2n-clx"
19378   include:
19379     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19380     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19381   layout:
19382     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19383     layout: "plot-throughput"
19384
19385 - type: "plot"
19386   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19387   algorithm: "plot_perf_box_name"
19388   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19389   data: "plot-dpdk-throughput-latency-2n-clx"
19390   include:
19391     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19392     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19393   layout:
19394     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19395     layout: "plot-throughput"
19396
19397 - type: "plot"
19398   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19399   algorithm: "plot_perf_box_name"
19400   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19401   data: "plot-dpdk-throughput-latency-2n-clx"
19402   include:
19403     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19404     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19405   layout:
19406     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19407     layout: "plot-throughput"
19408
19409 # 2n-clx-x710
19410
19411 - type: "plot"
19412   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19413   algorithm: "plot_perf_box_name"
19414   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19415   data: "plot-dpdk-throughput-latency-2n-clx"
19416   include:
19417     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19418     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19419   layout:
19420     title: "2n-clx-x710-64b-2t1c-base-ndr"
19421     layout: "plot-throughput"
19422
19423 - type: "plot"
19424   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19425   algorithm: "plot_perf_box_name"
19426   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19427   data: "plot-dpdk-throughput-latency-2n-clx"
19428   include:
19429     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19430     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19431   layout:
19432     title: "2n-clx-x710-64b-4t2c-base-ndr"
19433     layout: "plot-throughput"
19434
19435 - type: "plot"
19436   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19437   algorithm: "plot_perf_box_name"
19438   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19439   data: "plot-dpdk-throughput-latency-2n-clx"
19440   include:
19441     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19442     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19443   layout:
19444     title: "2n-clx-x710-64b-2t1c-base-pdr"
19445     layout: "plot-throughput"
19446
19447 - type: "plot"
19448   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19449   algorithm: "plot_perf_box_name"
19450   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19451   data: "plot-dpdk-throughput-latency-2n-clx"
19452   include:
19453     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19454     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19455   layout:
19456     title: "2n-clx-x710-64b-4t2c-base-pdr"
19457     layout: "plot-throughput"
19458
19459 ################################################################################
19460
19461 - type: "plot"
19462   title: "Latency by percentile: 2n-skx"
19463   algorithm: "plot_hdrh_lat_by_percentile"
19464   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19465   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19466   target-links: "../../_static/vpp"
19467   data: "plot-vpp-hdrh-lat-2n-skx"
19468   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19469   layout:
19470     layout: "plot-hdrh-latency-by-percentile"
19471
19472 - type: "plot"
19473   title: "Latency by percentile: 2n-skx-nat44"
19474   algorithm: "plot_hdrh_lat_by_percentile"
19475   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19476   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19477   target-links: "../../_static/vpp"
19478   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19479   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19480   layout:
19481     layout: "plot-hdrh-latency-by-percentile"
19482
19483 - type: "plot"
19484   title: "Latency by percentile: 3n-skx"
19485   algorithm: "plot_hdrh_lat_by_percentile"
19486   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19487   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19488   target-links: "../../_static/vpp"
19489   data: "plot-vpp-hdrh-lat-3n-skx"
19490   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19491   layout:
19492     layout: "plot-hdrh-latency-by-percentile"
19493
19494 - type: "plot"
19495   title: "Latency by percentile: 2n-clx"
19496   algorithm: "plot_hdrh_lat_by_percentile"
19497   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19498   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19499   target-links: "../../_static/vpp"
19500   data: "plot-vpp-hdrh-lat-2n-clx"
19501   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19502   layout:
19503     layout: "plot-hdrh-latency-by-percentile"
19504
19505 - type: "plot"
19506   title: "Latency by percentile: 3n-hsw"
19507   algorithm: "plot_hdrh_lat_by_percentile"
19508   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19509   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19510   target-links: "../../_static/vpp"
19511   data: "plot-vpp-hdrh-lat-3n-hsw"
19512   filter: "'1T1C' and 'NIC_Intel-XL710'"
19513   layout:
19514     layout: "plot-hdrh-latency-by-percentile"
19515
19516 - type: "plot"
19517   title: "Latency by percentile: 3n-tsh"
19518   algorithm: "plot_hdrh_lat_by_percentile"
19519   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19520   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19521   target-links: "../../_static/vpp"
19522   data: "plot-vpp-hdrh-lat-3n-tsh"
19523   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19524   layout:
19525     layout: "plot-hdrh-latency-by-percentile"
19526
19527 - type: "plot"
19528   title: "Latency by percentile: DPDK 2n-skx"
19529   algorithm: "plot_hdrh_lat_by_percentile"
19530   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19531   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19532   target-links: "../../_static/dpdk"
19533   data: "plot-dpdk-hdrh-lat-2n-skx"
19534   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19535   layout:
19536     layout: "plot-hdrh-latency-by-percentile"
19537
19538 - type: "plot"
19539   title: "Latency by percentile: DPDK 3n-skx"
19540   algorithm: "plot_hdrh_lat_by_percentile"
19541   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19542   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19543   target-links: "../../_static/dpdk"
19544   data: "plot-dpdk-hdrh-lat-3n-skx"
19545   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19546   layout:
19547     layout: "plot-hdrh-latency-by-percentile"
19548
19549 - type: "plot"
19550   title: "Latency by percentile: DPDK 2n-clx"
19551   algorithm: "plot_hdrh_lat_by_percentile"
19552   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19553   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19554   target-links: "../../_static/dpdk"
19555   data: "plot-dpdk-hdrh-lat-2n-clx"
19556   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19557   layout:
19558     layout: "plot-hdrh-latency-by-percentile"
19559
19560 - type: "plot"
19561   title: "Latency by percentile: DPDK 3n-hsw"
19562   algorithm: "plot_hdrh_lat_by_percentile"
19563   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19564   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19565   target-links: "../../_static/dpdk"
19566   data: "plot-dpdk-hdrh-lat-3n-hsw"
19567   filter: "'1T1C' and 'NIC_Intel-XL710'"
19568   layout:
19569     layout: "plot-hdrh-latency-by-percentile"
19570
19571 - type: "plot"
19572   title: "Latency by percentile: DPDK 3n-tsh"
19573   algorithm: "plot_hdrh_lat_by_percentile"
19574   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19575   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19576   target-links: "../../_static/dpdk"
19577   data: "plot-dpdk-hdrh-lat-3n-tsh"
19578   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19579   layout:
19580     layout: "plot-hdrh-latency-by-percentile"