8fb56918c3c637e9e6380989fed3c84634ff8d70
[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: Replace:
559       csit-vpp-perf-report-iterative-2009-3n-skx:
560         - 27  # rls2009 NDRPDR iter env 5
561 #      csit-vpp-perf-report-coverage-2009-3n-skx:
562 #        -
563
564     vpp-perf-results-2n-skx:
565       csit-vpp-perf-report-coverage-2009-2n-skx:
566         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
567         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
568         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
569         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
570         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
571         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
572         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
573         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
574         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
575         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
576         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
577         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
578         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
579         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
580         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
581
582     vpp-perf-results-2n-clx:
583       # TODO: Add:
584       csit-vpp-perf-report-coverage-2009-2n-clx:
585         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
586         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
587         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
588         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
589         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
590         - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
591         - 8   # rls2009 NDRPDR cov 2n-clx-ip6-00
592         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
593         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
594 #        - 18  # rls2009 NDRPDR cov 2n-clx-l2-01
595 #        - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
596         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
597         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
598         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
599         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
600
601     vpp-perf-results-3n-tsh:
602       # TODO: Replace???
603       csit-vpp-perf-report-iterative-2009-3n-tsh:
604         - 14  # rls2009 NDRPDR iter env 5
605 #      csit-vpp-perf-report-coverage-2009-3n-tsh:
606 #        -
607
608     vpp-perf-results-3n-dnv:
609       csit-vpp-perf-report-coverage-2009-3n-dnv:
610         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
611         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
612         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
613         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
614         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
615         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
616         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
617         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
618         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
619
620     vpp-perf-results-2n-dnv:
621       csit-vpp-perf-report-coverage-2009-2n-dnv:
622         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
623         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
624         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
625         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
626         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
627         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
628
629     vpp-mrr-results-3n-hsw:
630       csit-vpp-perf-report-iterative-2009-3n-hsw:
631         - 23  # rls2009 MRR iter env 5
632
633     vpp-mrr-results-3n-skx:
634       csit-vpp-perf-report-iterative-2009-3n-skx:
635         - 24  # rls2009 MRR iter env 5
636
637     vpp-mrr-results-2n-skx:
638       csit-vpp-perf-report-iterative-2009-2n-skx:
639         - 26  # rls2009 MRR iter env 5
640
641     vpp-mrr-results-2n-clx:
642       csit-vpp-perf-report-iterative-2009-2n-clx:
643         - 35  # rls2009 MRR iter env 5
644
645     vpp-mrr-results-3n-tsh:
646       csit-vpp-perf-report-iterative-2009-3n-tsh:
647         - 15  # rls2006 MRR iter env 5
648
649     vpp-mrr-results-3n-dnv:
650       csit-vpp-perf-report-iterative-2009-3n-dnv:
651         - 22  # rls2009 MRR iter env 5
652
653     vpp-mrr-results-2n-dnv:
654       csit-vpp-perf-report-iterative-2009-2n-dnv:
655         - 13  # rls2009 MRR iter env 5
656
657     vpp-device-results-ubuntu:
658       csit-vpp-device-2009-ubuntu1804-1n-skx:
659         - 131 # rls2009 env 5
660
661     dpdk-perf-results-3n-hsw:
662       csit-dpdk-perf-report-iterative-2009-3n-hsw:
663         - 6   # NDRPDR iter env5
664
665     dpdk-perf-results-3n-skx:
666       csit-dpdk-perf-report-iterative-2009-3n-skx:
667         - 4   # NDRPDR sel env5
668
669     dpdk-perf-results-2n-skx:
670       csit-dpdk-perf-report-iterative-2009-2n-skx:
671         - 4   # NDRPDR iter env5
672
673     dpdk-perf-results-2n-clx:
674       csit-dpdk-perf-report-iterative-2009-2n-clx:
675         - 4   # NDRPDR iter env5
676
677 #    dpdk-perf-results-2n-dnv:
678 #      # No data
679 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
680
681 #    dpdk-perf-results-3n-dnv:
682 #      # No data
683 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
684
685     dpdk-perf-results-3n-tsh:
686       csit-dpdk-perf-report-iterative-2009-3n-tsh:
687         - 1   # NDRPDR iter env5
688
689 ###########################################################################
690     # Tables (more than one data set)
691
692     # Performance changes
693
694     vpp-performance-changes-3n-hsw-h1:
695       csit-vpp-perf-report-iterative-2005-3n-hsw:
696         - 31  # NDRPDR sel 2001.0-4
697         - 32  # NDRPDR sel 2001.0-4
698         - 33  # NDRPDR sel 2001.0-4
699         - 34  # NDRPDR sel 2001.0-4
700         - 35  # NDRPDR sel 2001.0-4
701         - 36  # NDRPDR sel 2001.0-4
702         - 38  # NDRPDR sel 2001.0-4
703     vpp-performance-changes-3n-hsw-ref-env4:
704       csit-vpp-perf-report-iterative-2005-3n-hsw:
705         - 20  # NDRPDR sel env 4
706         - 21  # NDRPDR sel env 4
707         - 22  # NDRPDR sel env 4
708         - 23  # NDRPDR sel env 4
709         - 24  # NDRPDR sel env 4
710         - 25  # NDRPDR sel env 4
711         - 26  # NDRPDR sel env 4
712         - 27  # NDRPDR sel env 4
713         - 28  # NDRPDR sel env 4
714         - 29  # NDRPDR sel env 4
715     vpp-performance-changes-3n-hsw-ref-env5:
716       csit-vpp-perf-report-iterative-2009-3n-hsw:
717         - 9   # rls2005 NDRPDR iter env 5
718         - 10  # rls2005 NDRPDR iter env 5
719         - 11  # rls2005 NDRPDR iter env 5
720         - 12  # rls2005 NDRPDR iter env 5
721         - 13  # rls2005 NDRPDR iter env 5
722         - 14  # rls2005 NDRPDR iter env 5
723         - 15  # rls2005 NDRPDR iter env 5
724         - 16  # rls2005 NDRPDR iter env 5
725         - 17  # rls2005 NDRPDR iter env 5
726         - 19  # rls2005 NDRPDR iter env 5
727     vpp-performance-changes-3n-hsw-cmp:
728       csit-vpp-perf-report-iterative-2009-3n-hsw:
729         - 21  # rls2009 NDRPDR iter env 5
730         - 22  # rls2009 NDRPDR iter env 5
731         - 24  # rls2009 NDRPDR iter env 5
732         - 25  # rls2009 NDRPDR iter env 5
733         - 26  # rls2009 NDRPDR iter env 5
734         - 27  # rls2009 NDRPDR iter env 5
735         - 28  # rls2009 NDRPDR iter env 5
736         - 29  # rls2009 NDRPDR iter env 5
737         - 30  # rls2009 NDRPDR iter env 5
738         - 31  # rls2009 NDRPDR iter env 5
739
740     vpp-performance-changes-3n-skx-h1:
741       csit-vpp-perf-report-iterative-2005-3n-skx:
742         - 50  # NDRPDR sel 2001.0-4
743         - 51  # NDRPDR sel 2001.0-4
744         - 52  # NDRPDR sel 2001.0-4
745         - 53  # NDRPDR sel 2001.0-4
746         - 54  # NDRPDR sel 2001.0-4
747     vpp-performance-changes-3n-skx-ref-env4:
748       csit-vpp-perf-report-iterative-2005-3n-skx:
749         - 42  # NDRPDR sel env 4
750         - 43  # NDRPDR sel env 4
751         - 44  # NDRPDR sel env 4
752         - 45  # NDRPDR sel env 4
753         - 47  # NDRPDR sel env 4
754         - 55  # NDRPDR sel env 4
755         - 56  # NDRPDR sel env 4
756         - 57  # NDRPDR sel env 4
757         - 61  # NDRPDR sel env 4
758         - 62  # NDRPDR sel env 4
759     vpp-performance-changes-3n-skx-ref-env5:
760       csit-vpp-perf-report-iterative-2009-3n-skx:
761         - 13  # rls2005 NDRPDR iter env 5
762         - 18  # rls2005 NDRPDR iter env 5
763         - 19  # rls2005 NDRPDR iter env 5
764         - 41  # rls2005 NDRPDR iter env 5
765     vpp-performance-changes-3n-skx-cmp:
766       # TODO: Add:
767       csit-vpp-perf-report-iterative-2009-3n-skx:
768         - 26  # rls2009 NDRPDR iter env 5
769         - 27  # rls2009 NDRPDR iter env 5
770         - 28  # rls2009 NDRPDR iter env 5
771         - 29  # rls2009 NDRPDR iter env 5
772         - 35  # rls2009 NDRPDR iter env 5
773         - 36  # rls2009 NDRPDR iter env 5
774         - 37  # rls2009 NDRPDR iter env 5
775         - 39  # rls2009 NDRPDR iter env 5
776         - 40  # rls2009 NDRPDR iter env 5
777
778     vpp-performance-changes-2n-skx-h1:
779       csit-vpp-perf-report-iterative-2005-2n-skx:
780         - 100 # NDRPDR sel 2001.0-4
781         - 101 # NDRPDR sel 2001.0-4
782         - 102 # NDRPDR sel 2001.0-4
783         - 103 # NDRPDR sel 2001.0-4
784         - 104 # NDRPDR sel 2001.0-4
785         - 105 # NDRPDR sel 2001.0-4
786     vpp-performance-changes-2n-skx-ref-env4:
787       csit-vpp-perf-report-iterative-2005-2n-skx:
788         - 88  # NDRPDR sel env 4
789         - 89  # NDRPDR sel env 4
790         - 90  # NDRPDR sel env 4
791         - 91  # NDRPDR sel env 4
792         - 92  # NDRPDR sel env 4
793         - 93  # NDRPDR sel env 4
794         - 94  # NDRPDR sel env 4
795         - 125 # NDRPDR sel env 4
796         - 126 # NDRPDR sel env 4
797         - 127 # NDRPDR sel env 4
798     vpp-performance-changes-2n-skx-ref-env5:
799       csit-vpp-perf-report-iterative-2009-2n-skx:
800         - 13  # rls2005 NDRPDR iter env 5
801         - 16  # rls2005 NDRPDR iter env 5
802         - 17  # rls2005 NDRPDR iter env 5
803         - 18  # rls2005 NDRPDR iter env 5
804         - 19  # rls2005 NDRPDR iter env 5
805         - 21  # rls2005 NDRPDR iter env 5
806         - 22  # rls2005 NDRPDR iter env 5
807         - 23  # rls2005 NDRPDR iter env 5
808         - 24  # rls2005 NDRPDR iter env 5
809         - 25  # rls2005 NDRPDR iter env 5
810     vpp-performance-changes-2n-skx-cmp:
811       csit-vpp-perf-report-iterative-2009-2n-skx:
812         - 35  # rls2009 NDRPDR iter env 5
813         - 36  # rls2009 NDRPDR iter env 5
814         - 37  # rls2009 NDRPDR iter env 5
815         - 39  # rls2009 NDRPDR iter env 5
816         - 40  # rls2009 NDRPDR iter env 5
817         - 42  # rls2009 NDRPDR iter env 5
818         - 43  # rls2009 NDRPDR iter env 5
819         - 44  # rls2009 NDRPDR iter env 5
820         - 46  # rls2009 NDRPDR iter env 5
821         - 48  # rls2009 NDRPDR iter env 5
822         - 51  # rls2009 NDRPDR iter NAT44 env 5
823         - 52  # rls2009 NDRPDR iter NAT44 env 5
824         - 53  # rls2009 NDRPDR iter NAT44 env 5
825         - 54  # rls2009 NDRPDR iter NAT44 env 5
826         - 55  # rls2009 NDRPDR iter NAT44 env 5
827         - 56  # rls2009 NDRPDR iter NAT44 env 5
828         - 57  # rls2009 NDRPDR iter NAT44 env 5
829         - 58  # rls2009 NDRPDR iter NAT44 env 5
830         - 59  # rls2009 NDRPDR iter NAT44 env 5
831         - 60  # rls2009 NDRPDR iter NAT44 env 5
832
833     vpp-performance-changes-2n-clx-h1:
834       csit-vpp-perf-report-iterative-2005-2n-clx:
835         - 73  # NDRPDR sel 2001.0-4
836         - 74  # NDRPDR sel 2001.0-4
837         - 75  # NDRPDR sel 2001.0-4
838         - 76  # NDRPDR sel 2001.0-4
839         - 77  # NDRPDR sel 2001.0-4
840         - 78  # NDRPDR sel 2001.0-4
841         - 79  # NDRPDR sel 2001.0-4
842         - 80  # NDRPDR sel 2001.0-4
843     vpp-performance-changes-2n-clx-ref-env4:
844       csit-vpp-perf-report-iterative-2005-2n-clx:
845         - 62  # NDRPDR sel env 4
846         - 63  # NDRPDR sel env 4
847         - 64  # NDRPDR sel env 4
848         - 65  # NDRPDR sel env 4
849         - 66  # NDRPDR sel env 4
850         - 68  # NDRPDR sel env 4
851         - 69  # NDRPDR sel env 4
852         - 70  # NDRPDR sel env 4
853         - 103 # NDRPDR sel env 4
854         - 104 # NDRPDR sel env 4
855     vpp-performance-changes-2n-clx-ref-env5:
856       csit-vpp-perf-report-iterative-2009-2n-clx:
857         - 13  # rls2005 NDRPDR iter env 5
858         - 15  # rls2005 NDRPDR iter env 5
859         - 17  # rls2005 NDRPDR iter env 5
860         - 18  # rls2005 NDRPDR iter env 5
861         - 19  # rls2005 NDRPDR iter env 5
862         - 20  # rls2005 NDRPDR iter env 5
863         - 21  # rls2005 NDRPDR iter env 5
864         - 22  # rls2005 NDRPDR iter env 5
865         - 23  # rls2005 NDRPDR iter env 5
866         - 24  # rls2005 NDRPDR iter env 5
867     vpp-performance-changes-2n-clx-cmp:
868       csit-vpp-perf-report-iterative-2009-2n-clx:
869         - 36  # rls2009 NDRPDR iter env 5
870         - 38  # rls2009 NDRPDR iter env 5
871         - 39  # rls2009 NDRPDR iter env 5
872         - 40  # rls2009 NDRPDR iter env 5
873         - 41  # rls2009 NDRPDR iter env 5
874         - 42  # rls2009 NDRPDR iter env 5
875         - 64  # rls2009 NDRPDR iter env 5
876         - 65  # rls2009 NDRPDR iter env 5
877         - 66  # rls2009 NDRPDR iter env 5
878         - 67  # rls2009 NDRPDR iter env 5
879
880     vpp-performance-changes-2n-dnv-h1:
881       csit-vpp-perf-verify-2001-2n-dnv:
882         - 4   # NDRPDR sel
883         - 5   # NDRPDR sel
884         - 6   # NDRPDR sel
885         - 7   # NDRPDR sel
886         - 8   # NDRPDR sel
887         - 9   # NDRPDR sel
888         - 10  # NDRPDR sel
889         - 11  # NDRPDR sel
890         - 13  # NDRPDR sel
891         - 16  # NDRPDR sel
892     vpp-performance-changes-2n-dnv-ref:
893       csit-vpp-perf-report-iterative-2009-2n-dnv:
894         - 16  # rls2005 NDRPDR iter env 5
895         - 17  # rls2005 NDRPDR iter env 5
896         - 18  # rls2005 NDRPDR iter env 5
897         - 19  # rls2005 NDRPDR iter env 5
898         - 21  # rls2005 NDRPDR iter env 5
899         - 24  # rls2005 NDRPDR iter env 5
900         - 27  # rls2005 NDRPDR iter env 5
901         - 28  # rls2005 NDRPDR iter env 5
902         - 29  # rls2005 NDRPDR iter env 5
903         - 30  # rls2005 NDRPDR iter env 5
904     vpp-performance-changes-2n-dnv-cmp:
905       csit-vpp-perf-report-iterative-2009-2n-dnv:
906         - 3   # rls2009 NDRPDR iter env 5
907         - 5   # rls2009 NDRPDR iter env 5
908         - 6   # rls2009 NDRPDR iter env 5
909         - 7   # rls2009 NDRPDR iter env 5
910         - 9   # rls2009 NDRPDR iter env 5
911         - 10  # rls2009 NDRPDR iter env 5
912         - 11  # rls2009 NDRPDR iter env 5
913         - 12  # rls2009 NDRPDR iter env 5
914         - 14  # rls2009 NDRPDR iter env 5
915         - 15  # rls2009 NDRPDR iter env 5
916
917     vpp-performance-changes-3n-dnv-h1:
918       csit-vpp-perf-verify-2001-3n-dnv:
919         - 5   # NDRPDR sel
920         - 6   # NDRPDR sel
921         - 7   # NDRPDR sel
922         - 8   # NDRPDR sel
923         - 9   # NDRPDR sel
924         - 10  # NDRPDR sel
925         - 12  # NDRPDR sel
926         - 16  # NDRPDR sel
927         - 17  # NDRPDR sel
928         - 18  # NDRPDR sel
929     vpp-performance-changes-3n-dnv-ref:
930       csit-vpp-perf-report-iterative-2009-3n-dnv:
931         - 16  # rls2005 NDRPDR iter env 5
932         - 23  # rls2005 NDRPDR iter env 5
933         - 25  # rls2005 NDRPDR iter env 5
934         - 26  # rls2005 NDRPDR iter env 5
935         - 27  # rls2005 NDRPDR iter env 5
936         - 28  # rls2005 NDRPDR iter env 5
937         - 29  # rls2005 NDRPDR iter env 5
938         - 30  # rls2005 NDRPDR iter env 5
939         - 31  # rls2005 NDRPDR iter env 5
940         - 32  # rls2005 NDRPDR iter env 5
941     vpp-performance-changes-3n-dnv-cmp:
942       csit-vpp-perf-report-iterative-2009-3n-dnv:
943         - 3   # rls2009 NDRPDR iter env 5
944         - 6   # rls2009 NDRPDR iter env 5
945         - 7   # rls2009 NDRPDR iter env 5
946         - 8   # rls2009 NDRPDR iter env 5
947         - 10  # rls2009 NDRPDR iter env 5
948         - 11  # rls2009 NDRPDR iter env 5
949         - 12  # rls2009 NDRPDR iter env 5
950         - 14  # rls2009 NDRPDR iter env 5
951         - 15  # rls2009 NDRPDR iter env 5
952         - 24  # rls2009 NDRPDR iter env 5
953
954     vpp-performance-changes-3n-tsh-h1:
955       csit-vpp-perf-report-iterative-2005-3n-tsh:
956         - 28  # NDRPDR sel 2001.0-4
957         - 29  # NDRPDR sel 2001.0-4
958         - 31  # NDRPDR sel 2001.0-4
959     vpp-performance-changes-3n-tsh-ref-env4:
960       csit-vpp-perf-report-iterative-2005-3n-tsh:
961         - 23  # NDRPDR sel env 4
962         - 25  # NDRPDR sel env 4
963         - 33  # NDRPDR sel env 4
964         - 34  # NDRPDR sel env 4
965         - 35  # NDRPDR sel env 4
966         - 36  # NDRPDR sel env 4
967         - 37  # NDRPDR sel env 4
968         - 38  # NDRPDR sel env 4
969         - 39  # NDRPDR sel env 4
970         - 40  # NDRPDR sel env 4
971     vpp-performance-changes-3n-tsh-ref-env5:
972       csit-vpp-perf-report-iterative-2009-3n-tsh:
973         - 8   # rls2005 NDRPDR iter env 5
974         - 11  # rls2005 NDRPDR iter env 5
975         - 12  # rls2005 NDRPDR iter env 5
976     vpp-performance-changes-3n-tsh-cmp:
977       # TODO: Add:
978       csit-vpp-perf-report-iterative-2009-3n-tsh:
979         - 14  # rls2009 NDRPDR iter env 5
980         - 20  # rls2009 NDRPDR iter env 5
981         - 23  # rls2009 NDRPDR iter env 5
982
983     vpp-soak-vs-ndr-2n-skx-ref:
984       csit-vpp-perf-report-iterative-2009-2n-skx:
985         - 35  # rls2009 NDRPDR iter env 5
986         - 36  # rls2009 NDRPDR iter env 5
987         - 37  # rls2009 NDRPDR iter env 5
988         - 39  # rls2009 NDRPDR iter env 5
989         - 40  # rls2009 NDRPDR iter env 5
990         - 42  # rls2009 NDRPDR iter env 5
991         - 43  # rls2009 NDRPDR iter env 5
992         - 44  # rls2009 NDRPDR iter env 5
993         - 46  # rls2009 NDRPDR iter env 5
994         - 48  # rls2009 NDRPDR iter env 5
995     vpp-soak-vs-ndr-2n-skx-cmp:
996       csit-vpp-perf-report-iterative-2009-2n-skx:
997         - 33  # rls2009 soak env 5
998         - 34  # rls2009 soak env 5
999     vpp-soak-vs-ndr-2n-skx:
1000       csit-vpp-perf-report-iterative-2009-2n-skx:
1001         - 35  # rls2009 NDRPDR iter env 5
1002         - 36  # rls2009 NDRPDR iter env 5
1003         - 37  # rls2009 NDRPDR iter env 5
1004         - 39  # rls2009 NDRPDR iter env 5
1005         - 40  # rls2009 NDRPDR iter env 5
1006         - 42  # rls2009 NDRPDR iter env 5
1007         - 43  # rls2009 NDRPDR iter env 5
1008         - 44  # rls2009 NDRPDR iter env 5
1009         - 46  # rls2009 NDRPDR iter env 5
1010         - 48  # rls2009 NDRPDR iter env 5
1011         - 33  # rls2009 soak env 5
1012         - 34  # rls2009 soak env 5
1013
1014     vpp-soak-vs-ndr-2n-clx-ref:
1015       csit-vpp-perf-report-iterative-2009-2n-clx:
1016         - 36  # rls2009 NDRPDR iter env 5
1017         - 38  # rls2009 NDRPDR iter env 5
1018         - 39  # rls2009 NDRPDR iter env 5
1019         - 40  # rls2009 NDRPDR iter env 5
1020         - 41  # rls2009 NDRPDR iter env 5
1021         - 42  # rls2009 NDRPDR iter env 5
1022         - 64  # rls2009 NDRPDR iter env 5
1023         - 65  # rls2009 NDRPDR iter env 5
1024         - 66  # rls2009 NDRPDR iter env 5
1025         - 67  # rls2009 NDRPDR iter env 5
1026     vpp-soak-vs-ndr-2n-clx-cmp:
1027       csit-vpp-perf-report-iterative-2009-2n-clx:
1028         - 33  # rls2009 soak env 5
1029         - 34  # rls2009 soak env 5
1030     vpp-soak-vs-ndr-2n-clx:
1031       csit-vpp-perf-report-iterative-2009-2n-clx:
1032         - 36  # rls2009 NDRPDR iter env 5
1033         - 38  # rls2009 NDRPDR iter env 5
1034         - 39  # rls2009 NDRPDR iter env 5
1035         - 40  # rls2009 NDRPDR iter env 5
1036         - 41  # rls2009 NDRPDR iter env 5
1037         - 42  # rls2009 NDRPDR iter env 5
1038         - 64  # rls2009 NDRPDR iter env 5
1039         - 65  # rls2009 NDRPDR iter env 5
1040         - 66  # rls2009 NDRPDR iter env 5
1041         - 67  # rls2009 NDRPDR iter env 5
1042         - 33  # rls2009 soak env 5
1043         - 34  # rls2009 soak env 5
1044
1045     vpp-performance-changes-3n-hsw-mrr-h1:
1046       csit-vpp-perf-verify-2001-3n-hsw:
1047         - 17  # MRR sel
1048     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1049       csit-vpp-perf-report-iterative-2005-3n-hsw:
1050         - 30  # MRR env 4
1051     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1052       csit-vpp-perf-report-iterative-2009-3n-hsw:
1053         - 18  # rls2005 MRR iter env 5
1054     vpp-performance-changes-3n-hsw-mrr-cmp:
1055       csit-vpp-perf-report-iterative-2009-3n-hsw:
1056         - 23  # rls2009 MRR iter env 5
1057
1058     vpp-performance-changes-3n-skx-mrr-h1:
1059       csit-vpp-perf-verify-2001-3n-skx:
1060         - 50  # MRR sel
1061         - 53  # MRR sel addition
1062     vpp-performance-changes-3n-skx-mrr-ref-env4:
1063       csit-vpp-perf-report-iterative-2005-3n-skx:
1064         - 49  # MRR sel env 4
1065     vpp-performance-changes-3n-skx-mrr-ref-env5:
1066       csit-vpp-perf-report-iterative-2009-3n-skx:
1067         - 17  # rls2005 MRR iter env 5
1068     vpp-performance-changes-3n-skx-mrr-cmp:
1069       csit-vpp-perf-report-iterative-2009-3n-skx:
1070         - 24  # rls2009 MRR iter env 5
1071
1072     vpp-performance-changes-2n-skx-mrr-h1:
1073       csit-vpp-perf-verify-2001-2n-skx:
1074         - 101 # MRR sel
1075         - 128 # MRR sel addition
1076     vpp-performance-changes-2n-skx-mrr-ref-env4:
1077       csit-vpp-perf-report-iterative-2005-2n-skx:
1078         - 99  # MRR sel env 4
1079     vpp-performance-changes-2n-skx-mrr-ref-env5:
1080       csit-vpp-perf-report-iterative-2009-2n-skx:
1081         - 20  # rls2005 MRR iter env 5
1082     vpp-performance-changes-2n-skx-mrr-cmp:
1083       csit-vpp-perf-report-iterative-2009-2n-skx:
1084         - 26  # rls2009 MRR iter env 5
1085
1086     vpp-performance-changes-2n-clx-mrr-h1:
1087       csit-vpp-perf-verify-2001-2n-clx:
1088         - 39  # MRR
1089     vpp-performance-changes-2n-clx-mrr-ref-env4:
1090       csit-vpp-perf-report-iterative-2005-2n-clx:
1091         - 72   # MRR sel env 4
1092     vpp-performance-changes-2n-clx-mrr-ref-env5:
1093       csit-vpp-perf-report-iterative-2009-2n-clx:
1094         - 16  # rls2005 MRR iter env 5
1095     vpp-performance-changes-2n-clx-mrr-cmp:
1096       csit-vpp-perf-report-iterative-2009-2n-clx:
1097         - 35  # rls2009 MRR iter env 5
1098
1099     vpp-performance-changes-2n-dnv-mrr-h1:
1100       csit-vpp-perf-verify-2001-2n-dnv:
1101         - 12  # MRR sel
1102     vpp-performance-changes-2n-dnv-mrr-ref:
1103       csit-vpp-perf-report-iterative-2009-2n-dnv:
1104         - 23  # rls2005 MRR iter env 5
1105     vpp-performance-changes-2n-dnv-mrr-cmp:
1106       csit-vpp-perf-report-iterative-2009-2n-dnv:
1107         - 13  # rls2009 MRR iter env 5
1108
1109     vpp-performance-changes-3n-dnv-mrr-h1:
1110       csit-vpp-perf-verify-2001-3n-dnv:
1111         - 11  # MRR sel
1112     vpp-performance-changes-3n-dnv-mrr-ref:
1113       csit-vpp-perf-report-iterative-2009-3n-dnv:
1114         - 19  # rls2005 MRR iter env 5
1115     vpp-performance-changes-3n-dnv-mrr-cmp:
1116       csit-vpp-perf-report-iterative-2009-3n-dnv:
1117         - 22  # rls2009 MRR iter env 5
1118
1119     vpp-performance-changes-3n-tsh-mrr-h1:
1120       csit-vpp-perf-verify-2001-3n-tsh:
1121         - 9   # MRR sel
1122     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1123       csit-vpp-perf-report-iterative-2005-3n-tsh:
1124         - 27  # MRR sel env 4
1125     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1126       csit-vpp-perf-report-iterative-2009-3n-tsh:
1127         - 13  # rls2005 MRR iter env 5
1128     vpp-performance-changes-3n-tsh-mrr-cmp:
1129       csit-vpp-perf-report-iterative-2009-3n-tsh:
1130         - 15  # rls2006 MRR iter env 5
1131
1132     dpdk-performance-changes-3n-hsw-h1:
1133       csit-dpdk-perf-verify-2001-3n-hsw:
1134         - 4   # NDRPDR sel
1135         - 5   # NDRPDR sel
1136         - 6   # NDRPDR sel
1137         - 7   # NDRPDR sel
1138         - 8   # NDRPDR sel
1139         - 9   # NDRPDR sel
1140         - 10  # NDRPDR sel
1141         - 11  # NDRPDR sel
1142         - 12  # NDRPDR sel
1143         - 13  # NDRPDR sel
1144         - 15  # NDRPDR sel
1145         - 16  # NDRPDR sel
1146         - 17  # NDRPDR sel
1147         - 18  # NDRPDR sel
1148         - 19  # NDRPDR sel
1149         - 20  # NDRPDR sel
1150         - 21  # NDRPDR sel
1151         - 22  # NDRPDR sel
1152         - 23  # NDRPDR sel
1153         - 24  # NDRPDR sel
1154     dpdk-performance-changes-3n-hsw-ref:
1155       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1156         - 25  # NDRPDR iter
1157         - 26  # NDRPDR iter
1158         - 27  # NDRPDR iter
1159         - 28  # NDRPDR iter
1160         - 29  # NDRPDR iter
1161         - 30  # NDRPDR iter
1162         - 31  # NDRPDR iter
1163         - 32  # NDRPDR iter
1164         - 33  # NDRPDR iter
1165         - 34  # NDRPDR iter
1166     dpdk-performance-changes-3n-hsw-cmp:
1167       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1168         - 6   # NDRPDR iter env5
1169         - 7   # NDRPDR iter env5
1170         - 8   # NDRPDR iter env5
1171         - 9   # NDRPDR iter env5
1172         - 10  # NDRPDR iter env5
1173         - 11  # NDRPDR iter env5
1174         - 12  # NDRPDR iter env5
1175         - 13  # NDRPDR iter env5
1176         - 14  # NDRPDR iter env5
1177         - 15  # NDRPDR iter env5
1178
1179     dpdk-performance-changes-3n-skx-h1:
1180       csit-dpdk-perf-verify-2001-3n-skx:
1181         - 29  # NDRPDR sel xxv710
1182         - 33  # NDRPDR sel xxv710
1183         - 34  # NDRPDR sel xxv710
1184         - 35  # NDRPDR sel xxv710
1185         - 36  # NDRPDR sel xxv710
1186         - 37  # NDRPDR sel xxv710
1187         - 41  # NDRPDR sel xxv710
1188         - 42  # NDRPDR sel xxv710
1189         - 43  # NDRPDR sel xxv710
1190         - 45  # NDRPDR sel xxv710
1191         - 30  # NDRPDR sel x710
1192         - 31  # NDRPDR sel x710
1193         - 32  # NDRPDR sel x710
1194         - 38  # NDRPDR sel x710
1195         - 39  # NDRPDR sel x710
1196         - 40  # NDRPDR sel x710
1197         - 44  # NDRPDR sel x710
1198         - 46  # NDRPDR sel x710
1199         - 47  # NDRPDR sel x710
1200         - 48  # NDRPDR sel x710
1201     dpdk-performance-changes-3n-skx-ref:
1202       csit-dpdk-perf-report-iterative-2005-3n-skx:
1203         - 28  # NDRPDR iter
1204         - 29  # NDRPDR iter
1205         - 30  # NDRPDR iter
1206         - 31  # NDRPDR iter
1207         - 32  # NDRPDR iter
1208         - 33  # NDRPDR iter
1209         - 34  # NDRPDR iter
1210         - 35  # NDRPDR iter
1211         - 36  # NDRPDR iter
1212         - 37  # NDRPDR iter
1213     dpdk-performance-changes-3n-skx-cmp:
1214       csit-dpdk-perf-report-iterative-2009-3n-skx:
1215         - 4   # NDRPDR sel env5
1216         - 5   # NDRPDR sel env5
1217         - 6   # NDRPDR sel env5
1218         - 7   # NDRPDR sel env5
1219         - 8   # NDRPDR sel env5
1220         - 9   # NDRPDR sel env5
1221         - 14  # NDRPDR sel env5
1222         - 11  # NDRPDR sel env5
1223         - 12  # NDRPDR sel env5
1224         - 13  # NDRPDR sel env5
1225
1226     dpdk-performance-changes-2n-skx-h1:
1227       csit-dpdk-perf-verify-2001-2n-skx:
1228         - 35  # NDRPDR sel xxv710
1229         - 36  # NDRPDR sel xxv710
1230         - 37  # NDRPDR sel xxv710
1231         - 41  # NDRPDR sel xxv710
1232         - 42  # NDRPDR sel xxv710
1233         - 43  # NDRPDR sel xxv710
1234         - 46  # NDRPDR sel xxv710
1235         - 47  # NDRPDR sel xxv710
1236         - 52  # NDRPDR sel xxv710
1237         - 53  # NDRPDR sel xxv710
1238         - 38  # NDRPDR sel x710
1239         - 39  # NDRPDR sel x710
1240         - 40  # NDRPDR sel x710
1241         - 44  # NDRPDR sel x710
1242         - 45  # NDRPDR sel x710
1243         - 48  # NDRPDR sel x710
1244         - 49  # NDRPDR sel x710
1245         - 50  # NDRPDR sel x710
1246         - 51  # NDRPDR sel x710
1247         - 54  # NDRPDR sel x710
1248     dpdk-performance-changes-2n-skx-ref:
1249       csit-dpdk-perf-report-iterative-2005-2n-skx:
1250         - 20  # NDRPDR iter
1251         - 21  # NDRPDR iter
1252         - 22  # NDRPDR iter
1253         - 23  # NDRPDR iter
1254         - 24  # NDRPDR iter
1255         - 25  # NDRPDR iter
1256         - 26  # NDRPDR iter
1257         - 27  # NDRPDR iter
1258         - 28  # NDRPDR iter
1259         - 29  # NDRPDR iter
1260     dpdk-performance-changes-2n-skx-cmp:
1261       csit-dpdk-perf-report-iterative-2009-2n-skx:
1262         - 4   # NDRPDR iter env5
1263         - 5   # NDRPDR iter env5
1264         - 6   # NDRPDR iter env5
1265         - 7   # NDRPDR iter env5
1266         - 8   # NDRPDR iter env5
1267         - 9   # NDRPDR iter env5
1268         - 10  # NDRPDR iter env5
1269         - 11  # NDRPDR iter env5
1270         - 12  # NDRPDR iter env5
1271         - 13  # NDRPDR iter env5
1272
1273     dpdk-performance-changes-2n-clx-h1:
1274       csit-dpdk-perf-verify-2001-2n-clx:
1275         - 15  # NDRPDR sel
1276         - 16  # NDRPDR sel
1277         - 17  # NDRPDR sel
1278         - 18  # NDRPDR sel
1279         - 19  # NDRPDR sel
1280         - 20  # NDRPDR sel
1281         - 21  # NDRPDR sel
1282         - 22  # NDRPDR sel
1283         - 23  # NDRPDR sel
1284         - 24  # NDRPDR sel
1285         - 25  # NDRPDR sel
1286         - 26  # NDRPDR sel
1287         - 27  # NDRPDR sel
1288         - 28  # NDRPDR sel
1289         - 29  # NDRPDR sel
1290         - 30  # NDRPDR sel
1291         - 31  # NDRPDR sel
1292         - 32  # NDRPDR sel
1293         - 33  # NDRPDR sel
1294         - 34  # NDRPDR sel
1295     dpdk-performance-changes-2n-clx-ref:
1296       csit-dpdk-perf-report-iterative-2005-2n-clx:
1297         - 20  # NDRPDR iter
1298         - 21  # NDRPDR iter
1299         - 22  # NDRPDR iter
1300         - 23  # NDRPDR iter
1301         - 24  # NDRPDR iter
1302         - 25  # NDRPDR iter
1303         - 26  # NDRPDR iter
1304         - 27  # NDRPDR iter
1305         - 28  # NDRPDR iter
1306         - 29  # NDRPDR iter
1307     dpdk-performance-changes-2n-clx-cmp:
1308       csit-dpdk-perf-report-iterative-2009-2n-clx:
1309         - 4   # NDRPDR iter env5
1310         - 5   # NDRPDR iter env5
1311         - 6   # NDRPDR iter env5
1312         - 7   # NDRPDR iter env5
1313         - 8   # NDRPDR iter env5
1314         - 9   # NDRPDR iter env5
1315         - 10  # NDRPDR iter env5
1316         - 11  # NDRPDR iter env5
1317         - 12  # NDRPDR iter env5
1318         - 13  # NDRPDR iter env5
1319
1320 #    dpdk-performance-changes-2n-dnv-h1:
1321 #      csit-dpdk-perf-verify-2001-2n-dnv:
1322 #        - 9   # NDRPDR sel
1323 #        - 10  # NDRPDR sel
1324 #        - 11  # NDRPDR sel
1325 #        - 12  # NDRPDR sel
1326 #        - 13  # NDRPDR sel
1327 #        - 14  # NDRPDR sel
1328 #        - 15  # NDRPDR sel
1329 #        - 16  # NDRPDR sel
1330 #        - 17  # NDRPDR sel
1331 #        - 18  # NDRPDR sel
1332 #    dpdk-performance-changes-2n-dnv-ref:
1333 #      # No data
1334 #    dpdk-performance-changes-2n-dnv-cmp:
1335 #      # No data
1336 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1337
1338 #    dpdk-performance-changes-3n-dnv-h1:
1339 #      csit-dpdk-perf-verify-2001-3n-dnv:
1340 #        - 12  # NDRPDR sel
1341 #        - 13  # NDRPDR sel
1342 #        - 14  # NDRPDR sel
1343 #        - 15  # NDRPDR sel
1344 #        - 16  # NDRPDR sel
1345 #        - 17  # NDRPDR sel
1346 #        - 18  # NDRPDR sel
1347 #        - 19  # NDRPDR sel
1348 #        - 20  # NDRPDR sel
1349 #        - 22  # NDRPDR sel
1350 #    dpdk-performance-changes-3n-dnv-ref:
1351 #      # No data
1352 #    dpdk-performance-changes-3n-dnv-cmp:
1353 #      # No data
1354 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1355
1356     dpdk-performance-changes-3n-tsh-h1:
1357       csit-dpdk-perf-verify-2001-3n-tsh:
1358         - 3   # NDRPDR sel
1359         - 4   # NDRPDR sel
1360         - 5   # NDRPDR sel
1361         - 9   # NDRPDR sel
1362         - 10  # NDRPDR sel
1363         - 11  # NDRPDR sel
1364         - 12  # NDRPDR sel
1365         - 14  # NDRPDR sel
1366         - 15  # NDRPDR sel
1367         - 18  # NDRPDR sel
1368     dpdk-performance-changes-3n-tsh-ref:
1369       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1370         - 5   # NDRPDR sel
1371     dpdk-performance-changes-3n-tsh-cmp:
1372       # TODO: Add:
1373       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1374         - 1   # NDRPDR iter env5
1375         - 2   # NDRPDR iter env5
1376         - 3   # NDRPDR iter env5
1377         - 4   # NDRPDR iter env5
1378         - 5   # NDRPDR iter env5
1379         - 6   # NDRPDR iter env5
1380         - 7   # NDRPDR iter env5
1381         - 9   # NDRPDR iter env5
1382         - 10  # NDRPDR iter env5
1383
1384     # Compare testbeds
1385
1386     vpp-compare-testbeds-ref:
1387       csit-vpp-perf-report-iterative-2009-3n-hsw:
1388         - 21  # rls2009 NDRPDR iter env 5
1389         - 22  # rls2009 NDRPDR iter env 5
1390         - 24  # rls2009 NDRPDR iter env 5
1391         - 25  # rls2009 NDRPDR iter env 5
1392         - 26  # rls2009 NDRPDR iter env 5
1393         - 27  # rls2009 NDRPDR iter env 5
1394         - 28  # rls2009 NDRPDR iter env 5
1395         - 29  # rls2009 NDRPDR iter env 5
1396         - 30  # rls2009 NDRPDR iter env 5
1397         - 31  # rls2009 NDRPDR iter env 5
1398     vpp-compare-testbeds-cmp:
1399       # TODO: Add:
1400       csit-vpp-perf-report-iterative-2009-3n-skx:
1401         - 26  # rls2009 NDRPDR iter env 5
1402         - 27  # rls2009 NDRPDR iter env 5
1403         - 28  # rls2009 NDRPDR iter env 5
1404         - 29  # rls2009 NDRPDR iter env 5
1405         - 35  # rls2009 NDRPDR iter env 5
1406         - 36  # rls2009 NDRPDR iter env 5
1407         - 37  # rls2009 NDRPDR iter env 5
1408         - 39  # rls2009 NDRPDR iter env 5
1409         - 40  # rls2009 NDRPDR iter env 5
1410
1411     vpp-compare-testbeds-skx-clx-ref:
1412       csit-vpp-perf-report-iterative-2009-2n-skx:
1413         - 35  # rls2009 NDRPDR iter env 5
1414         - 36  # rls2009 NDRPDR iter env 5
1415         - 37  # rls2009 NDRPDR iter env 5
1416         - 39  # rls2009 NDRPDR iter env 5
1417         - 40  # rls2009 NDRPDR iter env 5
1418         - 42  # rls2009 NDRPDR iter env 5
1419         - 43  # rls2009 NDRPDR iter env 5
1420         - 44  # rls2009 NDRPDR iter env 5
1421         - 46  # rls2009 NDRPDR iter env 5
1422         - 48  # rls2009 NDRPDR iter env 5
1423         - 51  # rls2009 NDRPDR iter NAT44 env 5
1424         - 52  # rls2009 NDRPDR iter NAT44 env 5
1425         - 53  # rls2009 NDRPDR iter NAT44 env 5
1426         - 54  # rls2009 NDRPDR iter NAT44 env 5
1427         - 55  # rls2009 NDRPDR iter NAT44 env 5
1428         - 56  # rls2009 NDRPDR iter NAT44 env 5
1429         - 57  # rls2009 NDRPDR iter NAT44 env 5
1430         - 58  # rls2009 NDRPDR iter NAT44 env 5
1431         - 59  # rls2009 NDRPDR iter NAT44 env 5
1432         - 60  # rls2009 NDRPDR iter NAT44 env 5
1433     vpp-compare-testbeds-skx-clx-cmp:
1434       csit-vpp-perf-report-iterative-2009-2n-clx:
1435         - 36  # rls2009 NDRPDR iter env 5
1436         - 38  # rls2009 NDRPDR iter env 5
1437         - 39  # rls2009 NDRPDR iter env 5
1438         - 40  # rls2009 NDRPDR iter env 5
1439         - 41  # rls2009 NDRPDR iter env 5
1440         - 42  # rls2009 NDRPDR iter env 5
1441         - 64  # rls2009 NDRPDR iter env 5
1442         - 65  # rls2009 NDRPDR iter env 5
1443         - 66  # rls2009 NDRPDR iter env 5
1444         - 67  # rls2009 NDRPDR iter env 5
1445
1446     vpp-compare-testbeds-hsw-clx-ref:
1447       csit-vpp-perf-report-iterative-2009-3n-hsw:
1448         - 21  # rls2009 NDRPDR iter env 5
1449         - 22  # rls2009 NDRPDR iter env 5
1450         - 24  # rls2009 NDRPDR iter env 5
1451         - 25  # rls2009 NDRPDR iter env 5
1452         - 26  # rls2009 NDRPDR iter env 5
1453         - 27  # rls2009 NDRPDR iter env 5
1454         - 28  # rls2009 NDRPDR iter env 5
1455         - 29  # rls2009 NDRPDR iter env 5
1456         - 30  # rls2009 NDRPDR iter env 5
1457         - 31  # rls2009 NDRPDR iter env 5
1458     vpp-compare-testbeds-hsw-clx-cmp:
1459       csit-vpp-perf-report-iterative-2009-2n-clx:
1460         - 36  # rls2009 NDRPDR iter env 5
1461         - 38  # rls2009 NDRPDR iter env 5
1462         - 39  # rls2009 NDRPDR iter env 5
1463         - 40  # rls2009 NDRPDR iter env 5
1464         - 41  # rls2009 NDRPDR iter env 5
1465         - 42  # rls2009 NDRPDR iter env 5
1466         - 64  # rls2009 NDRPDR iter env 5
1467         - 65  # rls2009 NDRPDR iter env 5
1468         - 66  # rls2009 NDRPDR iter env 5
1469         - 67  # rls2009 NDRPDR iter env 5
1470
1471     vpp-compare-testbeds-mrr-ref:
1472       csit-vpp-perf-report-iterative-2009-3n-hsw:
1473         - 23  # rls2009 MRR iter env 5
1474     vpp-compare-testbeds-mrr-cmp:
1475       csit-vpp-perf-report-iterative-2009-3n-skx:
1476         - 24  # rls2009 MRR iter env 5
1477
1478     vpp-compare-testbeds-mrr-skx-clx-ref:
1479       csit-vpp-perf-report-iterative-2009-2n-skx:
1480         - 26  # rls2009 MRR iter env 5
1481     vpp-compare-testbeds-mrr-skx-clx-cmp:
1482       csit-vpp-perf-report-iterative-2009-2n-clx:
1483         - 35  # rls2009 MRR iter env 5
1484
1485     vpp-compare-testbeds-mrr-hsw-clx-ref:
1486       csit-vpp-perf-report-iterative-2009-3n-hsw:
1487         - 23  # rls2009 MRR iter env 5
1488     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1489       csit-vpp-perf-report-iterative-2009-2n-clx:
1490         - 35  # rls2009 MRR iter env 5
1491
1492     dpdk-compare-testbeds-ref:
1493       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1494         - 6   # NDRPDR iter env5
1495         - 7   # NDRPDR iter env5
1496         - 8   # NDRPDR iter env5
1497         - 9   # NDRPDR iter env5
1498         - 10  # NDRPDR iter env5
1499         - 11  # NDRPDR iter env5
1500         - 12  # NDRPDR iter env5
1501         - 13  # NDRPDR iter env5
1502         - 14  # NDRPDR iter env5
1503         - 15  # NDRPDR iter env5
1504     dpdk-compare-testbeds-cmp:
1505       csit-dpdk-perf-report-iterative-2009-3n-skx:
1506         - 4   # NDRPDR sel env5
1507         - 5   # NDRPDR sel env5
1508         - 6   # NDRPDR sel env5
1509         - 7   # NDRPDR sel env5
1510         - 8   # NDRPDR sel env5
1511         - 9   # NDRPDR sel env5
1512         - 14  # NDRPDR sel env5
1513         - 11  # NDRPDR sel env5
1514         - 12  # NDRPDR sel env5
1515         - 13  # NDRPDR sel env5
1516
1517     dpdk-compare-testbeds-skx-clx-ref:
1518       csit-dpdk-perf-report-iterative-2009-2n-skx:
1519         - 4   # NDRPDR iter env5
1520         - 5   # NDRPDR iter env5
1521         - 6   # NDRPDR iter env5
1522         - 7   # NDRPDR iter env5
1523         - 8   # NDRPDR iter env5
1524         - 9   # NDRPDR iter env5
1525         - 10  # NDRPDR iter env5
1526         - 11  # NDRPDR iter env5
1527         - 12  # NDRPDR iter env5
1528         - 13  # NDRPDR iter env5
1529     dpdk-compare-testbeds-skx-clx-cmp:
1530       csit-dpdk-perf-report-iterative-2009-2n-clx:
1531         - 4   # NDRPDR iter env5
1532         - 5   # NDRPDR iter env5
1533         - 6   # NDRPDR iter env5
1534         - 7   # NDRPDR iter env5
1535         - 8   # NDRPDR iter env5
1536         - 9   # NDRPDR iter env5
1537         - 10  # NDRPDR iter env5
1538         - 11  # NDRPDR iter env5
1539         - 12  # NDRPDR iter env5
1540         - 13  # NDRPDR iter env5
1541
1542     # Compare topologies
1543
1544     vpp-compare-topologies-ref:
1545       # TODO: Add:
1546       csit-vpp-perf-report-iterative-2009-3n-skx:
1547         - 26  # rls2009 NDRPDR iter env 5
1548         - 27  # rls2009 NDRPDR iter env 5
1549         - 28  # rls2009 NDRPDR iter env 5
1550         - 29  # rls2009 NDRPDR iter env 5
1551         - 35  # rls2009 NDRPDR iter env 5
1552         - 36  # rls2009 NDRPDR iter env 5
1553         - 37  # rls2009 NDRPDR iter env 5
1554         - 39  # rls2009 NDRPDR iter env 5
1555         - 40  # rls2009 NDRPDR iter env 5
1556     vpp-compare-topologies-cmp:
1557       csit-vpp-perf-report-iterative-2009-2n-skx:
1558         - 35  # rls2009 NDRPDR iter env 5
1559         - 36  # rls2009 NDRPDR iter env 5
1560         - 37  # rls2009 NDRPDR iter env 5
1561         - 39  # rls2009 NDRPDR iter env 5
1562         - 40  # rls2009 NDRPDR iter env 5
1563         - 42  # rls2009 NDRPDR iter env 5
1564         - 43  # rls2009 NDRPDR iter env 5
1565         - 44  # rls2009 NDRPDR iter env 5
1566         - 46  # rls2009 NDRPDR iter env 5
1567         - 48  # rls2009 NDRPDR iter env 5
1568
1569     vpp-compare-topologies-mrr-ref:
1570       csit-vpp-perf-report-iterative-2009-3n-skx:
1571         - 24  # rls2009 MRR iter env 5
1572     vpp-compare-topologies-mrr-cmp:
1573       csit-vpp-perf-report-iterative-2009-2n-skx:
1574         - 26  # rls2009 MRR iter env 5
1575
1576     dpdk-compare-topologies-ref:
1577       csit-dpdk-perf-report-iterative-2009-3n-skx:
1578         - 4   # NDRPDR sel env5
1579         - 5   # NDRPDR sel env5
1580         - 6   # NDRPDR sel env5
1581         - 7   # NDRPDR sel env5
1582         - 8   # NDRPDR sel env5
1583         - 9   # NDRPDR sel env5
1584         - 14  # NDRPDR sel env5
1585         - 11  # NDRPDR sel env5
1586         - 12  # NDRPDR sel env5
1587         - 13  # NDRPDR sel env5
1588     dpdk-compare-topologies-cmp:
1589       csit-dpdk-perf-report-iterative-2009-2n-skx:
1590         - 4   # NDRPDR iter env5
1591         - 5   # NDRPDR iter env5
1592         - 6   # NDRPDR iter env5
1593         - 7   # NDRPDR iter env5
1594         - 8   # NDRPDR iter env5
1595         - 9   # NDRPDR iter env5
1596         - 10  # NDRPDR iter env5
1597         - 11  # NDRPDR iter env5
1598         - 12  # NDRPDR iter env5
1599         - 13  # NDRPDR iter env5
1600
1601   plot-layouts:
1602
1603     plot-soak-throughput:
1604       titlefont:
1605         size: 16
1606       xaxis:
1607         title: "<b>Test Cases [Index]</b>"
1608         titlefont:
1609           size: 14
1610         autorange: True
1611         fixedrange: False
1612         gridcolor: "rgb(230, 230, 230)"
1613         linecolor: "rgb(220, 220, 220)"
1614         linewidth: 1
1615         showgrid: True
1616         showline: True
1617         showticklabels: True
1618         tickcolor: "rgb(220, 220, 220)"
1619         tickmode: "linear"
1620         tickfont:
1621           size: 14
1622         zeroline: False
1623       yaxis:
1624         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1625         titlefont:
1626           size: 14
1627         gridcolor: "rgb(230, 230, 230)"
1628         hoverformat: ".4r"
1629         tickformat: ".3r"
1630         linecolor: "rgb(220, 220, 220)"
1631         linewidth: 1
1632         showgrid: True
1633         showline: True
1634         showticklabels: True
1635         tickcolor: "rgb(220, 220, 220)"
1636         tickfont:
1637           size: 14
1638         zeroline: False
1639         range: [0,50]
1640       autosize: False
1641       margin:
1642         t: 50
1643         b: 0
1644         l: 80
1645         r: 20
1646       showlegend: True
1647       legend:
1648         orientation: "h"
1649         font:
1650           size: 14
1651       width: 700
1652       height: 900
1653       paper_bgcolor: "#fff"
1654       plot_bgcolor: "#fff"
1655       hoverlabel:
1656         namelength: -1
1657
1658     plot-service-density:
1659       titlefont:
1660         size: 16
1661       xaxis:
1662         side: "top"
1663         autorange: True
1664         fixedrange: False
1665         showgrid: False
1666         showline: False
1667         showticklabels: False
1668         ticks: ""
1669         ticklen: 0
1670         tickwidth: 0
1671         zeroline: False
1672       yaxis:
1673         autorange: "reversed"
1674         showgrid: False
1675         showline: False
1676         showticklabels: False
1677         ticks: ""
1678         ticklen: 0
1679         tickwidth: 0
1680         zeroline: False
1681       showlegend: False
1682       paper_bgcolor: "#fff"
1683       plot_bgcolor: "#fff"
1684       width: 700
1685       height: 700
1686       hoverlabel:
1687         namelength: -1
1688
1689     plot-hoststack:
1690       titlefont:
1691         size: 16
1692       xaxis:
1693         title: "<b>Test Cases [Index]</b>"
1694         titlefont:
1695           size: 14
1696         autorange: True
1697         fixedrange: False
1698         gridcolor: "rgb(230, 230, 230)"
1699         linecolor: "rgb(220, 220, 220)"
1700         linewidth: 1
1701         showgrid: True
1702         showline: True
1703         showticklabels: True
1704         tickcolor: "rgb(220, 220, 220)"
1705         tickmode: "linear"
1706         tickfont:
1707           size: 14
1708         zeroline: False
1709       yaxis:
1710         title: "<b>Bandwidth [Gbps]</b>"
1711         titlefont:
1712           size: 14
1713         gridcolor: "rgb(230, 230, 230)"
1714         hoverformat: ".4s"
1715         linecolor: "rgb(220, 220, 220)"
1716         linewidth: 1
1717         rangemode: "tozero"
1718         showgrid: True
1719         showline: True
1720         showticklabels: True
1721         tickcolor: "rgb(230, 230, 230)"
1722         tickformat: ".3s"
1723         tickfont:
1724           size: 14
1725         zeroline: False
1726       autosize: False
1727       margin:
1728         t: 50
1729         b: 20
1730         l: 80
1731         r: 20
1732       showlegend: True
1733       legend:
1734         orientation: "h"
1735         font:
1736           size: 14
1737       width: 700
1738       height: 800
1739       paper_bgcolor: "#fff"
1740       plot_bgcolor: "#fff"
1741       hoverlabel:
1742         namelength: -1
1743
1744     plot-throughput:
1745       titlefont:
1746         size: 16
1747       xaxis:
1748         title: "<b>Test Cases [Index]</b>"
1749         titlefont:
1750           size: 14
1751         autorange: True
1752         fixedrange: False
1753         gridcolor: "rgb(230, 230, 230)"
1754         linecolor: "rgb(220, 220, 220)"
1755         linewidth: 1
1756         showgrid: True
1757         showline: True
1758         showticklabels: True
1759         tickcolor: "rgb(220, 220, 220)"
1760         tickmode: "linear"
1761         tickfont:
1762           size: 14
1763         zeroline: False
1764       yaxis:
1765         title: "<b>Packet Throughput [Mpps]</b>"
1766         titlefont:
1767           size: 14
1768         gridcolor: "rgb(230, 230, 230)"
1769         hoverformat: ".4r"
1770         tickformat: ".3r"
1771         linecolor: "rgb(220, 220, 220)"
1772         linewidth: 1
1773         showgrid: True
1774         showline: True
1775         showticklabels: True
1776         tickcolor: "rgb(220, 220, 220)"
1777         tickfont:
1778           size: 14
1779         zeroline: False
1780         range: [0,50]
1781       autosize: False
1782       margin:
1783         t: 50
1784         b: 0
1785         l: 80
1786         r: 20
1787       showlegend: True
1788       legend:
1789         orientation: "h"
1790         font:
1791           size: 14
1792       width: 700
1793       height: 900
1794       paper_bgcolor: "#fff"
1795       plot_bgcolor: "#fff"
1796       hoverlabel:
1797         namelength: -1
1798
1799     plot-throughput-speedup-analysis:
1800       titlefont:
1801         size: 16
1802       xaxis:
1803         title: "<b>Number of Cores [Qty]</b>"
1804         titlefont:
1805           size: 14
1806         autorange: True
1807         fixedrange: False
1808         gridcolor: "rgb(230, 230, 230)"
1809         linecolor: "rgb(220, 220, 220)"
1810         linewidth: 1
1811         showgrid: True
1812         showline: True
1813         showticklabels: True
1814         tickcolor: "rgb(238, 238, 238)"
1815         tickmode: "linear"
1816         tickfont:
1817           size: 14
1818         zeroline: False
1819       yaxis:
1820         title: "<b>Packet Throughput [Mpps]</b>"
1821         titlefont:
1822           size: 14
1823         type: "linear"
1824         gridcolor: "rgb(230, 230, 230)"
1825         hoverformat: ".4s"
1826         linecolor: "rgb(220, 220, 220)"
1827         linewidth: 1
1828         showgrid: True
1829         showline: True
1830         showticklabels: True
1831         tickcolor: "rgb(220, 220, 220)"
1832         tickformat: ".4s"
1833         tickfont:
1834           size: 14
1835         zeroline: True
1836         rangemode: "tozero"
1837         range: [0,100]
1838       legend:
1839         orientation: "h"
1840         font:
1841           size: 14
1842         xanchor: "left"
1843         yanchor: "top"
1844         x: 0
1845         y: -0.2
1846         bgcolor: "rgba(255, 255, 255, 0)"
1847         bordercolor: "rgba(255, 255, 255, 0)"
1848         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1849       autosize: False
1850       margin:
1851           't': 50
1852           'b': 150
1853           'l': 85
1854           'r': 10
1855       showlegend: True
1856       width: 700
1857       height: 700
1858       paper_bgcolor: "#fff"
1859       plot_bgcolor: "#fff"
1860       hoverlabel:
1861         namelength: -1
1862       annotations: [
1863         {
1864           text: "_ _          __          ...",
1865           align: "left",
1866           showarrow: False,
1867           xref: "paper",
1868           yref: "paper",
1869           xanchor: "left",
1870           yanchor: "top",
1871           x: 0,
1872           y: -0.14,
1873           font: {
1874             family: "Consolas, Courier New",
1875             size: 13
1876           },
1877         },
1878         {
1879           text: "    Perfect     Measured     Limit",
1880           align: "left",
1881           showarrow: False,
1882           xref: "paper",
1883           yref: "paper",
1884           xanchor: "left",
1885           yanchor: "top",
1886           x: 0,
1887           y: -0.15,
1888           font: {
1889             family: "Consolas, Courier New",
1890             size: 13
1891           },
1892         },
1893       ]
1894
1895     plot-latency:
1896       titlefont:
1897         size: 16
1898       xaxis:
1899         title: "<b>Direction</b>"
1900         titlefont:
1901           size: 14
1902         autorange: True
1903         fixedrange: False
1904         gridcolor: "rgb(230, 230, 230)"
1905         linecolor: "rgb(220, 220, 220)"
1906         linewidth: 1
1907         showgrid: True
1908         showline: True
1909         showticklabels: False
1910         tickcolor: "rgb(220, 220, 220)"
1911         tickmode: "linear"
1912         tickfont:
1913           size: 14
1914         zeroline: False
1915       yaxis:
1916         title: "<b>Packet Latency [uSec]</b>"
1917         titlefont:
1918           size: 14
1919         type: "linear"
1920         gridcolor: "rgb(230, 230, 230)"
1921         hoverformat: ".4s"
1922         linecolor: "rgb(220, 220, 220)"
1923         linewidth: 1
1924         showgrid: True
1925         showline: True
1926         showticklabels: True
1927         tickcolor: "rgb(220, 220, 220)"
1928         tickformat: ".4s"
1929         tickfont:
1930           size: 14
1931         zeroline: True
1932         rangemode: "tozero"
1933       legend:
1934         orientation: "h"
1935         font:
1936           size: 14
1937         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1938       autosize: False
1939       margin:
1940           't': 50
1941           'b': 150
1942           'l': 80
1943           'r': 10
1944       showlegend: True
1945       width: 700
1946       height: 700
1947       paper_bgcolor: "#fff"
1948       plot_bgcolor: "#fff"
1949       hoverlabel:
1950         namelength: -1
1951
1952     plot-hdrh-latency:
1953       title:
1954         text: ""
1955         xanchor: "center"
1956         x: 0.5
1957         font:
1958           size: 16
1959       width: 700
1960       plot_bgcolor: "white"
1961       annotations:
1962         - font:
1963             size: 14
1964           showarrow: False
1965           text: "<b>Packet Latency [uSec]</b>"
1966           x: 1
1967           xanchor: "right"
1968           xref: "paper"
1969           y: -0.045
1970           yanchor: "top"
1971           yref: "paper"
1972         - font:
1973             size: 14
1974           showarrow: False
1975           text: "<b>Probability [%]</b>"
1976           textangle: 270
1977           x: -0.06
1978           xanchor: "center"
1979           xref: "paper"
1980           y: 0.5
1981           yanchor: "middle"
1982           yref: "paper"
1983         - font:
1984             size: 14
1985           showarrow: False
1986           text: "<b>Direction: E-W</b>"
1987           x: 0.24
1988           xanchor: "center"
1989           xref: "paper"
1990           y: 1.05
1991           yanchor: "bottom"
1992           yref: "paper"
1993         - font:
1994             size: 14
1995           showarrow: False
1996           text: "<b>Direction: W-E</b>"
1997           x: 0.74
1998           xanchor: "center"
1999           xref: "paper"
2000           y: 1.05
2001           yanchor: "bottom"
2002           yref: "paper"
2003
2004     plot-hdrh-latency-percentile:
2005       title:
2006         text: ""
2007         xanchor: "center"
2008         x: 0.5
2009         font:
2010           size: 16
2011       xaxis:
2012         type: "log"
2013         title: "<b>Percentile [%]</b>"
2014         titlefont:
2015           size: 14
2016         autorange: True
2017         fixedrange: False
2018         gridcolor: "rgb(230, 230, 230)"
2019         linecolor: "rgb(220, 220, 220)"
2020         linewidth: 1
2021         showgrid: True
2022         showline: True
2023         showticklabels: True
2024         tickcolor: "rgb(220, 220, 220)"
2025         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2026         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2027         tickfont:
2028           size: 14
2029       yaxis:
2030         title: "<b>Packet Latency [uSec]</b>"
2031         titlefont:
2032           size: 14
2033         gridcolor: "rgb(230, 230, 230)"
2034         linecolor: "rgb(220, 220, 220)"
2035         linewidth: 1
2036         showgrid: True
2037         showline: True
2038         showticklabels: True
2039         tickcolor: "rgb(220, 220, 220)"
2040         tickfont:
2041           size: 14
2042       autosize: False
2043       showlegend: True
2044       legend:
2045         traceorder: "normal"
2046         orientation: "h"
2047         font:
2048           size: 14
2049         xanchor: "left"
2050         yanchor: "top"
2051         x: 0
2052         y: -0.15
2053         bgcolor: "rgba(255, 255, 255, 0)"
2054         bordercolor: "rgba(255, 255, 255, 0)"
2055       width: 700
2056       height: 700
2057       paper_bgcolor: "white"
2058       plot_bgcolor: "white"
2059
2060     plot-hdrh-latency-by-percentile:
2061       title:
2062         text: "<b>Latency by Percentile Distribution</b>"
2063         xanchor: "center"
2064         x: 0.5
2065         font:
2066           size: 18
2067       showlegend: True
2068       legend:
2069         traceorder: "normal"
2070         orientation: "h"
2071         font:
2072           size: 16
2073         xanchor: "left"
2074         yanchor: "top"
2075         x: 0
2076         y: -0.2
2077         bgcolor: "rgba(255, 255, 255, 0)"
2078         bordercolor: "rgba(255, 255, 255, 0)"
2079       xaxis:
2080         type: "linear"
2081         title: "<b>Percentile [%]</b>"
2082         titlefont:
2083           size: 14
2084         autorange: False
2085         fixedrange: False
2086         range: [0, 100]
2087         gridcolor: "rgb(230, 230, 230)"
2088         linecolor: "rgb(220, 220, 220)"
2089         linewidth: 1
2090         showgrid: True
2091         showline: True
2092         showticklabels: True
2093         tickcolor: "rgb(220, 220, 220)"
2094         tickvals: [0, 25, 50, 75, 100]
2095         ticktext: [0, 25, 50, 75, 100]
2096         tickfont:
2097           size: 14
2098       yaxis:
2099         title: "<b>One-Way Latency per Direction [uSec]</b>"
2100         titlefont:
2101           size: 14
2102         gridcolor: "rgb(230, 230, 230)"
2103         linecolor: "rgb(220, 220, 220)"
2104         linewidth: 1
2105         showgrid: True
2106         showline: True
2107         showticklabels: True
2108         tickcolor: "rgb(220, 220, 220)"
2109         tickfont:
2110           size: 14
2111       width: 700
2112       height: 700
2113       paper_bgcolor: "white"
2114       plot_bgcolor: "white"
2115
2116 - type: "static"
2117   src-path: "{DIR[RST]}"
2118   dst-path: "{DIR[WORKING,SRC]}"
2119
2120 - type: "input"
2121   general:
2122     file-name: "output_info.xml.gz"
2123     file-format: ".gz"
2124     arch-file-format:
2125       - ".gz"
2126       - ".zip"
2127     download-path: "{job}/{build}/archives/{filename}"
2128     extract: "output.xml"
2129
2130     zip-file-name: "robot-plugin.zip"
2131     zip-file-format: ".zip"
2132     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2133     zip-extract: "robot-plugin/output.xml"
2134
2135   builds:
2136
2137     csit-vpp-perf-verify-2001-3n-hsw:
2138       - 17  # MRR sel
2139     csit-vpp-perf-report-iterative-2005-3n-hsw:
2140       - 20  # NDRPDR sel env 4
2141       - 21  # NDRPDR sel env 4
2142       - 22  # NDRPDR sel env 4
2143       - 23  # NDRPDR sel env 4
2144       - 24  # NDRPDR sel env 4
2145       - 25  # NDRPDR sel env 4
2146       - 26  # NDRPDR sel env 4
2147       - 27  # NDRPDR sel env 4
2148       - 28  # NDRPDR sel env 4
2149       - 29  # NDRPDR sel env 4
2150       - 30  # MRR env 4
2151       - 31  # NDRPDR sel 2001.0-4
2152       - 32  # NDRPDR sel 2001.0-4
2153       - 33  # NDRPDR sel 2001.0-4
2154       - 34  # NDRPDR sel 2001.0-4
2155       - 35  # NDRPDR sel 2001.0-4
2156       - 36  # NDRPDR sel 2001.0-4
2157       - 38  # NDRPDR sel 2001.0-4
2158     csit-vpp-perf-report-iterative-2009-3n-hsw:
2159       - 18  # rls2005 MRR iter env 5
2160       - 9   # rls2005 NDRPDR iter env 5
2161       - 10  # rls2005 NDRPDR iter env 5
2162       - 11  # rls2005 NDRPDR iter env 5
2163       - 12  # rls2005 NDRPDR iter env 5
2164       - 13  # rls2005 NDRPDR iter env 5
2165       - 14  # rls2005 NDRPDR iter env 5
2166       - 15  # rls2005 NDRPDR iter env 5
2167       - 16  # rls2005 NDRPDR iter env 5
2168       - 17  # rls2005 NDRPDR iter env 5
2169       - 19  # rls2005 NDRPDR iter env 5
2170       - 23  # rls2009 MRR iter env 5
2171       - 21  # rls2009 NDRPDR iter env 5
2172       - 22  # rls2009 NDRPDR iter env 5
2173       - 24  # rls2009 NDRPDR iter env 5
2174       - 25  # rls2009 NDRPDR iter env 5
2175       - 26  # rls2009 NDRPDR iter env 5
2176       - 27  # rls2009 NDRPDR iter env 5
2177       - 28  # rls2009 NDRPDR iter env 5
2178       - 29  # rls2009 NDRPDR iter env 5
2179       - 30  # rls2009 NDRPDR iter env 5
2180       - 31  # rls2009 NDRPDR iter env 5
2181       - 32  # rls2009 Hoststack iter env 5
2182       - 33  # rls2009 Hoststack iter env 5
2183       - 34  # rls2009 Hoststack iter env 5
2184       - 35  # rls2009 Hoststack iter env 5
2185       - 36  # rls2009 Hoststack iter env 5
2186       - 37  # rls2009 Hoststack iter env 5
2187       - 38  # rls2009 Hoststack iter env 5
2188       - 39  # rls2009 Hoststack iter env 5
2189       - 40  # rls2009 Hoststack iter env 5
2190       - 41  # rls2009 Hoststack iter env 5
2191     csit-vpp-perf-report-coverage-2009-3n-hsw:
2192       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2193       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2194       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2195       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2196       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2197       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2198       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2199       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2200       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2201       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2202       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2203       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2204       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2205       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2206       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2207       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2208       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2209       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2210       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2211       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2212       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2213       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2214       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2215       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2216       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2217       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2218       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2219       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2220       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2221       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2222       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2223       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2224       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2225       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2226       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2227
2228     csit-vpp-perf-verify-2001-3n-skx:
2229       - 50  # MRR sel
2230       - 53  # MRR sel addition
2231     csit-vpp-perf-report-iterative-2005-3n-skx:
2232       - 4   # NDRPDR sel
2233       - 5   # NDRPDR sel ??? all x710 failed
2234       - 33  # NDRPDR sel
2235       - 28  # NDRPDR sel
2236       - 34  # NDRPDR sel
2237       - 42  # NDRPDR sel env 4
2238       - 43  # NDRPDR sel env 4
2239       - 44  # NDRPDR sel env 4
2240       - 45  # NDRPDR sel env 4
2241       - 47  # NDRPDR sel env 4
2242       - 55  # NDRPDR sel env 4
2243       - 56  # NDRPDR sel env 4
2244       - 57  # NDRPDR sel env 4
2245       - 61  # NDRPDR sel env 4
2246       - 62  # NDRPDR sel env 4
2247       - 50  # NDRPDR sel 2001.0-4
2248       - 51  # NDRPDR sel 2001.0-4
2249       - 52  # NDRPDR sel 2001.0-4
2250       - 53  # NDRPDR sel 2001.0-4
2251       - 54  # NDRPDR sel 2001.0-4
2252       - 49  # MRR sel env 4
2253     # TODO: Add:
2254     csit-vpp-perf-report-iterative-2009-3n-skx:
2255       - 17  # rls2005 MRR iter env 5
2256       - 13  # rls2005 NDRPDR iter env 5
2257       - 18  # rls2005 NDRPDR iter env 5
2258       - 19  # rls2005 NDRPDR iter env 5
2259       - 41  # rls2005 NDRPDR iter env 5
2260       - 24  # rls2009 MRR iter env 5
2261       - 26  # rls2009 NDRPDR iter env 5
2262       - 27  # rls2009 NDRPDR iter env 5
2263       - 28  # rls2009 NDRPDR iter env 5
2264       - 29  # rls2009 NDRPDR iter env 5
2265       - 35  # rls2009 NDRPDR iter env 5
2266       - 36  # rls2009 NDRPDR iter env 5
2267       - 37  # rls2009 NDRPDR iter env 5
2268       - 39  # rls2009 NDRPDR iter env 5
2269       - 40  # rls2009 NDRPDR iter env 5
2270     # TODO: Add:
2271 #    csit-vpp-perf-report-coverage-2009-3n-skx:
2272 #      -
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     # TODO: Add:
2296     csit-vpp-perf-report-iterative-2009-2n-skx:
2297       - 20  # rls2005 MRR iter env 5
2298       - 13  # rls2005 NDRPDR iter env 5
2299       - 16  # rls2005 NDRPDR iter env 5
2300       - 17  # rls2005 NDRPDR iter env 5
2301       - 18  # rls2005 NDRPDR iter env 5
2302       - 19  # rls2005 NDRPDR iter env 5
2303       - 21  # rls2005 NDRPDR iter env 5
2304       - 22  # rls2005 NDRPDR iter env 5
2305       - 23  # rls2005 NDRPDR iter env 5
2306       - 24  # rls2005 NDRPDR iter env 5
2307       - 25  # rls2005 NDRPDR iter env 5
2308       - 26  # rls2009 MRR iter env 5
2309       - 35  # rls2009 NDRPDR iter env 5
2310       - 36  # rls2009 NDRPDR iter env 5
2311       - 37  # rls2009 NDRPDR iter env 5
2312       - 39  # rls2009 NDRPDR iter env 5
2313       - 40  # rls2009 NDRPDR iter env 5
2314       - 42  # rls2009 NDRPDR iter env 5
2315       - 43  # rls2009 NDRPDR iter env 5
2316       - 44  # rls2009 NDRPDR iter env 5
2317       - 46  # rls2009 NDRPDR iter env 5
2318       - 48  # rls2009 NDRPDR iter env 5
2319       - 51  # rls2009 NDRPDR iter NAT44 env 5
2320       - 52  # rls2009 NDRPDR iter NAT44 env 5
2321       - 53  # rls2009 NDRPDR iter NAT44 env 5
2322       - 54  # rls2009 NDRPDR iter NAT44 env 5
2323       - 55  # rls2009 NDRPDR iter NAT44 env 5
2324       - 56  # rls2009 NDRPDR iter NAT44 env 5
2325       - 57  # rls2009 NDRPDR iter NAT44 env 5
2326       - 58  # rls2009 NDRPDR iter NAT44 env 5
2327       - 59  # rls2009 NDRPDR iter NAT44 env 5
2328       - 60  # rls2009 NDRPDR iter NAT44 env 5
2329       - 38  # rls2009 nf-density iter env 5
2330       - 41  # rls2009 nf-density iter env 5
2331       - 45  # rls2009 nf-density iter env 5
2332       - 47  # rls2009 nf-density iter env 5
2333       - 49  # rls2009 nf-density iter env 5
2334       - 63  # rls2009 nf-density iter env 5
2335       - 65  # rls2009 nf-density iter env 5
2336       - 66  # rls2009 nf-density iter env 5
2337       - 71  # rls2009 nf-density iter env 5
2338       - 72  # rls2009 nf-density iter env 5
2339       - 50  # rls2009 MRR nf-density iter env 5
2340       - 27  # rls2009 reconf env 5
2341       - 28  # rls2009 reconf env 5
2342       - 29  # rls2009 reconf env 5
2343       - 30  # rls2009 reconf env 5
2344       - 31  # rls2009 reconf env 5
2345       - 32  # rls2009 reconf env 5
2346       - 61  # rls2009 reconf env 5
2347       - 62  # rls2009 reconf env 5
2348       - 68  # rls2009 reconf env 5
2349       - 70  # rls2009 reconf env 5
2350       - 33  # rls2009 soak env 5
2351       - 34  # rls2009 soak env 5
2352     csit-vpp-perf-report-coverage-2009-2n-skx:
2353       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2354       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2355       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2356       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2357       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2358       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2359       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2360       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2361       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2362       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2363       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2364       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2365       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2366       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2367       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2368
2369     csit-vpp-perf-verify-2001-2n-clx:
2370       - 39  # MRR
2371     csit-vpp-perf-report-iterative-2005-2n-clx:
2372       - 62  # NDRPDR sel env 4
2373       - 63  # NDRPDR sel env 4
2374       - 64  # NDRPDR sel env 4
2375       - 65  # NDRPDR sel env 4
2376       - 66  # NDRPDR sel env 4
2377       - 68  # NDRPDR sel env 4
2378       - 69  # NDRPDR sel env 4
2379       - 70  # NDRPDR sel env 4
2380       - 103 # NDRPDR sel env 4
2381       - 104 # NDRPDR sel env 4
2382       - 73  # NDRPDR sel 2001.0-4
2383       - 74  # NDRPDR sel 2001.0-4
2384       - 75  # NDRPDR sel 2001.0-4
2385       - 76  # NDRPDR sel 2001.0-4
2386       - 77  # NDRPDR sel 2001.0-4
2387       - 78  # NDRPDR sel 2001.0-4
2388       - 79  # NDRPDR sel 2001.0-4
2389       - 80  # NDRPDR sel 2001.0-4
2390       - 72  # MRR env 4
2391     # TODO: Add:
2392     csit-vpp-perf-report-iterative-2009-2n-clx:
2393       - 16  # rls2005 MRR iter env 5
2394       - 13  # rls2005 NDRPDR iter env 5
2395       - 15  # rls2005 NDRPDR iter env 5
2396       - 17  # rls2005 NDRPDR iter env 5
2397       - 18  # rls2005 NDRPDR iter env 5
2398       - 19  # rls2005 NDRPDR iter env 5
2399       - 20  # rls2005 NDRPDR iter env 5
2400       - 21  # rls2005 NDRPDR iter env 5
2401       - 22  # rls2005 NDRPDR iter env 5
2402       - 23  # rls2005 NDRPDR iter env 5
2403       - 24  # rls2005 NDRPDR iter env 5
2404       - 35  # rls2009 MRR iter env 5
2405       - 36  # rls2009 NDRPDR iter env 5
2406       - 38  # rls2009 NDRPDR iter env 5
2407       - 39  # rls2009 NDRPDR iter env 5
2408       - 40  # rls2009 NDRPDR iter env 5
2409       - 41  # rls2009 NDRPDR iter env 5
2410       - 42  # rls2009 NDRPDR iter env 5
2411       - 64  # rls2009 NDRPDR iter env 5
2412       - 65  # rls2009 NDRPDR iter env 5
2413       - 66  # rls2009 NDRPDR iter env 5
2414       - 67  # rls2009 NDRPDR iter env 5
2415       - 37  # rls2009 nf-density iter env 5
2416       - 43  # rls2009 nf-density iter env 5
2417       - 69  # rls2009 nf-density iter env 5
2418       - 70  # rls2009 nf-density iter env 5
2419       - 71  # rls2009 nf-density iter env 5
2420       - 72  # rls2009 nf-density iter env 5
2421       - 73  # rls2009 nf-density iter env 5
2422       - 74  # rls2009 nf-density iter env 5
2423       - 75  # rls2009 nf-density iter env 5
2424       - 45  # rls2009 MRR nf-density iter env 5
2425       - 25  # rls2009 reconf env 5
2426       - 27  # rls2009 reconf env 5
2427       - 28  # rls2009 reconf env 5
2428       - 29  # rls2009 reconf env 5
2429       - 30  # rls2009 reconf env 5
2430       - 30  # rls2009 reconf env 5
2431       - 32  # rls2009 reconf env 5
2432       - 48  # rls2009 reconf env 5
2433       - 53  # rls2009 reconf env 5
2434       - 68  # rls2009 reconf env 5
2435       - 33  # rls2009 soak env 5
2436       - 34  # rls2009 soak env 5
2437     # TODO: Add:
2438     csit-vpp-perf-report-coverage-2009-2n-clx:
2439       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2440       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2441       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2442       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2443       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2444       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2445       - 8   # rls2009 NDRPDR cov 2n-clx-ip6-00
2446       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2447       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2448 #      - 18  # rls2009 NDRPDR cov 2n-clx-l2-01
2449 #      - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2450       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2451       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2452       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2453       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2454
2455     csit-vpp-perf-verify-2001-3n-tsh:
2456       - 9   # MRR sel
2457     csit-vpp-perf-report-iterative-2005-3n-tsh:
2458       - 23  # NDRPDR sel env 4
2459       - 25  # NDRPDR sel env 4
2460       - 33  # NDRPDR sel env 4
2461       - 34  # NDRPDR sel env 4
2462       - 35  # NDRPDR sel env 4
2463       - 36  # NDRPDR sel env 4
2464       - 37  # NDRPDR sel env 4
2465       - 38  # NDRPDR sel env 4
2466       - 39  # NDRPDR sel env 4
2467       - 40  # NDRPDR sel env 4
2468       - 28  # NDRPDR sel 2001.0-4
2469       - 29  # NDRPDR sel 2001.0-4
2470       - 31  # NDRPDR sel 2001.0-4
2471       - 27  # MRR sel env 4
2472     # TODO: Add:
2473     csit-vpp-perf-report-iterative-2009-3n-tsh:
2474       - 8   # rls2005 NDRPDR iter env 5
2475       - 11  # rls2005 NDRPDR iter env 5
2476       - 12  # rls2005 NDRPDR iter env 5
2477       - 13  # rls2005 MRR iter env 5
2478       - 14  # rls2009 NDRPDR iter env 5
2479       - 20  # rls2009 NDRPDR iter env 5
2480       - 23  # rls2009 NDRPDR iter env 5
2481       - 15  # rls2006 MRR iter env 5
2482 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2483 #      -
2484
2485     csit-vpp-perf-verify-2001-3n-dnv:
2486       - 5   # NDRPDR sel
2487       - 6   # NDRPDR sel
2488       - 7   # NDRPDR sel
2489       - 8   # NDRPDR sel
2490       - 9   # NDRPDR sel
2491       - 10  # NDRPDR sel
2492       - 12  # NDRPDR sel
2493       - 16  # NDRPDR sel
2494       - 17  # NDRPDR sel
2495       - 18  # NDRPDR sel
2496       - 11  # MRR sel
2497     csit-vpp-perf-report-iterative-2009-3n-dnv:
2498       - 16  # rls2005 NDRPDR iter env 5
2499       - 23  # rls2005 NDRPDR iter env 5
2500       - 25  # rls2005 NDRPDR iter env 5
2501       - 26  # rls2005 NDRPDR iter env 5
2502       - 27  # rls2005 NDRPDR iter env 5
2503       - 28  # rls2005 NDRPDR iter env 5
2504       - 29  # rls2005 NDRPDR iter env 5
2505       - 30  # rls2005 NDRPDR iter env 5
2506       - 31  # rls2005 NDRPDR iter env 5
2507       - 32  # rls2005 NDRPDR iter env 5
2508       - 19  # rls2005 MRR iter env 5
2509       - 3   # rls2009 NDRPDR iter env 5
2510       - 6   # rls2009 NDRPDR iter env 5
2511       - 7   # rls2009 NDRPDR iter env 5
2512       - 8   # rls2009 NDRPDR iter env 5
2513       - 10  # rls2009 NDRPDR iter env 5
2514       - 11  # rls2009 NDRPDR iter env 5
2515       - 12  # rls2009 NDRPDR iter env 5
2516       - 14  # rls2009 NDRPDR iter env 5
2517       - 15  # rls2009 NDRPDR iter env 5
2518       - 24  # rls2009 NDRPDR iter env 5
2519       - 22  # rls2009 MRR iter env 5
2520     csit-vpp-perf-report-coverage-2009-3n-dnv:
2521       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2522       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2523       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2524       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2525       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2526       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2527       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2528       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2529       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2530
2531     csit-vpp-perf-verify-2001-2n-dnv:
2532       - 4   # NDRPDR sel
2533       - 5   # NDRPDR sel
2534       - 6   # NDRPDR sel
2535       - 7   # NDRPDR sel
2536       - 8   # NDRPDR sel
2537       - 9   # NDRPDR sel
2538       - 10  # NDRPDR sel
2539       - 11  # NDRPDR sel
2540       - 13  # NDRPDR sel
2541       - 16  # NDRPDR sel
2542       - 12  # MRR sel
2543     csit-vpp-perf-report-iterative-2009-2n-dnv:
2544       - 16  # rls2005 NDRPDR iter env 5
2545       - 17  # rls2005 NDRPDR iter env 5
2546       - 18  # rls2005 NDRPDR iter env 5
2547       - 19  # rls2005 NDRPDR iter env 5
2548       - 21  # rls2005 NDRPDR iter env 5
2549       - 24  # rls2005 NDRPDR iter env 5
2550       - 27  # rls2005 NDRPDR iter env 5
2551       - 28  # rls2005 NDRPDR iter env 5
2552       - 29  # rls2005 NDRPDR iter env 5
2553       - 30  # rls2005 NDRPDR iter env 5
2554       - 23  # rls2005 MRR iter env 5
2555       - 3   # rls2009 NDRPDR iter env 5
2556       - 5   # rls2009 NDRPDR iter env 5
2557       - 6   # rls2009 NDRPDR iter env 5
2558       - 7   # rls2009 NDRPDR iter env 5
2559       - 9   # rls2009 NDRPDR iter env 5
2560       - 10  # rls2009 NDRPDR iter env 5
2561       - 11  # rls2009 NDRPDR iter env 5
2562       - 12  # rls2009 NDRPDR iter env 5
2563       - 14  # rls2009 NDRPDR iter env 5
2564       - 15  # rls2009 NDRPDR iter env 5
2565       - 13  # rls2009 MRR iter env 5
2566     csit-vpp-perf-report-coverage-2009-2n-dnv:
2567       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2568       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2569       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2570       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2571       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2572       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2573
2574     csit-dpdk-perf-verify-2001-3n-hsw:
2575       - 4   # NDRPDR sel
2576       - 5   # NDRPDR sel
2577       - 6   # NDRPDR sel
2578       - 7   # NDRPDR sel
2579       - 8   # NDRPDR sel
2580       - 9   # NDRPDR sel
2581       - 10  # NDRPDR sel
2582       - 11  # NDRPDR sel
2583       - 12  # NDRPDR sel
2584       - 13  # NDRPDR sel
2585       - 15  # NDRPDR sel
2586       - 16  # NDRPDR sel
2587       - 17  # NDRPDR sel
2588       - 18  # NDRPDR sel
2589       - 19  # NDRPDR sel
2590       - 20  # NDRPDR sel
2591       - 21  # NDRPDR sel
2592       - 22  # NDRPDR sel
2593       - 23  # NDRPDR sel
2594       - 24  # NDRPDR sel
2595     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2596       - 25  # NDRPDR iter
2597       - 26  # NDRPDR iter
2598       - 27  # NDRPDR iter
2599       - 28  # NDRPDR iter
2600       - 29  # NDRPDR iter
2601       - 30  # NDRPDR iter
2602       - 31  # NDRPDR iter
2603       - 32  # NDRPDR iter
2604       - 33  # NDRPDR iter
2605       - 34  # NDRPDR iter
2606     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2607       - 6   # NDRPDR iter env5
2608       - 7   # NDRPDR iter env5
2609       - 8   # NDRPDR iter env5
2610       - 9   # NDRPDR iter env5
2611       - 10  # NDRPDR iter env5
2612       - 11  # NDRPDR iter env5
2613       - 12  # NDRPDR iter env5
2614       - 13  # NDRPDR iter env5
2615       - 14  # NDRPDR iter env5
2616       - 15  # NDRPDR iter env5
2617
2618     csit-dpdk-perf-verify-2001-3n-skx:
2619       - 29  # NDRPDR sel xxv710
2620       - 33  # NDRPDR sel xxv710
2621       - 34  # NDRPDR sel xxv710
2622       - 35  # NDRPDR sel xxv710
2623       - 36  # NDRPDR sel xxv710
2624       - 37  # NDRPDR sel xxv710
2625       - 41  # NDRPDR sel xxv710
2626       - 42  # NDRPDR sel xxv710
2627       - 43  # NDRPDR sel xxv710
2628       - 45  # NDRPDR sel xxv710
2629       - 30  # NDRPDR sel x710
2630       - 31  # NDRPDR sel x710
2631       - 32  # NDRPDR sel x710
2632       - 38  # NDRPDR sel x710
2633       - 39  # NDRPDR sel x710
2634       - 40  # NDRPDR sel x710
2635       - 44  # NDRPDR sel x710
2636       - 46  # NDRPDR sel x710
2637       - 47  # NDRPDR sel x710
2638       - 48  # NDRPDR sel x710
2639     csit-dpdk-perf-report-iterative-2005-3n-skx:
2640       - 28  # NDRPDR iter
2641       - 29  # NDRPDR iter
2642       - 30  # NDRPDR iter
2643       - 31  # NDRPDR iter
2644       - 32  # NDRPDR iter
2645       - 33  # NDRPDR iter
2646       - 34  # NDRPDR iter
2647       - 35  # NDRPDR iter
2648       - 36  # NDRPDR iter
2649       - 37  # NDRPDR iter
2650     csit-dpdk-perf-report-iterative-2009-3n-skx:
2651       - 4   # NDRPDR sel env5
2652       - 5   # NDRPDR sel env5
2653       - 6   # NDRPDR sel env5
2654       - 7   # NDRPDR sel env5
2655       - 8   # NDRPDR sel env5
2656       - 9   # NDRPDR sel env5
2657       - 14  # NDRPDR sel env5
2658       - 11  # NDRPDR sel env5
2659       - 12  # NDRPDR sel env5
2660       - 13  # NDRPDR sel env5
2661
2662     csit-dpdk-perf-verify-2001-2n-skx:
2663       - 35  # NDRPDR sel xxv710
2664       - 36  # NDRPDR sel xxv710
2665       - 37  # NDRPDR sel xxv710
2666       - 41  # NDRPDR sel xxv710
2667       - 42  # NDRPDR sel xxv710
2668       - 43  # NDRPDR sel xxv710
2669       - 46  # NDRPDR sel xxv710
2670       - 47  # NDRPDR sel xxv710
2671       - 52  # NDRPDR sel xxv710
2672       - 53  # NDRPDR sel xxv710
2673       - 38  # NDRPDR sel x710
2674       - 39  # NDRPDR sel x710
2675       - 40  # NDRPDR sel x710
2676       - 44  # NDRPDR sel x710
2677       - 45  # NDRPDR sel x710
2678       - 48  # NDRPDR sel x710
2679       - 49  # NDRPDR sel x710
2680       - 50  # NDRPDR sel x710
2681       - 51  # NDRPDR sel x710
2682       - 54  # NDRPDR sel x710
2683     csit-dpdk-perf-report-iterative-2005-2n-skx:
2684       - 20  # NDRPDR iter
2685       - 21  # NDRPDR iter
2686       - 22  # NDRPDR iter
2687       - 23  # NDRPDR iter
2688       - 24  # NDRPDR iter
2689       - 25  # NDRPDR iter
2690       - 26  # NDRPDR iter
2691       - 27  # NDRPDR iter
2692       - 28  # NDRPDR iter
2693       - 29  # NDRPDR iter
2694     csit-dpdk-perf-report-iterative-2009-2n-skx:
2695       - 4   # NDRPDR iter env5
2696       - 5   # NDRPDR iter env5
2697       - 6   # NDRPDR iter env5
2698       - 7   # NDRPDR iter env5
2699       - 8   # NDRPDR iter env5
2700       - 9   # NDRPDR iter env5
2701       - 10  # NDRPDR iter env5
2702       - 11  # NDRPDR iter env5
2703       - 12  # NDRPDR iter env5
2704       - 13  # NDRPDR iter env5
2705
2706     csit-dpdk-perf-verify-2001-2n-clx:
2707       - 15  # NDRPDR sel
2708       - 16  # NDRPDR sel
2709       - 17  # NDRPDR sel
2710       - 18  # NDRPDR sel
2711       - 19  # NDRPDR sel
2712       - 20  # NDRPDR sel
2713       - 21  # NDRPDR sel
2714       - 22  # NDRPDR sel
2715       - 23  # NDRPDR sel
2716       - 24  # NDRPDR sel
2717       - 25  # NDRPDR sel
2718       - 26  # NDRPDR sel
2719       - 27  # NDRPDR sel
2720       - 28  # NDRPDR sel
2721       - 29  # NDRPDR sel
2722       - 30  # NDRPDR sel
2723       - 31  # NDRPDR sel
2724       - 32  # NDRPDR sel
2725       - 33  # NDRPDR sel
2726       - 34  # NDRPDR sel
2727     csit-dpdk-perf-report-iterative-2005-2n-clx:
2728       - 20  # NDRPDR iter
2729       - 21  # NDRPDR iter
2730       - 22  # NDRPDR iter
2731       - 23  # NDRPDR iter
2732       - 24  # NDRPDR iter
2733       - 25  # NDRPDR iter
2734       - 26  # NDRPDR iter
2735       - 27  # NDRPDR iter
2736       - 28  # NDRPDR iter
2737       - 29  # NDRPDR iter
2738     csit-dpdk-perf-report-iterative-2009-2n-clx:
2739       - 4   # NDRPDR iter env5
2740       - 5   # NDRPDR iter env5
2741       - 6   # NDRPDR iter env5
2742       - 7   # NDRPDR iter env5
2743       - 8   # NDRPDR iter env5
2744       - 9   # NDRPDR iter env5
2745       - 10  # NDRPDR iter env5
2746       - 11  # NDRPDR iter env5
2747       - 12  # NDRPDR iter env5
2748       - 13  # NDRPDR iter env5
2749
2750 #    csit-dpdk-perf-verify-2001-2n-dnv:
2751 #      - 9   # NDRPDR sel
2752 #      - 10  # NDRPDR sel
2753 #      - 11  # NDRPDR sel
2754 #      - 12  # NDRPDR sel
2755 #      - 13  # NDRPDR sel
2756 #      - 14  # NDRPDR sel
2757 #      - 15  # NDRPDR sel
2758 #      - 16  # NDRPDR sel
2759 #      - 17  # NDRPDR sel
2760 #      - 18  # NDRPDR sel
2761 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2762 #      # No data
2763 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2764 #      # No data
2765
2766 #    csit-dpdk-perf-verify-2001-3n-dnv:
2767 #      - 12  # NDRPDR sel
2768 #      - 13  # NDRPDR sel
2769 #      - 14  # NDRPDR sel
2770 #      - 15  # NDRPDR sel
2771 #      - 16  # NDRPDR sel
2772 #      - 17  # NDRPDR sel
2773 #      - 18  # NDRPDR sel
2774 #      - 19  # NDRPDR sel
2775 #      - 20  # NDRPDR sel
2776 #      - 22  # NDRPDR sel
2777 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2778 #      # No data
2779 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2780 #      # No data
2781
2782     csit-dpdk-perf-verify-2001-3n-tsh:
2783       - 3   # NDRPDR sel
2784       - 4   # NDRPDR sel
2785       - 5   # NDRPDR sel
2786       - 9   # NDRPDR sel
2787       - 10  # NDRPDR sel
2788       - 11  # NDRPDR sel
2789       - 12  # NDRPDR sel
2790       - 14  # NDRPDR sel
2791       - 15  # NDRPDR sel
2792       - 18  # NDRPDR sel
2793     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2794       - 5   # NDRPDR sel
2795     # TODO: Add:
2796     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2797       - 1   # NDRPDR iter env5
2798       - 2   # NDRPDR iter env5
2799       - 3   # NDRPDR iter env5
2800       - 4   # NDRPDR iter env5
2801       - 5   # NDRPDR iter env5
2802       - 6   # NDRPDR iter env5
2803       - 7   # NDRPDR iter env5
2804       - 9   # NDRPDR iter env5
2805       - 10  # NDRPDR iter env5
2806
2807     csit-vpp-device-2009-ubuntu1804-1n-skx:
2808       - 131 # rls2009 env 5
2809
2810 - type: "output"
2811   output: "report"
2812   format:
2813     html:
2814     - full
2815 #    pdf:
2816 #    - minimal
2817
2818 ################################################################################
2819 ###                               T A B L E S                                ###
2820 ################################################################################
2821
2822 # VPP Soak vs NDR - 2n-skx
2823 - type: "table"
2824   title: "VPP Soak vs NDR 2n-skx"
2825   algorithm: "table_soak_vs_ndr"
2826   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2827   reference:
2828     title: "NDR"
2829     data: "vpp-soak-vs-ndr-2n-skx-ref"
2830   compare:
2831     title: "Soak"
2832     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2833   data: "vpp-soak-vs-ndr-2n-skx"
2834   include-tests: "NDR"
2835   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2836   parameters:
2837     - "throughput"
2838     - "name"
2839     - "parent"
2840
2841 # VPP Soak vs NDR - 2n-clx
2842 - type: "table"
2843   title: "VPP Soak vs NDR 2n-clx"
2844   algorithm: "table_soak_vs_ndr"
2845   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2846   reference:
2847     title: "NDR"
2848     data: "vpp-soak-vs-ndr-2n-clx-ref"
2849   compare:
2850     title: "Soak"
2851     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2852   data: "vpp-soak-vs-ndr-2n-clx"
2853   include-tests: "NDR"
2854   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2855   parameters:
2856     - "throughput"
2857     - "name"
2858     - "parent"
2859
2860 ################################################################################
2861
2862 ## VPP Compare NICs 3n-skx 2t1c ndr
2863 #- type: "table"
2864 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2865 #  algorithm: "table_comparison"
2866 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2867 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2868 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2869 #  columns:
2870 #    - title: "x710"
2871 #      data-set: "vpp-nic-comparison-3n-skx"
2872 #      tag: "NIC_Intel-X710"
2873 #    - title: "xxv710"
2874 #      data-set: "vpp-nic-comparison-3n-skx"
2875 #      tag: "NIC_Intel-XXV710"
2876 #  comparisons:
2877 #    - title: "Diff"
2878 #      reference: 1
2879 #      compare: 2
2880 #  legend:
2881 #    - ""
2882 #    - "x710, xxv710 - NICs tested."
2883 #    - "Diff - difference between x710 and xxv710 NIC."
2884 #
2885 ## VPP Compare NICs 3n-skx 4t2c ndr
2886 #- type: "table"
2887 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2888 #  algorithm: "table_comparison"
2889 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2890 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2891 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2892 #  columns:
2893 #    - title: "x710"
2894 #      data-set: "vpp-nic-comparison-3n-skx"
2895 #      tag: "NIC_Intel-X710"
2896 #    - title: "xxv710"
2897 #      data-set: "vpp-nic-comparison-3n-skx"
2898 #      tag: "NIC_Intel-XXV710"
2899 #  comparisons:
2900 #    - title: "Diff"
2901 #      reference: 1
2902 #      compare: 2
2903 #  legend:
2904 #    - ""
2905 #    - "x710, xxv710 - NICs tested."
2906 #    - "Diff - difference between x710 and xxv710 NIC."
2907 #
2908 ## VPP Compare NICs 3n-skx 2t1c pdr
2909 #- type: "table"
2910 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2911 #  algorithm: "table_comparison"
2912 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2913 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2914 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2915 #  columns:
2916 #    - title: "x710"
2917 #      data-set: "vpp-nic-comparison-3n-skx"
2918 #      tag: "NIC_Intel-X710"
2919 #    - title: "xxv710"
2920 #      data-set: "vpp-nic-comparison-3n-skx"
2921 #      tag: "NIC_Intel-XXV710"
2922 #  comparisons:
2923 #    - title: "Diff"
2924 #      reference: 1
2925 #      compare: 2
2926 #  legend:
2927 #    - ""
2928 #    - "x710, xxv710 - NICs tested."
2929 #    - "Diff - difference between x710 and xxv710 NIC."
2930 #
2931 ## VPP Compare NICs 3n-skx 4t2c pdr
2932 #- type: "table"
2933 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2934 #  algorithm: "table_comparison"
2935 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2936 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2937 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2938 #  columns:
2939 #    - title: "x710"
2940 #      data-set: "vpp-nic-comparison-3n-skx"
2941 #      tag: "NIC_Intel-X710"
2942 #    - title: "xxv710"
2943 #      data-set: "vpp-nic-comparison-3n-skx"
2944 #      tag: "NIC_Intel-XXV710"
2945 #  comparisons:
2946 #    - title: "Diff"
2947 #      reference: 1
2948 #      compare: 2
2949 #  legend:
2950 #    - ""
2951 #    - "x710, xxv710 - NICs tested."
2952 #    - "Diff - difference between x710 and xxv710 NIC."
2953
2954 ## VPP Compare NICs 3n-skx 2t1c mrr
2955 #- type: "table"
2956 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2957 #  algorithm: "table_comparison"
2958 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2959 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2960 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2961 #  columns:
2962 #    - title: "x710"
2963 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2964 #      tag: "NIC_Intel-X710"
2965 #    - title: "xxv710"
2966 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2967 #      tag: "NIC_Intel-XXV710"
2968 #  comparisons:
2969 #    - title: "Diff"
2970 #      reference: 1
2971 #      compare: 2
2972 #  legend:
2973 #    - ""
2974 #    - "x710, xxv710 - NICs tested."
2975 #    - "Diff - difference between x710 and xxv710 NIC."
2976 #
2977 ## VPP Compare NICs 3n-skx 4t2c mrr
2978 #- type: "table"
2979 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2980 #  algorithm: "table_comparison"
2981 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2982 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2983 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2984 #  columns:
2985 #    - title: "x710"
2986 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2987 #      tag: "NIC_Intel-X710"
2988 #    - title: "xxv710"
2989 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2990 #      tag: "NIC_Intel-XXV710"
2991 #  comparisons:
2992 #    - title: "Diff"
2993 #      reference: 1
2994 #      compare: 2
2995 #  legend:
2996 #    - ""
2997 #    - "x710, xxv710 - NICs tested."
2998 #    - "Diff - difference between x710 and xxv710 NIC."
2999 #
3000 ## VPP Compare NICs 3n-skx 8t4c mrr
3001 #- type: "table"
3002 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3003 #  algorithm: "table_comparison"
3004 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3005 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3006 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3007 #  columns:
3008 #    - title: "x710"
3009 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3010 #      tag: "NIC_Intel-X710"
3011 #    - title: "xxv710"
3012 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3013 #      tag: "NIC_Intel-XXV710"
3014 #  comparisons:
3015 #    - title: "Diff"
3016 #      reference: 1
3017 #      compare: 2
3018 #  legend:
3019 #    - ""
3020 #    - "x710, xxv710 - NICs tested."
3021 #    - "Diff - difference between x710 and xxv710 NIC."
3022
3023 # VPP Compare NICs 2n-skx 2t1c ndr
3024 - type: "table"
3025   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3026   algorithm: "table_comparison"
3027   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3029   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3030   columns:
3031     - title: "x710"
3032       data-set: "vpp-nic-comparison-2n-skx"
3033       tag: "NIC_Intel-X710"
3034     - title: "xxv710"
3035       data-set: "vpp-nic-comparison-2n-skx"
3036       tag: "NIC_Intel-XXV710"
3037   comparisons:
3038     - title: "Diff"
3039       reference: 1
3040       compare: 2
3041   legend:
3042     - ""
3043     - "x710, xxv710 - NICs tested."
3044     - "Diff - difference between x710 and xxv710 NIC."
3045
3046 # VPP Compare NICs 2n-skx 4t2c ndr
3047 - type: "table"
3048   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3049   algorithm: "table_comparison"
3050   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3051   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3052   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3053   columns:
3054     - title: "x710"
3055       data-set: "vpp-nic-comparison-2n-skx"
3056       tag: "NIC_Intel-X710"
3057     - title: "xxv710"
3058       data-set: "vpp-nic-comparison-2n-skx"
3059       tag: "NIC_Intel-XXV710"
3060   comparisons:
3061     - title: "Diff"
3062       reference: 1
3063       compare: 2
3064   legend:
3065     - ""
3066     - "x710, xxv710 - NICs tested."
3067     - "Diff - difference between x710 and xxv710 NIC."
3068
3069 # VPP Compare NICs 2n-skx 2t1c pdr
3070 - type: "table"
3071   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3072   algorithm: "table_comparison"
3073   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3074   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3075   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3076   columns:
3077     - title: "x710"
3078       data-set: "vpp-nic-comparison-2n-skx"
3079       tag: "NIC_Intel-X710"
3080     - title: "xxv710"
3081       data-set: "vpp-nic-comparison-2n-skx"
3082       tag: "NIC_Intel-XXV710"
3083   comparisons:
3084     - title: "Diff"
3085       reference: 1
3086       compare: 2
3087   legend:
3088     - ""
3089     - "x710, xxv710 - NICs tested."
3090     - "Diff - difference between x710 and xxv710 NIC."
3091
3092 # VPP Compare NICs 2n-skx 4t2c pdr
3093 - type: "table"
3094   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3095   algorithm: "table_comparison"
3096   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3097   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3098   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3099   columns:
3100     - title: "x710"
3101       data-set: "vpp-nic-comparison-2n-skx"
3102       tag: "NIC_Intel-X710"
3103     - title: "xxv710"
3104       data-set: "vpp-nic-comparison-2n-skx"
3105       tag: "NIC_Intel-XXV710"
3106   comparisons:
3107     - title: "Diff"
3108       reference: 1
3109       compare: 2
3110   legend:
3111     - ""
3112     - "x710, xxv710 - NICs tested."
3113     - "Diff - difference between x710 and xxv710 NIC."
3114
3115 # VPP Compare NICs 2n-skx 2t1c mrr
3116 - type: "table"
3117   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3118   algorithm: "table_comparison"
3119   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3121   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3122   columns:
3123     - title: "x710"
3124       data-set: "vpp-nic-comparison-2n-skx-mrr"
3125       tag: "NIC_Intel-X710"
3126     - title: "xxv710"
3127       data-set: "vpp-nic-comparison-2n-skx-mrr"
3128       tag: "NIC_Intel-XXV710"
3129   comparisons:
3130     - title: "Diff"
3131       reference: 1
3132       compare: 2
3133   legend:
3134     - ""
3135     - "x710, xxv710 - NICs tested."
3136     - "Diff - difference between x710 and xxv710 NIC."
3137
3138 # VPP Compare NICs 2n-skx 4t2c mrr
3139 - type: "table"
3140   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3141   algorithm: "table_comparison"
3142   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3144   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3145   columns:
3146     - title: "x710"
3147       data-set: "vpp-nic-comparison-2n-skx-mrr"
3148       tag: "NIC_Intel-X710"
3149     - title: "xxv710"
3150       data-set: "vpp-nic-comparison-2n-skx-mrr"
3151       tag: "NIC_Intel-XXV710"
3152   comparisons:
3153     - title: "Diff"
3154       reference: 1
3155       compare: 2
3156   legend:
3157     - ""
3158     - "x710, xxv710 - NICs tested."
3159     - "Diff - difference between x710 and xxv710 NIC."
3160
3161 # VPP Compare NICs 2n-skx 8t4c mrr
3162 - type: "table"
3163   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3164   algorithm: "table_comparison"
3165   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3166   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3167   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3168   columns:
3169     - title: "x710"
3170       data-set: "vpp-nic-comparison-2n-skx-mrr"
3171       tag: "NIC_Intel-X710"
3172     - title: "xxv710"
3173       data-set: "vpp-nic-comparison-2n-skx-mrr"
3174       tag: "NIC_Intel-XXV710"
3175   comparisons:
3176     - title: "Diff"
3177       reference: 1
3178       compare: 2
3179   legend:
3180     - ""
3181     - "x710, xxv710 - NICs tested."
3182     - "Diff - difference between x710 and xxv710 NIC."
3183
3184 ################################################################################
3185 # VPP
3186
3187 # VPP Performance Changes 3n-hsw 1t1c pdr
3188 - type: "table"
3189   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3190   algorithm: "table_comparison"
3191   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3192   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3193   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3194   columns:
3195     - title: "2001.0-4"
3196       data-set: "vpp-performance-changes-3n-hsw-h1"
3197     - title: "2005.0-4"
3198       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3199     - title: "2005.0-5"
3200       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3201     - title: "2009.0-5"
3202       data-set: "vpp-performance-changes-3n-hsw-cmp"
3203   comparisons:
3204     - title: "2005.0-5 vs 2005.0-4"
3205       reference: 2
3206       compare: 3
3207 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3208     - title: "2009.0-5 vs 2005.0-5"
3209       reference: 3
3210       compare: 4
3211 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3212   legend:
3213     - ''
3214     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3215     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3216     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3217     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3218     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3219
3220 # VPP Performance Changes 3n-hsw 2t2c pdr
3221 - type: "table"
3222   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3223   algorithm: "table_comparison"
3224   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3226   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3227   columns:
3228     - title: "2001.0-4"
3229       data-set: "vpp-performance-changes-3n-hsw-h1"
3230     - title: "2005.0-4"
3231       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3232     - title: "2005.0-5"
3233       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3234     - title: "2009.0-5"
3235       data-set: "vpp-performance-changes-3n-hsw-cmp"
3236   comparisons:
3237     - title: "2005.0-5 vs 2005.0-4"
3238       reference: 2
3239       compare: 3
3240 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3241     - title: "2009.0-5 vs 2005.0-5"
3242       reference: 3
3243       compare: 4
3244 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3245   legend:
3246     - ''
3247     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3248     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3249     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3250     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3251     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3252
3253 # VPP Performance Changes 3n-hsw 1t1c ndr
3254 - type: "table"
3255   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3256   algorithm: "table_comparison"
3257   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3259   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3260   columns:
3261     - title: "2001.0-4"
3262       data-set: "vpp-performance-changes-3n-hsw-h1"
3263     - title: "2005.0-4"
3264       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3265     - title: "2005.0-5"
3266       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3267     - title: "2009.0-5"
3268       data-set: "vpp-performance-changes-3n-hsw-cmp"
3269   comparisons:
3270     - title: "2005.0-5 vs 2005.0-4"
3271       reference: 2
3272       compare: 3
3273 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3274     - title: "2009.0-5 vs 2005.0-5"
3275       reference: 3
3276       compare: 4
3277 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3278   legend:
3279     - ''
3280     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3281     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3282     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3283     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3284     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3285
3286 # VPP Performance Changes 3n-hsw 2t2c ndr
3287 - type: "table"
3288   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3289   algorithm: "table_comparison"
3290   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3291   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3292   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3293   columns:
3294     - title: "2001.0-4"
3295       data-set: "vpp-performance-changes-3n-hsw-h1"
3296     - title: "2005.0-4"
3297       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3298     - title: "2005.0-5"
3299       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3300     - title: "2009.0-5"
3301       data-set: "vpp-performance-changes-3n-hsw-cmp"
3302   comparisons:
3303     - title: "2005.0-5 vs 2005.0-4"
3304       reference: 2
3305       compare: 3
3306 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3307     - title: "2009.0-5 vs 2005.0-5"
3308       reference: 3
3309       compare: 4
3310 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3311   legend:
3312     - ''
3313     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3314     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3315     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3316     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3317     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3318
3319 # VPP Performance Changes 3n-skx 2t1c pdr
3320 - type: "table"
3321   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3322   algorithm: "table_comparison"
3323   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3324   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3325   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3326   columns:
3327     - title: "2001.0-4"
3328       data-set: "vpp-performance-changes-3n-skx-h1"
3329     - title: "2005.0-4"
3330       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3331     - title: "2005.0-5"
3332       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3333     - title: "2009.0-5"
3334       data-set: "vpp-performance-changes-3n-skx-cmp"
3335   comparisons:
3336     - title: "2005.0-5 vs 2005.0-4"
3337       reference: 2
3338       compare: 3
3339 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3340     - title: "2009.0-5 vs 2005.0-5"
3341       reference: 3
3342       compare: 4
3343 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3344   legend:
3345     - ''
3346     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3347     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3348     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3349     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3350     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3351
3352 # VPP Performance Changes 3n-skx 4t2c pdr
3353 - type: "table"
3354   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3355   algorithm: "table_comparison"
3356   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3358   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3359   columns:
3360     - title: "2001.0-4"
3361       data-set: "vpp-performance-changes-3n-skx-h1"
3362     - title: "2005.0-4"
3363       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3364     - title: "2005.0-5"
3365       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3366     - title: "2009.0-5"
3367       data-set: "vpp-performance-changes-3n-skx-cmp"
3368   comparisons:
3369     - title: "2005.0-5 vs 2005.0-4"
3370       reference: 2
3371       compare: 3
3372 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3373     - title: "2009.0-5 vs 2005.0-5"
3374       reference: 3
3375       compare: 4
3376 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3377   legend:
3378     - ''
3379     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3380     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3381     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3382     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3383     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3384
3385 # VPP Performance Changes 3n-skx 2t1c ndr
3386 - type: "table"
3387   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3388   algorithm: "table_comparison"
3389   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3390   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3391   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3392   columns:
3393     - title: "2001.0-4"
3394       data-set: "vpp-performance-changes-3n-skx-h1"
3395     - title: "2005.0-4"
3396       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3397     - title: "2005.0-5"
3398       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3399     - title: "2009.0-5"
3400       data-set: "vpp-performance-changes-3n-skx-cmp"
3401   comparisons:
3402     - title: "2005.0-5 vs 2005.0-4"
3403       reference: 2
3404       compare: 3
3405 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3406     - title: "2009.0-5 vs 2005.0-5"
3407       reference: 3
3408       compare: 4
3409 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3410   legend:
3411     - ''
3412     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3413     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3414     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3415     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3416     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3417
3418 # VPP Performance Changes 3n-skx 4t2c ndr
3419 - type: "table"
3420   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3421   algorithm: "table_comparison"
3422   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3423   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3424   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3425   columns:
3426     - title: "2001.0-4"
3427       data-set: "vpp-performance-changes-3n-skx-h1"
3428     - title: "2005.0-4"
3429       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3430     - title: "2005.0-5"
3431       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3432     - title: "2009.0-5"
3433       data-set: "vpp-performance-changes-3n-skx-cmp"
3434   comparisons:
3435     - title: "2005.0-5 vs 2005.0-4"
3436       reference: 2
3437       compare: 3
3438 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3439     - title: "2009.0-5 vs 2005.0-5"
3440       reference: 3
3441       compare: 4
3442 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3443   legend:
3444     - ''
3445     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3446     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3447     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3448     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3449     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3450
3451 # VPP Performance Changes 2n-skx 2t1c pdr
3452 - type: "table"
3453   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3454   algorithm: "table_comparison"
3455   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3456   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3457   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3458   columns:
3459     - title: "2001.0-4"
3460       data-set: "vpp-performance-changes-2n-skx-h1"
3461     - title: "2005.0-4"
3462       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3463     - title: "2005.0-5"
3464       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3465     - title: "2009.0-5"
3466       data-set: "vpp-performance-changes-2n-skx-cmp"
3467   comparisons:
3468     - title: "2005.0-5 vs 2005.0-4"
3469       reference: 2
3470       compare: 3
3471 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3472     - title: "2009.0-5 vs 2005.0-5"
3473       reference: 3
3474       compare: 4
3475 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3476   legend:
3477     - ''
3478     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3479     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3480     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3481     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3482     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3483
3484 # VPP Performance Changes 2n-skx 4t2c pdr
3485 - type: "table"
3486   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3487   algorithm: "table_comparison"
3488   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3490   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3491   columns:
3492     - title: "2001.0-4"
3493       data-set: "vpp-performance-changes-2n-skx-h1"
3494     - title: "2005.0-4"
3495       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3496     - title: "2005.0-5"
3497       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3498     - title: "2009.0-5"
3499       data-set: "vpp-performance-changes-2n-skx-cmp"
3500   comparisons:
3501     - title: "2005.0-5 vs 2005.0-4"
3502       reference: 2
3503       compare: 3
3504 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3505     - title: "2009.0-5 vs 2005.0-5"
3506       reference: 3
3507       compare: 4
3508 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3509   legend:
3510     - ''
3511     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3512     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3513     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3514     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3515     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3516
3517 # VPP Performance Changes 2n-skx 2t1c ndr
3518 - type: "table"
3519   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3520   algorithm: "table_comparison"
3521   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3523   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3524   columns:
3525     - title: "2001.0-4"
3526       data-set: "vpp-performance-changes-2n-skx-h1"
3527     - title: "2005.0-4"
3528       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3529     - title: "2005.0-5"
3530       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3531     - title: "2009.0-5"
3532       data-set: "vpp-performance-changes-2n-skx-cmp"
3533   comparisons:
3534     - title: "2005.0-5 vs 2005.0-4"
3535       reference: 2
3536       compare: 3
3537 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3538     - title: "2009.0-5 vs 2005.0-5"
3539       reference: 3
3540       compare: 4
3541 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3542   legend:
3543     - ''
3544     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3545     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3546     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3547     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3548     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3549
3550 # VPP Performance Changes 2n-skx 4t2c ndr
3551 - type: "table"
3552   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3553   algorithm: "table_comparison"
3554   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3555   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3556   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3557   columns:
3558     - title: "2001.0-4"
3559       data-set: "vpp-performance-changes-2n-skx-h1"
3560     - title: "2005.0-4"
3561       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3562     - title: "2005.0-5"
3563       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3564     - title: "2009.0-5"
3565       data-set: "vpp-performance-changes-2n-skx-cmp"
3566   comparisons:
3567     - title: "2005.0-5 vs 2005.0-4"
3568       reference: 2
3569       compare: 3
3570 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3571     - title: "2009.0-5 vs 2005.0-5"
3572       reference: 3
3573       compare: 4
3574 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3575   legend:
3576     - ''
3577     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3578     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3579     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3580     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3581     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3582
3583 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3584 - type: "table"
3585   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3586   algorithm: "table_comparison"
3587   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3589   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3590   columns:
3591     - title: "2001.0-4"
3592       data-set: "vpp-performance-changes-2n-clx-h1"
3593     - title: "2005.0-4"
3594       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3595     - title: "2005.0-5"
3596       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3597     - title: "2009.0-5"
3598       data-set: "vpp-performance-changes-2n-clx-cmp"
3599   comparisons:
3600     - title: "2005.0-5 vs 2005.0-4"
3601       reference: 2
3602       compare: 3
3603 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3604     - title: "2009.0-5 vs 2005.0-5"
3605       reference: 3
3606       compare: 4
3607 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3608   legend:
3609     - ''
3610     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3611     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3612     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3613     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3614     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3615
3616 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3617 - type: "table"
3618   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3619   algorithm: "table_comparison"
3620   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3621   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3622   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3623   columns:
3624     - title: "2001.0-4"
3625       data-set: "vpp-performance-changes-2n-clx-h1"
3626     - title: "2005.0-4"
3627       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3628     - title: "2005.0-5"
3629       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3630     - title: "2009.0-5"
3631       data-set: "vpp-performance-changes-2n-clx-cmp"
3632   comparisons:
3633     - title: "2005.0-5 vs 2005.0-4"
3634       reference: 2
3635       compare: 3
3636 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3637     - title: "2009.0-5 vs 2005.0-5"
3638       reference: 3
3639       compare: 4
3640 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3641   legend:
3642     - ''
3643     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3644     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3645     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3646     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3647     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3648
3649 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3650 - type: "table"
3651   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3652   algorithm: "table_comparison"
3653   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3655   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3656   columns:
3657     - title: "2001.0-4"
3658       data-set: "vpp-performance-changes-2n-clx-h1"
3659     - title: "2005.0-4"
3660       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3661     - title: "2005.0-5"
3662       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3663     - title: "2009.0-5"
3664       data-set: "vpp-performance-changes-2n-clx-cmp"
3665   comparisons:
3666     - title: "2005.0-5 vs 2005.0-4"
3667       reference: 2
3668       compare: 3
3669 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3670     - title: "2009.0-5 vs 2005.0-5"
3671       reference: 3
3672       compare: 4
3673 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3674   legend:
3675     - ''
3676     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3677     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3678     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3679     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3680     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3681
3682 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3683 - type: "table"
3684   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3685   algorithm: "table_comparison"
3686   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3688   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3689   columns:
3690     - title: "2001.0-4"
3691       data-set: "vpp-performance-changes-2n-clx-h1"
3692     - title: "2005.0-4"
3693       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3694     - title: "2005.0-5"
3695       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3696     - title: "2009.0-5"
3697       data-set: "vpp-performance-changes-2n-clx-cmp"
3698   comparisons:
3699     - title: "2005.0-5 vs 2005.0-4"
3700       reference: 2
3701       compare: 3
3702 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3703     - title: "2009.0-5 vs 2005.0-5"
3704       reference: 3
3705       compare: 4
3706 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3707   legend:
3708     - ''
3709     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3710     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3711     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3712     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3713     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3714
3715 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3716 #- type: "table"
3717 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3718 #  algorithm: "table_comparison"
3719 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3720 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3721 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3722 #  columns:
3723 #    - title: "2001.0-2"
3724 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3725 #    - title: "2005.0-3"
3726 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3727 #  comparisons:
3728 #    - title: "Diff"
3729 #      reference: 1
3730 #      compare: 2
3731 #  legend:
3732 #    - ''
3733 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3734 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3735 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3736 #    - '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.'
3737 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3738 #
3739 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3740 #- type: "table"
3741 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3742 #  algorithm: "table_comparison"
3743 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3744 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3745 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3746 #  columns:
3747 #    - title: "2001.0-2"
3748 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3749 #    - title: "2005.0-3"
3750 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3751 #  comparisons:
3752 #    - title: "Diff"
3753 #      reference: 1
3754 #      compare: 2
3755 #  legend:
3756 #    - ''
3757 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3758 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3759 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3760 #    - '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.'
3761 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3762 #
3763 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3764 #- type: "table"
3765 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3766 #  algorithm: "table_comparison"
3767 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3768 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3769 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3770 #  columns:
3771 #    - title: "2001.0-2"
3772 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3773 #    - title: "2005.0-3"
3774 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3775 #  comparisons:
3776 #    - title: "Diff"
3777 #      reference: 1
3778 #      compare: 2
3779 #  legend:
3780 #    - ''
3781 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3782 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3783 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3784 #    - '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.'
3785 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3786 #
3787 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3788 #- type: "table"
3789 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3790 #  algorithm: "table_comparison"
3791 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3792 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3793 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3794 #  columns:
3795 #    - title: "2001.0-2"
3796 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3797 #    - title: "2005.0-3"
3798 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3799 #  comparisons:
3800 #    - title: "Diff"
3801 #      reference: 1
3802 #      compare: 2
3803 #  legend:
3804 #    - ''
3805 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3806 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3807 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3808 #    - '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.'
3809 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3810
3811 # VPP Performance Changes 2n-dnv 1t1c pdr
3812 - type: "table"
3813   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3814   algorithm: "table_comparison"
3815   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3817   filter: "'1T1C'"
3818   columns:
3819     - title: "2001.0-2"
3820       data-set: "vpp-performance-changes-2n-dnv-h1"
3821     - title: "2005.0-5"
3822       data-set: "vpp-performance-changes-2n-dnv-ref"
3823     - title: "2009.0-5"
3824       data-set: "vpp-performance-changes-2n-dnv-cmp"
3825   comparisons:
3826     - title: "2009.0-5 vs 2005.0-5"
3827       reference: 2
3828       compare: 3
3829   legend:
3830     - ''
3831     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3832     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3833     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3834     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3835
3836 # VPP Performance Changes 2n-dnv 2t2c pdr
3837 - type: "table"
3838   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3839   algorithm: "table_comparison"
3840   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3842   filter: "'2T2C'"
3843   columns:
3844     - title: "2001.0-2"
3845       data-set: "vpp-performance-changes-2n-dnv-h1"
3846     - title: "2005.0-5"
3847       data-set: "vpp-performance-changes-2n-dnv-ref"
3848     - title: "2009.0-5"
3849       data-set: "vpp-performance-changes-2n-dnv-cmp"
3850   comparisons:
3851     - title: "2009.0-5 vs 2005.0-5"
3852       reference: 2
3853       compare: 3
3854   legend:
3855     - ''
3856     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3857     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3858     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3859     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3860
3861 # VPP Performance Changes 2n-dnv 1t1c ndr
3862 - type: "table"
3863   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3864   algorithm: "table_comparison"
3865   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3867   filter: "'1T1C'"
3868   columns:
3869     - title: "2001.0-2"
3870       data-set: "vpp-performance-changes-2n-dnv-h1"
3871     - title: "2005.0-5"
3872       data-set: "vpp-performance-changes-2n-dnv-ref"
3873     - title: "2009.0-5"
3874       data-set: "vpp-performance-changes-2n-dnv-cmp"
3875   comparisons:
3876     - title: "2009.0-5 vs 2005.0-5"
3877       reference: 2
3878       compare: 3
3879   legend:
3880     - ''
3881     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3882     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3883     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3884     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3885
3886 # VPP Performance Changes 2n-dnv 2t2c ndr
3887 - type: "table"
3888   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3889   algorithm: "table_comparison"
3890   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3892   filter: "'2T2C'"
3893   columns:
3894     - title: "2001.0-2"
3895       data-set: "vpp-performance-changes-2n-dnv-h1"
3896     - title: "2005.0-5"
3897       data-set: "vpp-performance-changes-2n-dnv-ref"
3898     - title: "2009.0-5"
3899       data-set: "vpp-performance-changes-2n-dnv-cmp"
3900   comparisons:
3901     - title: "2009.0-5 vs 2005.0-5"
3902       reference: 2
3903       compare: 3
3904   legend:
3905     - ''
3906     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3907     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3908     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3909     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3910
3911 # VPP Performance Changes 3n-dnv 1t1c pdr
3912 - type: "table"
3913   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3914   algorithm: "table_comparison"
3915   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3916   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3917   filter: "'1T1C'"
3918   columns:
3919     - title: "2001.0-2"
3920       data-set: "vpp-performance-changes-3n-dnv-h1"
3921     - title: "2005.0-5"
3922       data-set: "vpp-performance-changes-3n-dnv-ref"
3923     - title: "2009.0-5"
3924       data-set: "vpp-performance-changes-3n-dnv-cmp"
3925   comparisons:
3926     - title: "2009.0-5 vs 2005.0-5"
3927       reference: 2
3928       compare: 3
3929   legend:
3930     - ''
3931     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3932     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3933     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3934     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3935
3936 # VPP Performance Changes 3n-dnv 2t2c pdr
3937 - type: "table"
3938   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3939   algorithm: "table_comparison"
3940   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3941   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3942   filter: "'2T2C'"
3943   columns:
3944     - title: "2001.0-2"
3945       data-set: "vpp-performance-changes-3n-dnv-h1"
3946     - title: "2005.0-5"
3947       data-set: "vpp-performance-changes-3n-dnv-ref"
3948     - title: "2009.0-5"
3949       data-set: "vpp-performance-changes-3n-dnv-cmp"
3950   comparisons:
3951     - title: "2009.0-5 vs 2005.0-5"
3952       reference: 2
3953       compare: 3
3954   legend:
3955     - ''
3956     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3957     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3958     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3959     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3960
3961 # VPP Performance Changes 3n-dnv 1t1c ndr
3962 - type: "table"
3963   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3964   algorithm: "table_comparison"
3965   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3966   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3967   filter: "'1T1C'"
3968   columns:
3969     - title: "2001.0-2"
3970       data-set: "vpp-performance-changes-3n-dnv-h1"
3971     - title: "2005.0-5"
3972       data-set: "vpp-performance-changes-3n-dnv-ref"
3973     - title: "2009.0-5"
3974       data-set: "vpp-performance-changes-3n-dnv-cmp"
3975   comparisons:
3976     - title: "2009.0-5 vs 2005.0-5"
3977       reference: 2
3978       compare: 3
3979   legend:
3980     - ''
3981     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3982     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3983     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3984     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3985
3986 # VPP Performance Changes 3n-dnv 2t2c ndr
3987 - type: "table"
3988   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3989   algorithm: "table_comparison"
3990   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3991   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3992   filter: "'2T2C'"
3993   columns:
3994     - title: "2001.0-2"
3995       data-set: "vpp-performance-changes-3n-dnv-h1"
3996     - title: "2005.0-5"
3997       data-set: "vpp-performance-changes-3n-dnv-ref"
3998     - title: "2009.0-5"
3999       data-set: "vpp-performance-changes-3n-dnv-cmp"
4000   comparisons:
4001     - title: "2009.0-5 vs 2005.0-5"
4002       reference: 2
4003       compare: 3
4004   legend:
4005     - ''
4006     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4007     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4008     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4009     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4010
4011 # VPP Performance Changes 3n-tsh 1t1c pdr
4012 - type: "table"
4013   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4014   algorithm: "table_comparison"
4015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4017   filter: "'1T1C'"
4018   columns:
4019     - title: "2001.0-4"
4020       data-set: "vpp-performance-changes-3n-tsh-h1"
4021     - title: "2005.0-4"
4022       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4023     - title: "2005.0-5"
4024       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4025     - title: "2009.0-5"
4026       data-set: "vpp-performance-changes-3n-tsh-cmp"
4027   comparisons:
4028     - title: "2005.0-5 vs 2005.0-4"
4029       reference: 2
4030       compare: 3
4031 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4032     - title: "2009.0-5 vs 2005.0-5"
4033       reference: 3
4034       compare: 4
4035 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4036   legend:
4037     - ''
4038     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4039     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4040     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4041     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4042     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4043
4044 # VPP Performance Changes 3n-tsh 2t2c pdr
4045 - type: "table"
4046   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4047   algorithm: "table_comparison"
4048   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4050   filter: "'2T2C'"
4051   columns:
4052     - title: "2001.0-4"
4053       data-set: "vpp-performance-changes-3n-tsh-h1"
4054     - title: "2005.0-4"
4055       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4056     - title: "2005.0-5"
4057       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4058     - title: "2009.0-5"
4059       data-set: "vpp-performance-changes-3n-tsh-cmp"
4060   comparisons:
4061     - title: "2005.0-5 vs 2005.0-4"
4062       reference: 2
4063       compare: 3
4064 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4065     - title: "2009.0-5 vs 2005.0-5"
4066       reference: 3
4067       compare: 4
4068 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4069   legend:
4070     - ''
4071     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4072     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4073     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4074     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4075     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4076
4077 # VPP Performance Changes 3n-tsh 1t1c ndr
4078 - type: "table"
4079   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4080   algorithm: "table_comparison"
4081   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4083   filter: "'1T1C'"
4084   columns:
4085     - title: "2001.0-4"
4086       data-set: "vpp-performance-changes-3n-tsh-h1"
4087     - title: "2005.0-4"
4088       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4089     - title: "2005.0-5"
4090       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4091     - title: "2009.0-5"
4092       data-set: "vpp-performance-changes-3n-tsh-cmp"
4093   comparisons:
4094     - title: "2005.0-5 vs 2005.0-4"
4095       reference: 2
4096       compare: 3
4097 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4098     - title: "2009.0-5 vs 2005.0-5"
4099       reference: 3
4100       compare: 4
4101 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4102   legend:
4103     - ''
4104     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4105     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4106     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4107     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4108     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4109
4110 # VPP Performance Changes 3n-tsh 2t2c ndr
4111 - type: "table"
4112   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4113   algorithm: "table_comparison"
4114   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4116   filter: "'2T2C'"
4117   columns:
4118     - title: "2001.0-4"
4119       data-set: "vpp-performance-changes-3n-tsh-h1"
4120     - title: "2005.0-4"
4121       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4122     - title: "2005.0-5"
4123       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4124     - title: "2009.0-5"
4125       data-set: "vpp-performance-changes-3n-tsh-cmp"
4126   comparisons:
4127     - title: "2005.0-5 vs 2005.0-4"
4128       reference: 2
4129       compare: 3
4130 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4131     - title: "2009.0-5 vs 2005.0-5"
4132       reference: 3
4133       compare: 4
4134 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4135   legend:
4136     - ''
4137     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4138     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4139     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4140     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4141     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4142
4143 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4144 - type: "table"
4145   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4146   algorithm: "table_comparison"
4147   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4148   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4149   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4150   columns:
4151     - title: "3n-hsw xl710"
4152       data-set: "vpp-compare-testbeds-ref"
4153       tag: "NIC_Intel-XL710"
4154     - title: "3n-skx xxv710"
4155       data-set: "vpp-compare-testbeds-cmp"
4156       tag: "NIC_Intel-XXV710"
4157   comparisons:
4158     - title: "Diff"
4159       reference: 1
4160       compare: 2
4161   legend:
4162     - ""
4163     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4164     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4165
4166 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4167 - type: "table"
4168   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4169   algorithm: "table_comparison"
4170   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4172   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4173   columns:
4174     - title: "3n-hsw xl710"
4175       data-set: "vpp-compare-testbeds-ref"
4176       tag: "NIC_Intel-XL710"
4177     - title: "3n-skx xxv710"
4178       data-set: "vpp-compare-testbeds-cmp"
4179       tag: "NIC_Intel-XXV710"
4180   comparisons:
4181     - title: "Diff"
4182       reference: 1
4183       compare: 2
4184   legend:
4185     - ""
4186     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4187     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4188
4189 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4190 - type: "table"
4191   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4192   algorithm: "table_comparison"
4193   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4195   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4196   columns:
4197     - title: "3n-hsw xl710"
4198       data-set: "vpp-compare-testbeds-ref"
4199       tag: "NIC_Intel-XL710"
4200     - title: "3n-skx xxv710"
4201       data-set: "vpp-compare-testbeds-cmp"
4202       tag: "NIC_Intel-XXV710"
4203   comparisons:
4204     - title: "Diff"
4205       reference: 1
4206       compare: 2
4207   legend:
4208     - ""
4209     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4210     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4211
4212 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4213 - type: "table"
4214   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4215   algorithm: "table_comparison"
4216   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4218   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4219   columns:
4220     - title: "3n-hsw xl710"
4221       data-set: "vpp-compare-testbeds-ref"
4222       tag: "NIC_Intel-XL710"
4223     - title: "3n-skx xxv710"
4224       data-set: "vpp-compare-testbeds-cmp"
4225       tag: "NIC_Intel-XXV710"
4226   comparisons:
4227     - title: "Diff"
4228       reference: 1
4229       compare: 2
4230   legend:
4231     - ""
4232     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4233     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4234
4235 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4236 - type: "table"
4237   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4238   algorithm: "table_comparison"
4239   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4240   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4241   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4242   columns:
4243     - title: "2n-skx"
4244       data-set: "vpp-compare-testbeds-skx-clx-ref"
4245     - title: "2n-clx"
4246       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4247   comparisons:
4248     - title: "Diff"
4249       reference: 1
4250       compare: 2
4251   legend:
4252     - ""
4253     - "2n-skx, 2n-clx - testbeds and NICs tested."
4254     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4255
4256 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4257 - type: "table"
4258   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4259   algorithm: "table_comparison"
4260   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4261   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4262   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4263   columns:
4264     - title: "2n-skx"
4265       data-set: "vpp-compare-testbeds-skx-clx-ref"
4266     - title: "2n-clx"
4267       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4268   comparisons:
4269     - title: "Diff"
4270       reference: 1
4271       compare: 2
4272   legend:
4273     - ""
4274     - "2n-skx, 2n-clx - testbeds and NICs tested."
4275     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4276
4277 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4278 - type: "table"
4279   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4280   algorithm: "table_comparison"
4281   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4283   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4284   columns:
4285     - title: "2n-skx"
4286       data-set: "vpp-compare-testbeds-skx-clx-ref"
4287     - title: "2n-clx"
4288       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4289   comparisons:
4290     - title: "Diff"
4291       reference: 1
4292       compare: 2
4293   legend:
4294     - ""
4295     - "2n-skx, 2n-clx - testbeds and NICs tested."
4296     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4297
4298 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4299 - type: "table"
4300   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4301   algorithm: "table_comparison"
4302   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4304   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4305   columns:
4306     - title: "2n-skx"
4307       data-set: "vpp-compare-testbeds-skx-clx-ref"
4308     - title: "2n-clx"
4309       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4310   comparisons:
4311     - title: "Diff"
4312       reference: 1
4313       compare: 2
4314   legend:
4315     - ""
4316     - "2n-skx, 2n-clx - testbeds and NICs tested."
4317     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4318
4319 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4320 - type: "table"
4321   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4322   algorithm: "table_comparison"
4323   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4324   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4325   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4326   columns:
4327     - title: "3n-hsw xl710"
4328       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4329       tag: "NIC_Intel-XL710"
4330     - title: "2n-clx xxv710"
4331       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4332       tag: "NIC_Intel-XXV710"
4333   comparisons:
4334     - title: "Diff"
4335       reference: 1
4336       compare: 2
4337   legend:
4338     - ""
4339     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4340     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4341
4342 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4343 - type: "table"
4344   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4345   algorithm: "table_comparison"
4346   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4348   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4349   columns:
4350     - title: "3n-hsw xl710"
4351       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4352       tag: "NIC_Intel-XL710"
4353     - title: "2n-clx xxv710"
4354       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4355       tag: "NIC_Intel-XXV710"
4356   comparisons:
4357     - title: "Diff"
4358       reference: 1
4359       compare: 2
4360   legend:
4361     - ""
4362     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4363     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4364
4365 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4366 - type: "table"
4367   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4368   algorithm: "table_comparison"
4369   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4370   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4371   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4372   columns:
4373     - title: "3n-hsw xl710"
4374       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4375       tag: "NIC_Intel-XL710"
4376     - title: "2n-clx xxv710"
4377       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4378       tag: "NIC_Intel-XXV710"
4379   comparisons:
4380     - title: "Diff"
4381       reference: 1
4382       compare: 2
4383   legend:
4384     - ""
4385     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4386     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4387
4388 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4389 - type: "table"
4390   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4391   algorithm: "table_comparison"
4392   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4393   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4394   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4395   columns:
4396     - title: "3n-hsw xl710"
4397       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4398       tag: "NIC_Intel-XL710"
4399     - title: "2n-clx xxv710"
4400       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4401       tag: "NIC_Intel-XXV710"
4402   comparisons:
4403     - title: "Diff"
4404       reference: 1
4405       compare: 2
4406   legend:
4407     - ""
4408     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4409     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4410
4411 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4412 - type: "table"
4413   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4414   algorithm: "table_comparison"
4415   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4417   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4418   columns:
4419     - title: "3n-skx"
4420       data-set: "vpp-compare-topologies-ref"
4421     - title: "2n-skx"
4422       data-set: "vpp-compare-topologies-cmp"
4423   comparisons:
4424     - title: "Diff"
4425       reference: 1
4426       compare: 2
4427   legend:
4428     - ""
4429     - "3n-skx, 2n-skx - topologies tested."
4430     - "Diff - difference between 3n-skx and 2n-skx topologies."
4431
4432 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4433 - type: "table"
4434   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4435   algorithm: "table_comparison"
4436   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4437   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4438   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4439   columns:
4440     - title: "3n-skx"
4441       data-set: "vpp-compare-topologies-ref"
4442     - title: "2n-skx"
4443       data-set: "vpp-compare-topologies-cmp"
4444   comparisons:
4445     - title: "Diff"
4446       reference: 1
4447       compare: 2
4448   legend:
4449     - ""
4450     - "3n-skx, 2n-skx - topologies tested."
4451     - "Diff - difference between 3n-skx and 2n-skx topologies."
4452
4453 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4454 - type: "table"
4455   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4456   algorithm: "table_comparison"
4457   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4459   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4460   columns:
4461     - title: "3n-skx"
4462       data-set: "vpp-compare-topologies-ref"
4463     - title: "2n-skx"
4464       data-set: "vpp-compare-topologies-cmp"
4465   comparisons:
4466     - title: "Diff"
4467       reference: 1
4468       compare: 2
4469   legend:
4470     - ""
4471     - "3n-skx, 2n-skx - topologies tested."
4472     - "Diff - difference between 3n-skx and 2n-skx topologies."
4473
4474 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4475 - type: "table"
4476   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4477   algorithm: "table_comparison"
4478   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4480   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4481   columns:
4482     - title: "3n-skx"
4483       data-set: "vpp-compare-topologies-ref"
4484     - title: "2n-skx"
4485       data-set: "vpp-compare-topologies-cmp"
4486   comparisons:
4487     - title: "Diff"
4488       reference: 1
4489       compare: 2
4490   legend:
4491     - ""
4492     - "3n-skx, 2n-skx - topologies tested."
4493     - "Diff - difference between 3n-skx and 2n-skx topologies."
4494
4495 # VPP Performance Changes 3n-hsw 1t1c mrr
4496 - type: "table"
4497   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4498   algorithm: "table_comparison"
4499   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4500   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4501   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4502   columns:
4503     - title: "2001.0-2"
4504       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4505     - title: "2005.0-4"
4506       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4507     - title: "2005.0-5"
4508       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4509     - title: "2009.0-5"
4510       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4511   comparisons:
4512     - title: "2005.0-5 vs 2005.0-4"
4513       reference: 2
4514       compare: 3
4515 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4516     - title: "2009.0-5 vs 2005.0-5"
4517       reference: 3
4518       compare: 4
4519 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4520   legend:
4521     - ''
4522     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4523     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4524     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4525     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4526     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4527
4528 # VPP Performance Changes 3n-hsw 2t2c mrr
4529 - type: "table"
4530   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4531   algorithm: "table_comparison"
4532   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4533   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4534   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4535   columns:
4536     - title: "2001.0-2"
4537       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4538     - title: "2005.0-4"
4539       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4540     - title: "2005.0-5"
4541       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4542     - title: "2009.0-5"
4543       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4544   comparisons:
4545     - title: "2005.0-5 vs 2005.0-4"
4546       reference: 2
4547       compare: 3
4548 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4549     - title: "2009.0-5 vs 2005.0-5"
4550       reference: 3
4551       compare: 4
4552 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4553   legend:
4554     - ''
4555     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4556     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4557     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4558     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4559     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4560
4561 # VPP Performance Changes 3n-hsw 4t4c mrr
4562 - type: "table"
4563   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4564   algorithm: "table_comparison"
4565   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4566   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4567   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4568   columns:
4569     - title: "2001.0-2"
4570       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4571     - title: "2005.0-4"
4572       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4573     - title: "2005.0-5"
4574       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4575     - title: "2009.0-5"
4576       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4577   comparisons:
4578     - title: "2005.0-5 vs 2005.0-4"
4579       reference: 2
4580       compare: 3
4581 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4582     - title: "2009.0-5 vs 2005.0-5"
4583       reference: 3
4584       compare: 4
4585 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4586   legend:
4587     - ''
4588     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4589     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4590     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4591     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4592     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4593
4594 # VPP Performance Changes 3n-skx 2t1c mrr
4595 - type: "table"
4596   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4597   algorithm: "table_comparison"
4598   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4599   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4600   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4601   columns:
4602     - title: "2001.0-2"
4603       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4604     - title: "2005.0-4"
4605       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4606     - title: "2005.0-5"
4607       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4608     - title: "2009.0-5"
4609       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4610   comparisons:
4611     - title: "2005.0-5 vs 2005.0-4"
4612       reference: 2
4613       compare: 3
4614 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4615     - title: "2009.0-5 vs 2005.0-5"
4616       reference: 2
4617       compare: 3
4618 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4619   legend:
4620     - ''
4621     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4622     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4623     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4624     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4625     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4626
4627 # VPP Performance Changes 3n-skx 4t2c mrr
4628 - type: "table"
4629   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4630   algorithm: "table_comparison"
4631   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4633   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4634   columns:
4635     - title: "2001.0-2"
4636       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4637     - title: "2005.0-4"
4638       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4639     - title: "2005.0-5"
4640       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4641     - title: "2009.0-5"
4642       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4643   comparisons:
4644     - title: "2005.0-5 vs 2005.0-4"
4645       reference: 2
4646       compare: 3
4647 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4648     - title: "2009.0-5 vs 2005.0-5"
4649       reference: 2
4650       compare: 3
4651 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4652   legend:
4653     - ''
4654     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4655     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4656     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4657     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4658     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4659
4660 # VPP Performance Changes 3n-skx 8t4c mrr
4661 - type: "table"
4662   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4663   algorithm: "table_comparison"
4664   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4665   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4666   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4667   columns:
4668     - title: "2001.0-2"
4669       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4670     - title: "2005.0-4"
4671       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4672     - title: "2005.0-5"
4673       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4674     - title: "2009.0-5"
4675       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4676   comparisons:
4677     - title: "2005.0-5 vs 2005.0-4"
4678       reference: 2
4679       compare: 3
4680 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4681     - title: "2009.0-5 vs 2005.0-5"
4682       reference: 2
4683       compare: 3
4684 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4685   legend:
4686     - ''
4687     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4688     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4689     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4690     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4691     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4692
4693 # VPP Performance Changes 2n-skx 2t1c mrr
4694 - type: "table"
4695   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4696   algorithm: "table_comparison"
4697   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4698   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4699   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4700   columns:
4701     - title: "2001.0-2"
4702       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4703     - title: "2005.0-4"
4704       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4705     - title: "2005.0-5"
4706       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4707     - title: "2009.0-5"
4708       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4709   comparisons:
4710     - title: "2005.0-5 vs 2005.0-4"
4711       reference: 2
4712       compare: 3
4713 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4714     - title: "2009.0-5 vs 2005.0-4"
4715       reference: 3
4716       compare: 4
4717 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4718   legend:
4719     - ''
4720     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4721     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4722     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4723     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4724     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4725
4726 # VPP Performance Changes 2n-skx 4t2c mrr
4727 - type: "table"
4728   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4729   algorithm: "table_comparison"
4730   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4732   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4733   columns:
4734     - title: "2001.0-2"
4735       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4736     - title: "2005.0-4"
4737       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4738     - title: "2005.0-5"
4739       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4740     - title: "2009.0-5"
4741       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4742   comparisons:
4743     - title: "2005.0-5 vs 2005.0-4"
4744       reference: 2
4745       compare: 3
4746 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4747     - title: "2009.0-5 vs 2005.0-4"
4748       reference: 3
4749       compare: 4
4750 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4751   legend:
4752     - ''
4753     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4754     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4755     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4756     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4757     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4758
4759 # VPP Performance Changes 2n-skx 8t4c mrr
4760 - type: "table"
4761   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4762   algorithm: "table_comparison"
4763   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4764   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4765   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4766   columns:
4767     - title: "2001.0-2"
4768       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4769     - title: "2005.0-4"
4770       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4771     - title: "2005.0-5"
4772       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4773     - title: "2009.0-5"
4774       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4775   comparisons:
4776     - title: "2005.0-5 vs 2005.0-4"
4777       reference: 2
4778       compare: 3
4779 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4780     - title: "2009.0-5 vs 2005.0-4"
4781       reference: 3
4782       compare: 4
4783 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4784   legend:
4785     - ''
4786     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4787     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4788     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4789     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4790     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4791
4792 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4793 - type: "table"
4794   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4795   algorithm: "table_comparison"
4796   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4797   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4798   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4799   columns:
4800     - title: "2001.0-2"
4801       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4802     - title: "2005.0-4"
4803       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4804     - title: "2005.0-5"
4805       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4806     - title: "2009.0-5"
4807       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4808   comparisons:
4809     - title: "2005.0-5 vs 2005.0-4"
4810       reference: 2
4811       compare: 3
4812 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4813     - title: "2009.0-5 vs 2005.0-5"
4814       reference: 3
4815       compare: 4
4816 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4817   legend:
4818     - ''
4819     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4820     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4821     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4822     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4823     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4824
4825 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4826 - type: "table"
4827   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4828   algorithm: "table_comparison"
4829   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4831   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4832   columns:
4833     - title: "2001.0-2"
4834       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4835     - title: "2005.0-4"
4836       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4837     - title: "2005.0-5"
4838       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4839     - title: "2009.0-5"
4840       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4841   comparisons:
4842     - title: "2005.0-5 vs 2005.0-4"
4843       reference: 2
4844       compare: 3
4845 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4846     - title: "2009.0-5 vs 2005.0-5"
4847       reference: 3
4848       compare: 4
4849 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4850   legend:
4851     - ''
4852     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4853     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4854     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4855     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4856     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4857
4858 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4859 - type: "table"
4860   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4861   algorithm: "table_comparison"
4862   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4863   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4864   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4865   columns:
4866     - title: "2001.0-2"
4867       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4868     - title: "2005.0-4"
4869       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4870     - title: "2005.0-5"
4871       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4872     - title: "2009.0-5"
4873       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4874   comparisons:
4875     - title: "2005.0-5 vs 2005.0-4"
4876       reference: 2
4877       compare: 3
4878 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4879     - title: "2009.0-5 vs 2005.0-5"
4880       reference: 3
4881       compare: 4
4882 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4883   legend:
4884     - ''
4885     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4886     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4887     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4888     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4889     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4890
4891 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4892 #- type: "table"
4893 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4894 #  algorithm: "table_comparison"
4895 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4896 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4897 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4898 #  columns:
4899 #    - title: "2001"
4900 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4901 #    - title: "2005"
4902 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4903 #  comparisons:
4904 #    - title: "Diff"
4905 #      reference: 1
4906 #      compare: 2
4907 #  legend:
4908 #    - ""
4909 #    - "2001, 2005 - VPP versions tested."
4910 #    - "Diff - difference between 2001 and 2005 VPP version."
4911 #
4912 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4913 #- type: "table"
4914 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4915 #  algorithm: "table_comparison"
4916 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4917 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4918 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4919 #  columns:
4920 #    - title: "2001"
4921 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4922 #    - title: "2005"
4923 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4924 #  comparisons:
4925 #    - title: "Diff"
4926 #      reference: 1
4927 #      compare: 2
4928 #  legend:
4929 #    - ""
4930 #    - "2001, 2005 - VPP versions tested."
4931 #    - "Diff - difference between 2001 and 2005 VPP version."
4932 #
4933 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4934 #- type: "table"
4935 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4936 #  algorithm: "table_comparison"
4937 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4938 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4939 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4940 #  columns:
4941 #    - title: "2001"
4942 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4943 #    - title: "2005"
4944 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4945 #  comparisons:
4946 #    - title: "Diff"
4947 #      reference: 1
4948 #      compare: 2
4949 #  legend:
4950 #    - ""
4951 #    - "2001, 2005 - VPP versions tested."
4952 #    - "Diff - difference between 2001 and 2005 VPP version."
4953
4954 # VPP Performance Changes 2n-dnv 1t1c mrr
4955 - type: "table"
4956   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4957   algorithm: "table_comparison"
4958   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4959   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4960   filter: "'1T1C'"
4961   columns:
4962     - title: "2001.0-2"
4963       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4964     - title: "2005.0-5"
4965       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4966     - title: "2009.0-5"
4967       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4968   comparisons:
4969     - title: "2009.0-5 vs 2005.0-5"
4970       reference: 2
4971       compare: 3
4972   legend:
4973     - ''
4974     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4975     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4976     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4977     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4978
4979 # VPP Performance Changes 2n-dnv 2t2c mrr
4980 - type: "table"
4981   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4982   algorithm: "table_comparison"
4983   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4985   filter: "'2T2C'"
4986   columns:
4987     - title: "2001.0-2"
4988       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4989     - title: "2005.0-5"
4990       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4991     - title: "2009.0-5"
4992       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4993   comparisons:
4994     - title: "2009.0-5 vs 2005.0-5"
4995       reference: 2
4996       compare: 3
4997   legend:
4998     - ''
4999     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5000     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5001     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5002     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5003
5004 # VPP Performance Changes 2n-dnv 4t4c mrr
5005 - type: "table"
5006   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5007   algorithm: "table_comparison"
5008   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5009   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5010   filter: "'4T4C'"
5011   columns:
5012     - title: "2001.0-2"
5013       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5014     - title: "2005.0-5"
5015       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5016     - title: "2009.0-5"
5017       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5018   comparisons:
5019     - title: "2009.0-5 vs 2005.0-5"
5020       reference: 2
5021       compare: 3
5022   legend:
5023     - ''
5024     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5025     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5026     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5027     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5028
5029 # VPP Performance Changes 3n-dnv 1t1c mrr
5030 - type: "table"
5031   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5032   algorithm: "table_comparison"
5033   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5034   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5035   filter: "'1T1C'"
5036   columns:
5037     - title: "2001.0-2"
5038       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5039     - title: "2005.0-5"
5040       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5041     - title: "2009.0-5"
5042       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5043   comparisons:
5044     - title: "2009.0-5 vs 2005.0-5"
5045       reference: 2
5046       compare: 3
5047   legend:
5048     - ''
5049     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5050     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5051     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5052     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5053
5054 # VPP Performance Changes 3n-dnv 2t2c mrr
5055 - type: "table"
5056   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5057   algorithm: "table_comparison"
5058   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5059   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5060   filter: "'2T2C'"
5061   columns:
5062     - title: "2001.0-2"
5063       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5064     - title: "2005.0-5"
5065       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5066     - title: "2009.0-5"
5067       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5068   comparisons:
5069     - title: "2009.0-5 vs 2005.0-5"
5070       reference: 2
5071       compare: 3
5072   legend:
5073     - ''
5074     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5075     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5076     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5077     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5078
5079 # VPP Performance Changes 3n-dnv 4t4c mrr
5080 - type: "table"
5081   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5082   algorithm: "table_comparison"
5083   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5084   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5085   filter: "'4T4C'"
5086   columns:
5087     - title: "2001.0-2"
5088       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5089     - title: "2005.0-5"
5090       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5091     - title: "2009.0-5"
5092       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5093   comparisons:
5094     - title: "2009.0-5 vs 2005.0-5"
5095       reference: 2
5096       compare: 3
5097   legend:
5098     - ''
5099     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5100     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5101     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5102     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5103
5104 # VPP Performance Changes 3n-tsh 1t1c mrr
5105 - type: "table"
5106   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5107   algorithm: "table_comparison"
5108   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5110   filter: "'1T1C'"
5111   columns:
5112     - title: "2001.0-2"
5113       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5114     - title: "2005.0-4"
5115       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5116     - title: "2005.0-5"
5117       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5118     - title: "2009.0-5"
5119       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5120   comparisons:
5121     - title: "2005.0-5 vs 2005.0-4"
5122       reference: 2
5123       compare: 3
5124 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5125     - title: "2009.0-5 vs 2005.0-5"
5126       reference: 3
5127       compare: 4
5128 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5129   legend:
5130     - ''
5131     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5132     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5133     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5134     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5135     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5136
5137 # VPP Performance Changes 3n-tsh 2t2c mrr
5138 - type: "table"
5139   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5140   algorithm: "table_comparison"
5141   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5143   filter: "'2T2C'"
5144   columns:
5145     - title: "2001.0-2"
5146       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5147     - title: "2005.0-4"
5148       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5149     - title: "2005.0-5"
5150       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5151     - title: "2009.0-5"
5152       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5153   comparisons:
5154     - title: "2005.0-5 vs 2005.0-4"
5155       reference: 2
5156       compare: 3
5157 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5158     - title: "2009.0-5 vs 2005.0-5"
5159       reference: 3
5160       compare: 4
5161 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5162   legend:
5163     - ''
5164     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5165     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5166     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5167     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5168     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5169
5170 # VPP Performance Changes 3n-tsh 4t4c mrr
5171 - type: "table"
5172   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5173   algorithm: "table_comparison"
5174   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5175   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5176   filter: "'4T4C'"
5177   columns:
5178     - title: "2001.0-2"
5179       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5180     - title: "2005.0-4"
5181       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5182     - title: "2005.0-5"
5183       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5184     - title: "2009.0-5"
5185       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5186   comparisons:
5187     - title: "2005.0-5 vs 2005.0-4"
5188       reference: 2
5189       compare: 3
5190 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5191     - title: "2009.0-5 vs 2005.0-5"
5192       reference: 3
5193       compare: 4
5194 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5195   legend:
5196     - ''
5197     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5198     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5199     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5200     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5201     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5202
5203 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5204 - type: "table"
5205   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5206   algorithm: "table_comparison"
5207   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5208   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5209   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5210   columns:
5211     - title: "3n-hsw xl710"
5212       data-set: "vpp-compare-testbeds-mrr-ref"
5213       tag: "NIC_Intel-XL710"
5214     - title: "3n-skx xxv710"
5215       data-set: "vpp-compare-testbeds-mrr-cmp"
5216       tag: "NIC_Intel-XXV710"
5217   comparisons:
5218     - title: "Diff"
5219       reference: 1
5220       compare: 2
5221   legend:
5222     - ""
5223     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5224     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5225
5226 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5227 - type: "table"
5228   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5229   algorithm: "table_comparison"
5230   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5232   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5233   columns:
5234     - title: "3n-hsw xl710"
5235       data-set: "vpp-compare-testbeds-mrr-ref"
5236       tag: "NIC_Intel-XL710"
5237     - title: "3n-skx xxv710"
5238       data-set: "vpp-compare-testbeds-mrr-cmp"
5239       tag: "NIC_Intel-XXV710"
5240   comparisons:
5241     - title: "Diff"
5242       reference: 1
5243       compare: 2
5244   legend:
5245     - ""
5246     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5247     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5248
5249 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5250 - type: "table"
5251   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5252   algorithm: "table_comparison"
5253   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5254   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5255   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5256   columns:
5257     - title: "3n-hsw xl710"
5258       data-set: "vpp-compare-testbeds-mrr-ref"
5259       tag: "NIC_Intel-XL710"
5260     - title: "3n-skx xxv710"
5261       data-set: "vpp-compare-testbeds-mrr-cmp"
5262       tag: "NIC_Intel-XXV710"
5263   comparisons:
5264     - title: "Diff"
5265       reference: 1
5266       compare: 2
5267   legend:
5268     - ""
5269     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5270     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5271
5272 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5273 - type: "table"
5274   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5275   algorithm: "table_comparison"
5276   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5277   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5278   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5279   columns:
5280     - title: "2n-skx"
5281       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5282     - title: "2n-clx"
5283       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5284   comparisons:
5285     - title: "Diff"
5286       reference: 1
5287       compare: 2
5288   legend:
5289     - ""
5290     - "2n-skx, 2n-clx - testbeds and NICs tested."
5291     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5292
5293 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5294 - type: "table"
5295   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5296   algorithm: "table_comparison"
5297   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5298   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5299   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5300   columns:
5301     - title: "2n-skx"
5302       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5303     - title: "2n-clx"
5304       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5305   comparisons:
5306     - title: "Diff"
5307       reference: 1
5308       compare: 2
5309   legend:
5310     - ""
5311     - "2n-skx, 2n-clx - testbeds and NICs tested."
5312     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5313
5314 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5315 - type: "table"
5316   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5317   algorithm: "table_comparison"
5318   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5319   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5320   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5321   columns:
5322     - title: "2n-skx"
5323       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5324     - title: "2n-clx"
5325       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5326   comparisons:
5327     - title: "Diff"
5328       reference: 1
5329       compare: 2
5330   legend:
5331     - ""
5332     - "2n-skx, 2n-clx - testbeds and NICs tested."
5333     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5334
5335 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5336 - type: "table"
5337   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5338   algorithm: "table_comparison"
5339   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5340   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5341   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5342   columns:
5343     - title: "3n-skx"
5344       data-set: "vpp-compare-topologies-mrr-ref"
5345     - title: "2n-skx"
5346       data-set: "vpp-compare-topologies-mrr-cmp"
5347   comparisons:
5348     - title: "Diff"
5349       reference: 1
5350       compare: 2
5351   legend:
5352     - ""
5353     - "3n-skx, 2n-skx - topologies tested."
5354     - "Diff - difference between 3n-skx and 2n-skx topologies."
5355
5356 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5357 - type: "table"
5358   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5359   algorithm: "table_comparison"
5360   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5362   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5363   columns:
5364     - title: "3n-skx"
5365       data-set: "vpp-compare-topologies-mrr-ref"
5366     - title: "2n-skx"
5367       data-set: "vpp-compare-topologies-mrr-cmp"
5368   comparisons:
5369     - title: "Diff"
5370       reference: 1
5371       compare: 2
5372   legend:
5373     - ""
5374     - "3n-skx, 2n-skx - topologies tested."
5375     - "Diff - difference between 3n-skx and 2n-skx topologies."
5376
5377 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5378 - type: "table"
5379   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5380   algorithm: "table_comparison"
5381   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5382   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5383   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5384   columns:
5385     - title: "3n-skx"
5386       data-set: "vpp-compare-topologies-mrr-ref"
5387     - title: "2n-skx"
5388       data-set: "vpp-compare-topologies-mrr-cmp"
5389   comparisons:
5390     - title: "Diff"
5391       reference: 1
5392       compare: 2
5393   legend:
5394     - ""
5395     - "3n-skx, 2n-skx - topologies tested."
5396     - "Diff - difference between 3n-skx and 2n-skx topologies."
5397
5398 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5399 - type: "table"
5400   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5401   algorithm: "table_comparison"
5402   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5403   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5404   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5405   columns:
5406     - title: "3n-hsw xl710"
5407       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5408       tag: "NIC_Intel-XL710"
5409     - title: "2n-clx xxv710"
5410       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5411       tag: "NIC_Intel-XXV710"
5412   comparisons:
5413     - title: "Diff"
5414       reference: 1
5415       compare: 2
5416   legend:
5417     - ""
5418     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5419     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5420
5421 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5422 - type: "table"
5423   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5424   algorithm: "table_comparison"
5425   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5426   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5427   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5428   columns:
5429     - title: "3n-hsw xl710"
5430       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5431       tag: "NIC_Intel-XL710"
5432     - title: "2n-clx xxv710"
5433       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5434       tag: "NIC_Intel-XXV710"
5435   comparisons:
5436     - title: "Diff"
5437       reference: 1
5438       compare: 2
5439   legend:
5440     - ""
5441     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5442     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5443
5444 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5445 - type: "table"
5446   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5447   algorithm: "table_comparison"
5448   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5449   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5450   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5451   columns:
5452     - title: "3n-hsw xl710"
5453       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5454       tag: "NIC_Intel-XL710"
5455     - title: "2n-clx xxv710"
5456       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5457       tag: "NIC_Intel-XXV710"
5458   comparisons:
5459     - title: "Diff"
5460       reference: 1
5461       compare: 2
5462   legend:
5463     - ""
5464     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5465     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5466
5467 # Detailed Test Results - VPP Performance Results 3n-hsw
5468 - type: "table"
5469   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5470   algorithm: "table_merged_details"
5471   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5472   columns:
5473     - title: " |prein| Test Name |preout| "
5474       data: "data name"
5475     - 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| "
5476       data: "data msg"
5477   data: "vpp-perf-results-3n-hsw"
5478   filter: "all"
5479   parameters:
5480   - "name"
5481   - "parent"
5482   - "msg"
5483
5484 # Detailed Test Results - VPP Performance Results 3n-skx
5485 - type: "table"
5486   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5487   algorithm: "table_merged_details"
5488   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5489   columns:
5490     - title: " |prein| Test Name |preout| "
5491       data: "data name"
5492     - 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| "
5493       data: "data msg"
5494   data: "vpp-perf-results-3n-skx"
5495   filter: "all"
5496   remove-ndr: False
5497   parameters:
5498   - "name"
5499   - "parent"
5500   - "msg"
5501
5502 # Detailed Test Results - VPP Performance Results 2n-skx
5503 - type: "table"
5504   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5505   algorithm: "table_merged_details"
5506   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5507   columns:
5508     - title: " |prein| Test Name |preout| "
5509       data: "data name"
5510     - 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| "
5511       data: "data msg"
5512   data: "vpp-perf-results-2n-skx"
5513   filter: "all"
5514   remove-ndr: False
5515   parameters:
5516   - "name"
5517   - "parent"
5518   - "msg"
5519
5520 # Detailed Test Results - VPP Performance Results 2n-clx
5521 - type: "table"
5522   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5523   algorithm: "table_merged_details"
5524   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5525   columns:
5526     - title: " |prein| Test Name |preout| "
5527       data: "data name"
5528     - 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| "
5529       data: "data msg"
5530   data: "vpp-perf-results-2n-clx"
5531   filter: "all"
5532   parameters:
5533   - "name"
5534   - "parent"
5535   - "msg"
5536
5537 # Detailed Test Results - VPP Performance Results 3n-tsh
5538 - type: "table"
5539   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5540   algorithm: "table_merged_details"
5541   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5542   columns:
5543     - title: " |prein| Test Name |preout| "
5544       data: "data name"
5545     - 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| "
5546       data: "data msg"
5547   data: "vpp-perf-results-3n-tsh"
5548   filter: "all"
5549   parameters:
5550   - "name"
5551   - "parent"
5552   - "msg"
5553
5554 # Detailed Test Results - VPP Performance Results 3n-dnv
5555 - type: "table"
5556   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5557   algorithm: "table_merged_details"
5558   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5559   columns:
5560     - title: " |prein| Test Name |preout| "
5561       data: "data name"
5562     - 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| "
5563       data: "data msg"
5564   data: "vpp-perf-results-3n-dnv"
5565   filter: "all"
5566   parameters:
5567   - "name"
5568   - "parent"
5569   - "msg"
5570
5571 # Detailed Test Results - VPP Performance Results 2n-dnv
5572 - type: "table"
5573   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5574   algorithm: "table_merged_details"
5575   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5576   columns:
5577     - title: " |prein| Test Name |preout| "
5578       data: "data name"
5579     - 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| "
5580       data: "data msg"
5581   data: "vpp-perf-results-2n-dnv"
5582   filter: "all"
5583   parameters:
5584   - "name"
5585   - "parent"
5586   - "msg"
5587
5588 # Test configuration - VPP Performance Test Configs 3n-hsw
5589 - type: "table"
5590   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5591   algorithm: "table_merged_details"
5592   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5593   columns:
5594     - title: " |prein| Test Name |preout| "
5595       data: "data name"
5596     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5597       data: "data conf-history"
5598   data: "vpp-perf-results-3n-hsw"
5599   filter: "all"
5600   parameters:
5601   - "parent"
5602   - "name"
5603   - "conf-history"
5604
5605 # Test configuration - VPP Performance Test Configs 3n-skx
5606 - type: "table"
5607   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5608   algorithm: "table_merged_details"
5609   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5610   columns:
5611     - title: " |prein| Test Name |preout| "
5612       data: "data name"
5613     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5614       data: "data conf-history"
5615   data: "vpp-perf-results-3n-skx"
5616   filter: "all"
5617   parameters:
5618   - "parent"
5619   - "name"
5620   - "conf-history"
5621
5622 # Test configuration - VPP Performance Test Configs 2n-skx
5623 - type: "table"
5624   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5625   algorithm: "table_merged_details"
5626   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5627   columns:
5628     - title: " |prein| Test Name |preout| "
5629       data: "data name"
5630     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5631       data: "data conf-history"
5632   data: "vpp-perf-results-2n-skx"
5633   filter: "all"
5634   parameters:
5635   - "parent"
5636   - "name"
5637   - "conf-history"
5638
5639 # Test configuration - VPP Performance Test Configs 2n-clx
5640 - type: "table"
5641   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5642   algorithm: "table_merged_details"
5643   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5644   columns:
5645     - title: " |prein| Test Name |preout| "
5646       data: "data name"
5647     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5648       data: "data conf-history"
5649   data: "vpp-perf-results-2n-clx"
5650   filter: "all"
5651   parameters:
5652   - "parent"
5653   - "name"
5654   - "conf-history"
5655
5656 # Test configuration - VPP Performance Test Configs 3n-tsh
5657 - type: "table"
5658   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5659   algorithm: "table_merged_details"
5660   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5661   columns:
5662     - title: " |prein| Test Name |preout| "
5663       data: "data name"
5664     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5665       data: "data conf-history"
5666   data: "vpp-perf-results-3n-tsh"
5667   filter: "all"
5668   parameters:
5669   - "parent"
5670   - "name"
5671   - "conf-history"
5672
5673 # Test configuration - VPP Performance Test Configs 3n-dnv
5674 - type: "table"
5675   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5676   algorithm: "table_merged_details"
5677   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5678   columns:
5679     - title: " |prein| Test Name |preout| "
5680       data: "data name"
5681     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5682       data: "data conf-history"
5683   data: "vpp-perf-results-3n-dnv"
5684   filter: "all"
5685   parameters:
5686   - "parent"
5687   - "name"
5688   - "conf-history"
5689
5690 # Test configuration - VPP Performance Test Configs 2n-dnv
5691 - type: "table"
5692   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5693   algorithm: "table_merged_details"
5694   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5695   columns:
5696     - title: " |prein| Test Name |preout| "
5697       data: "data name"
5698     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5699       data: "data conf-history"
5700   data: "vpp-perf-results-2n-dnv"
5701   filter: "all"
5702   parameters:
5703   - "parent"
5704   - "name"
5705   - "conf-history"
5706
5707 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5708 - type: "table"
5709   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5710   algorithm: "table_oper_data_html"
5711   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5712   data: "vpp-perf-results-3n-hsw"
5713   filter: "all"
5714
5715 # Test Operational Data - VPP Performance Operational Data 3n-skx
5716 - type: "table"
5717   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5718   algorithm: "table_oper_data_html"
5719   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5720   data: "vpp-perf-results-3n-skx"
5721   filter: "all"
5722
5723 # Test Operational Data - VPP Performance Operational Data 2n-skx
5724 - type: "table"
5725   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5726   algorithm: "table_oper_data_html"
5727   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5728   data: "vpp-perf-results-2n-skx"
5729   filter: "all"
5730
5731 # Test Operational Data - VPP Performance Operational Data 2n-clx
5732 - type: "table"
5733   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5734   algorithm: "table_oper_data_html"
5735   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5736   data: "vpp-perf-results-2n-clx"
5737   filter: "all"
5738
5739 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5740 - type: "table"
5741   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5742   algorithm: "table_oper_data_html"
5743   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5744   data: "vpp-perf-results-3n-tsh"
5745   filter: "all"
5746
5747 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5748 - type: "table"
5749   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5750   algorithm: "table_oper_data_html"
5751   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5752   data: "vpp-perf-results-3n-dnv"
5753   filter: "all"
5754
5755 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5756 - type: "table"
5757   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5758   algorithm: "table_oper_data_html"
5759   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5760   data: "vpp-perf-results-2n-dnv"
5761   filter: "all"
5762
5763 # Detailed Test Results - VPP MRR Results 3n-hsw
5764 - type: "table"
5765   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5766   algorithm: "table_merged_details"
5767   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5768   columns:
5769     - title: " |prein| Test Name |preout| "
5770       data: "data name"
5771     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5772       data: "data msg"
5773   data: "vpp-mrr-results-3n-hsw"
5774   filter: "all"
5775   parameters:
5776   - "name"
5777   - "parent"
5778   - "msg"
5779
5780 # Detailed Test Results - VPP MRR Results 3n-skx
5781 - type: "table"
5782   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5783   algorithm: "table_merged_details"
5784   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5785   columns:
5786     - title: " |prein| Test Name |preout| "
5787       data: "data name"
5788     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5789       data: "data msg"
5790   data: "vpp-mrr-results-3n-skx"
5791   filter: "all"
5792   parameters:
5793   - "name"
5794   - "parent"
5795   - "msg"
5796
5797 # Detailed Test Results - VPP MRR Results 2n-skx
5798 - type: "table"
5799   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5800   algorithm: "table_merged_details"
5801   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5802   columns:
5803     - title: " |prein| Test Name |preout| "
5804       data: "data name"
5805     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5806       data: "data msg"
5807   data: "vpp-mrr-results-2n-skx"
5808   filter: "all"
5809   parameters:
5810   - "name"
5811   - "parent"
5812   - "msg"
5813
5814 # Detailed Test Results - VPP MRR Results 2n-clx
5815 - type: "table"
5816   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5817   algorithm: "table_merged_details"
5818   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5819   columns:
5820     - title: " |prein| Test Name |preout| "
5821       data: "data name"
5822     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5823       data: "data msg"
5824   data: "vpp-mrr-results-2n-clx"
5825   filter: "all"
5826   parameters:
5827   - "name"
5828   - "parent"
5829   - "msg"
5830
5831 # Detailed Test Results - VPP MRR Results 3n-tsh
5832 - type: "table"
5833   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5834   algorithm: "table_merged_details"
5835   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5836   columns:
5837     - title: " |prein| Test Name |preout| "
5838       data: "data name"
5839     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5840       data: "data msg"
5841   data: "vpp-mrr-results-3n-tsh"
5842   filter: "all"
5843   parameters:
5844   - "name"
5845   - "parent"
5846   - "msg"
5847
5848 # Detailed Test Results - VPP MRR Results 3n-dnv
5849 - type: "table"
5850   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5851   algorithm: "table_merged_details"
5852   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5853   columns:
5854     - title: " |prein| Test Name |preout| "
5855       data: "data name"
5856     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5857       data: "data msg"
5858   data: "vpp-mrr-results-3n-dnv"
5859   filter: "all"
5860   parameters:
5861   - "name"
5862   - "parent"
5863   - "msg"
5864
5865 # Detailed Test Results - VPP MRR Results 2n-dnv
5866 - type: "table"
5867   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5868   algorithm: "table_merged_details"
5869   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5870   columns:
5871     - title: " |prein| Test Name |preout| "
5872       data: "data name"
5873     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5874       data: "data msg"
5875   data: "vpp-mrr-results-2n-dnv"
5876   filter: "all"
5877   parameters:
5878   - "name"
5879   - "parent"
5880   - "msg"
5881
5882 # Test configuration - VPP MRR Test Configs 3n-hsw
5883 - type: "table"
5884   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5885   algorithm: "table_merged_details"
5886   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5887   columns:
5888     - title: " |prein| Test Name |preout| "
5889       data: "data name"
5890     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5891       data: "data conf-history"
5892   data: "vpp-mrr-results-3n-hsw"
5893   filter: "all"
5894   parameters:
5895   - "parent"
5896   - "name"
5897   - "conf-history"
5898
5899 # Test configuration - VPP MRR Test Configs 3n-skx
5900 - type: "table"
5901   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5902   algorithm: "table_merged_details"
5903   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5904   columns:
5905     - title: " |prein| Test Name |preout| "
5906       data: "data name"
5907     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5908       data: "data conf-history"
5909   data: "vpp-mrr-results-3n-skx"
5910   filter: "all"
5911   parameters:
5912   - "parent"
5913   - "name"
5914   - "conf-history"
5915
5916 # Test configuration - VPP MRR Test Configs 2n-skx
5917 - type: "table"
5918   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5919   algorithm: "table_merged_details"
5920   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5921   columns:
5922     - title: " |prein| Test Name |preout| "
5923       data: "data name"
5924     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5925       data: "data conf-history"
5926   data: "vpp-mrr-results-2n-skx"
5927   filter: "all"
5928   parameters:
5929   - "parent"
5930   - "name"
5931   - "conf-history"
5932
5933 # Test configuration - VPP MRR Test Configs 2n-clx
5934 - type: "table"
5935   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5936   algorithm: "table_merged_details"
5937   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5938   columns:
5939     - title: " |prein| Test Name |preout| "
5940       data: "data name"
5941     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5942       data: "data conf-history"
5943   data: "vpp-mrr-results-2n-clx"
5944   filter: "all"
5945   parameters:
5946   - "parent"
5947   - "name"
5948   - "conf-history"
5949
5950 # Test configuration - VPP MRR Test Configs 3n-tsh
5951 - type: "table"
5952   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5953   algorithm: "table_merged_details"
5954   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5955   columns:
5956     - title: " |prein| Test Name |preout| "
5957       data: "data name"
5958     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5959       data: "data conf-history"
5960   data: "vpp-mrr-results-3n-tsh"
5961   filter: "all"
5962   parameters:
5963   - "parent"
5964   - "name"
5965   - "conf-history"
5966
5967 # Test configuration - VPP MRR Test Configs 3n-dnv
5968 - type: "table"
5969   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5970   algorithm: "table_merged_details"
5971   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5972   columns:
5973     - title: " |prein| Test Name |preout| "
5974       data: "data name"
5975     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5976       data: "data conf-history"
5977   data: "vpp-mrr-results-3n-dnv"
5978   filter: "all"
5979   parameters:
5980   - "parent"
5981   - "name"
5982   - "conf-history"
5983
5984 # Test configuration - VPP MRR Test Configs 2n-dnv
5985 - type: "table"
5986   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5987   algorithm: "table_merged_details"
5988   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5989   columns:
5990     - title: " |prein| Test Name |preout| "
5991       data: "data name"
5992     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5993       data: "data conf-history"
5994   data: "vpp-mrr-results-2n-dnv"
5995   filter: "all"
5996   parameters:
5997   - "parent"
5998   - "name"
5999   - "conf-history"
6000
6001 # Detailed Test Results - VPP Device Results - Ubuntu
6002 - type: "table"
6003   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6004   algorithm: "table_merged_details"
6005   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6006   columns:
6007     - title: " |prein| Test Name |preout| "
6008       data: "data name"
6009     - title: " |prein| Status |preout| "
6010       data: "data status"
6011   data: "vpp-device-results-ubuntu"
6012   filter: "all"
6013   parameters:
6014   - "name"
6015   - "parent"
6016   - "doc"
6017   - "status"
6018
6019 # Test configuration - VPP Device Test Configs - Ubuntu
6020 - type: "table"
6021   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6022   algorithm: "table_merged_details"
6023   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6024   columns:
6025     - title: " |prein| Test Name |preout| "
6026       data: "data name"
6027     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6028       data: "data conf-history"
6029   data: "vpp-device-results-ubuntu"
6030   filter: "all"
6031   parameters:
6032   - "parent"
6033   - "name"
6034   - "conf-history"
6035
6036 ################################################################################
6037
6038 # DPDK Performance Changes 3n-hsw 1t1c pdr
6039 - type: "table"
6040   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6041   algorithm: "table_comparison"
6042   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6043   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6044   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6045   columns:
6046     - title: "2001"
6047       data-set: "dpdk-performance-changes-3n-hsw-h1"
6048     - title: "2005"
6049       data-set: "dpdk-performance-changes-3n-hsw-ref"
6050     - title: "2009"
6051       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6052   comparisons:
6053     - title: "Diff"
6054       reference: 2
6055       compare: 3
6056   legend:
6057     - ""
6058     - "2001, 2005, 2009 - DPDK versions tested."
6059     - "Diff - difference between 2005 and 2009 DPDK version."
6060
6061 # DPDK Performance Changes 3n-hsw 2t2c pdr
6062 - type: "table"
6063   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6064   algorithm: "table_comparison"
6065   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6067   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6068   columns:
6069     - title: "2001"
6070       data-set: "dpdk-performance-changes-3n-hsw-h1"
6071     - title: "2005"
6072       data-set: "dpdk-performance-changes-3n-hsw-ref"
6073     - title: "2009"
6074       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6075   comparisons:
6076     - title: "Diff"
6077       reference: 2
6078       compare: 3
6079   legend:
6080     - ""
6081     - "2001, 2005, 2009 - DPDK versions tested."
6082     - "Diff - difference between 2005 and 2009 DPDK version."
6083
6084 # DPDK Performance Changes 3n-hsw 1t1c pdr
6085 - type: "table"
6086   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6087   algorithm: "table_comparison"
6088   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6089   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6090   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6091   columns:
6092     - title: "2001"
6093       data-set: "dpdk-performance-changes-3n-hsw-h1"
6094     - title: "2005"
6095       data-set: "dpdk-performance-changes-3n-hsw-ref"
6096     - title: "2009"
6097       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6098   comparisons:
6099     - title: "Diff"
6100       reference: 2
6101       compare: 3
6102   legend:
6103     - ""
6104     - "2001, 2005, 2009 - DPDK versions tested."
6105     - "Diff - difference between 2005 and 2009 DPDK version."
6106
6107 # DPDK Performance Changes 3n-hsw 2t2c ndr
6108 - type: "table"
6109   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6110   algorithm: "table_comparison"
6111   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6113   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6114   columns:
6115     - title: "2001"
6116       data-set: "dpdk-performance-changes-3n-hsw-h1"
6117     - title: "2005"
6118       data-set: "dpdk-performance-changes-3n-hsw-ref"
6119     - title: "2009"
6120       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6121   comparisons:
6122     - title: "Diff"
6123       reference: 2
6124       compare: 3
6125   legend:
6126     - ""
6127     - "2001, 2005, 2009 - DPDK versions tested."
6128     - "Diff - difference between 2005 and 2009 DPDK version."
6129
6130 # DPDK Performance Changes 3n-skx 2t1c pdr
6131 - type: "table"
6132   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6133   algorithm: "table_comparison"
6134   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6136   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6137   columns:
6138     - title: "2001"
6139       data-set: "dpdk-performance-changes-3n-skx-h1"
6140     - title: "2005"
6141       data-set: "dpdk-performance-changes-3n-skx-ref"
6142     - title: "2009"
6143       data-set: "dpdk-performance-changes-3n-skx-cmp"
6144   comparisons:
6145     - title: "Diff"
6146       reference: 2
6147       compare: 3
6148   legend:
6149     - ""
6150     - "2001, 2005, 2009 - DPDK versions tested."
6151     - "Diff - difference between 2005 and 2009 DPDK version."
6152
6153 # DPDK Performance Changes 3n-skx 4t2c pdr
6154 - type: "table"
6155   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6156   algorithm: "table_comparison"
6157   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6159   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6160   columns:
6161     - title: "2001"
6162       data-set: "dpdk-performance-changes-3n-skx-h1"
6163     - title: "2005"
6164       data-set: "dpdk-performance-changes-3n-skx-ref"
6165     - title: "2009"
6166       data-set: "dpdk-performance-changes-3n-skx-cmp"
6167   comparisons:
6168     - title: "Diff"
6169       reference: 2
6170       compare: 3
6171   legend:
6172     - ""
6173     - "2001, 2005, 2009 - DPDK versions tested."
6174     - "Diff - difference between 2005 and 2009 DPDK version."
6175
6176 # DPDK Performance Changes 3n-skx 2t1c ndr
6177 - type: "table"
6178   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6179   algorithm: "table_comparison"
6180   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6181   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6182   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6183   columns:
6184     - title: "2001"
6185       data-set: "dpdk-performance-changes-3n-skx-h1"
6186     - title: "2005"
6187       data-set: "dpdk-performance-changes-3n-skx-ref"
6188     - title: "2009"
6189       data-set: "dpdk-performance-changes-3n-skx-cmp"
6190   comparisons:
6191     - title: "Diff"
6192       reference: 2
6193       compare: 3
6194   legend:
6195     - ""
6196     - "2001, 2005, 2009 - DPDK versions tested."
6197     - "Diff - difference between 2005 and 2009 DPDK version."
6198
6199 # DPDK Performance Changes 3n-skx 4t2c ndr
6200 - type: "table"
6201   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6202   algorithm: "table_comparison"
6203   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6204   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6205   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6206   columns:
6207     - title: "2001"
6208       data-set: "dpdk-performance-changes-3n-skx-h1"
6209     - title: "2005"
6210       data-set: "dpdk-performance-changes-3n-skx-ref"
6211     - title: "2009"
6212       data-set: "dpdk-performance-changes-3n-skx-cmp"
6213   comparisons:
6214     - title: "Diff"
6215       reference: 2
6216       compare: 3
6217   legend:
6218     - ""
6219     - "2001, 2005, 2009 - DPDK versions tested."
6220     - "Diff - difference between 2005 and 2009 DPDK version."
6221
6222 # DPDK Performance Changes 2n-skx 2t1c pdr
6223 - type: "table"
6224   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6225   algorithm: "table_comparison"
6226   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6227   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6228   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6229   columns:
6230     - title: "2001"
6231       data-set: "dpdk-performance-changes-2n-skx-h1"
6232     - title: "2005"
6233       data-set: "dpdk-performance-changes-2n-skx-ref"
6234     - title: "2009"
6235       data-set: "dpdk-performance-changes-2n-skx-cmp"
6236   comparisons:
6237     - title: "Diff"
6238       reference: 2
6239       compare: 3
6240   legend:
6241     - ""
6242     - "2001, 2005, 2009 - DPDK versions tested."
6243     - "Diff - difference between 2005 and 2009 DPDK version."
6244
6245 # DPDK Performance Changes 2n-skx 4t2c pdr
6246 - type: "table"
6247   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6248   algorithm: "table_comparison"
6249   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6250   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6251   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6252   columns:
6253     - title: "2001"
6254       data-set: "dpdk-performance-changes-2n-skx-h1"
6255     - title: "2005"
6256       data-set: "dpdk-performance-changes-2n-skx-ref"
6257     - title: "2009"
6258       data-set: "dpdk-performance-changes-2n-skx-cmp"
6259   comparisons:
6260     - title: "Diff"
6261       reference: 2
6262       compare: 3
6263   legend:
6264     - ""
6265     - "2001, 2005, 2009 - DPDK versions tested."
6266     - "Diff - difference between 2005 and 2009 DPDK version."
6267
6268 # DPDK Performance Changes 2n-skx 2t1c ndr
6269 - type: "table"
6270   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6271   algorithm: "table_comparison"
6272   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6273   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6274   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6275   columns:
6276     - title: "2001"
6277       data-set: "dpdk-performance-changes-2n-skx-h1"
6278     - title: "2005"
6279       data-set: "dpdk-performance-changes-2n-skx-ref"
6280     - title: "2009"
6281       data-set: "dpdk-performance-changes-2n-skx-cmp"
6282   comparisons:
6283     - title: "Diff"
6284       reference: 2
6285       compare: 3
6286   legend:
6287     - ""
6288     - "2001, 2005, 2009 - DPDK versions tested."
6289     - "Diff - difference between 2005 and 2009 DPDK version."
6290
6291 # DPDK Performance Changes 2n-skx 4t2c ndr
6292 - type: "table"
6293   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6294   algorithm: "table_comparison"
6295   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6296   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6297   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6298   columns:
6299     - title: "2001"
6300       data-set: "dpdk-performance-changes-2n-skx-h1"
6301     - title: "2005"
6302       data-set: "dpdk-performance-changes-2n-skx-ref"
6303     - title: "2009"
6304       data-set: "dpdk-performance-changes-2n-skx-cmp"
6305   comparisons:
6306     - title: "Diff"
6307       reference: 2
6308       compare: 3
6309   legend:
6310     - ""
6311     - "2001, 2005, 2009 - DPDK versions tested."
6312     - "Diff - difference between 2005 and 2009 DPDK version."
6313
6314 # DPDK Performance Changes 2n-clx 2t1c pdr
6315 - type: "table"
6316   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6317   algorithm: "table_comparison"
6318   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6320   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6321   columns:
6322     - title: "2001"
6323       data-set: "dpdk-performance-changes-2n-clx-h1"
6324     - title: "2005"
6325       data-set: "dpdk-performance-changes-2n-clx-ref"
6326     - title: "2009"
6327       data-set: "dpdk-performance-changes-2n-clx-cmp"
6328   comparisons:
6329     - title: "Diff"
6330       reference: 2
6331       compare: 3
6332   legend:
6333     - ""
6334     - "2001, 2005, 2009 - DPDK versions tested."
6335     - "Diff - difference between 2005 and 2009 DPDK version."
6336
6337 # DPDK Performance Changes 2n-clx 4t2c pdr
6338 - type: "table"
6339   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6340   algorithm: "table_comparison"
6341   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6343   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6344   columns:
6345     - title: "2001"
6346       data-set: "dpdk-performance-changes-2n-clx-h1"
6347     - title: "2005"
6348       data-set: "dpdk-performance-changes-2n-clx-ref"
6349     - title: "2009"
6350       data-set: "dpdk-performance-changes-2n-clx-cmp"
6351   comparisons:
6352     - title: "Diff"
6353       reference: 2
6354       compare: 3
6355   legend:
6356     - ""
6357     - "2001, 2005, 2009 - DPDK versions tested."
6358     - "Diff - difference between 2005 and 2009 DPDK version."
6359
6360 # DPDK Performance Changes 2n-clx 2t1c ndr
6361 - type: "table"
6362   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6363   algorithm: "table_comparison"
6364   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6365   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6366   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6367   columns:
6368     - title: "2001"
6369       data-set: "dpdk-performance-changes-2n-clx-h1"
6370     - title: "2005"
6371       data-set: "dpdk-performance-changes-2n-clx-ref"
6372     - title: "2009"
6373       data-set: "dpdk-performance-changes-2n-clx-cmp"
6374   comparisons:
6375     - title: "Diff"
6376       reference: 2
6377       compare: 3
6378   legend:
6379     - ""
6380     - "2001, 2005, 2009 - DPDK versions tested."
6381     - "Diff - difference between 2005 and 2009 DPDK version."
6382
6383 # DPDK Performance Changes 2n-clx 4t2c ndr
6384 - type: "table"
6385   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6386   algorithm: "table_comparison"
6387   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6388   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6389   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6390   columns:
6391     - title: "2001"
6392       data-set: "dpdk-performance-changes-2n-clx-h1"
6393     - title: "2005"
6394       data-set: "dpdk-performance-changes-2n-clx-ref"
6395     - title: "2009"
6396       data-set: "dpdk-performance-changes-2n-clx-cmp"
6397   comparisons:
6398     - title: "Diff"
6399       reference: 2
6400       compare: 3
6401   legend:
6402     - ""
6403     - "2001, 2005, 2009 - DPDK versions tested."
6404     - "Diff - difference between 2005 and 2009 DPDK version."
6405
6406 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6407 #- type: "table"
6408 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6409 #  algorithm: "table_comparison"
6410 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6411 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6412 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6413 #  columns:
6414 #    - title: "2001"
6415 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6416 #    - title: "2005"
6417 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6418 #    - title: "2009"
6419 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6420 #  comparisons:
6421 #    - title: "Diff"
6422 #      reference: 2
6423 #      compare: 3
6424 #  legend:
6425 #    - ""
6426 #    - "2001, 2005, 2009 - DPDK versions tested."
6427 #    - "Diff - difference between 2005 and 2009 DPDK version."
6428 #
6429 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6430 #- type: "table"
6431 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6432 #  algorithm: "table_comparison"
6433 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6434 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6435 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6436 #  columns:
6437 #    - title: "2001"
6438 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6439 #    - title: "2005"
6440 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6441 #    - title: "2009"
6442 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6443 #  comparisons:
6444 #    - title: "Diff"
6445 #      reference: 2
6446 #      compare: 3
6447 #  legend:
6448 #    - ""
6449 #    - "2001, 2005, 2009 - DPDK versions tested."
6450 #    - "Diff - difference between 2005 and 2009 DPDK version."
6451 #
6452 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6453 #- type: "table"
6454 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6455 #  algorithm: "table_comparison"
6456 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6457 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6458 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6459 #  columns:
6460 #    - title: "2001"
6461 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6462 #    - title: "2005"
6463 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6464 #    - title: "2009"
6465 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6466 #  comparisons:
6467 #    - title: "Diff"
6468 #      reference: 2
6469 #      compare: 3
6470 #  legend:
6471 #    - ""
6472 #    - "2001, 2005, 2009 - DPDK versions tested."
6473 #    - "Diff - difference between 2005 and 2009 DPDK version."
6474 #
6475 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6476 #- type: "table"
6477 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6478 #  algorithm: "table_comparison"
6479 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6480 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6481 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6482 #  columns:
6483 #    - title: "2001"
6484 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6485 #    - title: "2005"
6486 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6487 #    - title: "2009"
6488 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6489 #  comparisons:
6490 #    - title: "Diff"
6491 #      reference: 2
6492 #      compare: 3
6493 #  legend:
6494 #    - ""
6495 #    - "2001, 2005, 2009 - DPDK versions tested."
6496 #    - "Diff - difference between 2005 and 2009 DPDK version."
6497 #
6498 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6499 #- type: "table"
6500 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6501 #  algorithm: "table_comparison"
6502 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6503 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6504 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6505 #  columns:
6506 #    - title: "2001"
6507 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6508 #    - title: "2005"
6509 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6510 #    - title: "2009"
6511 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6512 #  comparisons:
6513 #    - title: "Diff"
6514 #      reference: 2
6515 #      compare: 3
6516 #  legend:
6517 #    - ""
6518 #    - "2001, 2005, 2009 - DPDK versions tested."
6519 #    - "Diff - difference between 2005 and 2009 DPDK version."
6520 #
6521 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6522 #- type: "table"
6523 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6524 #  algorithm: "table_comparison"
6525 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6526 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6527 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6528 #  columns:
6529 #    - title: "2001"
6530 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6531 #    - title: "2005"
6532 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6533 #    - title: "2009"
6534 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6535 #  comparisons:
6536 #    - title: "Diff"
6537 #      reference: 2
6538 #      compare: 3
6539 #  legend:
6540 #    - ""
6541 #    - "2001, 2005, 2009 - DPDK versions tested."
6542 #    - "Diff - difference between 2005 and 2009 DPDK version."
6543 #
6544 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6545 #- type: "table"
6546 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6547 #  algorithm: "table_comparison"
6548 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6549 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6550 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6551 #  columns:
6552 #    - title: "2001"
6553 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6554 #    - title: "2005"
6555 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6556 #    - title: "2009"
6557 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6558 #  comparisons:
6559 #    - title: "Diff"
6560 #      reference: 2
6561 #      compare: 3
6562 #  legend:
6563 #    - ""
6564 #    - "2001, 2005, 2009 - DPDK versions tested."
6565 #    - "Diff - difference between 2005 and 2009 DPDK version."
6566 #
6567 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6568 #- type: "table"
6569 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6570 #  algorithm: "table_comparison"
6571 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6572 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6573 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6574 #  columns:
6575 #    - title: "2001"
6576 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6577 #    - title: "2005"
6578 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6579 #    - title: "2009"
6580 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6581 #  comparisons:
6582 #    - title: "Diff"
6583 #      reference: 2
6584 #      compare: 3
6585 #  legend:
6586 #    - ""
6587 #    - "2001, 2005, 2009 - DPDK versions tested."
6588 #    - "Diff - difference between 2005 and 2009 DPDK version."
6589
6590 # DPDK Performance Changes 3n-tsh 1t1c pdr
6591 - type: "table"
6592   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6593   algorithm: "table_comparison"
6594   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6595   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6596   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6597   columns:
6598     - title: "2001"
6599       data-set: "dpdk-performance-changes-3n-tsh-h1"
6600     - title: "2005"
6601       data-set: "dpdk-performance-changes-3n-tsh-ref"
6602     - title: "2009"
6603       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6604   comparisons:
6605     - title: "Diff"
6606       reference: 2
6607       compare: 3
6608   legend:
6609     - ""
6610     - "2001, 2005, 2009 - DPDK versions tested."
6611     - "Diff - difference between 2005 and 2009 DPDK version."
6612
6613 # DPDK Performance Changes 3n-tsh 2t2c pdr
6614 - type: "table"
6615   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6616   algorithm: "table_comparison"
6617   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6618   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6619   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6620   columns:
6621     - title: "2001"
6622       data-set: "dpdk-performance-changes-3n-tsh-h1"
6623     - title: "2005"
6624       data-set: "dpdk-performance-changes-3n-tsh-ref"
6625     - title: "2009"
6626       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6627   comparisons:
6628     - title: "Diff"
6629       reference: 2
6630       compare: 3
6631   legend:
6632     - ""
6633     - "2001, 2005, 2009 - DPDK versions tested."
6634     - "Diff - difference between 2005 and 2009 DPDK version."
6635
6636 # DPDK Performance Changes 3n-tsh 1t1c ndr
6637 - type: "table"
6638   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6639   algorithm: "table_comparison"
6640   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6641   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6642   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6643   columns:
6644     - title: "2001"
6645       data-set: "dpdk-performance-changes-3n-tsh-h1"
6646     - title: "2005"
6647       data-set: "dpdk-performance-changes-3n-tsh-ref"
6648     - title: "2009"
6649       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6650   comparisons:
6651     - title: "Diff"
6652       reference: 2
6653       compare: 3
6654   legend:
6655     - ""
6656     - "2001, 2005, 2009 - DPDK versions tested."
6657     - "Diff - difference between 2005 and 2009 DPDK version."
6658
6659 # DPDK Performance Changes 3n-tsh 2t2c ndr
6660 - type: "table"
6661   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6662   algorithm: "table_comparison"
6663   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6664   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6665   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6666   columns:
6667     - title: "2001"
6668       data-set: "dpdk-performance-changes-3n-tsh-h1"
6669     - title: "2005"
6670       data-set: "dpdk-performance-changes-3n-tsh-ref"
6671     - title: "2009"
6672       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6673   comparisons:
6674     - title: "Diff"
6675       reference: 2
6676       compare: 3
6677   legend:
6678     - ""
6679     - "2001, 2005, 2009 - DPDK versions tested."
6680     - "Diff - difference between 2005 and 2009 DPDK version."
6681
6682 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6683 - type: "table"
6684   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6685   algorithm: "table_comparison"
6686   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6688   filter: "'NIC_Intel-X710'"
6689   columns:
6690     - title: "3n-hsw x710"
6691       data-set: "dpdk-compare-testbeds-ref"
6692     - title: "3n-skx x710"
6693       data-set: "dpdk-compare-testbeds-cmp"
6694   comparisons:
6695     - title: "Diff"
6696       reference: 1
6697       compare: 2
6698   legend:
6699     - ""
6700     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6701     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6702
6703 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6704 - type: "table"
6705   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6706   algorithm: "table_comparison"
6707   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6709   filter: "'NIC_Intel-X710'"
6710   columns:
6711     - title: "3n-hsw x710"
6712       data-set: "dpdk-compare-testbeds-ref"
6713     - title: "3n-skx x710"
6714       data-set: "dpdk-compare-testbeds-cmp"
6715   comparisons:
6716     - title: "Diff"
6717       reference: 1
6718       compare: 2
6719   legend:
6720     - ""
6721     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6722     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6723
6724 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6725 - type: "table"
6726   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6727   algorithm: "table_comparison"
6728   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6729   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6730   filter: "'NIC_Intel-XXV710'"
6731   columns:
6732     - title: "2n-skx"
6733       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6734     - title: "2n-clx"
6735       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6736   comparisons:
6737     - title: "Diff"
6738       reference: 1
6739       compare: 2
6740   legend:
6741     - ""
6742     - "2n-skx, 2n-clx - testbeds and NICs tested."
6743     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6744
6745 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6746 - type: "table"
6747   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6748   algorithm: "table_comparison"
6749   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6750   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6751   filter: "'NIC_Intel-XXV710'"
6752   columns:
6753     - title: "2n-skx"
6754       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6755     - title: "2n-clx"
6756       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6757   comparisons:
6758     - title: "Diff"
6759       reference: 1
6760       compare: 2
6761   legend:
6762     - ""
6763     - "2n-skx, 2n-clx - testbeds and NICs tested."
6764     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6765
6766 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6767 - type: "table"
6768   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6769   algorithm: "table_comparison"
6770   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6772   filter: "'NIC_Intel-XXV710'"
6773   columns:
6774     - title: "3n-skx"
6775       data-set: "dpdk-compare-topologies-ref"
6776     - title: "2n-skx"
6777       data-set: "dpdk-compare-topologies-cmp"
6778   comparisons:
6779     - title: "Diff"
6780       reference: 1
6781       compare: 2
6782   legend:
6783     - ""
6784     - "3n-skx, 2n-skx - topologies tested."
6785     - "Diff - difference between 3n-skx and 2n-skx topologies."
6786
6787 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6788 - type: "table"
6789   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6790   algorithm: "table_comparison"
6791   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6792   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6793   filter: "'NIC_Intel-XXV710'"
6794   columns:
6795     - title: "3n-skx"
6796       data-set: "dpdk-compare-topologies-ref"
6797     - title: "2n-skx"
6798       data-set: "dpdk-compare-topologies-cmp"
6799   comparisons:
6800     - title: "Diff"
6801       reference: 1
6802       compare: 2
6803   legend:
6804     - ""
6805     - "3n-skx, 2n-skx - topologies tested."
6806     - "Diff - difference between 3n-skx and 2n-skx topologies."
6807
6808 # Detailed Test Results - DPDK Performance Results 3n-hsw
6809 - type: "table"
6810   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6811   algorithm: "table_merged_details"
6812   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6813   columns:
6814     - title: " |prein| Test Name |preout| "
6815       data: "data name"
6816     - 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| "
6817       data: "data msg"
6818   data: "dpdk-perf-results-3n-hsw"
6819   filter: "all"
6820   parameters:
6821   - "name"
6822   - "parent"
6823   - "msg"
6824
6825 # Detailed Test Results - DPDK Performance Results 3n-skx
6826 - type: "table"
6827   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6828   algorithm: "table_merged_details"
6829   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6830   columns:
6831     - title: " |prein| Test Name |preout| "
6832       data: "data name"
6833     - 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| "
6834       data: "data msg"
6835   data: "dpdk-perf-results-3n-skx"
6836   filter: "all"
6837   remove-ndr: False
6838   parameters:
6839   - "name"
6840   - "parent"
6841   - "msg"
6842
6843 # Detailed Test Results - DPDK Performance Results 2n-skx
6844 - type: "table"
6845   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6846   algorithm: "table_merged_details"
6847   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6848   columns:
6849     - title: " |prein| Test Name |preout| "
6850       data: "data name"
6851     - 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| "
6852       data: "data msg"
6853   data: "dpdk-perf-results-2n-skx"
6854   filter: "all"
6855   remove-ndr: False
6856   parameters:
6857   - "name"
6858   - "parent"
6859   - "msg"
6860
6861 # Detailed Test Results - DPDK Performance Results 2n-clx
6862 - type: "table"
6863   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6864   algorithm: "table_merged_details"
6865   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6866   columns:
6867     - title: " |prein| Test Name |preout| "
6868       data: "data name"
6869     - 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| "
6870       data: "data msg"
6871   data: "dpdk-perf-results-2n-clx"
6872   filter: "all"
6873   parameters:
6874   - "name"
6875   - "parent"
6876   - "msg"
6877
6878 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6879 #- type: "table"
6880 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6881 #  algorithm: "table_merged_details"
6882 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6883 #  columns:
6884 #    - title: " |prein| Test Name |preout| "
6885 #      data: "data name"
6886 #    - 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| "
6887 #      data: "data msg"
6888 #  data: "dpdk-perf-results-2n-dnv"
6889 #  filter: "all"
6890 #  parameters:
6891 #  - "name"
6892 #  - "parent"
6893 #  - "msg"
6894 #
6895 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6896 #- type: "table"
6897 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6898 #  algorithm: "table_merged_details"
6899 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6900 #  columns:
6901 #    - title: " |prein| Test Name |preout| "
6902 #      data: "data name"
6903 #    - 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| "
6904 #      data: "data msg"
6905 #  data: "dpdk-perf-results-3n-dnv"
6906 #  filter: "all"
6907 #  parameters:
6908 #  - "name"
6909 #  - "parent"
6910 #  - "msg"
6911
6912 # Detailed Test Results - DPDK Performance Results 3n-tsh
6913 - type: "table"
6914   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6915   algorithm: "table_merged_details"
6916   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6917   columns:
6918     - title: " |prein| Test Name |preout| "
6919       data: "data name"
6920     - 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| "
6921       data: "data msg"
6922   data: "dpdk-perf-results-3n-tsh"
6923   filter: "all"
6924   parameters:
6925   - "name"
6926   - "parent"
6927   - "msg"
6928
6929 ################################################################################
6930 ###                                F I L E S                                 ###
6931 ################################################################################
6932
6933 # VPP Performance Results
6934 - type: "file"
6935   title: "VPP Performance Results"
6936   algorithm: "file_details_split"
6937   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6938   dir-tables:
6939     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6940     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6941     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6942     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6943     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6944     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6945     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6946   data:
6947     - "vpp-perf-results-2n-skx"
6948     - "vpp-perf-results-3n-skx"
6949     - "vpp-perf-results-2n-clx"
6950     - "vpp-perf-results-3n-hsw"
6951     - "vpp-perf-results-3n-tsh"
6952     - "vpp-perf-results-2n-dnv"
6953     - "vpp-perf-results-3n-dnv"
6954   filter: "all"
6955   data-start-level: 4
6956   order-chapters:
6957     level-1:
6958       - "l2"
6959       - "ip4"
6960       - "ip6"
6961       - "srv6"
6962       - "ip4_tunnels"
6963       - "ip6_tunnels"
6964       - "vm_vhost"
6965       - "container_memif"
6966       - "crypto"
6967       - "vts"
6968       - "lb"
6969       - "nfv_density"
6970       - "hoststack"
6971     level-2:
6972       - "2n-skx"
6973       - "3n-skx"
6974       - "2n-clx"
6975       - "3n-hsw"
6976       - "3n-tsh"
6977       - "2n-dnv"
6978       - "3n-dnv"
6979     level-3:
6980       - "xl710"
6981       - "x520"
6982       - "xxv710"
6983       - "x710"
6984       - "x553"
6985       - "cx556a"
6986       - "vic1227"
6987       - "vic1385"
6988
6989 # VPP Performance Configuration
6990 - type: "file"
6991   title: "VPP Performance Configuration"
6992   algorithm: "file_details_split"
6993   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6994   dir-tables:
6995     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6996     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6997     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6998     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6999     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7000     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7001     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7002   data:
7003     - "vpp-perf-results-2n-skx"
7004     - "vpp-perf-results-3n-skx"
7005     - "vpp-perf-results-2n-clx"
7006     - "vpp-perf-results-3n-hsw"
7007     - "vpp-perf-results-3n-tsh"
7008     - "vpp-perf-results-2n-dnv"
7009     - "vpp-perf-results-3n-dnv"
7010   filter: "all"
7011   data-start-level: 4
7012   order-chapters:
7013     level-1:
7014       - "l2"
7015       - "ip4"
7016       - "ip6"
7017       - "srv6"
7018       - "ip4_tunnels"
7019       - "ip6_tunnels"
7020       - "vm_vhost"
7021       - "container_memif"
7022       - "crypto"
7023       - "vts"
7024       - "lb"
7025       - "nfv_density"
7026       - "hoststack"
7027     level-2:
7028       - "2n-skx"
7029       - "3n-skx"
7030       - "2n-clx"
7031       - "3n-hsw"
7032       - "3n-tsh"
7033       - "2n-dnv"
7034       - "3n-dnv"
7035     level-3:
7036       - "xl710"
7037       - "x520"
7038       - "xxv710"
7039       - "x710"
7040       - "x553"
7041       - "cx556a"
7042       - "vic1227"
7043       - "vic1385"
7044
7045 # VPP Performance Operational
7046 - type: "file"
7047   title: "VPP Performance Operational"
7048   algorithm: "file_details_split_html"
7049   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7050   dir-tables:
7051     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7052     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7053     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7054     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7055     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7056     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7057     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7058   data:
7059     - "vpp-perf-results-2n-skx"
7060     - "vpp-perf-results-3n-skx"
7061     - "vpp-perf-results-2n-clx"
7062     - "vpp-perf-results-3n-hsw"
7063     - "vpp-perf-results-3n-tsh"
7064     - "vpp-perf-results-2n-dnv"
7065     - "vpp-perf-results-3n-dnv"
7066   filter: "all"
7067   data-start-level: 4
7068   order-chapters:
7069     level-1:
7070       - "l2"
7071       - "ip4"
7072       - "ip6"
7073       - "srv6"
7074       - "ip4_tunnels"
7075       - "ip6_tunnels"
7076       - "vm_vhost"
7077       - "container_memif"
7078       - "crypto"
7079       - "vts"
7080       - "lb"
7081       - "nfv_density"
7082       - "hoststack"
7083     level-2:
7084       - "2n-skx"
7085       - "3n-skx"
7086       - "2n-clx"
7087       - "3n-hsw"
7088       - "3n-tsh"
7089       - "2n-dnv"
7090       - "3n-dnv"
7091     level-3:
7092       - "xl710"
7093       - "x520"
7094       - "xxv710"
7095       - "x710"
7096       - "x553"
7097       - "cx556a"
7098       - "vic1227"
7099       - "vic1385"
7100
7101 # VPP MRR Results
7102 - type: "file"
7103   title: "VPP MRR Results"
7104   algorithm: "file_details_split"
7105   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7106   dir-tables:
7107     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7108     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7109     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7110     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7111     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7112     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7113     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7114   data:
7115     - "vpp-mrr-results-2n-skx"
7116     - "vpp-mrr-results-3n-skx"
7117     - "vpp-mrr-results-2n-clx"
7118     - "vpp-mrr-results-3n-hsw"
7119     - "vpp-mrr-results-3n-tsh"
7120     - "vpp-mrr-results-2n-dnv"
7121     - "vpp-mrr-results-3n-dnv"
7122   filter: "all"
7123   data-start-level: 4
7124   order-chapters:
7125     level-1:
7126       - "l2"
7127       - "ip4"
7128       - "ip6"
7129       - "srv6"
7130       - "ip4_tunnels"
7131       - "ip6_tunnels"
7132       - "vm_vhost"
7133       - "container_memif"
7134       - "crypto"
7135       - "vts"
7136       - "lb"
7137       - "nfv_density"
7138       - "hoststack"
7139     level-2:
7140       - "2n-skx"
7141       - "3n-skx"
7142       - "2n-clx"
7143       - "3n-hsw"
7144       - "3n-tsh"
7145       - "2n-dnv"
7146       - "3n-dnv"
7147     level-3:
7148       - "xl710"
7149       - "x520"
7150       - "xxv710"
7151       - "x710"
7152       - "x553"
7153       - "cx556a"
7154       - "vic1227"
7155       - "vic1385"
7156
7157 # VPP MRR Configuration
7158 - type: "file"
7159   title: "VPP MRR Configuration"
7160   algorithm: "file_details_split"
7161   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7162   dir-tables:
7163     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7164     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7165     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7166     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7167     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7168     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7169     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7170   data:
7171     - "vpp-mrr-results-2n-skx"
7172     - "vpp-mrr-results-3n-skx"
7173     - "vpp-mrr-results-2n-clx"
7174     - "vpp-mrr-results-3n-hsw"
7175     - "vpp-mrr-results-3n-tsh"
7176     - "vpp-mrr-results-2n-dnv"
7177     - "vpp-mrr-results-3n-dnv"
7178   filter: "all"
7179   data-start-level: 4
7180   order-chapters:
7181     level-1:
7182       - "l2"
7183       - "ip4"
7184       - "ip6"
7185       - "srv6"
7186       - "ip4_tunnels"
7187       - "ip6_tunnels"
7188       - "vm_vhost"
7189       - "container_memif"
7190       - "crypto"
7191       - "vts"
7192       - "lb"
7193       - "nfv_density"
7194       - "hoststack"
7195     level-2:
7196       - "2n-skx"
7197       - "3n-skx"
7198       - "2n-clx"
7199       - "3n-hsw"
7200       - "3n-tsh"
7201       - "2n-dnv"
7202       - "3n-dnv"
7203     level-3:
7204       - "xl710"
7205       - "x520"
7206       - "xxv710"
7207       - "x710"
7208       - "x553"
7209       - "cx556a"
7210       - "vic1227"
7211       - "vic1385"
7212
7213 # VPP Device Results - Ubuntu
7214 - type: "file"
7215   title: "VPP Device Results - Ubuntu"
7216   algorithm: "file_test_results"
7217   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7218   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7219   data: "vpp-device-results-ubuntu"
7220   filter: "all"
7221   data-start-level: 4
7222
7223 # VPP Device Configuration - Ubuntu
7224 - type: "file"
7225   title: "VPP Device Configuration - Ubuntu"
7226   algorithm: "file_test_results"
7227   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7228   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7229   data: "vpp-device-results-ubuntu"
7230   filter: "all"
7231   data-start-level: 4
7232
7233 # DPDK Performance Results 3n-hsw
7234 - type: "file"
7235   title: "DPDK Performance Results 3n-hsw"
7236   algorithm: "file_test_results"
7237   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7238   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7239   data: "dpdk-perf-results-3n-hsw"
7240   filter: "all"
7241   data-start-level: 4
7242
7243 # DPDK Performance Results 3n-skx
7244 - type: "file"
7245   title: "DPDK Performance Results 3n-skx"
7246   algorithm: "file_test_results"
7247   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7248   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7249   data: "dpdk-perf-results-3n-skx"
7250   filter: "all"
7251   data-start-level: 4
7252
7253 # DPDK Performance Results 2n-skx
7254 - type: "file"
7255   title: "DPDK Performance Results 2n-skx"
7256   algorithm: "file_test_results"
7257   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7258   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7259   data: "dpdk-perf-results-2n-skx"
7260   filter: "all"
7261   data-start-level: 4
7262
7263 # DPDK Performance Results 2n-clx
7264 - type: "file"
7265   title: "DPDK Performance Results 2n-clx"
7266   algorithm: "file_test_results"
7267   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7268   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7269   data: "dpdk-perf-results-2n-clx"
7270   filter: "all"
7271   data-start-level: 4
7272
7273 ## DPDK Performance Results 2n-dnv
7274 #- type: "file"
7275 #  title: "DPDK Performance Results 2n-dnv"
7276 #  algorithm: "file_test_results"
7277 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7278 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7279 #  data: "dpdk-perf-results-2n-dnv"
7280 #  filter: "all"
7281 #  data-start-level: 4
7282 #
7283 ## DPDK Performance Results 3n-dnv
7284 #- type: "file"
7285 #  title: "DPDK Performance Results 3n-dnv"
7286 #  algorithm: "file_test_results"
7287 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7288 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7289 #  data: "dpdk-perf-results-3n-dnv"
7290 #  filter: "all"
7291 #  data-start-level: 4
7292
7293 # DPDK Performance Results 3n-tsh
7294 - type: "file"
7295   title: "DPDK Performance Results 3n-tsh"
7296   algorithm: "file_test_results"
7297   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7298   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7299   data: "dpdk-perf-results-3n-tsh"
7300   filter: "all"
7301   data-start-level: 4
7302
7303 ################################################################################
7304 ###                                P L O T S                                 ###
7305 ################################################################################
7306
7307 # Hoststack tests 3n-hsw
7308
7309 - type: "plot"
7310   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7311   algorithm: "plot_perf_box_name"
7312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7313   data: "plot-vpp-hoststack-3n-hsw"
7314   include:
7315     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7316     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7317   layout:
7318     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7319     layout: "plot-hoststack"
7320
7321 - type: "plot"
7322   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7323   algorithm: "plot_perf_box_name"
7324   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7325   data: "plot-vpp-hoststack-3n-hsw"
7326   include:
7327     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7328     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7329   layout:
7330     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7331     layout: "plot-hoststack"
7332
7333 - type: "plot"
7334   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7335   algorithm: "plot_perf_box_name"
7336   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7337   data: "plot-vpp-hoststack-3n-hsw"
7338   include:
7339     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7340     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7341     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7342     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7343   layout:
7344     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7345     layout: "plot-hoststack"
7346
7347 ################################################################################
7348
7349 # Soak Test (PLRsearch), boxes - 2n-clx
7350 - type: "plot"
7351   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7352   algorithm: "plot_perf_box_name"
7353   output-file-type: ".html"
7354   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7355   data: "plot-vpp-soak-2n-clx"
7356   include:
7357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7363   layout:
7364     title: "30 Minutes Soak Test (PLRsearch)"
7365     layout: "plot-soak-throughput"
7366
7367 # Soak Test (PLRsearch), boxes - 2n-clx
7368 - type: "plot"
7369   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7370   algorithm: "plot_perf_box_name"
7371   output-file-type: ".html"
7372   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7373   data: "plot-vpp-soak-2n-clx"
7374   include:
7375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7376     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7377     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7378     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7380     - "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"
7381   layout:
7382     title: "30 Minutes Soak Test (PLRsearch)"
7383     layout: "plot-soak-throughput"
7384
7385 # Soak Test (PLRsearch), boxes - 2n-skx
7386 - type: "plot"
7387   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7388   algorithm: "plot_perf_box_name"
7389   output-file-type: ".html"
7390   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7391   data: "plot-vpp-soak-2n-skx"
7392   include:
7393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7399   layout:
7400     title: "30 Minutes Soak Test (PLRsearch)"
7401     layout: "plot-soak-throughput"
7402
7403 # Soak Test (PLRsearch), boxes - 2n-skx
7404 - type: "plot"
7405   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7406   algorithm: "plot_perf_box_name"
7407   output-file-type: ".html"
7408   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7409   data: "plot-vpp-soak-2n-skx"
7410   include:
7411     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7412     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7413     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7414     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7416     - "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"
7417   layout:
7418     title: "30 Minutes Soak Test (PLRsearch)"
7419     layout: "plot-soak-throughput"
7420
7421 ###############################################################################
7422
7423 # Reconf tests 2n-skx
7424
7425 - type: "plot"
7426   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7427   algorithm: "plot_nf_reconf_box_name"
7428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7429   data: "plot-vpp-nfv-reconf-2n-skx"
7430   include:
7431     - "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"
7432     - "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"
7433     - "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"
7434     - "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"
7435     - "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"
7436     - "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"
7437   layout:
7438     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7439     layout: "plot-throughput"
7440
7441 - type: "plot"
7442   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7443   algorithm: "plot_nf_reconf_box_name"
7444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7445   data: "plot-vpp-nfv-reconf-2n-skx"
7446   include:
7447     - "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"
7448     - "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"
7449     - "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"
7450     - "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"
7451     - "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"
7452     - "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"
7453   layout:
7454     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7455     layout: "plot-throughput"
7456
7457 - type: "plot"
7458   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7459   algorithm: "plot_nf_reconf_box_name"
7460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7461   data: "plot-vpp-nfv-reconf-2n-skx"
7462   include:
7463     - "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"
7464     - "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"
7465     - "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"
7466     - "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"
7467     - "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"
7468     - "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"
7469   layout:
7470     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7471     layout: "plot-throughput"
7472
7473 ###############################################################################
7474
7475 # Reconf tests 2n-clx
7476
7477 - type: "plot"
7478   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7479   algorithm: "plot_nf_reconf_box_name"
7480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7481   data: "plot-vpp-nfv-reconf-2n-clx"
7482   include:
7483     - "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"
7484     - "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"
7485     - "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"
7486     - "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"
7487   layout:
7488     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7489     layout: "plot-throughput"
7490
7491 - type: "plot"
7492   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7493   algorithm: "plot_nf_reconf_box_name"
7494   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7495   data: "plot-vpp-nfv-reconf-2n-clx"
7496   include:
7497     - "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"
7498     - "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"
7499     - "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"
7500     - "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"
7501   layout:
7502     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7503     layout: "plot-throughput"
7504
7505 - type: "plot"
7506   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7507   algorithm: "plot_nf_reconf_box_name"
7508   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7509   data: "plot-vpp-nfv-reconf-2n-clx"
7510   include:
7511     - "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"
7512     - "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"
7513     - "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"
7514     - "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"
7515   layout:
7516     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7517     layout: "plot-throughput"
7518
7519 ###############################################################################
7520
7521 # Plots - NF Density - VSC - MRR IMIX
7522 - type: "plot"
7523   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7524   algorithm: "plot_nf_heatmap"
7525   output-file-type: ".html"
7526   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7527   data: "plot-vpp-nfv-2n-skx-mrr"
7528   filter: "'NIC_Intel-XXV710' and
7529            'NF_DENSITY' and
7530            'VHOST' and
7531            not 'VXLAN' and
7532            'CHAIN' and
7533            'NF_VPPIP4' and
7534            'IMIX' and
7535            '2T1C' and
7536            'MRR'"
7537   parameters:
7538   - "result"
7539   - "name"
7540   - "tags"
7541   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7542   x-axis: "X = VNFs per Service Chain"
7543   y-axis: "Y = Number of Service Chains"
7544   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7545   layout:
7546     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7547     layout: "plot-service-density"
7548
7549 - type: "plot"
7550   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7551   algorithm: "plot_nf_heatmap"
7552   output-file-type: ".html"
7553   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7554   data: "plot-vpp-nfv-2n-skx-mrr"
7555   filter: "'NIC_Intel-XXV710' and
7556            'NF_DENSITY' and
7557            'VHOST' and
7558            not 'VXLAN' and
7559            'CHAIN' and
7560            'NF_VPPIP4' and
7561            'IMIX' and
7562            '4T2C' and
7563            'MRR'"
7564   parameters:
7565   - "result"
7566   - "name"
7567   - "tags"
7568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7569   x-axis: "X = VNFs per Service Chain"
7570   y-axis: "Y = Number of Service Chains"
7571   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7572   layout:
7573     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7574     layout: "plot-service-density"
7575
7576 - type: "plot"
7577   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7578   algorithm: "plot_nf_heatmap"
7579   output-file-type: ".html"
7580   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7581   data: "plot-vpp-nfv-2n-skx-mrr"
7582   filter: "'NIC_Intel-XXV710' and
7583            'NF_DENSITY' and
7584            'VHOST' and
7585            not 'VXLAN' and
7586            'CHAIN' and
7587            'NF_VPPIP4' and
7588            'IMIX' and
7589            '8T4C' and
7590            'MRR'"
7591   parameters:
7592   - "result"
7593   - "name"
7594   - "tags"
7595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7596   x-axis: "X = VNFs per Service Chain"
7597   y-axis: "Y = Number of Service Chains"
7598   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7599   layout:
7600     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7601     layout: "plot-service-density"
7602
7603 # Plots - NF Density - VSC - NDR IMIX
7604 - type: "plot"
7605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7606   algorithm: "plot_nf_heatmap"
7607   output-file-type: ".html"
7608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7609   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7610   filter: "'NIC_Intel-XXV710' and
7611            'NF_DENSITY' and
7612            'VHOST' and
7613            not 'VXLAN' and
7614            'CHAIN' and
7615            'NF_VPPIP4' and
7616            'IMIX' and
7617            '2T1C' and
7618            'NDRPDR'"
7619   parameters:
7620   - "throughput"
7621   - "name"
7622   - "tags"
7623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7624   x-axis: "X = VNFs per Service Chain"
7625   y-axis: "Y = Number of Service Chains"
7626   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7627   layout:
7628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7629     layout: "plot-service-density"
7630
7631 - type: "plot"
7632   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7633   algorithm: "plot_nf_heatmap"
7634   output-file-type: ".html"
7635   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7636   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7637   filter: "'NIC_Intel-XXV710' and
7638            'NF_DENSITY' and
7639            'VHOST' and
7640            not 'VXLAN' and
7641            'CHAIN' and
7642            'NF_VPPIP4' and
7643            'IMIX' and
7644            '4T2C' and
7645            'NDRPDR'"
7646   parameters:
7647   - "throughput"
7648   - "name"
7649   - "tags"
7650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7651   x-axis: "X = VNFs per Service Chain"
7652   y-axis: "Y = Number of Service Chains"
7653   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7654   layout:
7655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7656     layout: "plot-service-density"
7657
7658 - type: "plot"
7659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7660   algorithm: "plot_nf_heatmap"
7661   output-file-type: ".html"
7662   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7663   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7664   filter: "'NIC_Intel-XXV710' and
7665            'NF_DENSITY' and
7666            'VHOST' and
7667            not 'VXLAN' and
7668            'CHAIN' and
7669            'NF_VPPIP4' and
7670            'IMIX' and
7671            '8T4C' and
7672            'NDRPDR'"
7673   parameters:
7674   - "throughput"
7675   - "name"
7676   - "tags"
7677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7678   x-axis: "X = VNFs per Service Chain"
7679   y-axis: "Y = Number of Service Chains"
7680   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7681   layout:
7682     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7683     layout: "plot-service-density"
7684
7685 # Plots - NF Density - VSC - PDR IMIX
7686 - type: "plot"
7687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7688   algorithm: "plot_nf_heatmap"
7689   output-file-type: ".html"
7690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7691   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7692   filter: "'NIC_Intel-XXV710' and
7693            'NF_DENSITY' and
7694            'VHOST' and
7695            not 'VXLAN' and
7696            'CHAIN' and
7697            'NF_VPPIP4' and
7698            'IMIX' and
7699            '2T1C' and
7700            'NDRPDR'"
7701   parameters:
7702   - "throughput"
7703   - "name"
7704   - "tags"
7705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7706   x-axis: "X = VNFs per Service Chain"
7707   y-axis: "Y = Number of Service Chains"
7708   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7709   layout:
7710     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7711     layout: "plot-service-density"
7712
7713 - type: "plot"
7714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7715   algorithm: "plot_nf_heatmap"
7716   output-file-type: ".html"
7717   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7718   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7719   filter: "'NIC_Intel-XXV710' and
7720            'NF_DENSITY' and
7721            'VHOST' and
7722            not 'VXLAN' and
7723            'CHAIN' and
7724            'NF_VPPIP4' and
7725            'IMIX' and
7726            '4T2C' and
7727            'NDRPDR'"
7728   parameters:
7729   - "throughput"
7730   - "name"
7731   - "tags"
7732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7733   x-axis: "X = VNFs per Service Chain"
7734   y-axis: "Y = Number of Service Chains"
7735   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7736   layout:
7737     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7738     layout: "plot-service-density"
7739
7740 - type: "plot"
7741   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7742   algorithm: "plot_nf_heatmap"
7743   output-file-type: ".html"
7744   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7745   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7746   filter: "'NIC_Intel-XXV710' and
7747            'NF_DENSITY' and
7748            'VHOST' and
7749            not 'VXLAN' and
7750            'CHAIN' and
7751            'NF_VPPIP4' and
7752            'IMIX' and
7753            '8T4C' and
7754            'NDRPDR'"
7755   parameters:
7756   - "throughput"
7757   - "name"
7758   - "tags"
7759   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7760   x-axis: "X = VNFs per Service Chain"
7761   y-axis: "Y = Number of Service Chains"
7762   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7763   layout:
7764     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7765     layout: "plot-service-density"
7766
7767 ###############################################################################
7768
7769 # Plots - NF Density - VSC - MRR IMIX
7770 - type: "plot"
7771   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7772   algorithm: "plot_nf_heatmap"
7773   output-file-type: ".html"
7774   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7775   data: "plot-vpp-nfv-2n-skx-mrr"
7776   filter: "'NIC_Intel-XXV710' and
7777            'NF_DENSITY' and
7778            'VHOST' and
7779            'VXLAN' and
7780            'CHAIN' and
7781            'IMIX' and
7782            '2T1C' and
7783            'MRR'"
7784   parameters:
7785   - "result"
7786   - "name"
7787   - "tags"
7788   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7789   x-axis: "X = VNFs per Service Chain"
7790   y-axis: "Y = Number of Service Chains"
7791   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7792   layout:
7793     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7794     layout: "plot-service-density"
7795
7796 - type: "plot"
7797   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7798   algorithm: "plot_nf_heatmap"
7799   output-file-type: ".html"
7800   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7801   data: "plot-vpp-nfv-2n-skx-mrr"
7802   filter: "'NIC_Intel-XXV710' and
7803            'NF_DENSITY' and
7804            'VHOST' and
7805            'VXLAN' and
7806            'CHAIN' and
7807            'IMIX' and
7808            '4T2C' and
7809            'MRR'"
7810   parameters:
7811   - "result"
7812   - "name"
7813   - "tags"
7814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7815   x-axis: "X = VNFs per Service Chain"
7816   y-axis: "Y = Number of Service Chains"
7817   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7818   layout:
7819     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7820     layout: "plot-service-density"
7821
7822 - type: "plot"
7823   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7824   algorithm: "plot_nf_heatmap"
7825   output-file-type: ".html"
7826   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7827   data: "plot-vpp-nfv-2n-skx-mrr"
7828   filter: "'NIC_Intel-XXV710' and
7829            'NF_DENSITY' and
7830            'VHOST' and
7831            'VXLAN' and
7832            'CHAIN' and
7833            'IMIX' and
7834            '8T4C' and
7835            'MRR'"
7836   parameters:
7837   - "result"
7838   - "name"
7839   - "tags"
7840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7841   x-axis: "X = VNFs per Service Chain"
7842   y-axis: "Y = Number of Service Chains"
7843   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7844   layout:
7845     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7846     layout: "plot-service-density"
7847
7848 # Plots - NF Density - VSC - NDR IMIX
7849 - type: "plot"
7850   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7851   algorithm: "plot_nf_heatmap"
7852   output-file-type: ".html"
7853   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7854   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7855   filter: "'NIC_Intel-XXV710' and
7856            'NF_DENSITY' and
7857            'VHOST' and
7858            'VXLAN' and
7859            'CHAIN' and
7860            'IMIX' and
7861            '2T1C' and
7862            'NDRPDR'"
7863   parameters:
7864   - "throughput"
7865   - "name"
7866   - "tags"
7867   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7868   x-axis: "X = VNFs per Service Chain"
7869   y-axis: "Y = Number of Service Chains"
7870   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7871   layout:
7872     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7873     layout: "plot-service-density"
7874
7875 - type: "plot"
7876   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7877   algorithm: "plot_nf_heatmap"
7878   output-file-type: ".html"
7879   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7880   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7881   filter: "'NIC_Intel-XXV710' and
7882            'NF_DENSITY' and
7883            'VHOST' and
7884            'VXLAN' and
7885            'CHAIN' and
7886            'IMIX' and
7887            '4T2C' and
7888            'NDRPDR'"
7889   parameters:
7890   - "throughput"
7891   - "name"
7892   - "tags"
7893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7894   x-axis: "X = VNFs per Service Chain"
7895   y-axis: "Y = Number of Service Chains"
7896   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7897   layout:
7898     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7899     layout: "plot-service-density"
7900
7901 - type: "plot"
7902   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7903   algorithm: "plot_nf_heatmap"
7904   output-file-type: ".html"
7905   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7906   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7907   filter: "'NIC_Intel-XXV710' and
7908            'NF_DENSITY' and
7909            'VHOST' and
7910            'VXLAN' and
7911            'CHAIN' and
7912            'IMIX' and
7913            '8T4C' and
7914            'NDRPDR'"
7915   parameters:
7916   - "throughput"
7917   - "name"
7918   - "tags"
7919   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7920   x-axis: "X = VNFs per Service Chain"
7921   y-axis: "Y = Number of Service Chains"
7922   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7923   layout:
7924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7925     layout: "plot-service-density"
7926
7927 # Plots - NF Density - VSC - PDR IMIX
7928 - type: "plot"
7929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7930   algorithm: "plot_nf_heatmap"
7931   output-file-type: ".html"
7932   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7933   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7934   filter: "'NIC_Intel-XXV710' and
7935            'NF_DENSITY' and
7936            'VHOST' and
7937            'VXLAN' and
7938            'CHAIN' and
7939            'IMIX' and
7940            '2T1C' and
7941            'NDRPDR'"
7942   parameters:
7943   - "throughput"
7944   - "name"
7945   - "tags"
7946   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7947   x-axis: "X = VNFs per Service Chain"
7948   y-axis: "Y = Number of Service Chains"
7949   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7950   layout:
7951     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7952     layout: "plot-service-density"
7953
7954 - type: "plot"
7955   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7956   algorithm: "plot_nf_heatmap"
7957   output-file-type: ".html"
7958   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7959   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7960   filter: "'NIC_Intel-XXV710' and
7961            'NF_DENSITY' and
7962            'VHOST' and
7963            'VXLAN' and
7964            'CHAIN' and
7965            'IMIX' and
7966            '4T2C' and
7967            'NDRPDR'"
7968   parameters:
7969   - "throughput"
7970   - "name"
7971   - "tags"
7972   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7973   x-axis: "X = VNFs per Service Chain"
7974   y-axis: "Y = Number of Service Chains"
7975   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7976   layout:
7977     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7978     layout: "plot-service-density"
7979
7980 - type: "plot"
7981   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7982   algorithm: "plot_nf_heatmap"
7983   output-file-type: ".html"
7984   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7985   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7986   filter: "'NIC_Intel-XXV710' and
7987            'NF_DENSITY' and
7988            'VHOST' and
7989            'VXLAN' and
7990            'CHAIN' and
7991            'IMIX' and
7992            '8T4C' and
7993            'NDRPDR'"
7994   parameters:
7995   - "throughput"
7996   - "name"
7997   - "tags"
7998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7999   x-axis: "X = VNFs per Service Chain"
8000   y-axis: "Y = Number of Service Chains"
8001   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8002   layout:
8003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8004     layout: "plot-service-density"
8005
8006 ###############################################################################
8007
8008 # Plots - NF Density - CSC - MRR IMIX
8009 - type: "plot"
8010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8011   algorithm: "plot_nf_heatmap"
8012   output-file-type: ".html"
8013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8014   data: "plot-vpp-nfv-2n-skx-mrr"
8015   filter: "'NIC_Intel-XXV710' and
8016            'NF_DENSITY' and
8017            'DOCKER' and
8018            'CHAIN' and
8019            'NF_VPPIP4' and
8020            'IMIX' and
8021            '2T1C' and
8022            'MRR'"
8023   parameters:
8024   - "result"
8025   - "name"
8026   - "tags"
8027   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8028   x-axis: "X = CNFs per Service Chain"
8029   y-axis: "Y = Number of Service Chains"
8030   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8031   layout:
8032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8033     layout: "plot-service-density"
8034
8035 - type: "plot"
8036   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8037   algorithm: "plot_nf_heatmap"
8038   output-file-type: ".html"
8039   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8040   data: "plot-vpp-nfv-2n-skx-mrr"
8041   filter: "'NIC_Intel-XXV710' and
8042            'NF_DENSITY' and
8043            'DOCKER' and
8044            'CHAIN' and
8045            'NF_VPPIP4' and
8046            'IMIX' and
8047            '4T2C' and
8048            'MRR'"
8049   parameters:
8050   - "result"
8051   - "name"
8052   - "tags"
8053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8054   x-axis: "X = CNFs per Service Chain"
8055   y-axis: "Y = Number of Service Chains"
8056   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8057   layout:
8058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8059     layout: "plot-service-density"
8060
8061 - type: "plot"
8062   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8063   algorithm: "plot_nf_heatmap"
8064   output-file-type: ".html"
8065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8066   data: "plot-vpp-nfv-2n-skx-mrr"
8067   filter: "'NIC_Intel-XXV710' and
8068            'NF_DENSITY' and
8069            'DOCKER' and
8070            'CHAIN' and
8071            'NF_VPPIP4' and
8072            'IMIX' and
8073            '8T4C' and
8074            'MRR'"
8075   parameters:
8076   - "result"
8077   - "name"
8078   - "tags"
8079   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8080   x-axis: "X = CNFs per Service Chain"
8081   y-axis: "Y = Number of Service Chains"
8082   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8083   layout:
8084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8085     layout: "plot-service-density"
8086
8087 # Plots - NF Density - CSC - NDR IMIX
8088 - type: "plot"
8089   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8090   algorithm: "plot_nf_heatmap"
8091   output-file-type: ".html"
8092   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8093   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8094   filter: "'NIC_Intel-XXV710' and
8095            'NF_DENSITY' and
8096            'DOCKER' and
8097            'CHAIN' and
8098            'NF_VPPIP4' and
8099            'IMIX' and
8100            '2T1C' and
8101            'NDRPDR'"
8102   parameters:
8103   - "throughput"
8104   - "name"
8105   - "tags"
8106   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8107   x-axis: "X = CNFs per Service Chain"
8108   y-axis: "Y = Number of Service Chains"
8109   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8110   layout:
8111     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8112     layout: "plot-service-density"
8113
8114 - type: "plot"
8115   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8116   algorithm: "plot_nf_heatmap"
8117   output-file-type: ".html"
8118   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8119   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8120   filter: "'NIC_Intel-XXV710' and
8121            'NF_DENSITY' and
8122            'DOCKER' and
8123            'CHAIN' and
8124            'NF_VPPIP4' and
8125            'IMIX' and
8126            '4T2C' and
8127            'NDRPDR'"
8128   parameters:
8129   - "throughput"
8130   - "name"
8131   - "tags"
8132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8133   x-axis: "X = CNFs per Service Chain"
8134   y-axis: "Y = Number of Service Chains"
8135   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8136   layout:
8137     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8138     layout: "plot-service-density"
8139
8140 - type: "plot"
8141   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8142   algorithm: "plot_nf_heatmap"
8143   output-file-type: ".html"
8144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8145   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8146   filter: "'NIC_Intel-XXV710' and
8147            'NF_DENSITY' and
8148            'DOCKER' and
8149            'CHAIN' and
8150            'NF_VPPIP4' and
8151            'IMIX' and
8152            '8T4C' and
8153            'NDRPDR'"
8154   parameters:
8155   - "throughput"
8156   - "name"
8157   - "tags"
8158   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8159   x-axis: "X = CNFs per Service Chain"
8160   y-axis: "Y = Number of Service Chains"
8161   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8162   layout:
8163     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8164     layout: "plot-service-density"
8165
8166 # Plots - NF Density - CSC - PDR IMIX
8167 - type: "plot"
8168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8169   algorithm: "plot_nf_heatmap"
8170   output-file-type: ".html"
8171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8172   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8173   filter: "'NIC_Intel-XXV710' and
8174            'NF_DENSITY' and
8175            'DOCKER' and
8176            'CHAIN' and
8177            'NF_VPPIP4' and
8178            'IMIX' and
8179            '2T1C' and
8180            'NDRPDR'"
8181   parameters:
8182   - "throughput"
8183   - "name"
8184   - "tags"
8185   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8186   x-axis: "X = CNFs per Service Chain"
8187   y-axis: "Y = Number of Service Chains"
8188   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8189   layout:
8190     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8191     layout: "plot-service-density"
8192
8193 - type: "plot"
8194   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8195   algorithm: "plot_nf_heatmap"
8196   output-file-type: ".html"
8197   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8198   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8199   filter: "'NIC_Intel-XXV710' and
8200            'NF_DENSITY' and
8201            'DOCKER' and
8202            'CHAIN' and
8203            'NF_VPPIP4' and
8204            'IMIX' and
8205            '4T2C' and
8206            'NDRPDR'"
8207   parameters:
8208   - "throughput"
8209   - "name"
8210   - "tags"
8211   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8212   x-axis: "X = CNFs per Service Chain"
8213   y-axis: "Y = Number of Service Chains"
8214   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8215   layout:
8216     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8217     layout: "plot-service-density"
8218
8219 - type: "plot"
8220   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8221   algorithm: "plot_nf_heatmap"
8222   output-file-type: ".html"
8223   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8224   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8225   filter: "'NIC_Intel-XXV710' and
8226            'NF_DENSITY' and
8227            'DOCKER' and
8228            'CHAIN' and
8229            'NF_VPPIP4' and
8230            'IMIX' and
8231            '8T4C' and
8232            'NDRPDR'"
8233   parameters:
8234   - "throughput"
8235   - "name"
8236   - "tags"
8237   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8238   x-axis: "X = CNFs per Service Chain"
8239   y-axis: "Y = Number of Service Chains"
8240   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8241   layout:
8242     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8243     layout: "plot-service-density"
8244
8245 ################################################################################
8246 #
8247 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8248 #- type: "plot"
8249 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8250 #  algorithm: "plot_nf_heatmap"
8251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8252 #  data: "plot-vpp-nfv-3n-skx-mrr"
8253 #  filter: "'NIC_Intel-XXV710' and
8254 #           'NF_DENSITY' and
8255 #           'DOCKER' and
8256 #           'CHAIN' and
8257 #           'NF_VPPIP4' and
8258 #           'IPSEC' and
8259 #           'TNL_4' and
8260 #           'IMIX' and
8261 #           '2T1C' and
8262 #           'MRR'"
8263 #  parameters:
8264 #  - "result"
8265 #  - "name"
8266 #  - "tags"
8267 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8268 #  x-axis: "X = CNFs per Service Chain"
8269 #  y-axis: "Y = Number of Service Chains"
8270 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8271 #  layout:
8272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8273 #    layout: "plot-service-density"
8274 #
8275 #- type: "plot"
8276 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8277 #  algorithm: "plot_nf_heatmap"
8278 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8279 #  data: "plot-vpp-nfv-3n-skx-mrr"
8280 #  filter: "'NIC_Intel-XXV710' and
8281 #           'NF_DENSITY' and
8282 #           'DOCKER' and
8283 #           'CHAIN' and
8284 #           'NF_VPPIP4' and
8285 #           'IPSEC' and
8286 #           'TNL_4' and
8287 #           'IMIX' and
8288 #           '4T2C' and
8289 #           'MRR'"
8290 #  parameters:
8291 #  - "result"
8292 #  - "name"
8293 #  - "tags"
8294 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8295 #  x-axis: "X = CNFs per Service Chain"
8296 #  y-axis: "Y = Number of Service Chains"
8297 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8298 #  layout:
8299 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8300 #    layout: "plot-service-density"
8301 #
8302 #- type: "plot"
8303 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8304 #  algorithm: "plot_nf_heatmap"
8305 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8306 #  data: "plot-vpp-nfv-3n-skx-mrr"
8307 #  filter: "'NIC_Intel-XXV710' and
8308 #           'NF_DENSITY' and
8309 #           'DOCKER' and
8310 #           'CHAIN' and
8311 #           'NF_VPPIP4' and
8312 #           'IPSEC' and
8313 #           'TNL_4' and
8314 #           'IMIX' and
8315 #           '8T4C' and
8316 #           'MRR'"
8317 #  parameters:
8318 #  - "result"
8319 #  - "name"
8320 #  - "tags"
8321 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8322 #  x-axis: "X = CNFs per Service Chain"
8323 #  y-axis: "Y = Number of Service Chains"
8324 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8325 #  layout:
8326 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8327 #    layout: "plot-service-density"
8328
8329 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8330 #- type: "plot"
8331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8332 #  algorithm: "plot_nf_heatmap"
8333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8334 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8335 #  filter: "'NIC_Intel-XXV710' and
8336 #           'NF_DENSITY' and
8337 #           'DOCKER' and
8338 #           'CHAIN' and
8339 #           'NF_VPPIP4' and
8340 #           'IPSEC' and
8341 #           'TNL_4' and
8342 #           'IMIX' and
8343 #           '2T1C' and
8344 #           'NDRPDR'"
8345 #  parameters:
8346 #  - "throughput"
8347 #  - "name"
8348 #  - "tags"
8349 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8350 #  x-axis: "X = CNFs per Service Chain"
8351 #  y-axis: "Y = Number of Service Chains"
8352 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8353 #  layout:
8354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8355 #    layout: "plot-service-density"
8356 #
8357 #- type: "plot"
8358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8359 #  algorithm: "plot_nf_heatmap"
8360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8361 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8362 #  filter: "'NIC_Intel-XXV710' and
8363 #           'NF_DENSITY' and
8364 #           'DOCKER' and
8365 #           'CHAIN' and
8366 #           'NF_VPPIP4' and
8367 #           'IPSEC' and
8368 #           'TNL_4' and
8369 #           'IMIX' and
8370 #           '4T2C' and
8371 #           'NDRPDR'"
8372 #  parameters:
8373 #  - "throughput"
8374 #  - "name"
8375 #  - "tags"
8376 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8377 #  x-axis: "X = CNFs per Service Chain"
8378 #  y-axis: "Y = Number of Service Chains"
8379 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8380 #  layout:
8381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8382 #    layout: "plot-service-density"
8383 #
8384 #- type: "plot"
8385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8386 #  algorithm: "plot_nf_heatmap"
8387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8388 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8389 #  filter: "'NIC_Intel-XXV710' and
8390 #           'NF_DENSITY' and
8391 #           'DOCKER' and
8392 #           'CHAIN' and
8393 #           'NF_VPPIP4' and
8394 #           'IPSEC' and
8395 #           'TNL_4' and
8396 #           'IMIX' and
8397 #           '8T4C' and
8398 #           'NDRPDR'"
8399 #  parameters:
8400 #  - "throughput"
8401 #  - "name"
8402 #  - "tags"
8403 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8404 #  x-axis: "X = CNFs per Service Chain"
8405 #  y-axis: "Y = Number of Service Chains"
8406 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8407 #  layout:
8408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8409 #    layout: "plot-service-density"
8410 #
8411 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8412 #- type: "plot"
8413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8414 #  algorithm: "plot_nf_heatmap"
8415 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8416 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8417 #  filter: "'NIC_Intel-XXV710' and
8418 #           'NF_DENSITY' and
8419 #           'DOCKER' and
8420 #           'CHAIN' and
8421 #           'NF_VPPIP4' and
8422 #           'IPSEC' and
8423 #           'TNL_4' and
8424 #           'IMIX' and
8425 #           '2T1C' and
8426 #           'NDRPDR'"
8427 #  parameters:
8428 #  - "throughput"
8429 #  - "name"
8430 #  - "tags"
8431 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8432 #  x-axis: "X = CNFs per Service Chain"
8433 #  y-axis: "Y = Number of Service Chains"
8434 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8435 #  layout:
8436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8437 #    layout: "plot-service-density"
8438 #
8439 #- type: "plot"
8440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8441 #  algorithm: "plot_nf_heatmap"
8442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8443 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8444 #  filter: "'NIC_Intel-XXV710' and
8445 #           'NF_DENSITY' and
8446 #           'DOCKER' and
8447 #           'CHAIN' and
8448 #           'NF_VPPIP4' and
8449 #           'IPSEC' and
8450 #           'TNL_4' and
8451 #           'IMIX' and
8452 #           '4T2C' and
8453 #           'NDRPDR'"
8454 #  parameters:
8455 #  - "throughput"
8456 #  - "name"
8457 #  - "tags"
8458 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8459 #  x-axis: "X = CNFs per Service Chain"
8460 #  y-axis: "Y = Number of Service Chains"
8461 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8462 #  layout:
8463 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8464 #    layout: "plot-service-density"
8465 #
8466 #- type: "plot"
8467 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8468 #  algorithm: "plot_nf_heatmap"
8469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8470 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8471 #  filter: "'NIC_Intel-XXV710' and
8472 #           'NF_DENSITY' and
8473 #           'DOCKER' and
8474 #           'CHAIN' and
8475 #           'NF_VPPIP4' and
8476 #           'IPSEC' and
8477 #           'TNL_4' and
8478 #           'IMIX' and
8479 #           '8T4C' and
8480 #           'NDRPDR'"
8481 #  parameters:
8482 #  - "throughput"
8483 #  - "name"
8484 #  - "tags"
8485 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8486 #  x-axis: "X = CNFs per Service Chain"
8487 #  y-axis: "Y = Number of Service Chains"
8488 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8489 #  layout:
8490 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8491 #    layout: "plot-service-density"
8492
8493 ###############################################################################
8494
8495 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8496 #- type: "plot"
8497 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8498 #  algorithm: "plot_nf_heatmap"
8499 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8500 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8501 #  filter: "'NIC_Intel-XL710' and
8502 #           'NF_DENSITY' and
8503 #           'DOCKER' and
8504 #           'CHAIN' and
8505 #           'NF_VPPIP4' and
8506 #           'IMIX' and
8507 #           'TNL_4' and
8508 #           '1T1C' and
8509 #           'MRR'"
8510 #  parameters:
8511 #  - "result"
8512 #  - "name"
8513 #  - "tags"
8514 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8515 #  x-axis: "X = CNFs per Service Chain"
8516 #  y-axis: "Y = Number of Service Chains"
8517 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8518 #  layout:
8519 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8520 #    layout: "plot-service-density"
8521 #
8522 #- type: "plot"
8523 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8524 #  algorithm: "plot_nf_heatmap"
8525 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8526 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8527 #  filter: "'NIC_Intel-XL710' and
8528 #           'NF_DENSITY' and
8529 #           'DOCKER' and
8530 #           'CHAIN' and
8531 #           'NF_VPPIP4' and
8532 #           'IPSEC' and
8533 #           'TNL_4' and
8534 #           'IMIX' and
8535 #           '2T2C' and
8536 #           'MRR'"
8537 #  parameters:
8538 #  - "result"
8539 #  - "name"
8540 #  - "tags"
8541 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8542 #  x-axis: "X = CNFs per Service Chain"
8543 #  y-axis: "Y = Number of Service Chains"
8544 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8545 #  layout:
8546 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8547 #    layout: "plot-service-density"
8548 #
8549 #- type: "plot"
8550 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8551 #  algorithm: "plot_nf_heatmap"
8552 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8553 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8554 #  filter: "'NIC_Intel-XL710' and
8555 #           'NF_DENSITY' and
8556 #           'DOCKER' and
8557 #           'CHAIN' and
8558 #           'NF_VPPIP4' and
8559 #           'IPSEC' and
8560 #           'TNL_4' and
8561 #           'IMIX' and
8562 #           '4T4C' and
8563 #           'MRR'"
8564 #  parameters:
8565 #  - "result"
8566 #  - "name"
8567 #  - "tags"
8568 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8569 #  x-axis: "X = CNFs per Service Chain"
8570 #  y-axis: "Y = Number of Service Chains"
8571 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8572 #  layout:
8573 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8574 #    layout: "plot-service-density"
8575
8576 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8577 #- type: "plot"
8578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8579 #  algorithm: "plot_nf_heatmap"
8580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8581 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8582 #  filter: "'NIC_Intel-XL710' and
8583 #           'NF_DENSITY' and
8584 #           'DOCKER' and
8585 #           'CHAIN' and
8586 #           'NF_VPPIP4' and
8587 #           'IPSEC' and
8588 #           'TNL_4' and
8589 #           'IMIX' and
8590 #           '1T1C' and
8591 #           'NDRPDR'"
8592 #  parameters:
8593 #  - "throughput"
8594 #  - "name"
8595 #  - "tags"
8596 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8597 #  x-axis: "X = CNFs per Service Chain"
8598 #  y-axis: "Y = Number of Service Chains"
8599 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8600 #  layout:
8601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8602 #    layout: "plot-service-density"
8603 #
8604 #- type: "plot"
8605 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8606 #  algorithm: "plot_nf_heatmap"
8607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8608 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8609 #  filter: "'NIC_Intel-XL710' and
8610 #           'NF_DENSITY' and
8611 #           'DOCKER' and
8612 #           'CHAIN' and
8613 #           'NF_VPPIP4' and
8614 #           'IPSEC' and
8615 #           'TNL_4' and
8616 #           'IMIX' and
8617 #           '2T2C' and
8618 #           'NDRPDR'"
8619 #  parameters:
8620 #  - "throughput"
8621 #  - "name"
8622 #  - "tags"
8623 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8624 #  x-axis: "X = CNFs per Service Chain"
8625 #  y-axis: "Y = Number of Service Chains"
8626 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8627 #  layout:
8628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8629 #    layout: "plot-service-density"
8630 #
8631 #- type: "plot"
8632 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8633 #  algorithm: "plot_nf_heatmap"
8634 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8635 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8636 #  filter: "'NIC_Intel-XL710' and
8637 #           'NF_DENSITY' and
8638 #           'DOCKER' and
8639 #           'CHAIN' and
8640 #           'NF_VPPIP4' and
8641 #           'IPSEC' and
8642 #           'TNL_4' and
8643 #           'IMIX' and
8644 #           '4T4C' and
8645 #           'NDRPDR'"
8646 #  parameters:
8647 #  - "throughput"
8648 #  - "name"
8649 #  - "tags"
8650 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8651 #  x-axis: "X = CNFs per Service Chain"
8652 #  y-axis: "Y = Number of Service Chains"
8653 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8654 #  layout:
8655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8656 #    layout: "plot-service-density"
8657 #
8658 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8659 #- type: "plot"
8660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8661 #  algorithm: "plot_nf_heatmap"
8662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8663 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8664 #  filter: "'NIC_Intel-XL710' and
8665 #           'NF_DENSITY' and
8666 #           'DOCKER' and
8667 #           'CHAIN' and
8668 #           'NF_VPPIP4' and
8669 #           'IPSEC' and
8670 #           'TNL_4' and
8671 #           'IMIX' and
8672 #           '1T1C' and
8673 #           'NDRPDR'"
8674 #  parameters:
8675 #  - "throughput"
8676 #  - "name"
8677 #  - "tags"
8678 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8679 #  x-axis: "X = CNFs per Service Chain"
8680 #  y-axis: "Y = Number of Service Chains"
8681 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8682 #  layout:
8683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8684 #    layout: "plot-service-density"
8685 #
8686 #- type: "plot"
8687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8688 #  algorithm: "plot_nf_heatmap"
8689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8690 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8691 #  filter: "'NIC_Intel-XL710' and
8692 #           'NF_DENSITY' and
8693 #           'DOCKER' and
8694 #           'CHAIN' and
8695 #           'NF_VPPIP4' and
8696 #           'IPSEC' and
8697 #           'TNL_4' and
8698 #           'IMIX' and
8699 #           '2T2C' and
8700 #           'NDRPDR'"
8701 #  parameters:
8702 #  - "throughput"
8703 #  - "name"
8704 #  - "tags"
8705 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8706 #  x-axis: "X = CNFs per Service Chain"
8707 #  y-axis: "Y = Number of Service Chains"
8708 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8709 #  layout:
8710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8711 #    layout: "plot-service-density"
8712 #
8713 #- type: "plot"
8714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8715 #  algorithm: "plot_nf_heatmap"
8716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8717 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8718 #  filter: "'NIC_Intel-XL710' and
8719 #           'NF_DENSITY' and
8720 #           'DOCKER' and
8721 #           'CHAIN' and
8722 #           'NF_VPPIP4' and
8723 #           'IPSEC' and
8724 #           'TNL_4' and
8725 #           'IMIX' and
8726 #           '4T4C' and
8727 #           'NDRPDR'"
8728 #  parameters:
8729 #  - "throughput"
8730 #  - "name"
8731 #  - "tags"
8732 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8733 #  x-axis: "X = CNFs per Service Chain"
8734 #  y-axis: "Y = Number of Service Chains"
8735 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8736 #  layout:
8737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8738 #    layout: "plot-service-density"
8739
8740 ###############################################################################
8741
8742 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8743 #- type: "plot"
8744 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8745 #  algorithm: "plot_nf_heatmap"
8746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8747 #  data: "plot-vpp-nfv-3n-skx-mrr"
8748 #  filter: "'NIC_Intel-XXV710' and
8749 #           'NF_DENSITY' and
8750 #           'DOCKER' and
8751 #           'CHAIN' and
8752 #           'NF_VPPIP4' and
8753 #           'IPSEC' and
8754 #           'TNL_1000' and
8755 #           'IMIX' and
8756 #           '2T1C' and
8757 #           'MRR'"
8758 #  parameters:
8759 #  - "result"
8760 #  - "name"
8761 #  - "tags"
8762 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8763 #  x-axis: "X = CNFs per Service Chain"
8764 #  y-axis: "Y = Number of Service Chains"
8765 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8766 #  layout:
8767 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8768 #    layout: "plot-service-density"
8769 #
8770 #- type: "plot"
8771 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8772 #  algorithm: "plot_nf_heatmap"
8773 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8774 #  data: "plot-vpp-nfv-3n-skx-mrr"
8775 #  filter: "'NIC_Intel-XXV710' and
8776 #           'NF_DENSITY' and
8777 #           'DOCKER' and
8778 #           'CHAIN' and
8779 #           'NF_VPPIP4' and
8780 #           'IPSEC' and
8781 #           'TNL_1000' and
8782 #           'IMIX' and
8783 #           '4T2C' and
8784 #           'MRR'"
8785 #  parameters:
8786 #  - "result"
8787 #  - "name"
8788 #  - "tags"
8789 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8790 #  x-axis: "X = CNFs per Service Chain"
8791 #  y-axis: "Y = Number of Service Chains"
8792 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8793 #  layout:
8794 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8795 #    layout: "plot-service-density"
8796 #
8797 #- type: "plot"
8798 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8799 #  algorithm: "plot_nf_heatmap"
8800 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8801 #  data: "plot-vpp-nfv-3n-skx-mrr"
8802 #  filter: "'NIC_Intel-XXV710' and
8803 #           'NF_DENSITY' and
8804 #           'DOCKER' and
8805 #           'CHAIN' and
8806 #           'NF_VPPIP4' and
8807 #           'IPSEC' and
8808 #           'TNL_1000' and
8809 #           'IMIX' and
8810 #           '8T4C' and
8811 #           'MRR'"
8812 #  parameters:
8813 #  - "result"
8814 #  - "name"
8815 #  - "tags"
8816 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8817 #  x-axis: "X = CNFs per Service Chain"
8818 #  y-axis: "Y = Number of Service Chains"
8819 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8820 #  layout:
8821 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8822 #    layout: "plot-service-density"
8823
8824 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8825 #- type: "plot"
8826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8827 #  algorithm: "plot_nf_heatmap"
8828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8829 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8830 #  filter: "'NIC_Intel-XXV710' and
8831 #           'NF_DENSITY' and
8832 #           'DOCKER' and
8833 #           'CHAIN' and
8834 #           'NF_VPPIP4' and
8835 #           'IPSEC' and
8836 #           'TNL_1000' and
8837 #           'IMIX' and
8838 #           '2T1C' and
8839 #           'NDRPDR'"
8840 #  parameters:
8841 #  - "throughput"
8842 #  - "name"
8843 #  - "tags"
8844 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8845 #  x-axis: "X = CNFs per Service Chain"
8846 #  y-axis: "Y = Number of Service Chains"
8847 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8848 #  layout:
8849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8850 #    layout: "plot-service-density"
8851 #
8852 #- type: "plot"
8853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8854 #  algorithm: "plot_nf_heatmap"
8855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8856 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8857 #  filter: "'NIC_Intel-XXV710' and
8858 #           'NF_DENSITY' and
8859 #           'DOCKER' and
8860 #           'CHAIN' and
8861 #           'NF_VPPIP4' and
8862 #           'IPSEC' and
8863 #           'TNL_1000' and
8864 #           'IMIX' and
8865 #           '4T2C' and
8866 #           'NDRPDR'"
8867 #  parameters:
8868 #  - "throughput"
8869 #  - "name"
8870 #  - "tags"
8871 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8872 #  x-axis: "X = CNFs per Service Chain"
8873 #  y-axis: "Y = Number of Service Chains"
8874 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8875 #  layout:
8876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8877 #    layout: "plot-service-density"
8878 #
8879 #- type: "plot"
8880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8881 #  algorithm: "plot_nf_heatmap"
8882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8883 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8884 #  filter: "'NIC_Intel-XXV710' and
8885 #           'NF_DENSITY' and
8886 #           'DOCKER' and
8887 #           'CHAIN' and
8888 #           'NF_VPPIP4' and
8889 #           'IPSEC' and
8890 #           'TNL_1000' and
8891 #           'IMIX' and
8892 #           '8T4C' and
8893 #           'NDRPDR'"
8894 #  parameters:
8895 #  - "throughput"
8896 #  - "name"
8897 #  - "tags"
8898 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8899 #  x-axis: "X = CNFs per Service Chain"
8900 #  y-axis: "Y = Number of Service Chains"
8901 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8902 #  layout:
8903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8904 #    layout: "plot-service-density"
8905 #
8906 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8907 #- type: "plot"
8908 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8909 #  algorithm: "plot_nf_heatmap"
8910 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8911 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8912 #  filter: "'NIC_Intel-XXV710' and
8913 #           'NF_DENSITY' and
8914 #           'DOCKER' and
8915 #           'CHAIN' and
8916 #           'NF_VPPIP4' and
8917 #           'IPSEC' and
8918 #           'TNL_1000' and
8919 #           'IMIX' and
8920 #           '2T1C' and
8921 #           'NDRPDR'"
8922 #  parameters:
8923 #  - "throughput"
8924 #  - "name"
8925 #  - "tags"
8926 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8927 #  x-axis: "X = CNFs per Service Chain"
8928 #  y-axis: "Y = Number of Service Chains"
8929 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8930 #  layout:
8931 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8932 #    layout: "plot-service-density"
8933 #
8934 #- type: "plot"
8935 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8936 #  algorithm: "plot_nf_heatmap"
8937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8938 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8939 #  filter: "'NIC_Intel-XXV710' and
8940 #           'NF_DENSITY' and
8941 #           'DOCKER' and
8942 #           'CHAIN' and
8943 #           'NF_VPPIP4' and
8944 #           'IPSEC' and
8945 #           'TNL_1000' and
8946 #           'IMIX' and
8947 #           '4T2C' and
8948 #           'NDRPDR'"
8949 #  parameters:
8950 #  - "throughput"
8951 #  - "name"
8952 #  - "tags"
8953 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8954 #  x-axis: "X = CNFs per Service Chain"
8955 #  y-axis: "Y = Number of Service Chains"
8956 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8957 #  layout:
8958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8959 #    layout: "plot-service-density"
8960 #
8961 #- type: "plot"
8962 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8963 #  algorithm: "plot_nf_heatmap"
8964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8965 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8966 #  filter: "'NIC_Intel-XXV710' and
8967 #           'NF_DENSITY' and
8968 #           'DOCKER' and
8969 #           'CHAIN' and
8970 #           'NF_VPPIP4' and
8971 #           'IPSEC' and
8972 #           'TNL_1000' and
8973 #           'IMIX' and
8974 #           '8T4C' and
8975 #           'NDRPDR'"
8976 #  parameters:
8977 #  - "throughput"
8978 #  - "name"
8979 #  - "tags"
8980 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8981 #  x-axis: "X = CNFs per Service Chain"
8982 #  y-axis: "Y = Number of Service Chains"
8983 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8984 #  layout:
8985 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8986 #    layout: "plot-service-density"
8987
8988 ###############################################################################
8989
8990 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8991 #- type: "plot"
8992 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8993 #  algorithm: "plot_nf_heatmap"
8994 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8995 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8996 #  filter: "'NIC_Intel-XL710' and
8997 #           'NF_DENSITY' and
8998 #           'DOCKER' and
8999 #           'CHAIN' and
9000 #           'NF_VPPIP4' and
9001 #           'IMIX' and
9002 #           'TNL_1000' and
9003 #           '1T1C' and
9004 #           'MRR'"
9005 #  parameters:
9006 #  - "result"
9007 #  - "name"
9008 #  - "tags"
9009 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9010 #  x-axis: "X = CNFs per Service Chain"
9011 #  y-axis: "Y = Number of Service Chains"
9012 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9013 #  layout:
9014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9015 #    layout: "plot-service-density"
9016 #
9017 #- type: "plot"
9018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9019 #  algorithm: "plot_nf_heatmap"
9020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9021 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9022 #  filter: "'NIC_Intel-XL710' and
9023 #           'NF_DENSITY' and
9024 #           'DOCKER' and
9025 #           'CHAIN' and
9026 #           'NF_VPPIP4' and
9027 #           'IPSEC' and
9028 #           'TNL_1000' and
9029 #           'IMIX' and
9030 #           '2T2C' and
9031 #           'MRR'"
9032 #  parameters:
9033 #  - "result"
9034 #  - "name"
9035 #  - "tags"
9036 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9037 #  x-axis: "X = CNFs per Service Chain"
9038 #  y-axis: "Y = Number of Service Chains"
9039 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9040 #  layout:
9041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9042 #    layout: "plot-service-density"
9043 #
9044 #- type: "plot"
9045 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9046 #  algorithm: "plot_nf_heatmap"
9047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9048 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9049 #  filter: "'NIC_Intel-XL710' and
9050 #           'NF_DENSITY' and
9051 #           'DOCKER' and
9052 #           'CHAIN' and
9053 #           'NF_VPPIP4' and
9054 #           'IPSEC' and
9055 #           'TNL_1000' and
9056 #           'IMIX' and
9057 #           '4T4C' and
9058 #           'MRR'"
9059 #  parameters:
9060 #  - "result"
9061 #  - "name"
9062 #  - "tags"
9063 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9064 #  x-axis: "X = CNFs per Service Chain"
9065 #  y-axis: "Y = Number of Service Chains"
9066 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9067 #  layout:
9068 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9069 #    layout: "plot-service-density"
9070
9071 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9072 #- type: "plot"
9073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9074 #  algorithm: "plot_nf_heatmap"
9075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9076 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9077 #  filter: "'NIC_Intel-XL710' and
9078 #           'NF_DENSITY' and
9079 #           'DOCKER' and
9080 #           'CHAIN' and
9081 #           'NF_VPPIP4' and
9082 #           'IPSEC' and
9083 #           'TNL_1000' and
9084 #           'IMIX' and
9085 #           '1T1C' and
9086 #           'NDRPDR'"
9087 #  parameters:
9088 #  - "throughput"
9089 #  - "name"
9090 #  - "tags"
9091 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9092 #  x-axis: "X = CNFs per Service Chain"
9093 #  y-axis: "Y = Number of Service Chains"
9094 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9095 #  layout:
9096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9097 #    layout: "plot-service-density"
9098 #
9099 #- type: "plot"
9100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9101 #  algorithm: "plot_nf_heatmap"
9102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9103 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9104 #  filter: "'NIC_Intel-XL710' and
9105 #           'NF_DENSITY' and
9106 #           'DOCKER' and
9107 #           'CHAIN' and
9108 #           'NF_VPPIP4' and
9109 #           'IPSEC' and
9110 #           'TNL_1000' and
9111 #           'IMIX' and
9112 #           '2T2C' and
9113 #           'NDRPDR'"
9114 #  parameters:
9115 #  - "throughput"
9116 #  - "name"
9117 #  - "tags"
9118 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9119 #  x-axis: "X = CNFs per Service Chain"
9120 #  y-axis: "Y = Number of Service Chains"
9121 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9122 #  layout:
9123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9124 #    layout: "plot-service-density"
9125 #
9126 #- type: "plot"
9127 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9128 #  algorithm: "plot_nf_heatmap"
9129 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9130 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9131 #  filter: "'NIC_Intel-XL710' and
9132 #           'NF_DENSITY' and
9133 #           'DOCKER' and
9134 #           'CHAIN' and
9135 #           'NF_VPPIP4' and
9136 #           'IPSEC' and
9137 #           'TNL_1000' and
9138 #           'IMIX' and
9139 #           '4T4C' and
9140 #           'NDRPDR'"
9141 #  parameters:
9142 #  - "throughput"
9143 #  - "name"
9144 #  - "tags"
9145 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9146 #  x-axis: "X = CNFs per Service Chain"
9147 #  y-axis: "Y = Number of Service Chains"
9148 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9149 #  layout:
9150 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9151 #    layout: "plot-service-density"
9152 #
9153 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9154 #- type: "plot"
9155 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9156 #  algorithm: "plot_nf_heatmap"
9157 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9158 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9159 #  filter: "'NIC_Intel-XL710' and
9160 #           'NF_DENSITY' and
9161 #           'DOCKER' and
9162 #           'CHAIN' and
9163 #           'NF_VPPIP4' and
9164 #           'IPSEC' and
9165 #           'TNL_1000' and
9166 #           'IMIX' and
9167 #           '1T1C' and
9168 #           'NDRPDR'"
9169 #  parameters:
9170 #  - "throughput"
9171 #  - "name"
9172 #  - "tags"
9173 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9174 #  x-axis: "X = CNFs per Service Chain"
9175 #  y-axis: "Y = Number of Service Chains"
9176 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9177 #  layout:
9178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9179 #    layout: "plot-service-density"
9180 #
9181 #- type: "plot"
9182 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9183 #  algorithm: "plot_nf_heatmap"
9184 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9185 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9186 #  filter: "'NIC_Intel-XL710' and
9187 #           'NF_DENSITY' and
9188 #           'DOCKER' and
9189 #           'CHAIN' and
9190 #           'NF_VPPIP4' and
9191 #           'IPSEC' and
9192 #           'TNL_1000' and
9193 #           'IMIX' and
9194 #           '2T2C' and
9195 #           'NDRPDR'"
9196 #  parameters:
9197 #  - "throughput"
9198 #  - "name"
9199 #  - "tags"
9200 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9201 #  x-axis: "X = CNFs per Service Chain"
9202 #  y-axis: "Y = Number of Service Chains"
9203 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9204 #  layout:
9205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9206 #    layout: "plot-service-density"
9207 #
9208 #- type: "plot"
9209 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9210 #  algorithm: "plot_nf_heatmap"
9211 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9212 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9213 #  filter: "'NIC_Intel-XL710' and
9214 #           'NF_DENSITY' and
9215 #           'DOCKER' and
9216 #           'CHAIN' and
9217 #           'NF_VPPIP4' and
9218 #           'IPSEC' and
9219 #           'TNL_1000' and
9220 #           'IMIX' and
9221 #           '4T4C' and
9222 #           'NDRPDR'"
9223 #  parameters:
9224 #  - "throughput"
9225 #  - "name"
9226 #  - "tags"
9227 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9228 #  x-axis: "X = CNFs per Service Chain"
9229 #  y-axis: "Y = Number of Service Chains"
9230 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9231 #  layout:
9232 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9233 #    layout: "plot-service-density"
9234
9235 ###############################################################################
9236
9237 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9238 #- type: "plot"
9239 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9240 #  algorithm: "plot_nf_heatmap"
9241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9242 #  data: "plot-vpp-nfv-3n-skx-mrr"
9243 #  filter: "'NIC_Intel-XXV710' and
9244 #           'NF_DENSITY' and
9245 #           'DOCKER' and
9246 #           'CHAIN' and
9247 #           'NF_VPPIP4' and
9248 #           'IPSEC' and
9249 #           'TNL_10000' and
9250 #           'IMIX' and
9251 #           '2T1C' and
9252 #           'MRR'"
9253 #  parameters:
9254 #  - "result"
9255 #  - "name"
9256 #  - "tags"
9257 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9258 #  x-axis: "X = CNFs per Service Chain"
9259 #  y-axis: "Y = Number of Service Chains"
9260 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9261 #  layout:
9262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9263 #    layout: "plot-service-density"
9264 #
9265 #- type: "plot"
9266 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9267 #  algorithm: "plot_nf_heatmap"
9268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9269 #  data: "plot-vpp-nfv-3n-skx-mrr"
9270 #  filter: "'NIC_Intel-XXV710' and
9271 #           'NF_DENSITY' and
9272 #           'DOCKER' and
9273 #           'CHAIN' and
9274 #           'NF_VPPIP4' and
9275 #           'IPSEC' and
9276 #           'TNL_10000' and
9277 #           'IMIX' and
9278 #           '4T2C' and
9279 #           'MRR'"
9280 #  parameters:
9281 #  - "result"
9282 #  - "name"
9283 #  - "tags"
9284 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9285 #  x-axis: "X = CNFs per Service Chain"
9286 #  y-axis: "Y = Number of Service Chains"
9287 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9288 #  layout:
9289 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9290 #    layout: "plot-service-density"
9291 #
9292 #- type: "plot"
9293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9294 #  algorithm: "plot_nf_heatmap"
9295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9296 #  data: "plot-vpp-nfv-3n-skx-mrr"
9297 #  filter: "'NIC_Intel-XXV710' and
9298 #           'NF_DENSITY' and
9299 #           'DOCKER' and
9300 #           'CHAIN' and
9301 #           'NF_VPPIP4' and
9302 #           'IPSEC' and
9303 #           'TNL_10000' and
9304 #           'IMIX' and
9305 #           '8T4C' and
9306 #           'MRR'"
9307 #  parameters:
9308 #  - "result"
9309 #  - "name"
9310 #  - "tags"
9311 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9312 #  x-axis: "X = CNFs per Service Chain"
9313 #  y-axis: "Y = Number of Service Chains"
9314 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9315 #  layout:
9316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9317 #    layout: "plot-service-density"
9318
9319 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9320 #- type: "plot"
9321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9322 #  algorithm: "plot_nf_heatmap"
9323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9324 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9325 #  filter: "'NIC_Intel-XXV710' and
9326 #           'NF_DENSITY' and
9327 #           'DOCKER' and
9328 #           'CHAIN' and
9329 #           'NF_VPPIP4' and
9330 #           'IPSEC' and
9331 #           'TNL_10000' and
9332 #           'IMIX' and
9333 #           '2T1C' and
9334 #           'NDRPDR'"
9335 #  parameters:
9336 #  - "throughput"
9337 #  - "name"
9338 #  - "tags"
9339 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9340 #  x-axis: "X = CNFs per Service Chain"
9341 #  y-axis: "Y = Number of Service Chains"
9342 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9343 #  layout:
9344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9345 #    layout: "plot-service-density"
9346 #
9347 #- type: "plot"
9348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9349 #  algorithm: "plot_nf_heatmap"
9350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9351 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9352 #  filter: "'NIC_Intel-XXV710' and
9353 #           'NF_DENSITY' and
9354 #           'DOCKER' and
9355 #           'CHAIN' and
9356 #           'NF_VPPIP4' and
9357 #           'IPSEC' and
9358 #           'TNL_10000' and
9359 #           'IMIX' and
9360 #           '4T2C' and
9361 #           'NDRPDR'"
9362 #  parameters:
9363 #  - "throughput"
9364 #  - "name"
9365 #  - "tags"
9366 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9367 #  x-axis: "X = CNFs per Service Chain"
9368 #  y-axis: "Y = Number of Service Chains"
9369 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9370 #  layout:
9371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9372 #    layout: "plot-service-density"
9373 #
9374 #- type: "plot"
9375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9376 #  algorithm: "plot_nf_heatmap"
9377 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9378 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9379 #  filter: "'NIC_Intel-XXV710' and
9380 #           'NF_DENSITY' and
9381 #           'DOCKER' and
9382 #           'CHAIN' and
9383 #           'NF_VPPIP4' and
9384 #           'IPSEC' and
9385 #           'TNL_10000' and
9386 #           'IMIX' and
9387 #           '8T4C' and
9388 #           'NDRPDR'"
9389 #  parameters:
9390 #  - "throughput"
9391 #  - "name"
9392 #  - "tags"
9393 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9394 #  x-axis: "X = CNFs per Service Chain"
9395 #  y-axis: "Y = Number of Service Chains"
9396 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9397 #  layout:
9398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9399 #    layout: "plot-service-density"
9400 #
9401 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9402 #- type: "plot"
9403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9404 #  algorithm: "plot_nf_heatmap"
9405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9406 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9407 #  filter: "'NIC_Intel-XXV710' and
9408 #           'NF_DENSITY' and
9409 #           'DOCKER' and
9410 #           'CHAIN' and
9411 #           'NF_VPPIP4' and
9412 #           'IPSEC' and
9413 #           'TNL_10000' and
9414 #           'IMIX' and
9415 #           '2T1C' and
9416 #           'NDRPDR'"
9417 #  parameters:
9418 #  - "throughput"
9419 #  - "name"
9420 #  - "tags"
9421 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9422 #  x-axis: "X = CNFs per Service Chain"
9423 #  y-axis: "Y = Number of Service Chains"
9424 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9425 #  layout:
9426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9427 #    layout: "plot-service-density"
9428 #
9429 #- type: "plot"
9430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9431 #  algorithm: "plot_nf_heatmap"
9432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9433 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9434 #  filter: "'NIC_Intel-XXV710' and
9435 #           'NF_DENSITY' and
9436 #           'DOCKER' and
9437 #           'CHAIN' and
9438 #           'NF_VPPIP4' and
9439 #           'IPSEC' and
9440 #           'TNL_10000' and
9441 #           'IMIX' and
9442 #           '4T2C' and
9443 #           'NDRPDR'"
9444 #  parameters:
9445 #  - "throughput"
9446 #  - "name"
9447 #  - "tags"
9448 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9449 #  x-axis: "X = CNFs per Service Chain"
9450 #  y-axis: "Y = Number of Service Chains"
9451 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9452 #  layout:
9453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9454 #    layout: "plot-service-density"
9455 #
9456 #- type: "plot"
9457 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9458 #  algorithm: "plot_nf_heatmap"
9459 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9460 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9461 #  filter: "'NIC_Intel-XXV710' and
9462 #           'NF_DENSITY' and
9463 #           'DOCKER' and
9464 #           'CHAIN' and
9465 #           'NF_VPPIP4' and
9466 #           'IPSEC' and
9467 #           'TNL_10000' and
9468 #           'IMIX' and
9469 #           '8T4C' and
9470 #           'NDRPDR'"
9471 #  parameters:
9472 #  - "throughput"
9473 #  - "name"
9474 #  - "tags"
9475 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9476 #  x-axis: "X = CNFs per Service Chain"
9477 #  y-axis: "Y = Number of Service Chains"
9478 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9479 #  layout:
9480 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9481 #    layout: "plot-service-density"
9482
9483 ###############################################################################
9484
9485 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9486 #- type: "plot"
9487 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9488 #  algorithm: "plot_nf_heatmap"
9489 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9490 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9491 #  filter: "'NIC_Intel-XL710' and
9492 #           'NF_DENSITY' and
9493 #           'DOCKER' and
9494 #           'CHAIN' and
9495 #           'NF_VPPIP4' and
9496 #           'IMIX' and
9497 #           'TNL_10000' and
9498 #           '1T1C' and
9499 #           'MRR'"
9500 #  parameters:
9501 #  - "result"
9502 #  - "name"
9503 #  - "tags"
9504 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9505 #  x-axis: "X = CNFs per Service Chain"
9506 #  y-axis: "Y = Number of Service Chains"
9507 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9508 #  layout:
9509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9510 #    layout: "plot-service-density"
9511 #
9512 #- type: "plot"
9513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9514 #  algorithm: "plot_nf_heatmap"
9515 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9516 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9517 #  filter: "'NIC_Intel-XL710' and
9518 #           'NF_DENSITY' and
9519 #           'DOCKER' and
9520 #           'CHAIN' and
9521 #           'NF_VPPIP4' and
9522 #           'IPSEC' and
9523 #           'TNL_10000' and
9524 #           'IMIX' and
9525 #           '2T2C' and
9526 #           'MRR'"
9527 #  parameters:
9528 #  - "result"
9529 #  - "name"
9530 #  - "tags"
9531 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9532 #  x-axis: "X = CNFs per Service Chain"
9533 #  y-axis: "Y = Number of Service Chains"
9534 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9535 #  layout:
9536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9537 #    layout: "plot-service-density"
9538 #
9539 #- type: "plot"
9540 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9541 #  algorithm: "plot_nf_heatmap"
9542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9543 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9544 #  filter: "'NIC_Intel-XL710' and
9545 #           'NF_DENSITY' and
9546 #           'DOCKER' and
9547 #           'CHAIN' and
9548 #           'NF_VPPIP4' and
9549 #           'IPSEC' and
9550 #           'TNL_10000' and
9551 #           'IMIX' and
9552 #           '4T4C' and
9553 #           'MRR'"
9554 #  parameters:
9555 #  - "result"
9556 #  - "name"
9557 #  - "tags"
9558 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9559 #  x-axis: "X = CNFs per Service Chain"
9560 #  y-axis: "Y = Number of Service Chains"
9561 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9562 #  layout:
9563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9564 #    layout: "plot-service-density"
9565
9566 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9567 #- type: "plot"
9568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9569 #  algorithm: "plot_nf_heatmap"
9570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9571 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9572 #  filter: "'NIC_Intel-XL710' and
9573 #           'NF_DENSITY' and
9574 #           'DOCKER' and
9575 #           'CHAIN' and
9576 #           'NF_VPPIP4' and
9577 #           'IPSEC' and
9578 #           'TNL_10000' and
9579 #           'IMIX' and
9580 #           '1T1C' and
9581 #           'NDRPDR'"
9582 #  parameters:
9583 #  - "throughput"
9584 #  - "name"
9585 #  - "tags"
9586 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9587 #  x-axis: "X = CNFs per Service Chain"
9588 #  y-axis: "Y = Number of Service Chains"
9589 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9590 #  layout:
9591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9592 #    layout: "plot-service-density"
9593 #
9594 #- type: "plot"
9595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9596 #  algorithm: "plot_nf_heatmap"
9597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9598 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9599 #  filter: "'NIC_Intel-XL710' and
9600 #           'NF_DENSITY' and
9601 #           'DOCKER' and
9602 #           'CHAIN' and
9603 #           'NF_VPPIP4' and
9604 #           'IPSEC' and
9605 #           'TNL_10000' and
9606 #           'IMIX' and
9607 #           '2T2C' and
9608 #           'NDRPDR'"
9609 #  parameters:
9610 #  - "throughput"
9611 #  - "name"
9612 #  - "tags"
9613 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9614 #  x-axis: "X = CNFs per Service Chain"
9615 #  y-axis: "Y = Number of Service Chains"
9616 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9617 #  layout:
9618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9619 #    layout: "plot-service-density"
9620 #
9621 #- type: "plot"
9622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9623 #  algorithm: "plot_nf_heatmap"
9624 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9625 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9626 #  filter: "'NIC_Intel-XL710' and
9627 #           'NF_DENSITY' and
9628 #           'DOCKER' and
9629 #           'CHAIN' and
9630 #           'NF_VPPIP4' and
9631 #           'IPSEC' and
9632 #           'TNL_10000' and
9633 #           'IMIX' and
9634 #           '4T4C' and
9635 #           'NDRPDR'"
9636 #  parameters:
9637 #  - "throughput"
9638 #  - "name"
9639 #  - "tags"
9640 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9641 #  x-axis: "X = CNFs per Service Chain"
9642 #  y-axis: "Y = Number of Service Chains"
9643 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9644 #  layout:
9645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9646 #    layout: "plot-service-density"
9647 #
9648 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9649 #- type: "plot"
9650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9651 #  algorithm: "plot_nf_heatmap"
9652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9653 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9654 #  filter: "'NIC_Intel-XL710' and
9655 #           'NF_DENSITY' and
9656 #           'DOCKER' and
9657 #           'CHAIN' and
9658 #           'NF_VPPIP4' and
9659 #           'IPSEC' and
9660 #           'TNL_10000' and
9661 #           'IMIX' and
9662 #           '1T1C' and
9663 #           'NDRPDR'"
9664 #  parameters:
9665 #  - "throughput"
9666 #  - "name"
9667 #  - "tags"
9668 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9669 #  x-axis: "X = CNFs per Service Chain"
9670 #  y-axis: "Y = Number of Service Chains"
9671 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9672 #  layout:
9673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9674 #    layout: "plot-service-density"
9675 #
9676 #- type: "plot"
9677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9678 #  algorithm: "plot_nf_heatmap"
9679 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9680 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9681 #  filter: "'NIC_Intel-XL710' and
9682 #           'NF_DENSITY' and
9683 #           'DOCKER' and
9684 #           'CHAIN' and
9685 #           'NF_VPPIP4' and
9686 #           'IPSEC' and
9687 #           'TNL_10000' and
9688 #           'IMIX' and
9689 #           '2T2C' and
9690 #           'NDRPDR'"
9691 #  parameters:
9692 #  - "throughput"
9693 #  - "name"
9694 #  - "tags"
9695 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9696 #  x-axis: "X = CNFs per Service Chain"
9697 #  y-axis: "Y = Number of Service Chains"
9698 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9699 #  layout:
9700 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9701 #    layout: "plot-service-density"
9702 #
9703 #- type: "plot"
9704 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9705 #  algorithm: "plot_nf_heatmap"
9706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9707 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9708 #  filter: "'NIC_Intel-XL710' and
9709 #           'NF_DENSITY' and
9710 #           'DOCKER' and
9711 #           'CHAIN' and
9712 #           'NF_VPPIP4' and
9713 #           'IPSEC' and
9714 #           'TNL_10000' and
9715 #           'IMIX' and
9716 #           '4T4C' and
9717 #           'NDRPDR'"
9718 #  parameters:
9719 #  - "throughput"
9720 #  - "name"
9721 #  - "tags"
9722 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9723 #  x-axis: "X = CNFs per Service Chain"
9724 #  y-axis: "Y = Number of Service Chains"
9725 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9726 #  layout:
9727 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9728 #    layout: "plot-service-density"
9729
9730 ###############################################################################
9731
9732 # Plots - NF Density - CSP - MRR IMIX
9733 - type: "plot"
9734   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9735   algorithm: "plot_nf_heatmap"
9736   output-file-type: ".html"
9737   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9738   data: "plot-vpp-nfv-2n-skx-mrr"
9739   filter: "'NIC_Intel-XXV710' and
9740            'NF_DENSITY' and
9741            'DOCKER' and
9742            'PIPELINE' and
9743            'NF_VPPIP4' and
9744            'IMIX' and
9745            '2T1C' and
9746            'MRR'"
9747   parameters:
9748   - "result"
9749   - "name"
9750   - "tags"
9751   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9752   x-axis: "X = CNFs per Service Pipeline"
9753   y-axis: "Y = Number of Service Pipelines"
9754   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9755   layout:
9756     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9757     layout: "plot-service-density"
9758
9759 - type: "plot"
9760   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9761   algorithm: "plot_nf_heatmap"
9762   output-file-type: ".html"
9763   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9764   data: "plot-vpp-nfv-2n-skx-mrr"
9765   filter: "'NIC_Intel-XXV710' and
9766            'NF_DENSITY' and
9767            'DOCKER' and
9768            'PIPELINE' and
9769            'NF_VPPIP4' and
9770            'IMIX' and
9771            '4T2C' and
9772            'MRR'"
9773   parameters:
9774   - "result"
9775   - "name"
9776   - "tags"
9777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9778   x-axis: "X = CNFs per Service Pipeline"
9779   y-axis: "Y = Number of Service Pipelines"
9780   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9781   layout:
9782     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9783     layout: "plot-service-density"
9784
9785 - type: "plot"
9786   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9787   algorithm: "plot_nf_heatmap"
9788   output-file-type: ".html"
9789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9790   data: "plot-vpp-nfv-2n-skx-mrr"
9791   filter: "'NIC_Intel-XXV710' and
9792            'NF_DENSITY' and
9793            'DOCKER' and
9794            'PIPELINE' and
9795            'NF_VPPIP4' and
9796            'IMIX' and
9797            '8T4C' and
9798            'MRR'"
9799   parameters:
9800   - "result"
9801   - "name"
9802   - "tags"
9803   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9804   x-axis: "X = CNFs per Service Pipeline"
9805   y-axis: "Y = Number of Service Pipelines"
9806   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9807   layout:
9808     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9809     layout: "plot-service-density"
9810
9811 # Plots - NF Density - CSP - NDR IMIX
9812 - type: "plot"
9813   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9814   algorithm: "plot_nf_heatmap"
9815   output-file-type: ".html"
9816   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9817   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9818   filter: "'NIC_Intel-XXV710' and
9819            'NF_DENSITY' and
9820            'DOCKER' and
9821            'PIPELINE' and
9822            'NF_VPPIP4' and
9823            'IMIX' and
9824            '2T1C' and
9825            'NDRPDR'"
9826   parameters:
9827   - "throughput"
9828   - "name"
9829   - "tags"
9830   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9831   x-axis: "X = CNFs per Service Pipeline"
9832   y-axis: "Y = Number of Service Pipelines"
9833   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9834   layout:
9835     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9836     layout: "plot-service-density"
9837
9838 - type: "plot"
9839   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9840   algorithm: "plot_nf_heatmap"
9841   output-file-type: ".html"
9842   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9843   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9844   filter: "'NIC_Intel-XXV710' and
9845            'NF_DENSITY' and
9846            'DOCKER' and
9847            'PIPELINE' and
9848            'NF_VPPIP4' and
9849            'IMIX' and
9850            '4T2C' and
9851            'NDRPDR'"
9852   parameters:
9853   - "throughput"
9854   - "name"
9855   - "tags"
9856   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9857   x-axis: "X = CNFs per Service Pipeline"
9858   y-axis: "Y = Number of Service Pipelines"
9859   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9860   layout:
9861     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9862     layout: "plot-service-density"
9863
9864 - type: "plot"
9865   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9866   algorithm: "plot_nf_heatmap"
9867   output-file-type: ".html"
9868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9869   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9870   filter: "'NIC_Intel-XXV710' and
9871            'NF_DENSITY' and
9872            'DOCKER' and
9873            'PIPELINE' and
9874            'NF_VPPIP4' and
9875            'IMIX' and
9876            '8T4C' and
9877            'NDRPDR'"
9878   parameters:
9879   - "throughput"
9880   - "name"
9881   - "tags"
9882   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9883   x-axis: "X = CNFs per Service Pipeline"
9884   y-axis: "Y = Number of Service Pipelines"
9885   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9886   layout:
9887     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9888     layout: "plot-service-density"
9889
9890 # Plots - NF Density - CSP - PDR IMIX
9891 - type: "plot"
9892   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9893   algorithm: "plot_nf_heatmap"
9894   output-file-type: ".html"
9895   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9896   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9897   filter: "'NIC_Intel-XXV710' and
9898            'NF_DENSITY' and
9899            'DOCKER' and
9900            'PIPELINE' and
9901            'NF_VPPIP4' and
9902            'IMIX' and
9903            '2T1C' and
9904            'NDRPDR'"
9905   parameters:
9906   - "throughput"
9907   - "name"
9908   - "tags"
9909   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9910   x-axis: "X = CNFs per Service Pipeline"
9911   y-axis: "Y = Number of Service Pipelines"
9912   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9913   layout:
9914     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9915     layout: "plot-service-density"
9916
9917 - type: "plot"
9918   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9919   algorithm: "plot_nf_heatmap"
9920   output-file-type: ".html"
9921   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9922   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9923   filter: "'NIC_Intel-XXV710' and
9924            'NF_DENSITY' and
9925            'DOCKER' and
9926            'PIPELINE' and
9927            'NF_VPPIP4' and
9928            'IMIX' and
9929            '4T2C' and
9930            'NDRPDR'"
9931   parameters:
9932   - "throughput"
9933   - "name"
9934   - "tags"
9935   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9936   x-axis: "X = CNFs per Service Pipeline"
9937   y-axis: "Y = Number of Service Pipelines"
9938   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9939   layout:
9940     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9941     layout: "plot-service-density"
9942
9943 - type: "plot"
9944   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9945   algorithm: "plot_nf_heatmap"
9946   output-file-type: ".html"
9947   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9948   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9949   filter: "'NIC_Intel-XXV710' and
9950            'NF_DENSITY' and
9951            'DOCKER' and
9952            'PIPELINE' and
9953            'NF_VPPIP4' and
9954            'IMIX' and
9955            '8T4C' and
9956            'NDRPDR'"
9957   parameters:
9958   - "throughput"
9959   - "name"
9960   - "tags"
9961   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9962   x-axis: "X = CNFs per Service Pipeline"
9963   y-axis: "Y = Number of Service Pipelines"
9964   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9965   layout:
9966     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9967     layout: "plot-service-density"
9968
9969 ###############################################################################
9970 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9971
9972 - type: "plot"
9973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9974   algorithm: "plot_nf_heatmap"
9975   output-file-type: ".html"
9976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9977   data: "plot-vpp-nfv-2n-clx-mrr"
9978   filter: "'NIC_Intel-XXV710' and
9979            'NF_DENSITY' and
9980            'VHOST' and
9981            not 'VXLAN' and
9982            'CHAIN' and
9983            'NF_VPPIP4' and
9984            'IMIX' and
9985            '2T1C' and
9986            'MRR'"
9987   parameters:
9988   - "result"
9989   - "name"
9990   - "tags"
9991   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9992   x-axis: "X = VNFs per Service Chain"
9993   y-axis: "Y = Number of Service Chains"
9994   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9995   layout:
9996     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9997     layout: "plot-service-density"
9998
9999 - type: "plot"
10000   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10001   algorithm: "plot_nf_heatmap"
10002   output-file-type: ".html"
10003   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10004   data: "plot-vpp-nfv-2n-clx-mrr"
10005   filter: "'NIC_Intel-XXV710' and
10006            'NF_DENSITY' and
10007            'VHOST' and
10008            not 'VXLAN' and
10009            'CHAIN' and
10010            'NF_VPPIP4' and
10011            'IMIX' and
10012            '4T2C' and
10013            'MRR'"
10014   parameters:
10015   - "result"
10016   - "name"
10017   - "tags"
10018   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10019   x-axis: "X = VNFs per Service Chain"
10020   y-axis: "Y = Number of Service Chains"
10021   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10022   layout:
10023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10024     layout: "plot-service-density"
10025
10026 - type: "plot"
10027   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10028   algorithm: "plot_nf_heatmap"
10029   output-file-type: ".html"
10030   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10031   data: "plot-vpp-nfv-2n-clx-mrr"
10032   filter: "'NIC_Intel-XXV710' and
10033            'NF_DENSITY' and
10034            'VHOST' and
10035            not 'VXLAN' and
10036            'CHAIN' and
10037            'NF_VPPIP4' and
10038            'IMIX' and
10039            '8T4C' and
10040            'MRR'"
10041   parameters:
10042   - "result"
10043   - "name"
10044   - "tags"
10045   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10046   x-axis: "X = VNFs per Service Chain"
10047   y-axis: "Y = Number of Service Chains"
10048   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10049   layout:
10050     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10051     layout: "plot-service-density"
10052
10053 # Plots - NF Density - VSC - NDR IMIX
10054 - type: "plot"
10055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10056   algorithm: "plot_nf_heatmap"
10057   output-file-type: ".html"
10058   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10059   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10060   filter: "'NIC_Intel-XXV710' and
10061            'NF_DENSITY' and
10062            'VHOST' and
10063            not 'VXLAN' and
10064            'CHAIN' and
10065            'NF_VPPIP4' and
10066            'IMIX' and
10067            '2T1C' and
10068            'NDRPDR'"
10069   parameters:
10070   - "throughput"
10071   - "name"
10072   - "tags"
10073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10074   x-axis: "X = VNFs per Service Chain"
10075   y-axis: "Y = Number of Service Chains"
10076   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10077   layout:
10078     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10079     layout: "plot-service-density"
10080
10081 - type: "plot"
10082   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10083   algorithm: "plot_nf_heatmap"
10084   output-file-type: ".html"
10085   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10086   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10087   filter: "'NIC_Intel-XXV710' and
10088            'NF_DENSITY' and
10089            'VHOST' and
10090            not 'VXLAN' and
10091            'CHAIN' and
10092            'NF_VPPIP4' and
10093            'IMIX' and
10094            '4T2C' and
10095            'NDRPDR'"
10096   parameters:
10097   - "throughput"
10098   - "name"
10099   - "tags"
10100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10101   x-axis: "X = VNFs per Service Chain"
10102   y-axis: "Y = Number of Service Chains"
10103   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10104   layout:
10105     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10106     layout: "plot-service-density"
10107
10108 - type: "plot"
10109   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10110   algorithm: "plot_nf_heatmap"
10111   output-file-type: ".html"
10112   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10113   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10114   filter: "'NIC_Intel-XXV710' and
10115            'NF_DENSITY' and
10116            'VHOST' and
10117            not 'VXLAN' and
10118            'CHAIN' and
10119            'NF_VPPIP4' and
10120            'IMIX' and
10121            '8T4C' and
10122            'NDRPDR'"
10123   parameters:
10124   - "throughput"
10125   - "name"
10126   - "tags"
10127   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10128   x-axis: "X = VNFs per Service Chain"
10129   y-axis: "Y = Number of Service Chains"
10130   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10131   layout:
10132     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10133     layout: "plot-service-density"
10134
10135 # Plots - NF Density - VSC - PDR IMIX
10136 - type: "plot"
10137   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10138   algorithm: "plot_nf_heatmap"
10139   output-file-type: ".html"
10140   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10141   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10142   filter: "'NIC_Intel-XXV710' and
10143            'NF_DENSITY' and
10144            'VHOST' and
10145            not 'VXLAN' and
10146            'CHAIN' and
10147            'NF_VPPIP4' and
10148            'IMIX' and
10149            '2T1C' and
10150            'NDRPDR'"
10151   parameters:
10152   - "throughput"
10153   - "name"
10154   - "tags"
10155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10156   x-axis: "X = VNFs per Service Chain"
10157   y-axis: "Y = Number of Service Chains"
10158   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10159   layout:
10160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10161     layout: "plot-service-density"
10162
10163 - type: "plot"
10164   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10165   algorithm: "plot_nf_heatmap"
10166   output-file-type: ".html"
10167   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10168   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10169   filter: "'NIC_Intel-XXV710' and
10170            'NF_DENSITY' and
10171            'VHOST' and
10172            not 'VXLAN' and
10173            'CHAIN' and
10174            'NF_VPPIP4' and
10175            'IMIX' and
10176            '4T2C' and
10177            'NDRPDR'"
10178   parameters:
10179   - "throughput"
10180   - "name"
10181   - "tags"
10182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10183   x-axis: "X = VNFs per Service Chain"
10184   y-axis: "Y = Number of Service Chains"
10185   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10186   layout:
10187     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10188     layout: "plot-service-density"
10189
10190 - type: "plot"
10191   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10192   algorithm: "plot_nf_heatmap"
10193   output-file-type: ".html"
10194   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10195   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10196   filter: "'NIC_Intel-XXV710' and
10197            'NF_DENSITY' and
10198            'VHOST' and
10199            not 'VXLAN' and
10200            'CHAIN' and
10201            'NF_VPPIP4' and
10202            'IMIX' and
10203            '8T4C' and
10204            'NDRPDR'"
10205   parameters:
10206   - "throughput"
10207   - "name"
10208   - "tags"
10209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10210   x-axis: "X = VNFs per Service Chain"
10211   y-axis: "Y = Number of Service Chains"
10212   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10213   layout:
10214     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10215     layout: "plot-service-density"
10216
10217 # Plots - NF Density - VSC - MRR IMIX
10218 - type: "plot"
10219   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10220   algorithm: "plot_nf_heatmap"
10221   output-file-type: ".html"
10222   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10223   data: "plot-vpp-nfv-2n-clx-mrr"
10224   filter: "'NIC_Intel-XXV710' and
10225            'NF_DENSITY' and
10226            'VHOST' and
10227            'VXLAN' and
10228            'CHAIN' and
10229            'IMIX' and
10230            '2T1C' and
10231            'MRR'"
10232   parameters:
10233   - "result"
10234   - "name"
10235   - "tags"
10236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10237   x-axis: "X = VNFs per Service Chain"
10238   y-axis: "Y = Number of Service Chains"
10239   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10240   layout:
10241     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10242     layout: "plot-service-density"
10243
10244 - type: "plot"
10245   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10246   algorithm: "plot_nf_heatmap"
10247   output-file-type: ".html"
10248   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10249   data: "plot-vpp-nfv-2n-clx-mrr"
10250   filter: "'NIC_Intel-XXV710' and
10251            'NF_DENSITY' and
10252            'VHOST' and
10253            'VXLAN' and
10254            'CHAIN' and
10255            'IMIX' and
10256            '4T2C' and
10257            'MRR'"
10258   parameters:
10259   - "result"
10260   - "name"
10261   - "tags"
10262   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10263   x-axis: "X = VNFs per Service Chain"
10264   y-axis: "Y = Number of Service Chains"
10265   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10266   layout:
10267     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10268     layout: "plot-service-density"
10269
10270 - type: "plot"
10271   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10272   algorithm: "plot_nf_heatmap"
10273   output-file-type: ".html"
10274   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10275   data: "plot-vpp-nfv-2n-clx-mrr"
10276   filter: "'NIC_Intel-XXV710' and
10277            'NF_DENSITY' and
10278            'VHOST' and
10279            'VXLAN' and
10280            'CHAIN' and
10281            'IMIX' and
10282            '8T4C' and
10283            'MRR'"
10284   parameters:
10285   - "result"
10286   - "name"
10287   - "tags"
10288   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10289   x-axis: "X = VNFs per Service Chain"
10290   y-axis: "Y = Number of Service Chains"
10291   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10292   layout:
10293     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10294     layout: "plot-service-density"
10295
10296 # Plots - NF Density - VSC - NDR IMIX
10297 - type: "plot"
10298   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10299   algorithm: "plot_nf_heatmap"
10300   output-file-type: ".html"
10301   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10302   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10303   filter: "'NIC_Intel-XXV710' and
10304            'NF_DENSITY' and
10305            'VHOST' and
10306            'VXLAN' and
10307            'CHAIN' and
10308            'IMIX' and
10309            '2T1C' and
10310            'NDRPDR'"
10311   parameters:
10312   - "throughput"
10313   - "name"
10314   - "tags"
10315   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10316   x-axis: "X = VNFs per Service Chain"
10317   y-axis: "Y = Number of Service Chains"
10318   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10319   layout:
10320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10321     layout: "plot-service-density"
10322
10323 - type: "plot"
10324   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10325   algorithm: "plot_nf_heatmap"
10326   output-file-type: ".html"
10327   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10328   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10329   filter: "'NIC_Intel-XXV710' and
10330            'NF_DENSITY' and
10331            'VHOST' and
10332            'VXLAN' and
10333            'CHAIN' and
10334            'IMIX' and
10335            '4T2C' and
10336            'NDRPDR'"
10337   parameters:
10338   - "throughput"
10339   - "name"
10340   - "tags"
10341   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10342   x-axis: "X = VNFs per Service Chain"
10343   y-axis: "Y = Number of Service Chains"
10344   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10345   layout:
10346     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10347     layout: "plot-service-density"
10348
10349 - type: "plot"
10350   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10351   algorithm: "plot_nf_heatmap"
10352   output-file-type: ".html"
10353   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10354   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10355   filter: "'NIC_Intel-XXV710' and
10356            'NF_DENSITY' and
10357            'VHOST' and
10358            'VXLAN' and
10359            'CHAIN' and
10360            'IMIX' and
10361            '8T4C' and
10362            'NDRPDR'"
10363   parameters:
10364   - "throughput"
10365   - "name"
10366   - "tags"
10367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10368   x-axis: "X = VNFs per Service Chain"
10369   y-axis: "Y = Number of Service Chains"
10370   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10371   layout:
10372     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10373     layout: "plot-service-density"
10374
10375 # Plots - NF Density - VSC - PDR IMIX
10376 - type: "plot"
10377   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10378   algorithm: "plot_nf_heatmap"
10379   output-file-type: ".html"
10380   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10381   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10382   filter: "'NIC_Intel-XXV710' and
10383            'NF_DENSITY' and
10384            'VHOST' and
10385            'VXLAN' and
10386            'CHAIN' and
10387            'IMIX' and
10388            '2T1C' and
10389            'NDRPDR'"
10390   parameters:
10391   - "throughput"
10392   - "name"
10393   - "tags"
10394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10395   x-axis: "X = VNFs per Service Chain"
10396   y-axis: "Y = Number of Service Chains"
10397   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10398   layout:
10399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10400     layout: "plot-service-density"
10401
10402 - type: "plot"
10403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10404   algorithm: "plot_nf_heatmap"
10405   output-file-type: ".html"
10406   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10407   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10408   filter: "'NIC_Intel-XXV710' and
10409            'NF_DENSITY' and
10410            'VHOST' and
10411            'VXLAN' and
10412            'CHAIN' and
10413            'IMIX' and
10414            '4T2C' and
10415            'NDRPDR'"
10416   parameters:
10417   - "throughput"
10418   - "name"
10419   - "tags"
10420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10421   x-axis: "X = VNFs per Service Chain"
10422   y-axis: "Y = Number of Service Chains"
10423   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10424   layout:
10425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10426     layout: "plot-service-density"
10427
10428 - type: "plot"
10429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10430   algorithm: "plot_nf_heatmap"
10431   output-file-type: ".html"
10432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10433   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10434   filter: "'NIC_Intel-XXV710' and
10435            'NF_DENSITY' and
10436            'VHOST' and
10437            'VXLAN' and
10438            'CHAIN' and
10439            'IMIX' and
10440            '8T4C' and
10441            'NDRPDR'"
10442   parameters:
10443   - "throughput"
10444   - "name"
10445   - "tags"
10446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10447   x-axis: "X = VNFs per Service Chain"
10448   y-axis: "Y = Number of Service Chains"
10449   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10450   layout:
10451     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10452     layout: "plot-service-density"
10453
10454 # Plots - NF Density - CSC - MRR IMIX
10455 - type: "plot"
10456   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10457   algorithm: "plot_nf_heatmap"
10458   output-file-type: ".html"
10459   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10460   data: "plot-vpp-nfv-2n-clx-mrr"
10461   filter: "'NIC_Intel-XXV710' and
10462            'NF_DENSITY' and
10463            'DOCKER' and
10464            'CHAIN' and
10465            'NF_VPPIP4' and
10466            'IMIX' and
10467            '2T1C' and
10468            'MRR'"
10469   parameters:
10470   - "result"
10471   - "name"
10472   - "tags"
10473   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10474   x-axis: "X = CNFs per Service Chain"
10475   y-axis: "Y = Number of Service Chains"
10476   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10477   layout:
10478     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10479     layout: "plot-service-density"
10480
10481 - type: "plot"
10482   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10483   algorithm: "plot_nf_heatmap"
10484   output-file-type: ".html"
10485   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10486   data: "plot-vpp-nfv-2n-clx-mrr"
10487   filter: "'NIC_Intel-XXV710' and
10488            'NF_DENSITY' and
10489            'DOCKER' and
10490            'CHAIN' and
10491            'NF_VPPIP4' and
10492            'IMIX' and
10493            '4T2C' and
10494            'MRR'"
10495   parameters:
10496   - "result"
10497   - "name"
10498   - "tags"
10499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10500   x-axis: "X = CNFs per Service Chain"
10501   y-axis: "Y = Number of Service Chains"
10502   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10503   layout:
10504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10505     layout: "plot-service-density"
10506
10507 - type: "plot"
10508   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10509   algorithm: "plot_nf_heatmap"
10510   output-file-type: ".html"
10511   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10512   data: "plot-vpp-nfv-2n-clx-mrr"
10513   filter: "'NIC_Intel-XXV710' and
10514            'NF_DENSITY' and
10515            'DOCKER' and
10516            'CHAIN' and
10517            'NF_VPPIP4' and
10518            'IMIX' and
10519            '8T4C' and
10520            'MRR'"
10521   parameters:
10522   - "result"
10523   - "name"
10524   - "tags"
10525   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10526   x-axis: "X = CNFs per Service Chain"
10527   y-axis: "Y = Number of Service Chains"
10528   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10529   layout:
10530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10531     layout: "plot-service-density"
10532
10533 # Plots - NF Density - CSC - NDR IMIX
10534 - type: "plot"
10535   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10536   algorithm: "plot_nf_heatmap"
10537   output-file-type: ".html"
10538   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10539   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10540   filter: "'NIC_Intel-XXV710' and
10541            'NF_DENSITY' and
10542            'DOCKER' and
10543            'CHAIN' and
10544            'NF_VPPIP4' and
10545            'IMIX' and
10546            '2T1C' and
10547            'NDRPDR'"
10548   parameters:
10549   - "throughput"
10550   - "name"
10551   - "tags"
10552   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10553   x-axis: "X = CNFs per Service Chain"
10554   y-axis: "Y = Number of Service Chains"
10555   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10556   layout:
10557     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10558     layout: "plot-service-density"
10559
10560 - type: "plot"
10561   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10562   algorithm: "plot_nf_heatmap"
10563   output-file-type: ".html"
10564   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10565   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10566   filter: "'NIC_Intel-XXV710' and
10567            'NF_DENSITY' and
10568            'DOCKER' and
10569            'CHAIN' and
10570            'NF_VPPIP4' and
10571            'IMIX' and
10572            '4T2C' and
10573            'NDRPDR'"
10574   parameters:
10575   - "throughput"
10576   - "name"
10577   - "tags"
10578   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10579   x-axis: "X = CNFs per Service Chain"
10580   y-axis: "Y = Number of Service Chains"
10581   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10582   layout:
10583     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10584     layout: "plot-service-density"
10585
10586 - type: "plot"
10587   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10588   algorithm: "plot_nf_heatmap"
10589   output-file-type: ".html"
10590   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10591   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10592   filter: "'NIC_Intel-XXV710' and
10593            'NF_DENSITY' and
10594            'DOCKER' and
10595            'CHAIN' and
10596            'NF_VPPIP4' and
10597            'IMIX' and
10598            '8T4C' and
10599            'NDRPDR'"
10600   parameters:
10601   - "throughput"
10602   - "name"
10603   - "tags"
10604   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10605   x-axis: "X = CNFs per Service Chain"
10606   y-axis: "Y = Number of Service Chains"
10607   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10608   layout:
10609     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10610     layout: "plot-service-density"
10611
10612 # Plots - NF Density - CSC - PDR IMIX
10613 - type: "plot"
10614   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10615   algorithm: "plot_nf_heatmap"
10616   output-file-type: ".html"
10617   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10618   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10619   filter: "'NIC_Intel-XXV710' and
10620            'NF_DENSITY' and
10621            'DOCKER' and
10622            'CHAIN' and
10623            'NF_VPPIP4' and
10624            'IMIX' and
10625            '2T1C' and
10626            'NDRPDR'"
10627   parameters:
10628   - "throughput"
10629   - "name"
10630   - "tags"
10631   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10632   x-axis: "X = CNFs per Service Chain"
10633   y-axis: "Y = Number of Service Chains"
10634   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10635   layout:
10636     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10637     layout: "plot-service-density"
10638
10639 - type: "plot"
10640   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10641   algorithm: "plot_nf_heatmap"
10642   output-file-type: ".html"
10643   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10644   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10645   filter: "'NIC_Intel-XXV710' and
10646            'NF_DENSITY' and
10647            'DOCKER' and
10648            'CHAIN' and
10649            'NF_VPPIP4' and
10650            'IMIX' and
10651            '4T2C' and
10652            'NDRPDR'"
10653   parameters:
10654   - "throughput"
10655   - "name"
10656   - "tags"
10657   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10658   x-axis: "X = CNFs per Service Chain"
10659   y-axis: "Y = Number of Service Chains"
10660   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10661   layout:
10662     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10663     layout: "plot-service-density"
10664
10665 - type: "plot"
10666   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10667   algorithm: "plot_nf_heatmap"
10668   output-file-type: ".html"
10669   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10670   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10671   filter: "'NIC_Intel-XXV710' and
10672            'NF_DENSITY' and
10673            'DOCKER' and
10674            'CHAIN' and
10675            'NF_VPPIP4' and
10676            'IMIX' and
10677            '8T4C' and
10678            'NDRPDR'"
10679   parameters:
10680   - "throughput"
10681   - "name"
10682   - "tags"
10683   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10684   x-axis: "X = CNFs per Service Chain"
10685   y-axis: "Y = Number of Service Chains"
10686   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10687   layout:
10688     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10689     layout: "plot-service-density"
10690
10691 # Plots - NF Density - CSP - MRR IMIX
10692 - type: "plot"
10693   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10694   algorithm: "plot_nf_heatmap"
10695   output-file-type: ".html"
10696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10697   data: "plot-vpp-nfv-2n-clx-mrr"
10698   filter: "'NIC_Intel-XXV710' and
10699            'NF_DENSITY' and
10700            'DOCKER' and
10701            'PIPELINE' and
10702            'NF_VPPIP4' and
10703            'IMIX' and
10704            '2T1C' and
10705            'MRR'"
10706   parameters:
10707   - "result"
10708   - "name"
10709   - "tags"
10710   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10711   x-axis: "X = CNFs per Service Pipeline"
10712   y-axis: "Y = Number of Service Pipelines"
10713   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10714   layout:
10715     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10716     layout: "plot-service-density"
10717
10718 - type: "plot"
10719   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10720   algorithm: "plot_nf_heatmap"
10721   output-file-type: ".html"
10722   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10723   data: "plot-vpp-nfv-2n-clx-mrr"
10724   filter: "'NIC_Intel-XXV710' and
10725            'NF_DENSITY' and
10726            'DOCKER' and
10727            'PIPELINE' and
10728            'NF_VPPIP4' and
10729            'IMIX' and
10730            '4T2C' and
10731            'MRR'"
10732   parameters:
10733   - "result"
10734   - "name"
10735   - "tags"
10736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10737   x-axis: "X = CNFs per Service Pipeline"
10738   y-axis: "Y = Number of Service Pipelines"
10739   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10740   layout:
10741     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10742     layout: "plot-service-density"
10743
10744 - type: "plot"
10745   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10746   algorithm: "plot_nf_heatmap"
10747   output-file-type: ".html"
10748   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10749   data: "plot-vpp-nfv-2n-clx-mrr"
10750   filter: "'NIC_Intel-XXV710' and
10751            'NF_DENSITY' and
10752            'DOCKER' and
10753            'PIPELINE' and
10754            'NF_VPPIP4' and
10755            'IMIX' and
10756            '8T4C' and
10757            'MRR'"
10758   parameters:
10759   - "result"
10760   - "name"
10761   - "tags"
10762   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10763   x-axis: "X = CNFs per Service Pipeline"
10764   y-axis: "Y = Number of Service Pipelines"
10765   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10766   layout:
10767     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10768     layout: "plot-service-density"
10769
10770 # Plots - NF Density - CSP - NDR IMIX
10771 - type: "plot"
10772   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10773   algorithm: "plot_nf_heatmap"
10774   output-file-type: ".html"
10775   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10776   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10777   filter: "'NIC_Intel-XXV710' and
10778            'NF_DENSITY' and
10779            'DOCKER' and
10780            'PIPELINE' and
10781            'NF_VPPIP4' and
10782            'IMIX' and
10783            '2T1C' and
10784            'NDRPDR'"
10785   parameters:
10786   - "throughput"
10787   - "name"
10788   - "tags"
10789   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10790   x-axis: "X = CNFs per Service Pipeline"
10791   y-axis: "Y = Number of Service Pipelines"
10792   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10793   layout:
10794     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10795     layout: "plot-service-density"
10796
10797 - type: "plot"
10798   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10799   algorithm: "plot_nf_heatmap"
10800   output-file-type: ".html"
10801   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10802   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10803   filter: "'NIC_Intel-XXV710' and
10804            'NF_DENSITY' and
10805            'DOCKER' and
10806            'PIPELINE' and
10807            'NF_VPPIP4' and
10808            'IMIX' and
10809            '4T2C' and
10810            'NDRPDR'"
10811   parameters:
10812   - "throughput"
10813   - "name"
10814   - "tags"
10815   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10816   x-axis: "X = CNFs per Service Pipeline"
10817   y-axis: "Y = Number of Service Pipelines"
10818   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10819   layout:
10820     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10821     layout: "plot-service-density"
10822
10823 - type: "plot"
10824   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10825   algorithm: "plot_nf_heatmap"
10826   output-file-type: ".html"
10827   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10828   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10829   filter: "'NIC_Intel-XXV710' and
10830            'NF_DENSITY' and
10831            'DOCKER' and
10832            'PIPELINE' and
10833            'NF_VPPIP4' and
10834            'IMIX' and
10835            '8T4C' and
10836            'NDRPDR'"
10837   parameters:
10838   - "throughput"
10839   - "name"
10840   - "tags"
10841   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10842   x-axis: "X = CNFs per Service Pipeline"
10843   y-axis: "Y = Number of Service Pipelines"
10844   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10845   layout:
10846     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10847     layout: "plot-service-density"
10848
10849 # Plots - NF Density - CSP - PDR IMIX
10850 - type: "plot"
10851   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10852   algorithm: "plot_nf_heatmap"
10853   output-file-type: ".html"
10854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10855   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10856   filter: "'NIC_Intel-XXV710' and
10857            'NF_DENSITY' and
10858            'DOCKER' and
10859            'PIPELINE' and
10860            'NF_VPPIP4' and
10861            'IMIX' and
10862            '2T1C' and
10863            'NDRPDR'"
10864   parameters:
10865   - "throughput"
10866   - "name"
10867   - "tags"
10868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10869   x-axis: "X = CNFs per Service Pipeline"
10870   y-axis: "Y = Number of Service Pipelines"
10871   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10872   layout:
10873     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10874     layout: "plot-service-density"
10875
10876 - type: "plot"
10877   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10878   algorithm: "plot_nf_heatmap"
10879   output-file-type: ".html"
10880   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10881   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10882   filter: "'NIC_Intel-XXV710' and
10883            'NF_DENSITY' and
10884            'DOCKER' and
10885            'PIPELINE' and
10886            'NF_VPPIP4' and
10887            'IMIX' and
10888            '4T2C' and
10889            'NDRPDR'"
10890   parameters:
10891   - "throughput"
10892   - "name"
10893   - "tags"
10894   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10895   x-axis: "X = CNFs per Service Pipeline"
10896   y-axis: "Y = Number of Service Pipelines"
10897   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10898   layout:
10899     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10900     layout: "plot-service-density"
10901
10902 - type: "plot"
10903   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10904   algorithm: "plot_nf_heatmap"
10905   output-file-type: ".html"
10906   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10907   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10908   filter: "'NIC_Intel-XXV710' and
10909            'NF_DENSITY' and
10910            'DOCKER' and
10911            'PIPELINE' and
10912            'NF_VPPIP4' and
10913            'IMIX' and
10914            '8T4C' and
10915            'NDRPDR'"
10916   parameters:
10917   - "throughput"
10918   - "name"
10919   - "tags"
10920   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10921   x-axis: "X = CNFs per Service Pipeline"
10922   y-axis: "Y = Number of Service Pipelines"
10923   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10924   layout:
10925     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10926     layout: "plot-service-density"
10927
10928 ################################################################################
10929
10930 # Packet Throughput
10931
10932 - type: "plot"
10933   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10934   algorithm: "plot_perf_box_name"
10935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10937   include:
10938     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10939     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10940     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10941     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10942   layout:
10943     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10944     layout: "plot-throughput"
10945
10946 - type: "plot"
10947   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10948   algorithm: "plot_perf_box_name"
10949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10951   include:
10952     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10953     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10954     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10955     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10956   layout:
10957     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10958     layout: "plot-throughput"
10959
10960 - type: "plot"
10961   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10962   algorithm: "plot_perf_box_name"
10963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10965   include:
10966     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10967     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10968     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10969     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10970   layout:
10971     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10972     layout: "plot-throughput"
10973
10974 - type: "plot"
10975   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10976   algorithm: "plot_perf_box_name"
10977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10979   include:
10980     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10981     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10982     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10983     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10984   layout:
10985     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10986     layout: "plot-throughput"
10987
10988 - type: "plot"
10989   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10990   algorithm: "plot_perf_box_name"
10991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10993   include:
10994     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10995     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10996     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10997     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10998     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10999   layout:
11000     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11001     layout: "plot-throughput"
11002
11003 - type: "plot"
11004   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11005   algorithm: "plot_perf_box_name"
11006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11008   include:
11009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11010     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11011     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11012     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11013     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11014   layout:
11015     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11016     layout: "plot-throughput"
11017
11018 - type: "plot"
11019   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11020   algorithm: "plot_perf_box_name"
11021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11023   include:
11024     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11025     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11026     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11027     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11028     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11029   layout:
11030     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11031     layout: "plot-throughput"
11032
11033 - type: "plot"
11034   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11035   algorithm: "plot_perf_box_name"
11036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11038   include:
11039     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11040     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11041     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11042     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11043     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11044   layout:
11045     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11046     layout: "plot-throughput"
11047
11048 - type: "plot"
11049   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11050   algorithm: "plot_perf_box_name"
11051   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11052   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11053   include:
11054     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11055     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11056     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11057     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11058     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11059   layout:
11060     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11061     layout: "plot-throughput"
11062
11063 - type: "plot"
11064   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11065   algorithm: "plot_perf_box_name"
11066   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11067   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11068   include:
11069     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11070     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11071     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11072     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11073     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11074   layout:
11075     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11076     layout: "plot-throughput"
11077
11078 - type: "plot"
11079   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11080   algorithm: "plot_perf_box_name"
11081   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11083   include:
11084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11090   layout:
11091     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11092     layout: "plot-throughput"
11093
11094 - type: "plot"
11095   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11096   algorithm: "plot_perf_box_name"
11097   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11099   include:
11100     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11106   layout:
11107     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11108     layout: "plot-throughput"
11109
11110 - type: "plot"
11111   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11112   algorithm: "plot_perf_box_name"
11113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11115   include:
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11121   layout:
11122     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11123     layout: "plot-throughput"
11124
11125 - type: "plot"
11126   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11127   algorithm: "plot_perf_box_name"
11128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11130   include:
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11136   layout:
11137     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11138     layout: "plot-throughput"
11139
11140 - type: "plot"
11141   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11142   algorithm: "plot_perf_box_name"
11143   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11145   include:
11146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11149   layout:
11150     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11151     layout: "plot-throughput"
11152
11153 - type: "plot"
11154   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11155   algorithm: "plot_perf_box_name"
11156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11158   include:
11159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11162   layout:
11163     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11164     layout: "plot-throughput"
11165
11166 - type: "plot"
11167   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11168   algorithm: "plot_perf_box_name"
11169   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11171   include:
11172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11177   layout:
11178     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11179     layout: "plot-throughput"
11180
11181 - type: "plot"
11182   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11183   algorithm: "plot_perf_box_name"
11184   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11186   include:
11187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11192   layout:
11193     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11194     layout: "plot-throughput"
11195
11196 - type: "plot"
11197   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11198   algorithm: "plot_perf_box_name"
11199   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11200   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11201   include:
11202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11205   layout:
11206     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11207     layout: "plot-throughput"
11208
11209 - type: "plot"
11210   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11211   algorithm: "plot_perf_box_name"
11212   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11214   include:
11215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11218   layout:
11219     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11220     layout: "plot-throughput"
11221
11222 - type: "plot"
11223   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11224   algorithm: "plot_perf_box_name"
11225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11227   include:
11228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11234   layout:
11235     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11236     layout: "plot-throughput"
11237
11238 - type: "plot"
11239   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11240   algorithm: "plot_perf_box_name"
11241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11243   include:
11244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11250   layout:
11251     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11252     layout: "plot-throughput"
11253
11254 - type: "plot"
11255   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11256   algorithm: "plot_perf_box_name"
11257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11259   include:
11260     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11261     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11262     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11263     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11264     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11265   layout:
11266     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11267     layout: "plot-throughput"
11268
11269 - type: "plot"
11270   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11271   algorithm: "plot_perf_box_name"
11272   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11274   include:
11275     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11276     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11277     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11278     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11279     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11280   layout:
11281     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11282     layout: "plot-throughput"
11283
11284 #- type: "plot"
11285 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11286 #  algorithm: "plot_perf_box_name"
11287 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11288 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11289 #  include:
11290 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11291 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11292 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11293 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11294 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11295 #  layout:
11296 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11297 #    layout: "plot-throughput"
11298 #
11299 #- type: "plot"
11300 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11301 #  algorithm: "plot_perf_box_name"
11302 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11303 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11304 #  include:
11305 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11306 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11307 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11308 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11309 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11310 #  layout:
11311 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11312 #    layout: "plot-throughput"
11313 #
11314 #- type: "plot"
11315 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11316 #  algorithm: "plot_perf_box_name"
11317 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11318 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11319 #  include:
11320 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11321 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11322 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11323 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11324 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11325 #  layout:
11326 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11327 #    layout: "plot-throughput"
11328 #
11329 #- type: "plot"
11330 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11331 #  algorithm: "plot_perf_box_name"
11332 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11333 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11334 #  include:
11335 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11336 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11337 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11338 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11339 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11340 #  layout:
11341 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11342 #    layout: "plot-throughput"
11343
11344 - type: "plot"
11345   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11346   algorithm: "plot_perf_box_name"
11347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11349   include:
11350     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11351     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11352     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11353     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11354     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11355   layout:
11356     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11357     layout: "plot-throughput"
11358
11359 - type: "plot"
11360   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11361   algorithm: "plot_perf_box_name"
11362   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11364   include:
11365     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11366     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11367     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11368     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11369     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11370   layout:
11371     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11372     layout: "plot-throughput"
11373
11374 #- type: "plot"
11375 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11376 #  algorithm: "plot_perf_box_name"
11377 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11378 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11379 #  include:
11380 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11381 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11382 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11383 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11384 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11385 #  layout:
11386 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11387 #    layout: "plot-throughput"
11388 #
11389 #- type: "plot"
11390 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11391 #  algorithm: "plot_perf_box_name"
11392 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11393 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11394 #  include:
11395 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11396 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11397 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11398 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11399 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11400 #  layout:
11401 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11402 #    layout: "plot-throughput"
11403 #
11404 #- type: "plot"
11405 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11406 #  algorithm: "plot_perf_box_name"
11407 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11408 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11409 #  include:
11410 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11411 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11412 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11413 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11414 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11415 #  layout:
11416 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11417 #    layout: "plot-throughput"
11418 #
11419 #- type: "plot"
11420 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11421 #  algorithm: "plot_perf_box_name"
11422 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11423 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11424 #  include:
11425 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11426 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11427 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11428 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11429 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11430 #  layout:
11431 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11432 #    layout: "plot-throughput"
11433
11434 - type: "plot"
11435   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11436   algorithm: "plot_perf_box_name"
11437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11439   include:
11440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11446   layout:
11447     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11448     layout: "plot-throughput"
11449
11450 - type: "plot"
11451   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11452   algorithm: "plot_perf_box_name"
11453   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11455   include:
11456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11462   layout:
11463     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11464     layout: "plot-throughput"
11465
11466 - type: "plot"
11467   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11468   algorithm: "plot_perf_box_name"
11469   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11471   include:
11472     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11475   layout:
11476     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11477     layout: "plot-throughput"
11478
11479 - type: "plot"
11480   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11481   algorithm: "plot_perf_box_name"
11482   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11483   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11484   include:
11485     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11488   layout:
11489     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11490     layout: "plot-throughput"
11491
11492 - type: "plot"
11493   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11494   algorithm: "plot_perf_box_name"
11495   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11497   include:
11498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11500 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11501 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11502 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11503   layout:
11504     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11505     layout: "plot-throughput"
11506
11507 - type: "plot"
11508   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11509   algorithm: "plot_perf_box_name"
11510   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11512   include:
11513     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11515 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11516 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11517 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11518   layout:
11519     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11520     layout: "plot-throughput"
11521
11522 - type: "plot"
11523   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11524   algorithm: "plot_perf_box_name"
11525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11527   include:
11528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11533   layout:
11534     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11535     layout: "plot-throughput"
11536
11537 - type: "plot"
11538   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11539   algorithm: "plot_perf_box_name"
11540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11542   include:
11543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11548   layout:
11549     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11550     layout: "plot-throughput"
11551
11552 - type: "plot"
11553   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11554   algorithm: "plot_perf_box_name"
11555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11557   include:
11558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11563   layout:
11564     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11565     layout: "plot-throughput"
11566
11567 - type: "plot"
11568   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11569   algorithm: "plot_perf_box_name"
11570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11572   include:
11573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11578   layout:
11579     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11580     layout: "plot-throughput"
11581
11582 - type: "plot"
11583   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11584   algorithm: "plot_perf_box_name"
11585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11587   include:
11588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11592   layout:
11593     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11594     layout: "plot-throughput"
11595
11596 - type: "plot"
11597   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11598   algorithm: "plot_perf_box_name"
11599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11601   include:
11602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11606   layout:
11607     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11608     layout: "plot-throughput"
11609
11610 - type: "plot"
11611   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11612   algorithm: "plot_perf_box_name"
11613   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11615   include:
11616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11621   layout:
11622     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11627   algorithm: "plot_perf_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11630   include:
11631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11636   layout:
11637     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11638     layout: "plot-throughput"
11639
11640 - type: "plot"
11641   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11642   algorithm: "plot_perf_box_name"
11643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11645   include:
11646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11651   layout:
11652     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11653     layout: "plot-throughput"
11654
11655 - type: "plot"
11656   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11657   algorithm: "plot_perf_box_name"
11658   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11659   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11660   include:
11661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11666   layout:
11667     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11668     layout: "plot-throughput"
11669
11670 - type: "plot"
11671   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11672   algorithm: "plot_perf_box_name"
11673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11674   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11675   include:
11676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11680   layout:
11681     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11682     layout: "plot-throughput"
11683
11684 - type: "plot"
11685   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11686   algorithm: "plot_perf_box_name"
11687   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11688   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11689   include:
11690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11694   layout:
11695     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11696     layout: "plot-throughput"
11697
11698 - type: "plot"
11699   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11700   algorithm: "plot_perf_box_name"
11701   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11702   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11703   include:
11704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11709   layout:
11710     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11711     layout: "plot-throughput"
11712
11713 - type: "plot"
11714   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11715   algorithm: "plot_perf_box_name"
11716   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11717   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11718   include:
11719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11724   layout:
11725     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11726     layout: "plot-throughput"
11727
11728 - type: "plot"
11729   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11730   algorithm: "plot_perf_box_name"
11731   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11732   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11733   include:
11734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11740   layout:
11741     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11742     layout: "plot-throughput"
11743
11744 - type: "plot"
11745   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11746   algorithm: "plot_perf_box_name"
11747   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11748   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11749   include:
11750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11756   layout:
11757     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11758     layout: "plot-throughput"
11759
11760 - type: "plot"
11761   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11762   algorithm: "plot_perf_box_name"
11763   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11764   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11765   include:
11766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11771   layout:
11772     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11773     layout: "plot-throughput"
11774
11775 - type: "plot"
11776   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11777   algorithm: "plot_perf_box_name"
11778   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11779   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11780   include:
11781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11786   layout:
11787     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11788     layout: "plot-throughput"
11789
11790 - type: "plot"
11791   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11792   algorithm: "plot_perf_box_name"
11793   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11794   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11795   include:
11796     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11801   layout:
11802     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11803     layout: "plot-throughput"
11804
11805 - type: "plot"
11806   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11807   algorithm: "plot_perf_box_name"
11808   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11809   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11810   include:
11811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11816   layout:
11817     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11818     layout: "plot-throughput"
11819
11820 - type: "plot"
11821   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11822   algorithm: "plot_perf_box_name"
11823   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11825   include:
11826     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11828   layout:
11829     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11830     layout: "plot-throughput"
11831
11832 - type: "plot"
11833   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11834   algorithm: "plot_perf_box_name"
11835   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11837   include:
11838     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11840   layout:
11841     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11842     layout: "plot-throughput"
11843
11844 - type: "plot"
11845   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11846   algorithm: "plot_perf_box_name"
11847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11849   include:
11850     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11854   layout:
11855     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11856     layout: "plot-throughput"
11857
11858 - type: "plot"
11859   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11860   algorithm: "plot_perf_box_name"
11861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11863   include:
11864     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11868   layout:
11869     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11877   include:
11878     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11882   layout:
11883     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11884     layout: "plot-throughput"
11885
11886 - type: "plot"
11887   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11888   algorithm: "plot_perf_box_name"
11889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11891   include:
11892     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11896   layout:
11897     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11902   algorithm: "plot_perf_box_name"
11903   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11904   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11905   include:
11906     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11910   layout:
11911     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11912     layout: "plot-throughput"
11913
11914 - type: "plot"
11915   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11916   algorithm: "plot_perf_box_name"
11917   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11918   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11919   include:
11920     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11924   layout:
11925     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11932   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11933   include:
11934     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11938   layout:
11939     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11940     layout: "plot-throughput"
11941
11942 - type: "plot"
11943   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11944   algorithm: "plot_perf_box_name"
11945   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11946   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11947   include:
11948     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11952   layout:
11953     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11954     layout: "plot-throughput"
11955
11956 - type: "plot"
11957   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11958   algorithm: "plot_perf_box_name"
11959   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11961   include:
11962     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11968   layout:
11969     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11970     layout: "plot-throughput"
11971
11972 - type: "plot"
11973   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11974   algorithm: "plot_perf_box_name"
11975   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11977   include:
11978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11984   layout:
11985     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11986     layout: "plot-throughput"
11987
11988 - type: "plot"
11989   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11990   algorithm: "plot_perf_box_name"
11991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11993   include:
11994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11999   layout:
12000     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12001     layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12008   include:
12009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12014   layout:
12015     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12023   include:
12024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12029   layout:
12030     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12038   include:
12039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12044   layout:
12045     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12046     layout: "plot-throughput"
12047
12048 - type: "plot"
12049   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12050   algorithm: "plot_perf_box_name"
12051   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12052   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12053   include:
12054     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12057   layout:
12058     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12059     layout: "plot-throughput"
12060
12061 - type: "plot"
12062   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12063   algorithm: "plot_perf_box_name"
12064   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12066   include:
12067     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12070   layout:
12071     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12079   include:
12080     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12083   layout:
12084     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12092   include:
12093     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12096   layout:
12097     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12098     layout: "plot-throughput"
12099
12100 - type: "plot"
12101   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12102   algorithm: "plot_perf_box_name"
12103   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12105   include:
12106     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12111   layout:
12112     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12113     layout: "plot-throughput"
12114
12115 - type: "plot"
12116   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12117   algorithm: "plot_perf_box_name"
12118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12120   include:
12121     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12126   layout:
12127     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12132   algorithm: "plot_perf_box_name"
12133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12135   include:
12136     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12141   layout:
12142     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12143     layout: "plot-throughput"
12144
12145 - type: "plot"
12146   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12147   algorithm: "plot_perf_box_name"
12148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12150   include:
12151     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12156   layout:
12157     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12158     layout: "plot-throughput"
12159
12160 - type: "plot"
12161   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12162   algorithm: "plot_perf_box_name"
12163   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12164   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12165   include:
12166     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12171   layout:
12172     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12173     layout: "plot-throughput"
12174
12175 - type: "plot"
12176   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12177   algorithm: "plot_perf_box_name"
12178   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12179   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12180   include:
12181     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12186   layout:
12187     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12194   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12195   include:
12196     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12201   layout:
12202     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12203     layout: "plot-throughput"
12204
12205 - type: "plot"
12206   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12207   algorithm: "plot_perf_box_name"
12208   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12209   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12210   include:
12211     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12216   layout:
12217     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12218     layout: "plot-throughput"
12219
12220 - type: "plot"
12221   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12222   algorithm: "plot_perf_box_name"
12223   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12224   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12225   include:
12226     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12231   layout:
12232     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12233     layout: "plot-throughput"
12234
12235 - type: "plot"
12236   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12237   algorithm: "plot_perf_box_name"
12238   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12239   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12240   include:
12241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12246   layout:
12247     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12255   include:
12256     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12257     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12258     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12259     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12262   layout:
12263     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12271   include:
12272     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12273     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12278   layout:
12279     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12287   include:
12288     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12290     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12292   layout:
12293     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12294     layout: "plot-throughput"
12295
12296 - type: "plot"
12297   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12298   algorithm: "plot_perf_box_name"
12299   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12301   include:
12302     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12303     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12306   layout:
12307     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12308     layout: "plot-throughput"
12309
12310 - type: "plot"
12311   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12312   algorithm: "plot_perf_box_name"
12313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12315   include:
12316     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12317     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12318     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12319     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12320     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12322   layout:
12323     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12324     layout: "plot-throughput"
12325
12326 - type: "plot"
12327   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12328   algorithm: "plot_perf_box_name"
12329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12331   include:
12332     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12333     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12338   layout:
12339     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12340     layout: "plot-throughput"
12341
12342 - type: "plot"
12343   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12344   algorithm: "plot_perf_box_name"
12345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12347   include:
12348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12354   layout:
12355     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12356     layout: "plot-throughput"
12357
12358 - type: "plot"
12359   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12360   algorithm: "plot_perf_box_name"
12361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12363   include:
12364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12370   layout:
12371     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12379   include:
12380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12381     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12382     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12383     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12384     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12385     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12386   layout:
12387     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12388     layout: "plot-throughput"
12389
12390 - type: "plot"
12391   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12392   algorithm: "plot_perf_box_name"
12393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12395   include:
12396     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12397     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12398     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12399     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12400     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12401     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12402   layout:
12403     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12404     layout: "plot-throughput"
12405
12406 - type: "plot"
12407   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12408   algorithm: "plot_perf_box_name"
12409   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12410   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12411   include:
12412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12413     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12416     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12418   layout:
12419     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12420     layout: "plot-throughput"
12421
12422 - type: "plot"
12423   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12424   algorithm: "plot_perf_box_name"
12425   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12426   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12427   include:
12428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12434   layout:
12435     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12436     layout: "plot-throughput"
12437
12438 - type: "plot"
12439   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12440   algorithm: "plot_perf_box_name"
12441   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12442   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12443   include:
12444     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12445     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12446     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12447     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12448     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12449     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12450   layout:
12451     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12458   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12459   include:
12460     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12461     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12462     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12463     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12464     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12465     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12466   layout:
12467     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12468     layout: "plot-throughput"
12469
12470 - type: "plot"
12471   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12472   algorithm: "plot_perf_box_name"
12473   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12475   include:
12476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12482   layout:
12483     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12484     layout: "plot-throughput"
12485
12486 - type: "plot"
12487   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12488   algorithm: "plot_perf_box_name"
12489   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12491   include:
12492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12498   layout:
12499     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12500     layout: "plot-throughput"
12501
12502 - type: "plot"
12503   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12504   algorithm: "plot_perf_box_name"
12505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12507   include:
12508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12514   layout:
12515     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12516     layout: "plot-throughput"
12517
12518 - type: "plot"
12519   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12520   algorithm: "plot_perf_box_name"
12521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12523   include:
12524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12530   layout:
12531     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12532     layout: "plot-throughput"
12533
12534 - type: "plot"
12535   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12536   algorithm: "plot_perf_box_name"
12537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12539   include:
12540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12546   layout:
12547     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12555   include:
12556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12562   layout:
12563     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12571   include:
12572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12576   layout:
12577     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12578     layout: "plot-throughput"
12579
12580 - type: "plot"
12581   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12582   algorithm: "plot_perf_box_name"
12583   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12585   include:
12586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12590   layout:
12591     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12592     layout: "plot-throughput"
12593
12594 - type: "plot"
12595   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12596   algorithm: "plot_perf_box_name"
12597   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12599   include:
12600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12604   layout:
12605     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12606     layout: "plot-throughput"
12607
12608 - type: "plot"
12609   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12610   algorithm: "plot_perf_box_name"
12611   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12612   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12613   include:
12614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12618   layout:
12619     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12620     layout: "plot-throughput"
12621
12622 - type: "plot"
12623   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12624   algorithm: "plot_perf_box_name"
12625   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12626   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12627   include:
12628     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12631     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12634   layout:
12635     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12636     layout: "plot-throughput"
12637
12638 - type: "plot"
12639   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12640   algorithm: "plot_perf_box_name"
12641   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12642   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12643   include:
12644     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12647     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12650   layout:
12651     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12659   include:
12660     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12665   layout:
12666     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12674   include:
12675     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12680   layout:
12681     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12689   include:
12690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12695   layout:
12696     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12697     layout: "plot-throughput"
12698
12699 - type: "plot"
12700   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12701   algorithm: "plot_perf_box_name"
12702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12704   include:
12705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12710   layout:
12711     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12716   algorithm: "plot_perf_box_name"
12717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12719   include:
12720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12724   layout:
12725     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12726     layout: "plot-throughput"
12727
12728 - type: "plot"
12729   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12730   algorithm: "plot_perf_box_name"
12731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12733   include:
12734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12738   layout:
12739     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12740     layout: "plot-throughput"
12741
12742 - type: "plot"
12743   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12744   algorithm: "plot_perf_box_name"
12745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12747   include:
12748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12754   layout:
12755     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12756     layout: "plot-throughput"
12757
12758 - type: "plot"
12759   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12760   algorithm: "plot_perf_box_name"
12761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12763   include:
12764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12770   layout:
12771     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12776   algorithm: "plot_perf_box_name"
12777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12779   include:
12780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12786   layout:
12787     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12788     layout: "plot-throughput"
12789
12790 - type: "plot"
12791   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12792   algorithm: "plot_perf_box_name"
12793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12795   include:
12796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12802   layout:
12803     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12804     layout: "plot-throughput"
12805
12806 - type: "plot"
12807   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12808   algorithm: "plot_perf_box_name"
12809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12811   include:
12812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12818   layout:
12819     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12820     layout: "plot-throughput"
12821
12822 - type: "plot"
12823   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12824   algorithm: "plot_perf_box_name"
12825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12827   include:
12828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12834   layout:
12835     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12836     layout: "plot-throughput"
12837
12838 - type: "plot"
12839   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12840   algorithm: "plot_perf_box_name"
12841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12843   include:
12844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12850   layout:
12851     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12852     layout: "plot-throughput"
12853
12854 - type: "plot"
12855   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12856   algorithm: "plot_perf_box_name"
12857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12859   include:
12860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12866   layout:
12867     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12872   algorithm: "plot_perf_box_name"
12873   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12874   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12875   include:
12876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12880   layout:
12881     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12882     layout: "plot-throughput"
12883
12884 - type: "plot"
12885   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12886   algorithm: "plot_perf_box_name"
12887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12889   include:
12890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12894   layout:
12895     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12896     layout: "plot-throughput"
12897
12898 - type: "plot"
12899   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12900   algorithm: "plot_perf_box_name"
12901   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12902   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12903   include:
12904     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12910   layout:
12911     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12912     layout: "plot-throughput"
12913
12914 - type: "plot"
12915   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12916   algorithm: "plot_perf_box_name"
12917   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12918   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12919   include:
12920     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12923     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12926   layout:
12927     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12928     layout: "plot-throughput"
12929
12930 - type: "plot"
12931   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12932   algorithm: "plot_perf_box_name"
12933   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12934   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12935   include:
12936     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12938     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12939     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12940     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12941     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12942   layout:
12943     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12944     layout: "plot-throughput"
12945
12946 - type: "plot"
12947   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12948   algorithm: "plot_perf_box_name"
12949   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12950   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12951   include:
12952     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12955     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12956     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12958   layout:
12959     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12960     layout: "plot-throughput"
12961
12962 - type: "plot"
12963   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12964   algorithm: "plot_perf_box_name"
12965   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12966   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12967   include:
12968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12972   layout:
12973     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12974     layout: "plot-throughput"
12975
12976 - type: "plot"
12977   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12978   algorithm: "plot_perf_box_name"
12979   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12980   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12981   include:
12982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12986   layout:
12987     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12988     layout: "plot-throughput"
12989
12990 - type: "plot"
12991   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12992   algorithm: "plot_perf_box_name"
12993   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12994   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12995   include:
12996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13002   layout:
13003     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13004     layout: "plot-throughput"
13005
13006 - type: "plot"
13007   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13008   algorithm: "plot_perf_box_name"
13009   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13010   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13011   include:
13012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13018   layout:
13019     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13027   include:
13028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13031     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13032   layout:
13033     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13034     layout: "plot-throughput"
13035
13036 - type: "plot"
13037   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13038   algorithm: "plot_perf_box_name"
13039   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13040   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13041   include:
13042     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13043     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13044     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13045     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13046   layout:
13047     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13048     layout: "plot-throughput"
13049
13050 - type: "plot"
13051   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13052   algorithm: "plot_perf_box_name"
13053   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13054   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13055   include:
13056     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13062   layout:
13063     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13064     layout: "plot-throughput"
13065
13066 - type: "plot"
13067   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13068   algorithm: "plot_perf_box_name"
13069   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13070   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13071   include:
13072     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13078   layout:
13079     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13080     layout: "plot-throughput"
13081
13082 - type: "plot"
13083   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13084   algorithm: "plot_perf_box_name"
13085   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13086   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13087   include:
13088     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13094   layout:
13095     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13096     layout: "plot-throughput"
13097
13098 - type: "plot"
13099   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13100   algorithm: "plot_perf_box_name"
13101   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13102   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13103   include:
13104     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13105     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13110   layout:
13111     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13112     layout: "plot-throughput"
13113
13114 - type: "plot"
13115   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13116   algorithm: "plot_perf_box_name"
13117   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13119   include:
13120     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13121     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13122     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13123     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13124     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13125     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13126   layout:
13127     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13128     layout: "plot-throughput"
13129
13130 - type: "plot"
13131   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13132   algorithm: "plot_perf_box_name"
13133   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13135   include:
13136     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13137     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13138     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13139     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13140     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13141     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13142   layout:
13143     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13144     layout: "plot-throughput"
13145
13146 - type: "plot"
13147   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13148   algorithm: "plot_perf_box_name"
13149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13151   include:
13152     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13153     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13154     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13155 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13156 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13157 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13158   layout:
13159     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13160     layout: "plot-throughput"
13161
13162 - type: "plot"
13163   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13164   algorithm: "plot_perf_box_name"
13165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13167   include:
13168     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13169     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13170     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13171 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13172 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13173 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13174   layout:
13175     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13176     layout: "plot-throughput"
13177
13178 - type: "plot"
13179   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13180   algorithm: "plot_perf_box_name"
13181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13183   include:
13184     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13185     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13186     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13187     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13188     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13189     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13190   layout:
13191     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13192     layout: "plot-throughput"
13193
13194 - type: "plot"
13195   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13196   algorithm: "plot_perf_box_name"
13197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13199   include:
13200     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13201     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13202     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13203     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13204     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13205     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13206   layout:
13207     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13208     layout: "plot-throughput"
13209
13210 - type: "plot"
13211   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13212   algorithm: "plot_perf_box_name"
13213   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13214   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13215   include:
13216     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13217     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13218     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13219     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13220     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13221     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13222   layout:
13223     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13224     layout: "plot-throughput"
13225
13226 - type: "plot"
13227   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13228   algorithm: "plot_perf_box_name"
13229   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13230   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13231   include:
13232     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13233     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13234     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13235     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13236     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13237     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13238   layout:
13239     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13240     layout: "plot-throughput"
13241
13242 #- type: "plot"
13243 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13244 #  algorithm: "plot_perf_box_name"
13245 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13246 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13247 #  include:
13248 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13249 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13250 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13251 #  layout:
13252 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13253 #    layout: "plot-throughput"
13254 #
13255 #- type: "plot"
13256 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13257 #  algorithm: "plot_perf_box_name"
13258 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13259 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13260 #  include:
13261 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13262 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13263 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13264 #  layout:
13265 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13266 #    layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13273   include:
13274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13279   layout:
13280     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13281     layout: "plot-throughput"
13282
13283 - type: "plot"
13284   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13285   algorithm: "plot_perf_box_name"
13286   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13288   include:
13289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13294   layout:
13295     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13296     layout: "plot-throughput"
13297
13298 - type: "plot"
13299   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13300   algorithm: "plot_perf_box_name"
13301   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13303   include:
13304     - "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"
13305     - "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"
13306     - "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"
13307     - "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"
13308     - "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"
13309   layout:
13310     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13311     layout: "plot-throughput"
13312
13313 - type: "plot"
13314   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13315   algorithm: "plot_perf_box_name"
13316   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13318   include:
13319     - "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"
13320     - "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"
13321     - "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"
13322     - "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"
13323     - "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"
13324   layout:
13325     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13326     layout: "plot-throughput"
13327
13328 - type: "plot"
13329   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13330   algorithm: "plot_perf_box_name"
13331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13333   include:
13334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13339   layout:
13340     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13341     layout: "plot-throughput"
13342
13343 - type: "plot"
13344   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13345   algorithm: "plot_perf_box_name"
13346   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13347   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13348   include:
13349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13354   layout:
13355     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13356     layout: "plot-throughput"
13357
13358 - type: "plot"
13359   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13360   algorithm: "plot_perf_box_name"
13361   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13363   include:
13364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13369   layout:
13370     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13371     layout: "plot-throughput"
13372
13373 - type: "plot"
13374   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13375   algorithm: "plot_perf_box_name"
13376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13378   include:
13379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13384   layout:
13385     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13386     layout: "plot-throughput"
13387
13388 - type: "plot"
13389   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13390   algorithm: "plot_perf_box_name"
13391   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13392   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13393   include:
13394     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13395     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13396     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13397     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13399   layout:
13400     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13401     layout: "plot-throughput"
13402
13403 - type: "plot"
13404   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13405   algorithm: "plot_perf_box_name"
13406   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13407   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13408   include:
13409     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13411     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13412     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13414   layout:
13415     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13416     layout: "plot-throughput"
13417
13418 - type: "plot"
13419   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13420   algorithm: "plot_perf_box_name"
13421   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13423   include:
13424     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13425     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13426     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13427     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13428     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13429   layout:
13430     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13431     layout: "plot-throughput"
13432
13433 - type: "plot"
13434   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13435   algorithm: "plot_perf_box_name"
13436   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13438   include:
13439     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13440     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13442     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13443     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13444   layout:
13445     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13446     layout: "plot-throughput"
13447
13448 - type: "plot"
13449   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13450   algorithm: "plot_perf_box_name"
13451   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13453   include:
13454     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13455     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13456     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13458   layout:
13459     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13460     layout: "plot-throughput"
13461
13462 - type: "plot"
13463   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13464   algorithm: "plot_perf_box_name"
13465   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13467   include:
13468     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13470     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13471     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13472   layout:
13473     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13474     layout: "plot-throughput"
13475
13476 - type: "plot"
13477   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13478   algorithm: "plot_perf_box_name"
13479   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13481   include:
13482     - "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"
13483     - "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"
13484     - "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"
13485     - "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"
13486   layout:
13487     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13488     layout: "plot-throughput"
13489
13490 - type: "plot"
13491   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13492   algorithm: "plot_perf_box_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13495   include:
13496     - "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"
13497     - "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"
13498     - "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"
13499     - "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"
13500   layout:
13501     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13502     layout: "plot-throughput"
13503
13504 - type: "plot"
13505   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13506   algorithm: "plot_perf_box_name"
13507   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13509   include:
13510     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13515     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13516   layout:
13517     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13518     layout: "plot-throughput"
13519
13520 - type: "plot"
13521   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13522   algorithm: "plot_perf_box_name"
13523   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13525   include:
13526     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13527     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13528     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13529     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13530     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13531     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13532   layout:
13533     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13534     layout: "plot-throughput"
13535
13536 - type: "plot"
13537   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13538   algorithm: "plot_perf_box_name"
13539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13541   include:
13542     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13543     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13544     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13547     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13548   layout:
13549     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13550     layout: "plot-throughput"
13551
13552 - type: "plot"
13553   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13554   algorithm: "plot_perf_box_name"
13555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13557   include:
13558     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13559     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13560     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13562     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13564   layout:
13565     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13566     layout: "plot-throughput"
13567
13568 - type: "plot"
13569   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13570   algorithm: "plot_perf_box_name"
13571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13573   include:
13574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13577     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13578     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13580   layout:
13581     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13582     layout: "plot-throughput"
13583
13584 - type: "plot"
13585   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13586   algorithm: "plot_perf_box_name"
13587   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13589   include:
13590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13596   layout:
13597     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13598     layout: "plot-throughput"
13599
13600 - type: "plot"
13601   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13602   algorithm: "plot_perf_box_name"
13603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13605   include:
13606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13611   layout:
13612     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13613     layout: "plot-throughput"
13614
13615 - type: "plot"
13616   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13617   algorithm: "plot_perf_box_name"
13618   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13620   include:
13621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13626   layout:
13627     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13628     layout: "plot-throughput"
13629
13630 - type: "plot"
13631   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13632   algorithm: "plot_perf_box_name"
13633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13635   include:
13636     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13637     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13638   layout:
13639     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13640     layout: "plot-throughput"
13641
13642 - type: "plot"
13643   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13644   algorithm: "plot_perf_box_name"
13645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13647   include:
13648     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13649     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13650   layout:
13651     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13652     layout: "plot-throughput"
13653
13654 - type: "plot"
13655   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13656   algorithm: "plot_perf_box_name"
13657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13659   include:
13660     - "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"
13661     - "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"
13662   layout:
13663     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13664     layout: "plot-throughput"
13665
13666 - type: "plot"
13667   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13668   algorithm: "plot_perf_box_name"
13669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13671   include:
13672     - "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"
13673     - "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"
13674   layout:
13675     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13676     layout: "plot-throughput"
13677
13678 - type: "plot"
13679   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13680   algorithm: "plot_perf_box_name"
13681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13683   include:
13684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13686   layout:
13687     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13688     layout: "plot-throughput"
13689
13690 - type: "plot"
13691   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13692   algorithm: "plot_perf_box_name"
13693   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13695   include:
13696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13698   layout:
13699     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13700     layout: "plot-throughput"
13701
13702 - type: "plot"
13703   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13704   algorithm: "plot_perf_box_name"
13705   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13707   include:
13708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13710   layout:
13711     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13712     layout: "plot-throughput"
13713
13714 - type: "plot"
13715   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13716   algorithm: "plot_perf_box_name"
13717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13719   include:
13720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13722   layout:
13723     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13724     layout: "plot-throughput"
13725
13726 - type: "plot"
13727   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13728   algorithm: "plot_perf_box_name"
13729   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13730   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13731   include:
13732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13738   layout:
13739     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13740     layout: "plot-throughput"
13741
13742 - type: "plot"
13743   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13744   algorithm: "plot_perf_box_name"
13745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13747   include:
13748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13754   layout:
13755     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13756     layout: "plot-throughput"
13757
13758 - type: "plot"
13759   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13760   algorithm: "plot_perf_box_name"
13761   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13762   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13763   include:
13764     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13765     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13766     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13767     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13769     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13770   layout:
13771     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13772     layout: "plot-throughput"
13773
13774 - type: "plot"
13775   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13776   algorithm: "plot_perf_box_name"
13777   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13778   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13779   include:
13780     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13781     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13782     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13783     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13784     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13785     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13786   layout:
13787     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13788     layout: "plot-throughput"
13789
13790 #- type: "plot"
13791 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13792 #  algorithm: "plot_perf_box_name"
13793 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13794 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13795 #  include:
13796 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13797 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13798 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13799 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13800 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13801 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13802 #  layout:
13803 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13804 #    layout: "plot-throughput"
13805 #
13806 #- type: "plot"
13807 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13808 #  algorithm: "plot_perf_box_name"
13809 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13810 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13811 #  include:
13812 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13813 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13814 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13815 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13816 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13817 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13818 #  layout:
13819 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13820 #    layout: "plot-throughput"
13821
13822 - type: "plot"
13823   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13824   algorithm: "plot_perf_box_name"
13825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13827   include:
13828     - "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"
13829     - "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"
13830     - "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"
13831     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13832     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13833     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13834   layout:
13835     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13836     layout: "plot-throughput"
13837
13838 - type: "plot"
13839   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13840   algorithm: "plot_perf_box_name"
13841   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13842   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13843   include:
13844     - "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"
13845     - "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"
13846     - "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"
13847     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13848     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13849     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13850   layout:
13851     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13852     layout: "plot-throughput"
13853
13854 ################################################################################
13855
13856 # Packet Speedup
13857
13858 - type: "plot"
13859   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13860   algorithm: "plot_tsa_name"
13861   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13862   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13863   include:
13864     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13865     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13866     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13868   layout:
13869     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13870     layout: "plot-throughput-speedup-analysis"
13871
13872 - type: "plot"
13873   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13874   algorithm: "plot_tsa_name"
13875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13877   include:
13878     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13879     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13880     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13882   layout:
13883     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13884     layout: "plot-throughput-speedup-analysis"
13885
13886 - type: "plot"
13887   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13888   algorithm: "plot_tsa_name"
13889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13891   include:
13892     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13893     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13894     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13895     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13896   layout:
13897     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13898     layout: "plot-throughput-speedup-analysis"
13899
13900 - type: "plot"
13901   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13902   algorithm: "plot_tsa_name"
13903   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13904   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13905   include:
13906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13907     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13908     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13909     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13910   layout:
13911     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13912     layout: "plot-throughput-speedup-analysis"
13913
13914 - type: "plot"
13915   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13916   algorithm: "plot_tsa_name"
13917   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13919   include:
13920     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13921     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13922     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13923     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13924     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13925   layout:
13926     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13927     layout: "plot-throughput-speedup-analysis"
13928
13929 - type: "plot"
13930   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13931   algorithm: "plot_tsa_name"
13932   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13934   include:
13935     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13936     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13937     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13938     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13939     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13940   layout:
13941     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13942     layout: "plot-throughput-speedup-analysis"
13943
13944 - type: "plot"
13945   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13946   algorithm: "plot_tsa_name"
13947   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13949   include:
13950     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13951     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13952     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13953     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13954     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13955   layout:
13956     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13957     layout: "plot-throughput-speedup-analysis"
13958
13959 - type: "plot"
13960   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13961   algorithm: "plot_tsa_name"
13962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13964   include:
13965     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13966     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13967     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13968     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13969     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13970   layout:
13971     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13972     layout: "plot-throughput-speedup-analysis"
13973
13974 - type: "plot"
13975   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13976   algorithm: "plot_tsa_name"
13977   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13979   include:
13980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13986   layout:
13987     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13988     layout: "plot-throughput-speedup-analysis"
13989
13990 - type: "plot"
13991   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13992   algorithm: "plot_tsa_name"
13993   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13995   include:
13996     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14002   layout:
14003     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14004     layout: "plot-throughput-speedup-analysis"
14005
14006 - type: "plot"
14007   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14008   algorithm: "plot_tsa_name"
14009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14011   include:
14012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14017   layout:
14018     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14019     layout: "plot-throughput-speedup-analysis"
14020
14021 - type: "plot"
14022   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14023   algorithm: "plot_tsa_name"
14024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14026   include:
14027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14032   layout:
14033     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14034     layout: "plot-throughput-speedup-analysis"
14035
14036 - type: "plot"
14037   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14038   algorithm: "plot_tsa_name"
14039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14041   include:
14042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14045   layout:
14046     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14047     layout: "plot-throughput-speedup-analysis"
14048
14049 - type: "plot"
14050   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14051   algorithm: "plot_tsa_name"
14052   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14054   include:
14055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14058   layout:
14059     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14060     layout: "plot-throughput-speedup-analysis"
14061
14062 - type: "plot"
14063   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14064   algorithm: "plot_tsa_name"
14065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14067   include:
14068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14073   layout:
14074     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14075     layout: "plot-throughput-speedup-analysis"
14076
14077 - type: "plot"
14078   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14079   algorithm: "plot_tsa_name"
14080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14082   include:
14083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14088   layout:
14089     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14090     layout: "plot-throughput-speedup-analysis"
14091
14092 - type: "plot"
14093   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14094   algorithm: "plot_tsa_name"
14095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14097   include:
14098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14101   layout:
14102     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14103     layout: "plot-throughput-speedup-analysis"
14104
14105 - type: "plot"
14106   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14107   algorithm: "plot_tsa_name"
14108   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14110   include:
14111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14114   layout:
14115     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14116     layout: "plot-throughput-speedup-analysis"
14117
14118 - type: "plot"
14119   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14120   algorithm: "plot_tsa_name"
14121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14123   include:
14124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14130   layout:
14131     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14132     layout: "plot-throughput-speedup-analysis"
14133
14134 - type: "plot"
14135   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14136   algorithm: "plot_tsa_name"
14137   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14139   include:
14140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14146   layout:
14147     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14148     layout: "plot-throughput-speedup-analysis"
14149
14150 - type: "plot"
14151   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14152   algorithm: "plot_tsa_name"
14153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14155   include:
14156     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14157     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14158     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14159     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14160     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14161   layout:
14162     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14163     layout: "plot-throughput-speedup-analysis"
14164
14165 - type: "plot"
14166   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14167   algorithm: "plot_tsa_name"
14168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14170   include:
14171     - "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"
14172     - "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"
14173     - "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"
14174     - "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"
14175     - "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"
14176   layout:
14177     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14178     layout: "plot-throughput-speedup-analysis"
14179
14180 #- type: "plot"
14181 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14182 #  algorithm: "plot_tsa_name"
14183 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14184 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14185 #  include:
14186 #    - "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"
14187 #    - "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"
14188 #    - "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"
14189 #    - "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"
14190 #    - "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"
14191 #  layout:
14192 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14193 #    layout: "plot-throughput-speedup-analysis"
14194 #
14195 #- type: "plot"
14196 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14197 #  algorithm: "plot_tsa_name"
14198 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14199 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14200 #  include:
14201 #    - "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"
14202 #    - "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"
14203 #    - "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"
14204 #    - "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"
14205 #    - "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"
14206 #  layout:
14207 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14208 #    layout: "plot-throughput-speedup-analysis"
14209 #
14210 #- type: "plot"
14211 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14212 #  algorithm: "plot_tsa_name"
14213 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14214 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14215 #  include:
14216 #    - "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"
14217 #    - "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"
14218 #    - "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"
14219 #    - "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"
14220 #    - "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"
14221 #  layout:
14222 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14223 #    layout: "plot-throughput-speedup-analysis"
14224 #
14225 #- type: "plot"
14226 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14227 #  algorithm: "plot_tsa_name"
14228 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14229 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14230 #  include:
14231 #    - "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"
14232 #    - "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"
14233 #    - "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"
14234 #    - "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"
14235 #    - "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"
14236 #  layout:
14237 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14238 #    layout: "plot-throughput-speedup-analysis"
14239
14240 - type: "plot"
14241   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14242   algorithm: "plot_tsa_name"
14243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14245   include:
14246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14248     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14249     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14250     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14251   layout:
14252     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14253     layout: "plot-throughput-speedup-analysis"
14254
14255 - type: "plot"
14256   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14257   algorithm: "plot_tsa_name"
14258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14260   include:
14261     - "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"
14262     - "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"
14263     - "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"
14264     - "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"
14265     - "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"
14266   layout:
14267     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14268     layout: "plot-throughput-speedup-analysis"
14269
14270 #- type: "plot"
14271 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14272 #  algorithm: "plot_tsa_name"
14273 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14274 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14275 #  include:
14276 #    - "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"
14277 #    - "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"
14278 #    - "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"
14279 #    - "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"
14280 #    - "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"
14281 #  layout:
14282 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14283 #    layout: "plot-throughput-speedup-analysis"
14284 #
14285 #- type: "plot"
14286 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14287 #  algorithm: "plot_tsa_name"
14288 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14289 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14290 #  include:
14291 #    - "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"
14292 #    - "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"
14293 #    - "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"
14294 #    - "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"
14295 #    - "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"
14296 #  layout:
14297 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14298 #    layout: "plot-throughput-speedup-analysis"
14299 #
14300 #- type: "plot"
14301 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14302 #  algorithm: "plot_tsa_name"
14303 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14304 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14305 #  include:
14306 #    - "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"
14307 #    - "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"
14308 #    - "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"
14309 #    - "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"
14310 #    - "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"
14311 #  layout:
14312 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14313 #    layout: "plot-throughput-speedup-analysis"
14314 #
14315 #- type: "plot"
14316 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14317 #  algorithm: "plot_tsa_name"
14318 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14319 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14320 #  include:
14321 #    - "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"
14322 #    - "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"
14323 #    - "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"
14324 #    - "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"
14325 #    - "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"
14326 #  layout:
14327 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14328 #    layout: "plot-throughput-speedup-analysis"
14329
14330 - type: "plot"
14331   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14332   algorithm: "plot_tsa_name"
14333   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14335   include:
14336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14342   layout:
14343     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14344     layout: "plot-throughput-speedup-analysis"
14345
14346 - type: "plot"
14347   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14348   algorithm: "plot_tsa_name"
14349   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14351   include:
14352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14358   layout:
14359     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14360     layout: "plot-throughput-speedup-analysis"
14361
14362 - type: "plot"
14363   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14364   algorithm: "plot_tsa_name"
14365   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14367   include:
14368     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14371   layout:
14372     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14373     layout: "plot-throughput-speedup-analysis"
14374
14375 - type: "plot"
14376   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14377   algorithm: "plot_tsa_name"
14378   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14380   include:
14381     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14384   layout:
14385     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14386     layout: "plot-throughput-speedup-analysis"
14387
14388 - type: "plot"
14389   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14390   algorithm: "plot_tsa_name"
14391   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14393   include:
14394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14397 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14398 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14399   layout:
14400     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14401     layout: "plot-throughput-speedup-analysis"
14402
14403 - type: "plot"
14404   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14405   algorithm: "plot_tsa_name"
14406   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14408   include:
14409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14412 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14413 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14414   layout:
14415     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14416     layout: "plot-throughput-speedup-analysis"
14417
14418 - type: "plot"
14419   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14420   algorithm: "plot_tsa_name"
14421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14423   include:
14424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14429   layout:
14430     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14431     layout: "plot-throughput-speedup-analysis"
14432
14433 - type: "plot"
14434   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14435   algorithm: "plot_tsa_name"
14436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14438   include:
14439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14444   layout:
14445     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14446     layout: "plot-throughput-speedup-analysis"
14447
14448 - type: "plot"
14449   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14450   algorithm: "plot_tsa_name"
14451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14453   include:
14454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14459   layout:
14460     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14461     layout: "plot-throughput-speedup-analysis"
14462
14463 - type: "plot"
14464   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14465   algorithm: "plot_tsa_name"
14466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14468   include:
14469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14474   layout:
14475     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14476     layout: "plot-throughput-speedup-analysis"
14477
14478 - type: "plot"
14479   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14480   algorithm: "plot_tsa_name"
14481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14483   include:
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14488   layout:
14489     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14497   include:
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14502   layout:
14503     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14511   include:
14512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14517   layout:
14518     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 - type: "plot"
14522   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14526   include:
14527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14532   layout:
14533     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14534     layout: "plot-throughput-speedup-analysis"
14535
14536 - type: "plot"
14537   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14538   algorithm: "plot_tsa_name"
14539   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14541   include:
14542     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14543     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14544   layout:
14545     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14546     layout: "plot-throughput-speedup-analysis"
14547
14548 - type: "plot"
14549   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14550   algorithm: "plot_tsa_name"
14551   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14552   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14553   include:
14554     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14556   layout:
14557     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14558     layout: "plot-throughput-speedup-analysis"
14559
14560 - type: "plot"
14561   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14562   algorithm: "plot_tsa_name"
14563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14565   include:
14566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14570   layout:
14571     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14572     layout: "plot-throughput-speedup-analysis"
14573
14574 - type: "plot"
14575   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14576   algorithm: "plot_tsa_name"
14577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14579   include:
14580     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14584   layout:
14585     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14593   include:
14594     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14598   layout:
14599     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14600     layout: "plot-throughput-speedup-analysis"
14601
14602 - type: "plot"
14603   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14604   algorithm: "plot_tsa_name"
14605   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14607   include:
14608     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14612   layout:
14613     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14621   include:
14622     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14628   layout:
14629     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14630     layout: "plot-throughput-speedup-analysis"
14631
14632 - type: "plot"
14633   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14634   algorithm: "plot_tsa_name"
14635   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14637   include:
14638     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14644   layout:
14645     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14646     layout: "plot-throughput-speedup-analysis"
14647
14648 - type: "plot"
14649   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14650   algorithm: "plot_tsa_name"
14651   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14653   include:
14654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14659   layout:
14660     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14661     layout: "plot-throughput-speedup-analysis"
14662
14663 - type: "plot"
14664   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14665   algorithm: "plot_tsa_name"
14666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14668   include:
14669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14674   layout:
14675     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14676     layout: "plot-throughput-speedup-analysis"
14677
14678 - type: "plot"
14679   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14680   algorithm: "plot_tsa_name"
14681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14683   include:
14684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14689   layout:
14690     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14691     layout: "plot-throughput-speedup-analysis"
14692
14693 - type: "plot"
14694   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14695   algorithm: "plot_tsa_name"
14696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14698   include:
14699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14704   layout:
14705     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14706     layout: "plot-throughput-speedup-analysis"
14707
14708 - type: "plot"
14709   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14710   algorithm: "plot_tsa_name"
14711   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14713   include:
14714     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14717   layout:
14718     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14719     layout: "plot-throughput-speedup-analysis"
14720
14721 - type: "plot"
14722   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14723   algorithm: "plot_tsa_name"
14724   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14726   include:
14727     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14730   layout:
14731     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14732     layout: "plot-throughput-speedup-analysis"
14733
14734 - type: "plot"
14735   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14736   algorithm: "plot_tsa_name"
14737   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14739   include:
14740     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14743   layout:
14744     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14745     layout: "plot-throughput-speedup-analysis"
14746
14747 - type: "plot"
14748   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14749   algorithm: "plot_tsa_name"
14750   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14752   include:
14753     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14756   layout:
14757     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14758     layout: "plot-throughput-speedup-analysis"
14759
14760 - type: "plot"
14761   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14762   algorithm: "plot_tsa_name"
14763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14765   include:
14766     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14771   layout:
14772     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14773     layout: "plot-throughput-speedup-analysis"
14774
14775 - type: "plot"
14776   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14777   algorithm: "plot_tsa_name"
14778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14780   include:
14781     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14786   layout:
14787     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14788     layout: "plot-throughput-speedup-analysis"
14789
14790 - type: "plot"
14791   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14792   algorithm: "plot_tsa_name"
14793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14795   include:
14796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14801   layout:
14802     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14803     layout: "plot-throughput-speedup-analysis"
14804
14805 - type: "plot"
14806   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14807   algorithm: "plot_tsa_name"
14808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14810   include:
14811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14816   layout:
14817     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14818     layout: "plot-throughput-speedup-analysis"
14819
14820 - type: "plot"
14821   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14822   algorithm: "plot_tsa_name"
14823   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14825   include:
14826     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14832   layout:
14833     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14834     layout: "plot-throughput-speedup-analysis"
14835
14836 - type: "plot"
14837   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14838   algorithm: "plot_tsa_name"
14839   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14841   include:
14842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14848   layout:
14849     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14850     layout: "plot-throughput-speedup-analysis"
14851
14852 - type: "plot"
14853   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14854   algorithm: "plot_tsa_name"
14855   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14857   include:
14858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14862   layout:
14863     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14864     layout: "plot-throughput-speedup-analysis"
14865
14866 - type: "plot"
14867   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14868   algorithm: "plot_tsa_name"
14869   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14871   include:
14872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14876   layout:
14877     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14878     layout: "plot-throughput-speedup-analysis"
14879
14880 - type: "plot"
14881   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14882   algorithm: "plot_tsa_name"
14883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14885   include:
14886     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14892   layout:
14893     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14894     layout: "plot-throughput-speedup-analysis"
14895
14896 - type: "plot"
14897   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14898   algorithm: "plot_tsa_name"
14899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14901   include:
14902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14908   layout:
14909     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14910     layout: "plot-throughput-speedup-analysis"
14911
14912 - type: "plot"
14913   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14914   algorithm: "plot_tsa_name"
14915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14917   include:
14918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14924   layout:
14925     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14926     layout: "plot-throughput-speedup-analysis"
14927
14928 - type: "plot"
14929   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14930   algorithm: "plot_tsa_name"
14931   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14933   include:
14934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14940   layout:
14941     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14942     layout: "plot-throughput-speedup-analysis"
14943
14944 - type: "plot"
14945   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14946   algorithm: "plot_tsa_name"
14947   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14949   include:
14950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14956   layout:
14957     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14958     layout: "plot-throughput-speedup-analysis"
14959
14960 - type: "plot"
14961   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14962   algorithm: "plot_tsa_name"
14963   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14965   include:
14966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14972   layout:
14973     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14974     layout: "plot-throughput-speedup-analysis"
14975
14976 - type: "plot"
14977   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14978   algorithm: "plot_tsa_name"
14979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14981   include:
14982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14988   layout:
14989     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 - type: "plot"
14993   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14994   algorithm: "plot_tsa_name"
14995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14997   include:
14998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15004   layout:
15005     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15006     layout: "plot-throughput-speedup-analysis"
15007
15008 - type: "plot"
15009   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15010   algorithm: "plot_tsa_name"
15011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15013   include:
15014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15020   layout:
15021     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15029   include:
15030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15036   layout:
15037     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15038     layout: "plot-throughput-speedup-analysis"
15039
15040 - type: "plot"
15041   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15042   algorithm: "plot_tsa_name"
15043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15045   include:
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15050   layout:
15051     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15052     layout: "plot-throughput-speedup-analysis"
15053
15054 - type: "plot"
15055   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15056   algorithm: "plot_tsa_name"
15057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15059   include:
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15064   layout:
15065     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15066     layout: "plot-throughput-speedup-analysis"
15067
15068 - type: "plot"
15069   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15070   algorithm: "plot_tsa_name"
15071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15073   include:
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15078   layout:
15079     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15087   include:
15088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15092   layout:
15093     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15094     layout: "plot-throughput-speedup-analysis"
15095
15096 - type: "plot"
15097   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15098   algorithm: "plot_tsa_name"
15099   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15101   include:
15102     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15108   layout:
15109     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15117   include:
15118     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15123     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15124   layout:
15125     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15126     layout: "plot-throughput-speedup-analysis"
15127
15128 - type: "plot"
15129   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15130   algorithm: "plot_tsa_name"
15131   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15133   include:
15134     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15136     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15139   layout:
15140     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15141     layout: "plot-throughput-speedup-analysis"
15142
15143 - type: "plot"
15144   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15145   algorithm: "plot_tsa_name"
15146   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15148   include:
15149     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15154   layout:
15155     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15156     layout: "plot-throughput-speedup-analysis"
15157
15158 - type: "plot"
15159   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15160   algorithm: "plot_tsa_name"
15161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15163   include:
15164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15169   layout:
15170     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15171     layout: "plot-throughput-speedup-analysis"
15172
15173 - type: "plot"
15174   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15175   algorithm: "plot_tsa_name"
15176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15178   include:
15179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15184   layout:
15185     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15186     layout: "plot-throughput-speedup-analysis"
15187
15188 - type: "plot"
15189   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15190   algorithm: "plot_tsa_name"
15191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15193   include:
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15198   layout:
15199     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15200     layout: "plot-throughput-speedup-analysis"
15201
15202 - type: "plot"
15203   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15204   algorithm: "plot_tsa_name"
15205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15207   include:
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15212   layout:
15213     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15214     layout: "plot-throughput-speedup-analysis"
15215
15216 - type: "plot"
15217   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15218   algorithm: "plot_tsa_name"
15219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15221   include:
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15228   layout:
15229     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15230     layout: "plot-throughput-speedup-analysis"
15231
15232 - type: "plot"
15233   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15234   algorithm: "plot_tsa_name"
15235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15237   include:
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15244   layout:
15245     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15246     layout: "plot-throughput-speedup-analysis"
15247
15248 - type: "plot"
15249   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15250   algorithm: "plot_tsa_name"
15251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15253   include:
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15260   layout:
15261     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15262     layout: "plot-throughput-speedup-analysis"
15263
15264 - type: "plot"
15265   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15266   algorithm: "plot_tsa_name"
15267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15269   include:
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15276   layout:
15277     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15278     layout: "plot-throughput-speedup-analysis"
15279
15280 - type: "plot"
15281   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15282   algorithm: "plot_tsa_name"
15283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15285   include:
15286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15292   layout:
15293     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15294     layout: "plot-throughput-speedup-analysis"
15295
15296 - type: "plot"
15297   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15298   algorithm: "plot_tsa_name"
15299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15301   include:
15302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15308   layout:
15309     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15310     layout: "plot-throughput-speedup-analysis"
15311
15312 - type: "plot"
15313   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15314   algorithm: "plot_tsa_name"
15315   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15317   include:
15318     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15319     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15320     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15321     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15324   layout:
15325     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15326     layout: "plot-throughput-speedup-analysis"
15327
15328 - type: "plot"
15329   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15330   algorithm: "plot_tsa_name"
15331   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15333   include:
15334     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15335     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15336     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15337     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15338     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15339     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15340   layout:
15341     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15342     layout: "plot-throughput-speedup-analysis"
15343
15344 - type: "plot"
15345   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15346   algorithm: "plot_tsa_name"
15347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15349   include:
15350     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15351     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15356   layout:
15357     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15358     layout: "plot-throughput-speedup-analysis"
15359
15360 - type: "plot"
15361   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15362   algorithm: "plot_tsa_name"
15363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15365   include:
15366     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15367     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15368     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15369     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15370     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15371     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15372   layout:
15373     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15374     layout: "plot-throughput-speedup-analysis"
15375
15376 - type: "plot"
15377   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15378   algorithm: "plot_tsa_name"
15379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15381   include:
15382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15387   layout:
15388     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15389     layout: "plot-throughput-speedup-analysis"
15390
15391 - type: "plot"
15392   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15393   algorithm: "plot_tsa_name"
15394   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15395   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15396   include:
15397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15402   layout:
15403     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15404     layout: "plot-throughput-speedup-analysis"
15405
15406 - type: "plot"
15407   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15408   algorithm: "plot_tsa_name"
15409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15411   include:
15412     - "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"
15413     - "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"
15414     - "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"
15415     - "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"
15416     - "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"
15417   layout:
15418     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15419     layout: "plot-throughput-speedup-analysis"
15420
15421 - type: "plot"
15422   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15423   algorithm: "plot_tsa_name"
15424   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15425   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15426   include:
15427     - "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"
15428     - "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"
15429     - "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"
15430     - "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"
15431     - "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"
15432   layout:
15433     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15434     layout: "plot-throughput-speedup-analysis"
15435
15436 - type: "plot"
15437   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15438   algorithm: "plot_tsa_name"
15439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15441   include:
15442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15447   layout:
15448     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15449     layout: "plot-throughput-speedup-analysis"
15450
15451 - type: "plot"
15452   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15453   algorithm: "plot_tsa_name"
15454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15456   include:
15457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15462   layout:
15463     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15464     layout: "plot-throughput-speedup-analysis"
15465
15466 - type: "plot"
15467   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15468   algorithm: "plot_tsa_name"
15469   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15470   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15471   include:
15472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15477   layout:
15478     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15479     layout: "plot-throughput-speedup-analysis"
15480
15481 - type: "plot"
15482   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15483   algorithm: "plot_tsa_name"
15484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15486   include:
15487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15492   layout:
15493     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15494     layout: "plot-throughput-speedup-analysis"
15495
15496 - type: "plot"
15497   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15498   algorithm: "plot_tsa_name"
15499   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15500   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15501   include:
15502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15507   layout:
15508     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15509     layout: "plot-throughput-speedup-analysis"
15510
15511 - type: "plot"
15512   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15513   algorithm: "plot_tsa_name"
15514   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15516   include:
15517     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15522   layout:
15523     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15524     layout: "plot-throughput-speedup-analysis"
15525
15526 - type: "plot"
15527   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15528   algorithm: "plot_tsa_name"
15529   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15530   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15531   include:
15532     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15533     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15534     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15535     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15536     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15537   layout:
15538     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15539     layout: "plot-throughput-speedup-analysis"
15540
15541 - type: "plot"
15542   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15543   algorithm: "plot_tsa_name"
15544   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15545   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15546   include:
15547     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15548     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15549     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15550     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15551     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15552   layout:
15553     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15554     layout: "plot-throughput-speedup-analysis"
15555
15556 - type: "plot"
15557   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15558   algorithm: "plot_tsa_name"
15559   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15561   include:
15562     - "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"
15563     - "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"
15564     - "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"
15565     - "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"
15566   layout:
15567     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15568     layout: "plot-throughput-speedup-analysis"
15569
15570 - type: "plot"
15571   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15572   algorithm: "plot_tsa_name"
15573   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15575   include:
15576     - "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"
15577     - "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"
15578     - "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"
15579     - "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"
15580   layout:
15581     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15582     layout: "plot-throughput-speedup-analysis"
15583
15584 - type: "plot"
15585   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15586   algorithm: "plot_tsa_name"
15587   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15589   include:
15590     - "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"
15591     - "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"
15592     - "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"
15593     - "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"
15594   layout:
15595     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15596     layout: "plot-throughput-speedup-analysis"
15597
15598 - type: "plot"
15599   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15600   algorithm: "plot_tsa_name"
15601   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15603   include:
15604     - "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"
15605     - "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"
15606     - "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"
15607     - "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"
15608   layout:
15609     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15610     layout: "plot-throughput-speedup-analysis"
15611
15612 - type: "plot"
15613   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15614   algorithm: "plot_tsa_name"
15615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15617   include:
15618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15624   layout:
15625     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15626     layout: "plot-throughput-speedup-analysis"
15627
15628 - type: "plot"
15629   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15630   algorithm: "plot_tsa_name"
15631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15633   include:
15634     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15635     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15636     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15637     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15638     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15639     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15640   layout:
15641     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15642     layout: "plot-throughput-speedup-analysis"
15643
15644 - type: "plot"
15645   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15646   algorithm: "plot_tsa_name"
15647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15649   include:
15650     - "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"
15651     - "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"
15652     - "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"
15653     - "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"
15654     - "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"
15655     - "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"
15656   layout:
15657     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15658     layout: "plot-throughput-speedup-analysis"
15659
15660 - type: "plot"
15661   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15662   algorithm: "plot_tsa_name"
15663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15665   include:
15666     - "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"
15667     - "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"
15668     - "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"
15669     - "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"
15670     - "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"
15671     - "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"
15672   layout:
15673     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15674     layout: "plot-throughput-speedup-analysis"
15675
15676 - type: "plot"
15677   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15678   algorithm: "plot_tsa_name"
15679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15681   include:
15682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15688   layout:
15689     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15690     layout: "plot-throughput-speedup-analysis"
15691
15692 - type: "plot"
15693   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15694   algorithm: "plot_tsa_name"
15695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15697   include:
15698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15704   layout:
15705     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15706     layout: "plot-throughput-speedup-analysis"
15707
15708 - type: "plot"
15709   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15710   algorithm: "plot_tsa_name"
15711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15713   include:
15714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15719   layout:
15720     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15721     layout: "plot-throughput-speedup-analysis"
15722
15723 - type: "plot"
15724   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15725   algorithm: "plot_tsa_name"
15726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15728   include:
15729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15733     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15734   layout:
15735     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15736     layout: "plot-throughput-speedup-analysis"
15737
15738 - type: "plot"
15739   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15740   algorithm: "plot_tsa_name"
15741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15743   include:
15744     - "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"
15745     - "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"
15746   layout:
15747     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15748     layout: "plot-throughput-speedup-analysis"
15749
15750 - type: "plot"
15751   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15752   algorithm: "plot_tsa_name"
15753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15755   include:
15756     - "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"
15757     - "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"
15758   layout:
15759     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15760     layout: "plot-throughput-speedup-analysis"
15761
15762 - type: "plot"
15763   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15764   algorithm: "plot_tsa_name"
15765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15767   include:
15768     - "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"
15769     - "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"
15770   layout:
15771     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15772     layout: "plot-throughput-speedup-analysis"
15773
15774 - type: "plot"
15775   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15776   algorithm: "plot_tsa_name"
15777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15779   include:
15780     - "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"
15781     - "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"
15782   layout:
15783     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15784     layout: "plot-throughput-speedup-analysis"
15785
15786 - type: "plot"
15787   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15788   algorithm: "plot_tsa_name"
15789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15791   include:
15792     - "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"
15793     - "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"
15794     - "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"
15795     - "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"
15796     - "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"
15797     - "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"
15798   layout:
15799     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15800     layout: "plot-throughput-speedup-analysis"
15801
15802 - type: "plot"
15803   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15804   algorithm: "plot_tsa_name"
15805   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15807   include:
15808     - "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"
15809     - "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"
15810     - "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"
15811     - "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"
15812     - "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"
15813     - "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"
15814   layout:
15815     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15816     layout: "plot-throughput-speedup-analysis"
15817
15818 - type: "plot"
15819   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15820   algorithm: "plot_tsa_name"
15821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15823   include:
15824     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15825     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15826     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15827     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15828     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15829   layout:
15830     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15831     layout: "plot-throughput-speedup-analysis"
15832
15833 - type: "plot"
15834   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15835   algorithm: "plot_tsa_name"
15836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15838   include:
15839     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15840     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15841     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15842     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15843     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15844   layout:
15845     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15846     layout: "plot-throughput-speedup-analysis"
15847
15848 - type: "plot"
15849   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15850   algorithm: "plot_tsa_name"
15851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15853   include:
15854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15859   layout:
15860     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15861     layout: "plot-throughput-speedup-analysis"
15862
15863 - type: "plot"
15864   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15865   algorithm: "plot_tsa_name"
15866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15868   include:
15869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15874   layout:
15875     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15876     layout: "plot-throughput-speedup-analysis"
15877
15878 - type: "plot"
15879   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15880   algorithm: "plot_tsa_name"
15881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15883   include:
15884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15888   layout:
15889     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15890     layout: "plot-throughput-speedup-analysis"
15891
15892 - type: "plot"
15893   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15894   algorithm: "plot_tsa_name"
15895   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15896   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15897   include:
15898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15902   layout:
15903     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15904     layout: "plot-throughput-speedup-analysis"
15905
15906 - type: "plot"
15907   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15908   algorithm: "plot_tsa_name"
15909   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15910   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15911   include:
15912     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15916   layout:
15917     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15918     layout: "plot-throughput-speedup-analysis"
15919
15920 - type: "plot"
15921   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15922   algorithm: "plot_tsa_name"
15923   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15924   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15925   include:
15926     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15930   layout:
15931     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15932     layout: "plot-throughput-speedup-analysis"
15933
15934 - type: "plot"
15935   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15936   algorithm: "plot_tsa_name"
15937   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15938   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15939   include:
15940     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15945   layout:
15946     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15947     layout: "plot-throughput-speedup-analysis"
15948
15949 - type: "plot"
15950   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15951   algorithm: "plot_tsa_name"
15952   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15953   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15954   include:
15955     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15960   layout:
15961     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15962     layout: "plot-throughput-speedup-analysis"
15963
15964 - type: "plot"
15965   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15966   algorithm: "plot_tsa_name"
15967   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15968   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15969   include:
15970     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15971     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15972     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15973     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15974     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15976   layout:
15977     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15978     layout: "plot-throughput-speedup-analysis"
15979
15980 - type: "plot"
15981   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15982   algorithm: "plot_tsa_name"
15983   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15984   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15985   include:
15986     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15987     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15989     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15990     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15991     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15992   layout:
15993     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15994     layout: "plot-throughput-speedup-analysis"
15995
15996 - type: "plot"
15997   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15998   algorithm: "plot_tsa_name"
15999   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16000   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16001   include:
16002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16006   layout:
16007     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16008     layout: "plot-throughput-speedup-analysis"
16009
16010 - type: "plot"
16011   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16012   algorithm: "plot_tsa_name"
16013   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16014   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16015   include:
16016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16020   layout:
16021     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16022     layout: "plot-throughput-speedup-analysis"
16023
16024 - type: "plot"
16025   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16026   algorithm: "plot_tsa_name"
16027   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16028   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16029   include:
16030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16036   layout:
16037     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16038     layout: "plot-throughput-speedup-analysis"
16039
16040 - type: "plot"
16041   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16042   algorithm: "plot_tsa_name"
16043   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16044   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16045   include:
16046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16052   layout:
16053     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16054     layout: "plot-throughput-speedup-analysis"
16055
16056 - type: "plot"
16057   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16058   algorithm: "plot_tsa_name"
16059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16061   include:
16062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16068   layout:
16069     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16070     layout: "plot-throughput-speedup-analysis"
16071
16072 - type: "plot"
16073   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16074   algorithm: "plot_tsa_name"
16075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16077   include:
16078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16084   layout:
16085     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16086     layout: "plot-throughput-speedup-analysis"
16087
16088 - type: "plot"
16089   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16090   algorithm: "plot_tsa_name"
16091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16093   include:
16094     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16095     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16096     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16097     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16098     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16099     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16100   layout:
16101     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16102     layout: "plot-throughput-speedup-analysis"
16103
16104 - type: "plot"
16105   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16106   algorithm: "plot_tsa_name"
16107   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16108   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16109   include:
16110     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16111     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16112     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16113     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16114     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16115     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16116   layout:
16117     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16118     layout: "plot-throughput-speedup-analysis"
16119
16120 - type: "plot"
16121   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16122   algorithm: "plot_tsa_name"
16123   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16124   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16125   include:
16126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16132   layout:
16133     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16134     layout: "plot-throughput-speedup-analysis"
16135
16136 - type: "plot"
16137   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16138   algorithm: "plot_tsa_name"
16139   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16140   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16141   include:
16142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16148   layout:
16149     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16150     layout: "plot-throughput-speedup-analysis"
16151
16152 - type: "plot"
16153   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16154   algorithm: "plot_tsa_name"
16155   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16156   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16157   include:
16158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16164   layout:
16165     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16166     layout: "plot-throughput-speedup-analysis"
16167
16168 - type: "plot"
16169   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16170   algorithm: "plot_tsa_name"
16171   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16172   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16173   include:
16174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16179     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16180   layout:
16181     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16182     layout: "plot-throughput-speedup-analysis"
16183
16184 #- type: "plot"
16185 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16186 #  algorithm: "plot_tsa_name"
16187 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16188 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16189 #  include:
16190 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16191 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16192 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16193 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16194 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16195 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16196 #  layout:
16197 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16198 #    layout: "plot-throughput-speedup-analysis"
16199 #
16200 #- type: "plot"
16201 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16202 #  algorithm: "plot_tsa_name"
16203 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16204 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16205 #  include:
16206 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16207 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16208 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16209 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16210 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16211 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16212 #  layout:
16213 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16214 #    layout: "plot-throughput-speedup-analysis"
16215
16216 - type: "plot"
16217   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16218   algorithm: "plot_tsa_name"
16219   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16220   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16221   include:
16222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16227   layout:
16228     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16229     layout: "plot-throughput-speedup-analysis"
16230
16231 - type: "plot"
16232   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16233   algorithm: "plot_tsa_name"
16234   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16235   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16236   include:
16237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16242   layout:
16243     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16244     layout: "plot-throughput-speedup-analysis"
16245
16246 - type: "plot"
16247   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16248   algorithm: "plot_tsa_name"
16249   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16250   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16251   include:
16252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16258   layout:
16259     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16260     layout: "plot-throughput-speedup-analysis"
16261
16262 - type: "plot"
16263   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16264   algorithm: "plot_tsa_name"
16265   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16266   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16267   include:
16268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16274   layout:
16275     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16276     layout: "plot-throughput-speedup-analysis"
16277
16278 - type: "plot"
16279   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16280   algorithm: "plot_tsa_name"
16281   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16282   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16283   include:
16284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16286     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16287     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16289   layout:
16290     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16291     layout: "plot-throughput-speedup-analysis"
16292
16293 - type: "plot"
16294   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16295   algorithm: "plot_tsa_name"
16296   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16297   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16298   include:
16299     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16304   layout:
16305     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16306     layout: "plot-throughput-speedup-analysis"
16307
16308 - type: "plot"
16309   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16310   algorithm: "plot_tsa_name"
16311   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16312   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16313   include:
16314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16316     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16317     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16318   layout:
16319     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16320     layout: "plot-throughput-speedup-analysis"
16321
16322 - type: "plot"
16323   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16324   algorithm: "plot_tsa_name"
16325   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16326   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16327   include:
16328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16332   layout:
16333     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16334     layout: "plot-throughput-speedup-analysis"
16335
16336 - type: "plot"
16337   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16338   algorithm: "plot_tsa_name"
16339   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16340   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16341   include:
16342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16345     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16346     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16347     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16348   layout:
16349     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16350     layout: "plot-throughput-speedup-analysis"
16351
16352 - type: "plot"
16353   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16354   algorithm: "plot_tsa_name"
16355   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16356   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16357   include:
16358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16361     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16362     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16363     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16364   layout:
16365     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16366     layout: "plot-throughput-speedup-analysis"
16367
16368 - type: "plot"
16369   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16370   algorithm: "plot_tsa_name"
16371   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16372   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16373   include:
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16379   layout:
16380     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16381     layout: "plot-throughput-speedup-analysis"
16382
16383 - type: "plot"
16384   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16385   algorithm: "plot_tsa_name"
16386   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16387   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16388   include:
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16394   layout:
16395     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16396     layout: "plot-throughput-speedup-analysis"
16397
16398 - type: "plot"
16399   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16400   algorithm: "plot_tsa_name"
16401   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16402   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16403   include:
16404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16409   layout:
16410     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16411     layout: "plot-throughput-speedup-analysis"
16412
16413 - type: "plot"
16414   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16415   algorithm: "plot_tsa_name"
16416   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16417   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16418   include:
16419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16424   layout:
16425     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16426     layout: "plot-throughput-speedup-analysis"
16427
16428 - type: "plot"
16429   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16430   algorithm: "plot_tsa_name"
16431   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16432   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16433   include:
16434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16438   layout:
16439     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16440     layout: "plot-throughput-speedup-analysis"
16441
16442 - type: "plot"
16443   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16444   algorithm: "plot_tsa_name"
16445   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16446   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16447   include:
16448     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16452   layout:
16453     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16454     layout: "plot-throughput-speedup-analysis"
16455
16456 - type: "plot"
16457   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16458   algorithm: "plot_tsa_name"
16459   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16460   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16461   include:
16462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16467   layout:
16468     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16469     layout: "plot-throughput-speedup-analysis"
16470
16471 - type: "plot"
16472   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16473   algorithm: "plot_tsa_name"
16474   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16475   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16476   include:
16477     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16482   layout:
16483     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16484     layout: "plot-throughput-speedup-analysis"
16485
16486 - type: "plot"
16487   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16488   algorithm: "plot_tsa_name"
16489   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16490   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16491   include:
16492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16498   layout:
16499     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16500     layout: "plot-throughput-speedup-analysis"
16501
16502 - type: "plot"
16503   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16504   algorithm: "plot_tsa_name"
16505   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16506   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16507   include:
16508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16509     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16513     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16514   layout:
16515     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16516     layout: "plot-throughput-speedup-analysis"
16517
16518 - type: "plot"
16519   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16520   algorithm: "plot_tsa_name"
16521   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16522   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16523   include:
16524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16527     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16528   layout:
16529     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16530     layout: "plot-throughput-speedup-analysis"
16531
16532 - type: "plot"
16533   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16534   algorithm: "plot_tsa_name"
16535   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16536   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16537   include:
16538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16542   layout:
16543     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16544     layout: "plot-throughput-speedup-analysis"
16545
16546 - type: "plot"
16547   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16548   algorithm: "plot_tsa_name"
16549   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16550   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16551   include:
16552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16558   layout:
16559     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16560     layout: "plot-throughput-speedup-analysis"
16561
16562 - type: "plot"
16563   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16564   algorithm: "plot_tsa_name"
16565   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16566   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16567   include:
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16574   layout:
16575     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16576     layout: "plot-throughput-speedup-analysis"
16577
16578 - type: "plot"
16579   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16580   algorithm: "plot_tsa_name"
16581   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16582   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16583   include:
16584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16590   layout:
16591     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16592     layout: "plot-throughput-speedup-analysis"
16593
16594 - type: "plot"
16595   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16596   algorithm: "plot_tsa_name"
16597   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16598   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16599   include:
16600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16606   layout:
16607     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16608     layout: "plot-throughput-speedup-analysis"
16609
16610 #- type: "plot"
16611 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16612 #  algorithm: "plot_tsa_name"
16613 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16614 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16615 #  include:
16616 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16617 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16618 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16619 #  layout:
16620 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16621 #    layout: "plot-throughput-speedup-analysis"
16622 #
16623 #- type: "plot"
16624 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16625 #  algorithm: "plot_tsa_name"
16626 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16627 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16628 #  include:
16629 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16630 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16631 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16632 #  layout:
16633 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16634 #    layout: "plot-throughput-speedup-analysis"
16635
16636 ################################################################################
16637
16638 # Packet Throughput - DPDK
16639
16640 # 2n-skx-xxv710
16641
16642 - type: "plot"
16643   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16644   algorithm: "plot_perf_box_name"
16645   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16646   data: "plot-dpdk-throughput-latency-2n-skx"
16647   include:
16648     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16649     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16650   layout:
16651     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16652     layout: "plot-throughput"
16653
16654 - type: "plot"
16655   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16656   algorithm: "plot_perf_box_name"
16657   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16658   data: "plot-dpdk-throughput-latency-2n-skx"
16659   include:
16660     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16661     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16662   layout:
16663     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16664     layout: "plot-throughput"
16665
16666 - type: "plot"
16667   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16668   algorithm: "plot_perf_box_name"
16669   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16670   data: "plot-dpdk-throughput-latency-2n-skx"
16671   include:
16672     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16673     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16674   layout:
16675     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16676     layout: "plot-throughput"
16677
16678 - type: "plot"
16679   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16680   algorithm: "plot_perf_box_name"
16681   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16682   data: "plot-dpdk-throughput-latency-2n-skx"
16683   include:
16684     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16685     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16686   layout:
16687     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16688     layout: "plot-throughput"
16689
16690 # 2n-skx-x710
16691
16692 - type: "plot"
16693   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16694   algorithm: "plot_perf_box_name"
16695   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16696   data: "plot-dpdk-throughput-latency-2n-skx"
16697   include:
16698     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16699     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16700   layout:
16701     title: "2n-skx-x710-64b-2t1c-base-ndr"
16702     layout: "plot-throughput"
16703
16704 - type: "plot"
16705   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16706   algorithm: "plot_perf_box_name"
16707   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16708   data: "plot-dpdk-throughput-latency-2n-skx"
16709   include:
16710     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16711     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16712   layout:
16713     title: "2n-skx-x710-64b-4t2c-base-ndr"
16714     layout: "plot-throughput"
16715
16716 - type: "plot"
16717   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16718   algorithm: "plot_perf_box_name"
16719   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16720   data: "plot-dpdk-throughput-latency-2n-skx"
16721   include:
16722     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16723     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16724   layout:
16725     title: "2n-skx-x710-64b-2t1c-base-pdr"
16726     layout: "plot-throughput"
16727
16728 - type: "plot"
16729   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16730   algorithm: "plot_perf_box_name"
16731   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16732   data: "plot-dpdk-throughput-latency-2n-skx"
16733   include:
16734     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16735     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16736   layout:
16737     title: "2n-skx-x710-64b-4t2c-base-pdr"
16738     layout: "plot-throughput"
16739
16740 # 3n-skx-xxv710
16741
16742 - type: "plot"
16743   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16744   algorithm: "plot_perf_box_name"
16745   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16746   data: "plot-dpdk-throughput-latency-3n-skx"
16747   include:
16748     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16749     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16750   layout:
16751     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16752     layout: "plot-throughput"
16753
16754 - type: "plot"
16755   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16756   algorithm: "plot_perf_box_name"
16757   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16758   data: "plot-dpdk-throughput-latency-3n-skx"
16759   include:
16760     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16761     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16762   layout:
16763     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16764     layout: "plot-throughput"
16765
16766 - type: "plot"
16767   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16768   algorithm: "plot_perf_box_name"
16769   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16770   data: "plot-dpdk-throughput-latency-3n-skx"
16771   include:
16772     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16773     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16774   layout:
16775     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16776     layout: "plot-throughput"
16777
16778 - type: "plot"
16779   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16780   algorithm: "plot_perf_box_name"
16781   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16782   data: "plot-dpdk-throughput-latency-3n-skx"
16783   include:
16784     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16785     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16786   layout:
16787     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16788     layout: "plot-throughput"
16789
16790 # 3n-skx-x710
16791
16792 - type: "plot"
16793   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16794   algorithm: "plot_perf_box_name"
16795   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16796   data: "plot-dpdk-throughput-latency-3n-skx"
16797   include:
16798     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16799     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16800   layout:
16801     title: "3n-skx-x710-64b-2t1c-base-ndr"
16802     layout: "plot-throughput"
16803
16804 - type: "plot"
16805   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16806   algorithm: "plot_perf_box_name"
16807   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16808   data: "plot-dpdk-throughput-latency-3n-skx"
16809   include:
16810     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16811     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16812   layout:
16813     title: "3n-skx-x710-64b-4t2c-base-ndr"
16814     layout: "plot-throughput"
16815
16816 - type: "plot"
16817   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16818   algorithm: "plot_perf_box_name"
16819   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16820   data: "plot-dpdk-throughput-latency-3n-skx"
16821   include:
16822     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16823     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16824   layout:
16825     title: "3n-skx-x710-64b-2t1c-base-pdr"
16826     layout: "plot-throughput"
16827
16828 - type: "plot"
16829   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16830   algorithm: "plot_perf_box_name"
16831   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16832   data: "plot-dpdk-throughput-latency-3n-skx"
16833   include:
16834     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16835     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16836   layout:
16837     title: "3n-skx-x710-64b-4t2c-base-pdr"
16838     layout: "plot-throughput"
16839
16840 # 3n-hsw-xl710
16841
16842 - type: "plot"
16843   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16844   algorithm: "plot_perf_box_name"
16845   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16846   data: "plot-dpdk-throughput-latency-3n-hsw"
16847   include:
16848     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16849     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16850   layout:
16851     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16852     layout: "plot-throughput"
16853
16854 - type: "plot"
16855   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16856   algorithm: "plot_perf_box_name"
16857   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16858   data: "plot-dpdk-throughput-latency-3n-hsw"
16859   include:
16860     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16861     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16862   layout:
16863     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16864     layout: "plot-throughput"
16865
16866 - type: "plot"
16867   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16868   algorithm: "plot_perf_box_name"
16869   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16870   data: "plot-dpdk-throughput-latency-3n-hsw"
16871   include:
16872     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16873     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16874   layout:
16875     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16876     layout: "plot-throughput"
16877
16878 - type: "plot"
16879   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16880   algorithm: "plot_perf_box_name"
16881   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16882   data: "plot-dpdk-throughput-latency-3n-hsw"
16883   include:
16884     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16885     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16886   layout:
16887     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16888     layout: "plot-throughput"
16889
16890 # 3n-hsw-x710
16891
16892 - type: "plot"
16893   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16894   algorithm: "plot_perf_box_name"
16895   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16896   data: "plot-dpdk-throughput-latency-3n-hsw"
16897   include:
16898     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16899     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16900   layout:
16901     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16902     layout: "plot-throughput"
16903
16904 - type: "plot"
16905   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16906   algorithm: "plot_perf_box_name"
16907   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16908   data: "plot-dpdk-throughput-latency-3n-hsw"
16909   include:
16910     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16911     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16912   layout:
16913     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16914     layout: "plot-throughput"
16915
16916 - type: "plot"
16917   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16918   algorithm: "plot_perf_box_name"
16919   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16920   data: "plot-dpdk-throughput-latency-3n-hsw"
16921   include:
16922     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16923     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16924   layout:
16925     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16926     layout: "plot-throughput"
16927
16928 - type: "plot"
16929   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16930   algorithm: "plot_perf_box_name"
16931   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16932   data: "plot-dpdk-throughput-latency-3n-hsw"
16933   include:
16934     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16935     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16936   layout:
16937     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16938     layout: "plot-throughput"
16939
16940 ## 2n-dnv-x553
16941 #
16942 #- type: "plot"
16943 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16944 #  algorithm: "plot_perf_box_name"
16945 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16946 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16947 #  include:
16948 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16949 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16950 #  layout:
16951 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16952 #    layout: "plot-throughput"
16953 #
16954 #- type: "plot"
16955 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16956 #  algorithm: "plot_perf_box_name"
16957 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16958 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16959 #  include:
16960 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16961 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16962 #  layout:
16963 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16964 #    layout: "plot-throughput"
16965 #
16966 #- type: "plot"
16967 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16968 #  algorithm: "plot_perf_box_name"
16969 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16970 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16971 #  include:
16972 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16973 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16974 #  layout:
16975 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16976 #    layout: "plot-throughput"
16977 #
16978 #- type: "plot"
16979 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16980 #  algorithm: "plot_perf_box_name"
16981 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16982 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16983 #  include:
16984 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16985 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16986 #  layout:
16987 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16988 #    layout: "plot-throughput"
16989 #
16990 ## 3n-dnv-x553
16991 #
16992 #- type: "plot"
16993 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16994 #  algorithm: "plot_perf_box_name"
16995 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16996 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16997 #  include:
16998 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16999 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17000 #  layout:
17001 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17002 #    layout: "plot-throughput"
17003 #
17004 #- type: "plot"
17005 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17006 #  algorithm: "plot_perf_box_name"
17007 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17008 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17009 #  include:
17010 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17011 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17012 #  layout:
17013 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17014 #    layout: "plot-throughput"
17015 #
17016 #- type: "plot"
17017 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17018 #  algorithm: "plot_perf_box_name"
17019 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17020 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17021 #  include:
17022 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17023 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17024 #  layout:
17025 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17026 #    layout: "plot-throughput"
17027 #
17028 #- type: "plot"
17029 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17030 #  algorithm: "plot_perf_box_name"
17031 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17032 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17033 #  include:
17034 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17035 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17036 #  layout:
17037 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17038 #    layout: "plot-throughput"
17039
17040 # 3n-tsh-x520
17041
17042 - type: "plot"
17043   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17044   algorithm: "plot_perf_box_name"
17045   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17046   data: "plot-dpdk-throughput-latency-3n-tsh"
17047   include:
17048     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17049     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17050   layout:
17051     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17052     layout: "plot-throughput"
17053
17054 - type: "plot"
17055   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17056   algorithm: "plot_perf_box_name"
17057   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17058   data: "plot-dpdk-throughput-latency-3n-tsh"
17059   include:
17060     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17061     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17062   layout:
17063     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17064     layout: "plot-throughput"
17065
17066 - type: "plot"
17067   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17068   algorithm: "plot_perf_box_name"
17069   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17070   data: "plot-dpdk-throughput-latency-3n-tsh"
17071   include:
17072     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17073     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17074   layout:
17075     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17076     layout: "plot-throughput"
17077
17078 - type: "plot"
17079   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17080   algorithm: "plot_perf_box_name"
17081   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17082   data: "plot-dpdk-throughput-latency-3n-tsh"
17083   include:
17084     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17085     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17086   layout:
17087     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17088     layout: "plot-throughput"
17089
17090 ################################################################################
17091 ###   2n-clx                                                                 ###
17092 ################################################################################
17093
17094 # Packet Throughput
17095
17096 - type: "plot"
17097   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17098   algorithm: "plot_perf_box_name"
17099   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17101   include:
17102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17105     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17106   layout:
17107     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17108     layout: "plot-throughput"
17109
17110 - type: "plot"
17111   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17112   algorithm: "plot_perf_box_name"
17113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17115   include:
17116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17120   layout:
17121     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17122     layout: "plot-throughput"
17123
17124 - type: "plot"
17125   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17126   algorithm: "plot_perf_box_name"
17127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17129   include:
17130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17134   layout:
17135     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17136     layout: "plot-throughput"
17137
17138 - type: "plot"
17139   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17140   algorithm: "plot_perf_box_name"
17141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17143   include:
17144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17148   layout:
17149     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17150     layout: "plot-throughput"
17151
17152 - type: "plot"
17153   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17154   algorithm: "plot_perf_box_name"
17155   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17157   include:
17158     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17159     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17160     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17161     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17162   layout:
17163     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17164     layout: "plot-throughput"
17165
17166 - type: "plot"
17167   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17168   algorithm: "plot_perf_box_name"
17169   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17171   include:
17172     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17173     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17174     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17175     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17176   layout:
17177     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17178     layout: "plot-throughput"
17179
17180 - type: "plot"
17181   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17182   algorithm: "plot_perf_box_name"
17183   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17185   include:
17186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17192   layout:
17193     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17194     layout: "plot-throughput"
17195
17196 - type: "plot"
17197   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17198   algorithm: "plot_perf_box_name"
17199   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17201   include:
17202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17208   layout:
17209     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17210     layout: "plot-throughput"
17211
17212 - type: "plot"
17213   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17214   algorithm: "plot_perf_box_name"
17215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17217   include:
17218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17222   layout:
17223     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17224     layout: "plot-throughput"
17225
17226 - type: "plot"
17227   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17228   algorithm: "plot_perf_box_name"
17229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17231   include:
17232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17236   layout:
17237     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17238     layout: "plot-throughput"
17239
17240 - type: "plot"
17241   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17242   algorithm: "plot_perf_box_name"
17243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17245   include:
17246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17249   layout:
17250     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17251     layout: "plot-throughput"
17252
17253 - type: "plot"
17254   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17255   algorithm: "plot_perf_box_name"
17256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17258   include:
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17262   layout:
17263     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17264     layout: "plot-throughput"
17265
17266 - type: "plot"
17267   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17268   algorithm: "plot_perf_box_name"
17269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17271   include:
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17277   layout:
17278     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17279     layout: "plot-throughput"
17280
17281 - type: "plot"
17282   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17283   algorithm: "plot_perf_box_name"
17284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17286   include:
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17292   layout:
17293     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17294     layout: "plot-throughput"
17295
17296 - type: "plot"
17297   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17298   algorithm: "plot_perf_box_name"
17299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17301   include:
17302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17305   layout:
17306     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17307     layout: "plot-throughput"
17308
17309 - type: "plot"
17310   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17311   algorithm: "plot_perf_box_name"
17312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17314   include:
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17318   layout:
17319     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17320     layout: "plot-throughput"
17321
17322 - type: "plot"
17323   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17324   algorithm: "plot_perf_box_name"
17325   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17327   include:
17328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17334   layout:
17335     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17336     layout: "plot-throughput"
17337
17338 - type: "plot"
17339   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17340   algorithm: "plot_perf_box_name"
17341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17343   include:
17344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17350   layout:
17351     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17352     layout: "plot-throughput"
17353
17354 - type: "plot"
17355   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17356   algorithm: "plot_perf_box_name"
17357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17359   include:
17360     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17361     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17362     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17363     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17364     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17365   layout:
17366     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17367     layout: "plot-throughput"
17368
17369 - type: "plot"
17370   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17371   algorithm: "plot_perf_box_name"
17372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17374   include:
17375     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17376     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17377     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17378     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17379     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17380   layout:
17381     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17382     layout: "plot-throughput"
17383
17384 #- type: "plot"
17385 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17386 #  algorithm: "plot_perf_box_name"
17387 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17388 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17389 #  include:
17390 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17391 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17392 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17393 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17394 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17395 #  layout:
17396 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17397 #    layout: "plot-throughput"
17398 #
17399 #- type: "plot"
17400 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17401 #  algorithm: "plot_perf_box_name"
17402 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17403 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17404 #  include:
17405 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17406 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17407 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17408 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17409 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17410 #  layout:
17411 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17412 #    layout: "plot-throughput"
17413 #
17414 #- type: "plot"
17415 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17416 #  algorithm: "plot_perf_box_name"
17417 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17418 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17419 #  include:
17420 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17421 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17422 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17423 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17424 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17425 #  layout:
17426 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17427 #    layout: "plot-throughput"
17428 #
17429 #- type: "plot"
17430 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17431 #  algorithm: "plot_perf_box_name"
17432 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17433 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17434 #  include:
17435 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17436 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17437 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17438 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17439 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17440 #  layout:
17441 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17442 #    layout: "plot-throughput"
17443
17444 - type: "plot"
17445   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17446   algorithm: "plot_perf_box_name"
17447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17449   include:
17450     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17451     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17452     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17453     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17454     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17455   layout:
17456     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17457     layout: "plot-throughput"
17458
17459 - type: "plot"
17460   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17461   algorithm: "plot_perf_box_name"
17462   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17464   include:
17465     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17466     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17467     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17468     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17469     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17470   layout:
17471     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17472     layout: "plot-throughput"
17473
17474 #- type: "plot"
17475 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17476 #  algorithm: "plot_perf_box_name"
17477 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17478 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17479 #  include:
17480 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17481 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17482 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17483 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17484 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17485 #  layout:
17486 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17487 #    layout: "plot-throughput"
17488 #
17489 #- type: "plot"
17490 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17491 #  algorithm: "plot_perf_box_name"
17492 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17493 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17494 #  include:
17495 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17496 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17497 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17498 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17499 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17500 #  layout:
17501 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17502 #    layout: "plot-throughput"
17503 #
17504 #- type: "plot"
17505 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17506 #  algorithm: "plot_perf_box_name"
17507 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17508 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17509 #  include:
17510 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17511 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17512 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17513 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17514 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17515 #  layout:
17516 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17517 #    layout: "plot-throughput"
17518 #
17519 #- type: "plot"
17520 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17521 #  algorithm: "plot_perf_box_name"
17522 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17523 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17524 #  include:
17525 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17526 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17527 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17528 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17529 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17530 #  layout:
17531 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17532 #    layout: "plot-throughput"
17533
17534 - type: "plot"
17535   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17536   algorithm: "plot_perf_box_name"
17537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17539   include:
17540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17546   layout:
17547     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17548     layout: "plot-throughput"
17549
17550 - type: "plot"
17551   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17552   algorithm: "plot_perf_box_name"
17553   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17554   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17555   include:
17556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17562   layout:
17563     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17564     layout: "plot-throughput"
17565
17566 - type: "plot"
17567   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17568   algorithm: "plot_perf_box_name"
17569   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17571   include:
17572     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17573     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17574   layout:
17575     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17576     layout: "plot-throughput"
17577
17578 - type: "plot"
17579   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17580   algorithm: "plot_perf_box_name"
17581   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17582   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17583   include:
17584     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17586   layout:
17587     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17588     layout: "plot-throughput"
17589
17590 - type: "plot"
17591   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17592   algorithm: "plot_perf_box_name"
17593   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17595   include:
17596     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17601     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17602   layout:
17603     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17604     layout: "plot-throughput"
17605
17606 - type: "plot"
17607   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17608   algorithm: "plot_perf_box_name"
17609   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17611   include:
17612     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17613     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17614     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17615     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17616     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17618   layout:
17619     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17620     layout: "plot-throughput"
17621
17622 - type: "plot"
17623   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17624   algorithm: "plot_perf_box_name"
17625   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17627   include:
17628     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17634   layout:
17635     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17636     layout: "plot-throughput"
17637
17638 - type: "plot"
17639   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17640   algorithm: "plot_perf_box_name"
17641   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17643   include:
17644     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17647     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17650   layout:
17651     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17652     layout: "plot-throughput"
17653
17654 - type: "plot"
17655   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17656   algorithm: "plot_perf_box_name"
17657   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17659   include:
17660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17666   layout:
17667     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17668     layout: "plot-throughput"
17669
17670 - type: "plot"
17671   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17672   algorithm: "plot_perf_box_name"
17673   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17675   include:
17676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17682   layout:
17683     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17684     layout: "plot-throughput"
17685
17686 - type: "plot"
17687   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17688   algorithm: "plot_perf_box_name"
17689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17691   include:
17692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17697   layout:
17698     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17699     layout: "plot-throughput"
17700
17701 - type: "plot"
17702   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17703   algorithm: "plot_perf_box_name"
17704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17706   include:
17707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17712   layout:
17713     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17714     layout: "plot-throughput"
17715
17716 - type: "plot"
17717   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17718   algorithm: "plot_perf_box_name"
17719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17721   include:
17722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17727   layout:
17728     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17729     layout: "plot-throughput"
17730
17731 - type: "plot"
17732   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17733   algorithm: "plot_perf_box_name"
17734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17736   include:
17737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17742   layout:
17743     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17744     layout: "plot-throughput"
17745
17746 - type: "plot"
17747   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17748   algorithm: "plot_perf_box_name"
17749   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17751   include:
17752     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17753     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17757   layout:
17758     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17759     layout: "plot-throughput"
17760
17761 - type: "plot"
17762   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17763   algorithm: "plot_perf_box_name"
17764   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17766   include:
17767     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17772   layout:
17773     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17774     layout: "plot-throughput"
17775
17776 - type: "plot"
17777   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17778   algorithm: "plot_perf_box_name"
17779   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17781   include:
17782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17787   layout:
17788     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17789     layout: "plot-throughput"
17790
17791 - type: "plot"
17792   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17793   algorithm: "plot_perf_box_name"
17794   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17796   include:
17797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17802   layout:
17803     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17804     layout: "plot-throughput"
17805
17806 - type: "plot"
17807   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17808   algorithm: "plot_perf_box_name"
17809   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17811   include:
17812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17814     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17815     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17817   layout:
17818     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17819     layout: "plot-throughput"
17820
17821 - type: "plot"
17822   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17823   algorithm: "plot_perf_box_name"
17824   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17826   include:
17827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17828     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17829     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17830     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17832   layout:
17833     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17834     layout: "plot-throughput"
17835
17836 - type: "plot"
17837   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17838   algorithm: "plot_perf_box_name"
17839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17841   include:
17842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17848   layout:
17849     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17850     layout: "plot-throughput"
17851
17852 - type: "plot"
17853   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17854   algorithm: "plot_perf_box_name"
17855   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17857   include:
17858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17864   layout:
17865     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17866     layout: "plot-throughput"
17867
17868 - type: "plot"
17869   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17870   algorithm: "plot_perf_box_name"
17871   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17873   include:
17874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17876     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17878   layout:
17879     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17880     layout: "plot-throughput"
17881
17882 - type: "plot"
17883   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17884   algorithm: "plot_perf_box_name"
17885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17887   include:
17888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17892   layout:
17893     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17894     layout: "plot-throughput"
17895
17896 - type: "plot"
17897   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17898   algorithm: "plot_perf_box_name"
17899   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17901   include:
17902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17908   layout:
17909     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17910     layout: "plot-throughput"
17911
17912 - type: "plot"
17913   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17914   algorithm: "plot_perf_box_name"
17915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17917   include:
17918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17919     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17924   layout:
17925     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17926     layout: "plot-throughput"
17927
17928 - type: "plot"
17929   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17930   algorithm: "plot_perf_box_name"
17931   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17933   include:
17934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17935     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17938   layout:
17939     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17940     layout: "plot-throughput"
17941
17942 - type: "plot"
17943   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17944   algorithm: "plot_perf_box_name"
17945   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17947   include:
17948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17952   layout:
17953     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17954     layout: "plot-throughput"
17955
17956 - type: "plot"
17957   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17958   algorithm: "plot_perf_box_name"
17959   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17961   include:
17962     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17963     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17964     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17965     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17966     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17967     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17968   layout:
17969     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17970     layout: "plot-throughput"
17971
17972 - type: "plot"
17973   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17974   algorithm: "plot_perf_box_name"
17975   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17977   include:
17978     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17979     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17980     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17981     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17982     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17983     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17984   layout:
17985     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17986     layout: "plot-throughput"
17987
17988 - type: "plot"
17989   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17990   algorithm: "plot_perf_box_name"
17991   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17993   include:
17994     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17995     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17996     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17997     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17998   layout:
17999     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18000     layout: "plot-throughput"
18001
18002 - type: "plot"
18003   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18004   algorithm: "plot_perf_box_name"
18005   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18007   include:
18008     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18009     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18010     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18011     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18012   layout:
18013     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18014     layout: "plot-throughput"
18015
18016 - type: "plot"
18017   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18018   algorithm: "plot_perf_box_name"
18019   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18021   include:
18022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18027   layout:
18028     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18029     layout: "plot-throughput"
18030
18031 - type: "plot"
18032   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18033   algorithm: "plot_perf_box_name"
18034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18036   include:
18037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18042   layout:
18043     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18044     layout: "plot-throughput"
18045
18046 - type: "plot"
18047   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18048   algorithm: "plot_perf_box_name"
18049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18051   include:
18052     - "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"
18053     - "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"
18054     - "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"
18055     - "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"
18056     - "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"
18057   layout:
18058     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18059     layout: "plot-throughput"
18060
18061 - type: "plot"
18062   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18063   algorithm: "plot_perf_box_name"
18064   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18066   include:
18067     - "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"
18068     - "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"
18069     - "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"
18070     - "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"
18071     - "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"
18072   layout:
18073     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18074     layout: "plot-throughput"
18075
18076 - type: "plot"
18077   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18078   algorithm: "plot_perf_box_name"
18079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18081   include:
18082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18087   layout:
18088     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18089     layout: "plot-throughput"
18090
18091 - type: "plot"
18092   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18093   algorithm: "plot_perf_box_name"
18094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18096   include:
18097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18102   layout:
18103     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18104     layout: "plot-throughput"
18105
18106 - type: "plot"
18107   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18108   algorithm: "plot_perf_box_name"
18109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18111   include:
18112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18117   layout:
18118     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18119     layout: "plot-throughput"
18120
18121 - type: "plot"
18122   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18123   algorithm: "plot_perf_box_name"
18124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18126   include:
18127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18132   layout:
18133     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18134     layout: "plot-throughput"
18135
18136 - type: "plot"
18137   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18138   algorithm: "plot_perf_box_name"
18139   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18141   include:
18142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18146   layout:
18147     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18148     layout: "plot-throughput"
18149
18150 - type: "plot"
18151   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18152   algorithm: "plot_perf_box_name"
18153   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18155   include:
18156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18160   layout:
18161     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18162     layout: "plot-throughput"
18163
18164 - type: "plot"
18165   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18166   algorithm: "plot_perf_box_name"
18167   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18169   include:
18170     - "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"
18171     - "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"
18172     - "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"
18173     - "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"
18174   layout:
18175     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18176     layout: "plot-throughput"
18177
18178 - type: "plot"
18179   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18180   algorithm: "plot_perf_box_name"
18181   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18183   include:
18184     - "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"
18185     - "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"
18186     - "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"
18187     - "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"
18188   layout:
18189     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18190     layout: "plot-throughput"
18191
18192 - type: "plot"
18193   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18194   algorithm: "plot_perf_box_name"
18195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18197   include:
18198     - "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"
18199     - "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"
18200     - "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"
18201     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18202     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18203     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18204   layout:
18205     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18206     layout: "plot-throughput"
18207
18208 - type: "plot"
18209   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18210   algorithm: "plot_perf_box_name"
18211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18213   include:
18214     - "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"
18215     - "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"
18216     - "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"
18217     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18218     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18219     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18220   layout:
18221     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18222     layout: "plot-throughput"
18223
18224 ################################################################################
18225
18226 # Packet Speedup
18227
18228 - type: "plot"
18229   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18230   algorithm: "plot_tsa_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18236     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18237     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18238   layout:
18239     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18240     layout: "plot-throughput-speedup-analysis"
18241
18242 - type: "plot"
18243   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18244   algorithm: "plot_tsa_name"
18245   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18247   include:
18248     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18249     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18250     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18251     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18252   layout:
18253     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18254     layout: "plot-throughput-speedup-analysis"
18255
18256 - type: "plot"
18257   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18258   algorithm: "plot_tsa_name"
18259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18261   include:
18262     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18263     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18264     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18265     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18266   layout:
18267     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18268     layout: "plot-throughput-speedup-analysis"
18269
18270 - type: "plot"
18271   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18272   algorithm: "plot_tsa_name"
18273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18275   include:
18276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18280   layout:
18281     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18282     layout: "plot-throughput-speedup-analysis"
18283
18284 - type: "plot"
18285   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18286   algorithm: "plot_tsa_name"
18287   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18289   include:
18290     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18291     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18292     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18293     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18294   layout:
18295     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18296     layout: "plot-throughput-speedup-analysis"
18297
18298 - type: "plot"
18299   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18300   algorithm: "plot_tsa_name"
18301   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18303   include:
18304     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18305     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18306     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18307     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18308   layout:
18309     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18310     layout: "plot-throughput-speedup-analysis"
18311
18312 - type: "plot"
18313   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18314   algorithm: "plot_tsa_name"
18315   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18317   include:
18318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18324   layout:
18325     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18326     layout: "plot-throughput-speedup-analysis"
18327
18328 - type: "plot"
18329   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18330   algorithm: "plot_tsa_name"
18331   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18333   include:
18334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18340   layout:
18341     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18342     layout: "plot-throughput-speedup-analysis"
18343
18344 - type: "plot"
18345   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18346   algorithm: "plot_tsa_name"
18347   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18349   include:
18350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18354   layout:
18355     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18356     layout: "plot-throughput-speedup-analysis"
18357
18358 - type: "plot"
18359   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18360   algorithm: "plot_tsa_name"
18361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18363   include:
18364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18368   layout:
18369     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18370     layout: "plot-throughput-speedup-analysis"
18371
18372 - type: "plot"
18373   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18374   algorithm: "plot_tsa_name"
18375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18377   include:
18378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18381   layout:
18382     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18383     layout: "plot-throughput-speedup-analysis"
18384
18385 - type: "plot"
18386   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18387   algorithm: "plot_tsa_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18394   layout:
18395     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18396     layout: "plot-throughput-speedup-analysis"
18397
18398 - type: "plot"
18399   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18400   algorithm: "plot_tsa_name"
18401   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18403   include:
18404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18409   layout:
18410     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18411     layout: "plot-throughput-speedup-analysis"
18412
18413 - type: "plot"
18414   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18415   algorithm: "plot_tsa_name"
18416   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18418   include:
18419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18424   layout:
18425     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18426     layout: "plot-throughput-speedup-analysis"
18427
18428 - type: "plot"
18429   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18430   algorithm: "plot_tsa_name"
18431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18433   include:
18434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18437   layout:
18438     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18439     layout: "plot-throughput-speedup-analysis"
18440
18441 - type: "plot"
18442   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18443   algorithm: "plot_tsa_name"
18444   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18446   include:
18447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18450   layout:
18451     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18452     layout: "plot-throughput-speedup-analysis"
18453
18454 - type: "plot"
18455   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18456   algorithm: "plot_tsa_name"
18457   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18459   include:
18460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18466   layout:
18467     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18468     layout: "plot-throughput-speedup-analysis"
18469
18470 - type: "plot"
18471   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18472   algorithm: "plot_tsa_name"
18473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18475   include:
18476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18482   layout:
18483     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18484     layout: "plot-throughput-speedup-analysis"
18485
18486 - type: "plot"
18487   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18488   algorithm: "plot_tsa_name"
18489   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18491   include:
18492     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18493     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18494     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18495     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18496     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18497   layout:
18498     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18499     layout: "plot-throughput-speedup-analysis"
18500
18501 - type: "plot"
18502   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18503   algorithm: "plot_tsa_name"
18504   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18506   include:
18507     - "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"
18508     - "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"
18509     - "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"
18510     - "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"
18511     - "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"
18512   layout:
18513     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18514     layout: "plot-throughput-speedup-analysis"
18515
18516 #- type: "plot"
18517 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18518 #  algorithm: "plot_tsa_name"
18519 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18520 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18521 #  include:
18522 #    - "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"
18523 #    - "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"
18524 #    - "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"
18525 #    - "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"
18526 #    - "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"
18527 #  layout:
18528 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18529 #    layout: "plot-throughput-speedup-analysis"
18530 #
18531 #- type: "plot"
18532 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18533 #  algorithm: "plot_tsa_name"
18534 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18535 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18536 #  include:
18537 #    - "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"
18538 #    - "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"
18539 #    - "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"
18540 #    - "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"
18541 #    - "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"
18542 #  layout:
18543 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18544 #    layout: "plot-throughput-speedup-analysis"
18545 #
18546 #- type: "plot"
18547 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18548 #  algorithm: "plot_tsa_name"
18549 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18550 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18551 #  include:
18552 #    - "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"
18553 #    - "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"
18554 #    - "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"
18555 #    - "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"
18556 #    - "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"
18557 #  layout:
18558 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18559 #    layout: "plot-throughput-speedup-analysis"
18560 #
18561 #- type: "plot"
18562 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18563 #  algorithm: "plot_tsa_name"
18564 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18565 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18566 #  include:
18567 #    - "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"
18568 #    - "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"
18569 #    - "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"
18570 #    - "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"
18571 #    - "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"
18572 #  layout:
18573 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18574 #    layout: "plot-throughput-speedup-analysis"
18575
18576 - type: "plot"
18577   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18578   algorithm: "plot_tsa_name"
18579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18581   include:
18582     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18583     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18584     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18585     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18586     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18587   layout:
18588     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18589     layout: "plot-throughput-speedup-analysis"
18590
18591 - type: "plot"
18592   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18593   algorithm: "plot_tsa_name"
18594   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18596   include:
18597     - "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"
18598     - "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"
18599     - "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"
18600     - "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"
18601     - "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"
18602   layout:
18603     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18604     layout: "plot-throughput-speedup-analysis"
18605
18606 #- type: "plot"
18607 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18608 #  algorithm: "plot_tsa_name"
18609 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18610 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18611 #  include:
18612 #    - "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"
18613 #    - "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"
18614 #    - "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"
18615 #    - "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"
18616 #    - "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"
18617 #  layout:
18618 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18619 #    layout: "plot-throughput-speedup-analysis"
18620 #
18621 #- type: "plot"
18622 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18623 #  algorithm: "plot_tsa_name"
18624 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18625 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18626 #  include:
18627 #    - "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"
18628 #    - "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"
18629 #    - "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"
18630 #    - "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"
18631 #    - "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"
18632 #  layout:
18633 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18634 #    layout: "plot-throughput-speedup-analysis"
18635 #
18636 #- type: "plot"
18637 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18638 #  algorithm: "plot_tsa_name"
18639 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18640 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18641 #  include:
18642 #    - "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"
18643 #    - "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"
18644 #    - "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"
18645 #    - "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"
18646 #    - "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"
18647 #  layout:
18648 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18649 #    layout: "plot-throughput-speedup-analysis"
18650 #
18651 #- type: "plot"
18652 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18653 #  algorithm: "plot_tsa_name"
18654 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18655 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18656 #  include:
18657 #    - "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"
18658 #    - "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"
18659 #    - "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"
18660 #    - "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"
18661 #    - "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"
18662 #  layout:
18663 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18664 #    layout: "plot-throughput-speedup-analysis"
18665
18666 - type: "plot"
18667   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18668   algorithm: "plot_tsa_name"
18669   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18671   include:
18672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18678   layout:
18679     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18680     layout: "plot-throughput-speedup-analysis"
18681
18682 - type: "plot"
18683   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18684   algorithm: "plot_tsa_name"
18685   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18687   include:
18688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18694   layout:
18695     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18696     layout: "plot-throughput-speedup-analysis"
18697
18698 - type: "plot"
18699   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18700   algorithm: "plot_tsa_name"
18701   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18703   include:
18704     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18705     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18706   layout:
18707     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18708     layout: "plot-throughput-speedup-analysis"
18709
18710 - type: "plot"
18711   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18712   algorithm: "plot_tsa_name"
18713   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18715   include:
18716     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18717     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18718   layout:
18719     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18720     layout: "plot-throughput-speedup-analysis"
18721
18722 - type: "plot"
18723   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18724   algorithm: "plot_tsa_name"
18725   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18727   include:
18728     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18731     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18732     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18733     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18734   layout:
18735     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18736     layout: "plot-throughput-speedup-analysis"
18737
18738 - type: "plot"
18739   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18740   algorithm: "plot_tsa_name"
18741   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18743   include:
18744     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18745     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18746     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18747     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18748     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18749     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18750   layout:
18751     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18752     layout: "plot-throughput-speedup-analysis"
18753
18754 - type: "plot"
18755   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18756   algorithm: "plot_tsa_name"
18757   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18759   include:
18760     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18763     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18766   layout:
18767     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18768     layout: "plot-throughput-speedup-analysis"
18769
18770 - type: "plot"
18771   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18772   algorithm: "plot_tsa_name"
18773   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18775   include:
18776     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18778     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18779     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18782   layout:
18783     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18784     layout: "plot-throughput-speedup-analysis"
18785
18786 - type: "plot"
18787   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18788   algorithm: "plot_tsa_name"
18789   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18791   include:
18792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18798   layout:
18799     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18800     layout: "plot-throughput-speedup-analysis"
18801
18802 - type: "plot"
18803   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18804   algorithm: "plot_tsa_name"
18805   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18807   include:
18808     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18814   layout:
18815     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18816     layout: "plot-throughput-speedup-analysis"
18817
18818 - type: "plot"
18819   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18820   algorithm: "plot_tsa_name"
18821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18823   include:
18824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18829   layout:
18830     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18831     layout: "plot-throughput-speedup-analysis"
18832
18833 - type: "plot"
18834   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18835   algorithm: "plot_tsa_name"
18836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18838   include:
18839     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18844   layout:
18845     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18846     layout: "plot-throughput-speedup-analysis"
18847
18848 - type: "plot"
18849   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18850   algorithm: "plot_tsa_name"
18851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18853   include:
18854     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18859   layout:
18860     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18861     layout: "plot-throughput-speedup-analysis"
18862
18863 - type: "plot"
18864   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18865   algorithm: "plot_tsa_name"
18866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18868   include:
18869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18874   layout:
18875     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18876     layout: "plot-throughput-speedup-analysis"
18877
18878 - type: "plot"
18879   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18880   algorithm: "plot_tsa_name"
18881   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18883   include:
18884     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18886     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18888     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18889   layout:
18890     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18891     layout: "plot-throughput-speedup-analysis"
18892
18893 - type: "plot"
18894   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18895   algorithm: "plot_tsa_name"
18896   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18898   include:
18899     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18900     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18901     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18902     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18903     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18904   layout:
18905     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18906     layout: "plot-throughput-speedup-analysis"
18907
18908 - type: "plot"
18909   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18910   algorithm: "plot_tsa_name"
18911   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18913   include:
18914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18919   layout:
18920     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18921     layout: "plot-throughput-speedup-analysis"
18922
18923 - type: "plot"
18924   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18925   algorithm: "plot_tsa_name"
18926   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18928   include:
18929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18934   layout:
18935     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18936     layout: "plot-throughput-speedup-analysis"
18937
18938 - type: "plot"
18939   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18940   algorithm: "plot_tsa_name"
18941   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18943   include:
18944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18949   layout:
18950     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18951     layout: "plot-throughput-speedup-analysis"
18952
18953 - type: "plot"
18954   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18955   algorithm: "plot_tsa_name"
18956   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18958   include:
18959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18964   layout:
18965     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18966     layout: "plot-throughput-speedup-analysis"
18967
18968 - type: "plot"
18969   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18970   algorithm: "plot_tsa_name"
18971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18973   include:
18974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18980   layout:
18981     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18982     layout: "plot-throughput-speedup-analysis"
18983
18984 - type: "plot"
18985   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18986   algorithm: "plot_tsa_name"
18987   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18989   include:
18990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18996   layout:
18997     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18998     layout: "plot-throughput-speedup-analysis"
18999
19000 - type: "plot"
19001   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19002   algorithm: "plot_tsa_name"
19003   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19005   include:
19006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19010   layout:
19011     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19012     layout: "plot-throughput-speedup-analysis"
19013
19014 - type: "plot"
19015   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19016   algorithm: "plot_tsa_name"
19017   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19019   include:
19020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19024   layout:
19025     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19026     layout: "plot-throughput-speedup-analysis"
19027
19028 - type: "plot"
19029   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19030   algorithm: "plot_tsa_name"
19031   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19033   include:
19034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19040   layout:
19041     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19042     layout: "plot-throughput-speedup-analysis"
19043
19044 - type: "plot"
19045   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19046   algorithm: "plot_tsa_name"
19047   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19049   include:
19050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19056   layout:
19057     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19058     layout: "plot-throughput-speedup-analysis"
19059
19060 - type: "plot"
19061   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19062   algorithm: "plot_tsa_name"
19063   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19065   include:
19066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19070   layout:
19071     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19072     layout: "plot-throughput-speedup-analysis"
19073
19074 - type: "plot"
19075   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19076   algorithm: "plot_tsa_name"
19077   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19078   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19079   include:
19080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19084   layout:
19085     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19086     layout: "plot-throughput-speedup-analysis"
19087
19088 - type: "plot"
19089   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19090   algorithm: "plot_tsa_name"
19091   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19092   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19093   include:
19094     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19095     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19096     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19097     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19098     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19100   layout:
19101     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19102     layout: "plot-throughput-speedup-analysis"
19103
19104 - type: "plot"
19105   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19106   algorithm: "plot_tsa_name"
19107   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19109   include:
19110     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19111     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19112     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19116   layout:
19117     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19118     layout: "plot-throughput-speedup-analysis"
19119
19120 - type: "plot"
19121   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19122   algorithm: "plot_tsa_name"
19123   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19125   include:
19126     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19127     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19128     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19130   layout:
19131     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19132     layout: "plot-throughput-speedup-analysis"
19133
19134 - type: "plot"
19135   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19136   algorithm: "plot_tsa_name"
19137   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19139   include:
19140     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19141     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19142     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19143     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19144   layout:
19145     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19146     layout: "plot-throughput-speedup-analysis"
19147
19148 - type: "plot"
19149   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19150   algorithm: "plot_tsa_name"
19151   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19153   include:
19154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19159   layout:
19160     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19161     layout: "plot-throughput-speedup-analysis"
19162
19163 - type: "plot"
19164   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19165   algorithm: "plot_tsa_name"
19166   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19168   include:
19169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19173     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19174   layout:
19175     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19176     layout: "plot-throughput-speedup-analysis"
19177
19178 - type: "plot"
19179   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19180   algorithm: "plot_tsa_name"
19181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19183   include:
19184     - "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"
19185     - "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"
19186     - "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"
19187     - "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"
19188     - "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"
19189   layout:
19190     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19191     layout: "plot-throughput-speedup-analysis"
19192
19193 - type: "plot"
19194   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19195   algorithm: "plot_tsa_name"
19196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19198   include:
19199     - "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"
19200     - "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"
19201     - "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"
19202     - "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"
19203     - "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"
19204   layout:
19205     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19206     layout: "plot-throughput-speedup-analysis"
19207
19208 - type: "plot"
19209   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19210   algorithm: "plot_tsa_name"
19211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19213   include:
19214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19219   layout:
19220     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19221     layout: "plot-throughput-speedup-analysis"
19222
19223 - type: "plot"
19224   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19225   algorithm: "plot_tsa_name"
19226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19228   include:
19229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19231     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19234   layout:
19235     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19236     layout: "plot-throughput-speedup-analysis"
19237
19238 - type: "plot"
19239   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19240   algorithm: "plot_tsa_name"
19241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19243   include:
19244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19249   layout:
19250     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19251     layout: "plot-throughput-speedup-analysis"
19252
19253 - type: "plot"
19254   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19255   algorithm: "plot_tsa_name"
19256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19258   include:
19259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19264   layout:
19265     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19266     layout: "plot-throughput-speedup-analysis"
19267
19268 - type: "plot"
19269   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19270   algorithm: "plot_tsa_name"
19271   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19273   include:
19274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19278   layout:
19279     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19280     layout: "plot-throughput-speedup-analysis"
19281
19282 - type: "plot"
19283   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19284   algorithm: "plot_tsa_name"
19285   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19287   include:
19288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19292   layout:
19293     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19294     layout: "plot-throughput-speedup-analysis"
19295
19296 - type: "plot"
19297   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19298   algorithm: "plot_tsa_name"
19299   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19301   include:
19302     - "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"
19303     - "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"
19304     - "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"
19305     - "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"
19306   layout:
19307     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19308     layout: "plot-throughput-speedup-analysis"
19309
19310 - type: "plot"
19311   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19312   algorithm: "plot_tsa_name"
19313   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19315   include:
19316     - "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"
19317     - "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"
19318     - "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"
19319     - "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"
19320   layout:
19321     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19322     layout: "plot-throughput-speedup-analysis"
19323
19324 - type: "plot"
19325   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19326   algorithm: "plot_tsa_name"
19327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19329   include:
19330     - "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"
19331     - "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"
19332     - "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"
19333     - "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"
19334     - "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"
19335     - "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"
19336   layout:
19337     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19338     layout: "plot-throughput-speedup-analysis"
19339
19340 - type: "plot"
19341   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19342   algorithm: "plot_tsa_name"
19343   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19345   include:
19346     - "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"
19347     - "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"
19348     - "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"
19349     - "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"
19350     - "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"
19351     - "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"
19352   layout:
19353     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19354     layout: "plot-throughput-speedup-analysis"
19355
19356 ################################################################################
19357
19358 # Packet Throughput - DPDK
19359
19360 # 2n-clx-xxv710
19361
19362 - type: "plot"
19363   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19364   algorithm: "plot_perf_box_name"
19365   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19366   data: "plot-dpdk-throughput-latency-2n-clx"
19367   include:
19368     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19369     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19370   layout:
19371     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19372     layout: "plot-throughput"
19373
19374 - type: "plot"
19375   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19376   algorithm: "plot_perf_box_name"
19377   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19378   data: "plot-dpdk-throughput-latency-2n-clx"
19379   include:
19380     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19381     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19382   layout:
19383     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19384     layout: "plot-throughput"
19385
19386 - type: "plot"
19387   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19388   algorithm: "plot_perf_box_name"
19389   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19390   data: "plot-dpdk-throughput-latency-2n-clx"
19391   include:
19392     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19393     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19394   layout:
19395     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19396     layout: "plot-throughput"
19397
19398 - type: "plot"
19399   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19400   algorithm: "plot_perf_box_name"
19401   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19402   data: "plot-dpdk-throughput-latency-2n-clx"
19403   include:
19404     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19405     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19406   layout:
19407     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19408     layout: "plot-throughput"
19409
19410 # 2n-clx-x710
19411
19412 - type: "plot"
19413   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19414   algorithm: "plot_perf_box_name"
19415   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19416   data: "plot-dpdk-throughput-latency-2n-clx"
19417   include:
19418     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19419     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19420   layout:
19421     title: "2n-clx-x710-64b-2t1c-base-ndr"
19422     layout: "plot-throughput"
19423
19424 - type: "plot"
19425   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19426   algorithm: "plot_perf_box_name"
19427   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19428   data: "plot-dpdk-throughput-latency-2n-clx"
19429   include:
19430     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19431     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19432   layout:
19433     title: "2n-clx-x710-64b-4t2c-base-ndr"
19434     layout: "plot-throughput"
19435
19436 - type: "plot"
19437   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19438   algorithm: "plot_perf_box_name"
19439   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19440   data: "plot-dpdk-throughput-latency-2n-clx"
19441   include:
19442     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19443     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19444   layout:
19445     title: "2n-clx-x710-64b-2t1c-base-pdr"
19446     layout: "plot-throughput"
19447
19448 - type: "plot"
19449   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19450   algorithm: "plot_perf_box_name"
19451   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19452   data: "plot-dpdk-throughput-latency-2n-clx"
19453   include:
19454     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19455     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19456   layout:
19457     title: "2n-clx-x710-64b-4t2c-base-pdr"
19458     layout: "plot-throughput"
19459
19460 ################################################################################
19461
19462 - type: "plot"
19463   title: "Latency by percentile: 2n-skx"
19464   algorithm: "plot_hdrh_lat_by_percentile"
19465   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19466   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19467   target-links: "../../_static/vpp"
19468   data: "plot-vpp-hdrh-lat-2n-skx"
19469   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19470   layout:
19471     layout: "plot-hdrh-latency-by-percentile"
19472
19473 - type: "plot"
19474   title: "Latency by percentile: 2n-skx-nat44"
19475   algorithm: "plot_hdrh_lat_by_percentile"
19476   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19477   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19478   target-links: "../../_static/vpp"
19479   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19480   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19481   layout:
19482     layout: "plot-hdrh-latency-by-percentile"
19483
19484 - type: "plot"
19485   title: "Latency by percentile: 3n-skx"
19486   algorithm: "plot_hdrh_lat_by_percentile"
19487   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19488   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19489   target-links: "../../_static/vpp"
19490   data: "plot-vpp-hdrh-lat-3n-skx"
19491   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19492   layout:
19493     layout: "plot-hdrh-latency-by-percentile"
19494
19495 - type: "plot"
19496   title: "Latency by percentile: 2n-clx"
19497   algorithm: "plot_hdrh_lat_by_percentile"
19498   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19499   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19500   target-links: "../../_static/vpp"
19501   data: "plot-vpp-hdrh-lat-2n-clx"
19502   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19503   layout:
19504     layout: "plot-hdrh-latency-by-percentile"
19505
19506 - type: "plot"
19507   title: "Latency by percentile: 3n-hsw"
19508   algorithm: "plot_hdrh_lat_by_percentile"
19509   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19510   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19511   target-links: "../../_static/vpp"
19512   data: "plot-vpp-hdrh-lat-3n-hsw"
19513   filter: "'1T1C' and 'NIC_Intel-XL710'"
19514   layout:
19515     layout: "plot-hdrh-latency-by-percentile"
19516
19517 - type: "plot"
19518   title: "Latency by percentile: 3n-tsh"
19519   algorithm: "plot_hdrh_lat_by_percentile"
19520   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19521   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19522   target-links: "../../_static/vpp"
19523   data: "plot-vpp-hdrh-lat-3n-tsh"
19524   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19525   layout:
19526     layout: "plot-hdrh-latency-by-percentile"
19527
19528 - type: "plot"
19529   title: "Latency by percentile: DPDK 2n-skx"
19530   algorithm: "plot_hdrh_lat_by_percentile"
19531   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19532   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19533   target-links: "../../_static/dpdk"
19534   data: "plot-dpdk-hdrh-lat-2n-skx"
19535   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19536   layout:
19537     layout: "plot-hdrh-latency-by-percentile"
19538
19539 - type: "plot"
19540   title: "Latency by percentile: DPDK 3n-skx"
19541   algorithm: "plot_hdrh_lat_by_percentile"
19542   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19543   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19544   target-links: "../../_static/dpdk"
19545   data: "plot-dpdk-hdrh-lat-3n-skx"
19546   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19547   layout:
19548     layout: "plot-hdrh-latency-by-percentile"
19549
19550 - type: "plot"
19551   title: "Latency by percentile: DPDK 2n-clx"
19552   algorithm: "plot_hdrh_lat_by_percentile"
19553   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19554   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19555   target-links: "../../_static/dpdk"
19556   data: "plot-dpdk-hdrh-lat-2n-clx"
19557   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19558   layout:
19559     layout: "plot-hdrh-latency-by-percentile"
19560
19561 - type: "plot"
19562   title: "Latency by percentile: DPDK 3n-hsw"
19563   algorithm: "plot_hdrh_lat_by_percentile"
19564   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19565   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19566   target-links: "../../_static/dpdk"
19567   data: "plot-dpdk-hdrh-lat-3n-hsw"
19568   filter: "'1T1C' and 'NIC_Intel-XL710'"
19569   layout:
19570     layout: "plot-hdrh-latency-by-percentile"
19571
19572 - type: "plot"
19573   title: "Latency by percentile: DPDK 3n-tsh"
19574   algorithm: "plot_hdrh_lat_by_percentile"
19575   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19576   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19577   target-links: "../../_static/dpdk"
19578   data: "plot-dpdk-hdrh-lat-3n-tsh"
19579   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19580   layout:
19581     layout: "plot-hdrh-latency-by-percentile"